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

improve(forge-ci): Ignore astId and other non-storage slot related props when diffing storage layouts #523

Merged
merged 4 commits into from
Jun 17, 2024

Conversation

nicholaspai
Copy link
Member

Remove props like astID and anything in types that are not minimally neccessary to compare storage layouts.

Namely, we care about which slots state variables are using, which are ultimately downstream of types and independent of the AST layout

…ops when diffing storage layouts

Remove props like astID and anything in types that are not minimally neccessary to compare storage layouts.

Namely, we care about which slots state variables are using, which are ultimately downstream of `types` and independent of the AST layout
@nicholaspai nicholaspai requested review from pxrl and bmzig June 17, 2024 18:18
Copy link
Contributor

@james-a-morris james-a-morris left a comment

Choose a reason for hiding this comment

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

Good call at preventing the unnecessary diffs

@nicholaspai nicholaspai merged commit 2643d6a into master Jun 17, 2024
7 checks passed
@nicholaspai nicholaspai deleted the npai/forge branch June 17, 2024 18:46
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.

3 participants