foundry-rs / compilers

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

Flatten fix #68

Closed klkvr closed 8 months ago

klkvr commented 8 months ago

Ref https://github.com/foundry-rs/foundry/pull/6936#issuecomment-1921443885

Not sure why exactly this unwrap is failing, adding None variant handling and some logs to debug it.