arozovyk
arozovyk
Having 2 contracts that require each others addresses in constructor, as in https://github.com/tonlabs/samples/blob/master/solidity/19_CasinoOwner.sol https://github.com/tonlabs/samples/blob/master/solidity/19_Casino.sol leeds us to precalculating the address of one of the contracts in order to be able...
Freshly installed `ft` having ``` tonos_cli 0.22.28 COMMIT_ID: f4e39699570e00a1863d27e27e284f8b38e9deb8 BUILD_DATE: 2021-11-10 12:26:01 +0100 COMMIT_DATE: 2021-11-10 00:04:07 +0300 GIT_BRANCH: master tvm_linker v0.13.86 BUILD_GIT_COMMIT: d150d77566e5fa5cd5335fd7d6ab95150ba9f5cf BUILD_GIT_DATE: 2021-11-10 00:04:24 +0300 BUILD_TIME: 2021-11-10 12:26:58...
The `./configure` does not seem to find `gmp.h` on ARM based MacOS even though the gmp 6.3.0 is installed with homebrew. ``` binary ocaml: found in /Users/arozovyk/.opam/default/bin binary ocamlc: found...
Fixes #6461 Fixes https://github.com/ocaml/opam/issues/4172
This PR adds hints when package names contain typos. When the package is not found, string edit distance is used to spellcheck the name and the closest package is printed...
Discovered while working on #6754 -> #6774 After renaming a package version in a git repository, seems like opam doesn't invalidate its cache on the first update. When resolving dependencies,...
fixes #6782 For now only contains the reftest to demostrate the issue
Once #6614 is merged we could probably reuse the opam files that are already loaded by [OpamUpdate.repositories](https://github.com/ocaml/opam/blob/master/src/client/opamRepositoryCommand.ml#L224) and avoid the additional [OpamRepositoryState.load_opams_from_dir](https://github.com/ocaml/opam/blob/master/src/client/opamRepositoryCommand.ml#L274) that reloads full repository.