foundry icon indicating copy to clipboard operation
foundry copied to clipboard

meta(output): tracking issue for issues related to output modes (`--json`, `stdout`, `stderr`)

Open zerosnacks opened this issue 5 months ago • 1 comments

Issues

Flags

  • [ ] Many flags are incompatible with each other but not marked as such resulting in a hard crash or unexpected output

--json

  • [x] https://github.com/foundry-rs/foundry/issues/8789
  • [ ] https://github.com/foundry-rs/foundry/issues/8735
  • [x] https://github.com/foundry-rs/foundry/issues/6922
  • [ ] https://github.com/foundry-rs/foundry/issues/2210
  • [ ] https://github.com/foundry-rs/foundry/issues/6600
  • [ ] https://github.com/foundry-rs/foundry/issues/6511
  • [ ] https://github.com/foundry-rs/foundry/issues/8926
  • [x] https://github.com/foundry-rs/foundry/issues/4071
  • [ ] forge build --sizes is not compatible
  • [ ] forge build --names is not compatible
  • [ ] forge build --format-json always prints (even if empty) when combined with other flags
  • [ ] forge script --json is not clean

stdout, stderr

  • [ ] https://github.com/foundry-rs/foundry/issues/8568
  • [ ] https://github.com/foundry-rs/foundry/issues/7055
  • [ ] https://github.com/foundry-rs/foundry/issues/1976
  • [ ] https://github.com/foundry-rs/foundry/issues/3981
  • [ ] https://github.com/foundry-rs/foundry/pull/6569 (resolves above)
  • [ ] https://github.com/foundry-rs/foundry/issues/5069

zerosnacks avatar Sep 03 '24 09:09 zerosnacks