-
Notifications
You must be signed in to change notification settings - Fork 1
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: ASI #74
Draft
soc
wants to merge
35
commits into
main
Choose a base branch
from
topic/semi
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: ASI #74
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
- Allow multiple if-cases. - Conditions can be split into a common discriminator and continuations in individual if-cases. Though not strictly required, we use a token (`...`) to explicitly indicate this construct. fixes #5
Providing syntax sugar for side-effecting functions is the wrong way to go. fixes #3
…t`, `retain` to `Option` fixes #56
…`, `swap`, ``toOption` to `Result` fixes #57
works on #66
soc
force-pushed
the
main
branch
4 times, most recently
from
September 6, 2023 23:13
1bcfa54
to
642e0d5
Compare
soc
force-pushed
the
main
branch
3 times, most recently
from
September 17, 2023 19:06
813dc5d
to
c96fd32
Compare
soc
force-pushed
the
main
branch
5 times, most recently
from
October 16, 2023 00:44
d6a6162
to
8f69628
Compare
soc
force-pushed
the
main
branch
5 times, most recently
from
December 21, 2023 23:53
1721514
to
5aef0c4
Compare
soc
force-pushed
the
main
branch
6 times, most recently
from
November 8, 2024 22:09
46f99c3
to
018b667
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.
Remaining failure classes:
if x \n ...
return
enum
variants need trailing,
struct
fields need trailing,
class
fields need trailing,
match
bodies need trailing,
match
needs;