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

Simplify Typedecl_separability unboxed types handling #10248

Merged
merged 1 commit into from
Feb 24, 2021

Conversation

stedolan
Copy link
Contributor

Simplify the handling of unboxed types in Typedecl_separability by removing some unused fields and data structures, and the code to compute them.

@stedolan stedolan force-pushed the simplify-unboxed-separability branch from db7dbeb to c35347c Compare February 23, 2021 15:13
@lpw25
Copy link
Contributor

lpw25 commented Feb 23, 2021

#10232 caught these too, although I took out slightly less.

Copy link
Member

@gasche gasche left a comment

Choose a reason for hiding this comment

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

This looks correct and indeed it removes code. The data that was there would be useful to print proper error messages when [@@unboxed] fails, but nobody worked on this. I have mixed feelings about losing this information, but I guess that's an okay thing to do. Approved.

@stedolan stedolan marked this pull request as ready for review February 24, 2021 09:35
@stedolan stedolan merged commit 4973ab9 into ocaml:trunk Feb 24, 2021
garrigue pushed a commit to garrigue/ocaml that referenced this pull request Mar 3, 2021
smuenzel pushed a commit to smuenzel/ocaml that referenced this pull request Mar 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants