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

fix(compiler): Stabilize CRC checks #2101

Merged
merged 3 commits into from
Apr 27, 2024
Merged

fix(compiler): Stabilize CRC checks #2101

merged 3 commits into from
Apr 27, 2024

Conversation

ospencer
Copy link
Member

@ospencer ospencer commented Apr 26, 2024

Closes #1843

Ensures we always are keying off of object name & removes cache for out-of-date objects. Also ensures consistent CMIs on the first & subsequent builds.

Copy link
Member

@marcusroberts marcusroberts left a comment

Choose a reason for hiding this comment

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

I'n not a code owner, but I read all the way through and it LGTM!

Comment on lines 165 to +166
/* Is this okay? This causes serialized type variables to lose their proper IDs. -Oscar */
/* if s.for_saving || ty.id < 0 then */
if (s.for_saving) {
/* if s.for_cmi || ty.id < 0 then */
Copy link
Member

Choose a reason for hiding this comment

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

Still haven't answered this question? 😛

Copy link
Member Author

Choose a reason for hiding this comment

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

No 😛

Theoretically if we ever figured this out we wouldn't need the Translsig module. I think? The world may never know 🙈

@ospencer ospencer added this pull request to the merge queue Apr 27, 2024
Merged via the queue into main with commit fc19761 Apr 27, 2024
12 checks passed
@ospencer ospencer deleted the oscar/investigate-crcs branch April 27, 2024 03:23
@github-actions github-actions bot mentioned this pull request Apr 26, 2024
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.

Investigate CRC behavior
3 participants