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

Improvements to the support of reg arrays #720

Merged
merged 3 commits into from
Feb 9, 2024
Merged

Improvements to the support of reg arrays #720

merged 3 commits into from
Feb 9, 2024

Conversation

eponier
Copy link
Contributor

@eponier eponier commented Feb 8, 2024

In particular, it fixes a bad interaction with reg ptr and turns most of the errors into non-internal ones.

Fixes #708

It used to work correctly for reg ptr arrays, but incorrectly for reg
ptr sub-arrays. Now, both are ignored.
@eponier
Copy link
Contributor Author

eponier commented Feb 8, 2024

(the last commit is unrelated, I wonder if in the first paragraph the most sensible thing to do would be to have the PR link at the end of the first sentence instead of at the end of the paragraph, but this is not important)

bgregoir
bgregoir previously approved these changes Feb 8, 2024
Copy link
Contributor

@bgregoir bgregoir left a comment

Choose a reason for hiding this comment

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

I am not sure that remove the "." in the CHANGELOG is a good idea.
But I do not really care.
Except this point, it is very good.

@vbgl
Copy link
Member

vbgl commented Feb 9, 2024

I don’t like the last commit.

@eponier
Copy link
Contributor Author

eponier commented Feb 9, 2024

I dropped the last commit to avoid blocking the PR.

@vbgl vbgl merged commit 23d222e into main Feb 9, 2024
1 check passed
@vbgl vbgl deleted the reg-arr-export branch February 9, 2024 13:19
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.

Register arrays in export functions produce an internal compilation error
3 participants