Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: dont retain errors #2332

Merged
merged 1 commit into from
Apr 10, 2023
Merged

Conversation

mattsse
Copy link
Collaborator

@mattsse mattsse commented Apr 6, 2023

Motivation

if we compile_exact(file) we should not filter errors because this obfuscates failed compile runs
discovered via:
foundry-rs/foundry#4467

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

@prestwich prestwich requested a review from gakonst April 9, 2023 22:34
Copy link
Collaborator

@prestwich prestwich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code change looks fine, but I don't have the context to review its impact on things. cc @gakonst

Copy link
Owner

@gakonst gakonst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yeh the error may be in another file which our file imports. Good catch.

@gakonst gakonst merged commit af99cb0 into gakonst:master Apr 10, 2023
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants