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

Add "ForeignStructType ForeignObject" method #3034

Merged
merged 4 commits into from
Dec 11, 2023

Conversation

d-torrance
Copy link
Member

When we added ForeignStructType HashTable, it overwrote the ForeignType ForeignObject method since ForeignObject inherits from HashTable. This caused problems when dealing with foreign struct objects (for example, an RInterface test was failing).


This fixes the build error noted in #3022 (comment).

When we added "ForeignStructType HashTable", it overwrote the
"ForeignType ForeignObject" method since ForeignObject inherits from
HashTable.  This caused problems when dealing with foreign struct
objects (for example, an RInterface test was failing).
@d-torrance
Copy link
Member Author

@DanGrayson @mikestillman Would either of you be willing to merge this soon to fix the builds on the other PR's? Thanks!

@DanGrayson DanGrayson merged commit 72c3d8c into Macaulay2:development Dec 11, 2023
6 checks passed
@d-torrance d-torrance deleted the ffi-struct-method branch December 16, 2023 16:44
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