Drake Evans
Drake Evans
The OptimalOutcome.mp4 is generated from using the Tools For Solidity extension
@kanej Yes you can see it at https://github.com/agora-finance/agora-dollar-evm-tests/blob/master/src/test/erc20-privilaged/TestMinting.t.sol You will need to run forge install and npm i to make it work
Will need to run npm i inside of one submodule as well `cd lib/agora-dollar-evm/ && npm i`
I have the same issue on forge test -w. It seems intermittent. Sometimes its 125 files (everything) sometimes its ~30 files and sometimes just 1 file (the file I changed)
@CarterAppleton fwiw, I recently had to nuke the ~/svm directory after having issues getting foundry to download 0.8.18 and my issues seem resolved.
Would also be great if this worked for natspec as well
@felixfontein I can re-implement as non-breaking by ensuring that the prefix has the lowest precedence when determining filetype.
Yeah Im wondering if its easier to just specify the input-type/output-type in the config file. Does that functionality already exist?
Ideally this would also update names in the natspec as well