-
Notifications
You must be signed in to change notification settings - Fork 20
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
feat(map): Codegen for Java Target #58
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
jonathan-casey
force-pushed
the
jonathan/codegen_map_java
branch
from
October 10, 2023 12:51
f5f9918
to
faede00
Compare
jonathan-casey
force-pushed
the
jonathan/codegen_map_java
branch
2 times, most recently
from
October 10, 2023 16:40
f6eaf4f
to
ca535bb
Compare
jonathan-casey
force-pushed
the
jonathan/codegen_map_java
branch
from
October 10, 2023 16:50
ca535bb
to
cb8b967
Compare
ekarademir
approved these changes
Oct 11, 2023
Are you able to compile the output source code for your test case with the Java compiler? |
@mttrbrts yes, thats a prerequisite to merging any of the runtime targets. |
jonathan-casey
changed the title
feat(map): Map Type CodeGen for Java Target
feat(map): Codegen for Java Target
Oct 12, 2023
dselman
requested changes
Oct 19, 2023
jonathan-casey
force-pushed
the
jonathan/codegen_map_java
branch
from
November 3, 2023 10:27
1976f5c
to
8914d2f
Compare
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
fix(csharp):remove ; from map property declaration Signed-off-by: [email protected] <[email protected]> Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: GitHub <[email protected]> Signed-off-by: Jonathan-Casey <[email protected]> Co-authored-by: Jonathan-Casey <[email protected]> Co-authored-by: Jonathan-Casey <[email protected]> Signed-off-by: Jonathan Casey <[email protected]>
* feat(map): add graphqlvisitor Signed-off-by: Jonathan Casey <[email protected]> * test(map): update snapshot Signed-off-by: Jonathan Casey <[email protected]> * test(map): adds graphqlvisitor Signed-off-by: Jonathan Casey <[email protected]> * test(map): restores sandbox Signed-off-by: Jonathan Casey <[email protected]> --------- Signed-off-by: Jonathan Casey <[email protected]>
feat(codegen): remove loopback src Signed-off-by: Jonathan Casey <[email protected]>
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.11 to 7.23.2. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse) --- updated-dependencies: - dependency-name: "@babel/traverse" dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Dan Selman <[email protected]> Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
jonathan-casey
force-pushed
the
jonathan/codegen_map_java
branch
2 times, most recently
from
November 3, 2023 10:38
d09af97
to
5cf9d21
Compare
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
ekarademir
approved these changes
Nov 3, 2023
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
Signed-off-by: Jonathan Casey <[email protected]>
dselman
approved these changes
Nov 6, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
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.
Description
Add Java code generation for Map Type.
Author Checklist
--signoff
option of git commit.main
fromfork:branchname