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

Release 0.4.2 #164

Merged
merged 5 commits into from
Oct 15, 2024
Merged

Release 0.4.2 #164

merged 5 commits into from
Oct 15, 2024

Conversation

edsko
Copy link
Collaborator

@edsko edsko commented Oct 15, 2024

No description provided.

isaac-uptrust and others added 3 commits October 15, 2024 12:14
It's possible for the compiler plugin to fire multiple times, with
each successive run using the AST from the previous run.

When this happens, the first run succeeds but later runs fail. The
datatype definition generated by `transformDecl` still has the
`largeRecord` annotation, but is no longer in a form that's accepted
by the compiler plugin.

Removing the annotations for which `transformDecl` succeeds makes the
compiler plugin idempotent.
@edsko edsko changed the title Fix tests after #159 Release 0.4.2 Oct 15, 2024
@edsko edsko merged commit cd652eb into main Oct 15, 2024
4 checks passed
@edsko edsko deleted the edsko/large-records-0.4.2 branch October 15, 2024 13:17
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.

2 participants