foundry-rs / compilers

Utilities for working with native solc and compiling projects.
Apache License 2.0
58 stars 36 forks source link

refactor: extra files logic #88

Closed klkvr closed 3 months ago

klkvr commented 4 months ago

Resolves https://github.com/foundry-rs/foundry/issues/6241

Removes write_extra logic from ArtifactOutput trait Adds new methods:

holic commented 3 months ago

thank you!

curious if this also resolves the issue in this comment: https://github.com/foundry-rs/foundry/issues/6241#issuecomment-1802142594

happy to open a new issue if not