Kamil Śliwak
Kamil Śliwak
Just to add more data points for testing - I have recently seen that in an NFT project called [Bleeps](https://github.com/wighawag/bleeps). Here's how to reproduce it: ```bash git clone https://github.com/wighawag/bleeps cd...
One more thing that may or may not be related. I noticed that I do not get the report if I run tests with `mocha`. I only get them with...
Just tried adding this to the command from Bleeps (`HARDHAT_DEPLOY_FIXTURE=true HARDHAT_COMPILE=true mocha --bail --recursive test`) and looks like it invoked `eth-gas-reporter` but it had problems connecting: ``` ERROR: eth-gas-reporter was...
Just a heads up - older solc versions do return 1 from `--help`. The change is pretty fresh - it has been fixed in 0.8.10, which was just released (see...
It's probably not the cause of this error since this is building 0.6.0 but please note that `install_deps.sh` has been recently removed from the Solidity repo: https://github.com/ethereum/solidity/issues/9582.
Yeah, it's not. And changing it to `solcjs` on `files` list in `package.json` does not help either.
The thing is, I'm not sure all users realize that we consider this usage non-standard. I certainly did not :)
I just checked and it does require `npm run build`. But there some other commands (e.g. `npm run test`) that will run build automatically so I think a symlink might...
But `npm link` tries to put the link into global dirs. If I'm not installing the package globally (e.g. I have multiple copies and it's just one of them) that's...
If those can take parameters, accept standard input, itp. then I guess it would work. Still, the point of the PR is to keep it working the old way until...