FFI: finish implementing .isa ffi features - #147
Open
alastairreid wants to merge 5 commits into
Open
Conversation
alastairreid
force-pushed
the
areid/fix-ffi
branch
from
June 15, 2026 18:55
39312ff to
77e427e
Compare
alastairreid
force-pushed
the
areid/fix-ffi
branch
2 times, most recently
from
June 23, 2026 10:46
efb096c to
b43c17f
Compare
In several places, support for foreign types such as enums and for foreign variables was incomplete and did not work if you replaced the configuration json file with the new .isa foreign import/export declarations.
alastairreid
force-pushed
the
areid/fix-ffi
branch
from
June 23, 2026 14:23
b43c17f to
e73e603
Compare
nikolaykosarev
approved these changes
Jul 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When I tried replacing the config.json files in tests, I found that the new .isa ffi language features were not fully implemented.
So this finishes the implementation (but leaves config.json support in place until others are updated).
See changes in tests for the new .isa way.