-
Notifications
You must be signed in to change notification settings - Fork 64
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
Multiple improvements in the Go language #1108
Merged
Merged
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
oxisto
force-pushed
the
multiple-return-types
branch
2 times, most recently
from
March 2, 2023 18:26
8e13410
to
c37c5ce
Compare
oxisto
force-pushed
the
assign-in-go
branch
2 times, most recently
from
March 2, 2023 18:52
952345c
to
fa2194a
Compare
oxisto
force-pushed
the
multiple-return-types
branch
from
March 2, 2023 18:54
c37c5ce
to
9c63b9c
Compare
oxisto
changed the title
Multiple assignments in Go
Multiple improvements in the Go language
Mar 3, 2023
oxisto
force-pushed
the
multiple-return-types
branch
from
March 4, 2023 12:58
9c63b9c
to
f0851ce
Compare
oxisto
force-pushed
the
assign-in-go
branch
3 times, most recently
from
March 4, 2023 14:03
3f761eb
to
1b6740c
Compare
oxisto
force-pushed
the
multiple-return-types
branch
4 times, most recently
from
March 8, 2023 11:09
9c54b66
to
a3b5c69
Compare
oxisto
force-pushed
the
assign-in-go
branch
2 times, most recently
from
March 8, 2023 11:36
31ed7d4
to
7d2b175
Compare
oxisto
force-pushed
the
multiple-return-types
branch
from
March 8, 2023 11:40
a3b5c69
to
9ba037f
Compare
oxisto
force-pushed
the
assign-in-go
branch
2 times, most recently
from
March 8, 2023 11:47
a48b074
to
334c688
Compare
Blocked by #1114 |
oxisto
commented
Apr 11, 2023
KuechA
approved these changes
Apr 11, 2023
Kudos, SonarCloud Quality Gate passed! |
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 introduces new features in the Go language frontend. The most important things are:
ForEachStatement
)AssignStatement
)LambdaExpression
)RangeExpression
)Depends on #1105 and #1114