ilyar

Results 66 comments of ilyar

I checked monaco-vim https://monaco-vim.ilyar.repl.co/ it is ok, but in codebattle editor not same

@vtm9 Кроме раннера надо еще шаблон добавить priv/templates если я правильно понял, а что еще? Задачики общие для всех?

@Lexzandr try ```shell [email protected]:EverscaleGuild/ever-solidity.git cd ever-solidity make release ./release/sold -h ``` or get binary https://github.com/EverscaleGuild/ever-solidity/releases

> https://github.com/broxus/ton-contracts/pull/4#issuecomment-1046136377 This method can't be pure because the onlyOwner modifier must have access to the contract state which is not loaded for pure methods. It is a known bug...

Compiler 0.57.3, Linker 0.14.37, SE 0.29.0 To test this behavior, I use the code `src/App.sol`: ```solidity pragma ton-solidity >= 0.57.3; pragma AbiHeader time; pragma AbiHeader pubkey; pragma AbiHeader expire; pragma...

fixed https://github.com/EverscaleGuild/ever-solidity

It is important to keep in mind that it is important to find an elegant solution in which our terms will not create conflicts with the already established ones: **EVM**...

https://github.com/EverscaleGuild/ever-solidity

the error is not reproduced since `v0.51.0` version: ```shell npx tondev sol set --compiler 0.51.0 --stdlib 0.51.0 npx tondev sol compile ErrorA.sol ```

**-C ../cmake/Cache/ton-compiler.cmake** ```shell git c --dept 1 [email protected]:tonlabs/TON-Compiler.git mkdir -p TON-Compiler/build $HOME/bin/ton cd TON-Compiler/build cmake -DCMAKE_INSTALL_PREFIX=$HOME/bin/ton -C ../cmake/Cache/ton-compiler.cmake ../llvm cmake --build . --target install-distribution ``` **Out** ```shell Cloning into 'tvm_linker'......