everx-labs / TVM-Solidity-Compiler

Solidity compiler for TVM
GNU General Public License v3.0
125 stars 72 forks source link

--ast-json doesn't work with --output-dir #69

Closed pizza-777 closed 2 years ago

pizza-777 commented 3 years ago

For example, I run this command in terminal: ./solc --ast-json contracts/HelloWallet.sol --output-dir contracts

As a result, I see a huge ast-json code in my terminal. But I didn't receive it in the contracts folder.

IgorKoval commented 2 years ago

Thank you for request! Fixed in ver 0.52.0