Will Demaine
Will Demaine
I'd love to see this. Another option is to have an text input within the 'Test' tab in which you could enter a string which is proxied directly to the...
What would it take to support this? I'm running into the issue of needing to benchmark a oneway method and I was hoping I could use `yab` for it with...
Is this feasible, and if so, does the forge team agree that it would be useful? Trying to figure out if I should go down another path for testing results...
Good question, I hadn't really thought of that. Possibly it should just be an extra field of `logLines` or `decodedLogs` or something in the existing output? The existing non-json command...
Existing format looks like this: ``` { "test/Contract.t.sol:ContractTest": { "duration": { "secs": 0, "nanos": 287125 }, "test_results": { "testComplexFunc()": { "success": true, "reason": null, "counterexample": null, "logs": [ { "address":...
We want the same log data which is printed by the CLI. In the above case the logs were generated by calling `console.log` from solidity. We need to turn the...
Could you instead do `-name *` without `-all` or `-recursive`?
Having a generic way to run a task seems like a great internal solution. Yeah I agree that a simple solution in the short term is to just allow arbitrary...
Command for running the tests? Just `forge test -vv` should be enough for now. Output is written to stdout 👍 (forge doesn't support coverage yet but they're working on it)
This is still happening as of 14.1.0. When hitting the leaf route directly on the server, only the leaf's loading page is shown (correct behaviour). However, when you first load...