-
Notifications
You must be signed in to change notification settings - Fork 61
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
[asl-test] Some ASL tests #757
Draft
maranget
wants to merge
6
commits into
master
Choose a base branch
from
asl-tutorial
base: master
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
Conversation
This file contains 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
jalglave
changed the title
[asl-test] Tests from an asl tutorial
[asl-test] Some ASL tests
Jan 16, 2024
maranget
force-pushed
the
asl-tutorial
branch
from
January 16, 2024 21:30
3e3427e
to
ac95eff
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
4 times, most recently
from
January 18, 2024 14:28
1551ff3
to
5021be5
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
2 times, most recently
from
March 14, 2024 11:54
8e06754
to
dfd2271
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
7 times, most recently
from
March 28, 2024 16:55
68538a5
to
2762216
Compare
@maranget I think this PR is ready for review. I would suggest reviewing commit by commit as some commits add a lot of noise. |
HadrienRenaud
force-pushed
the
asl-tutorial
branch
5 times, most recently
from
April 15, 2024 14:26
37bd41c
to
ded28fd
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
from
April 16, 2024 08:40
ded28fd
to
7f3cfa3
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
3 times, most recently
from
April 29, 2024 12:34
dc77f95
to
0bf0920
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
4 times, most recently
from
May 3, 2024 09:31
ea7c464
to
5627613
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
from
May 31, 2024 14:50
8d47a46
to
cb0458e
Compare
HadrienRenaud
force-pushed
the
asl-tutorial
branch
from
June 18, 2024 11:08
283865c
to
b8531b2
Compare
Modifications from patch: 1. Since PR #737, it is no longer a flagged error to give the name of a local variable from stdlib to a global variable in user program. 2. Test tree flattened 3. Change calls to println into print Authored-by: Skye Aubrey <[email protected]> Co-authored-by: Martin Ogden <[email protected]> Committed-by: Luc Maranget <[email protected]> Committed-by: Hadrien Renaud <[email protected]>
New tests Authored-by: Rich Cloutier <[email protected]>
HadrienRenaud
force-pushed
the
asl-tutorial
branch
from
June 18, 2024 13:54
b8531b2
to
499318c
Compare
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.
This PR adds a lot of tests for the ASL implementation.
This is blocked by external constraints.