-
-
Notifications
You must be signed in to change notification settings - Fork 415
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
WIP: FFI Tuples #4157
Draft
jemc
wants to merge
22
commits into
main
Choose a base branch
from
ffi-tuples
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
WIP: FFI Tuples #4157
Commits on Jul 7, 2022
-
New tests related to bug #4127
The extens the _assert_infinite() function in packages/collections/_test.pony to detect bugs in infinite Ranges
Configuration menu - View commit details
-
Copy full SHA for 0c03dcc - Browse repository at this point
Copy the full SHA 0c03dccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c943564 - Browse repository at this point
Copy the full SHA c943564View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69d0989 - Browse repository at this point
Copy the full SHA 69d0989View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f42492 - Browse repository at this point
Copy the full SHA 1f42492View commit details -
Re-enable the ability to pass into and return tuples from FFI calls
This removes the checks that were introduced in PR #2012 that only allow intrinsic FFI calls to use tuples. Now, tuples can again be passed into and returned from FFI functions (with all previously identified limitations).
Configuration menu - View commit details
-
Copy full SHA for 75bb2a8 - Browse repository at this point
Copy the full SHA 75bb2a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a034576 - Browse repository at this point
Copy the full SHA a034576View commit details -
Add FFI tuple compile tests to libponyc test suite
Configuration menu - View commit details
-
Copy full SHA for d2a12c6 - Browse repository at this point
Copy the full SHA d2a12c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29353e5 - Browse repository at this point
Copy the full SHA 29353e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0681744 - Browse repository at this point
Copy the full SHA 0681744View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca563cb - Browse repository at this point
Copy the full SHA ca563cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 965f633 - Browse repository at this point
Copy the full SHA 965f633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90a72e1 - Browse repository at this point
Copy the full SHA 90a72e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe70d2d - Browse repository at this point
Copy the full SHA fe70d2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2662151 - Browse repository at this point
Copy the full SHA 2662151View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae34c5b - Browse repository at this point
Copy the full SHA ae34c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edc1f7 - Browse repository at this point
Copy the full SHA 7edc1f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d348965 - Browse repository at this point
Copy the full SHA d348965View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4448af - Browse repository at this point
Copy the full SHA f4448afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bd83b1 - Browse repository at this point
Copy the full SHA 5bd83b1View commit details -
Revert "Tweaked test to match reported PASS on apple arm64"
This reverts commit 3378759.
Configuration menu - View commit details
-
Copy full SHA for b17cee8 - Browse repository at this point
Copy the full SHA b17cee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49abe29 - Browse repository at this point
Copy the full SHA 49abe29View commit details -
Configuration menu - View commit details
-
Copy full SHA for b663d1e - Browse repository at this point
Copy the full SHA b663d1eView commit details
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.