-
Notifications
You must be signed in to change notification settings - Fork 3.7k
[pigeon] Support javax.annotation.Generated annotation in Kotlin generator #10961
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
Merged
Merged
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
a82b1c3
Add logic to add generated annotation in kotlin
jeffkwoh df74e39
Add flags for parsing use_generated_annotation
jeffkwoh a262475
Fix wrong parsing logic
jeffkwoh 4267595
Fix test and remove unneeded code
jeffkwoh b9bd95f
Fix kotlin generator test
jeffkwoh f154dec
Fix test
jeffkwoh 1afaa7b
Format dart files
jeffkwoh 79ccc95
Address gemini-code-assist comments
jeffkwoh d33ccff
refactor: consolidate generated annotation constant and refactor test…
jeffkwoh 449b597
Add kotlinUseGeneratedAnnotation parameter to generation tool
jeffkwoh 5e2b71a
Add javaUseGeneratedAnnotation parameter and test case
jeffkwoh 04214ed
Format generation.dart
jeffkwoh a9ee424
Merge branch 'main' into pigeon-gen
jeffkwoh 34d41e1
Fix analyzer issues in generation.dart
jeffkwoh 0944a99
Fix Kotlin @file: annotation prefix for @Generated
jeffkwoh a8254ba
Remove unrequired import
jeffkwoh 275d85f
Remove java generated goldens as they don't seems to be passing at HEAD
jeffkwoh ee13f77
Merge branch 'main' into pigeon-gen
jeffkwoh 9352877
Fix kotlin genrated code with annotation
jeffkwoh c937bc6
Fix rename constant that was missed in previous commit
jeffkwoh 4993d2b
Fix broken java refactor of generatedAnnotation --> pluginPackageName
jeffkwoh 2bf1c88
Fix Kotlin compilation errors in generated pigeon tests
jeffkwoh 064d8f2
Format kotlin_generator.dart
jeffkwoh 76c3cd5
Merge branch 'main' into pigeon-gen
jeffkwoh e99d324
Address PR review comments: Fix typos, unused args, and rename annota…
jeffkwoh 125d903
Merge branch 'main' into pigeon-gen
jeffkwoh a173dfc
Update pubspec.yaml
jeffkwoh 3f34435
Merge branch 'main' into pigeon-gen
jeffkwoh 654b4dc
Merge branch 'main' into pigeon-gen
jeffkwoh 6eb341d
Merge branch 'main' into pigeon-gen
jeffkwoh d433a77
Update Pigeon generator tools and package metadata
jeffkwoh 52b5bce
Merge branch 'main' into pigeon-gen
jeffkwoh fab6e4f
Merge branch 'main' into pigeon-gen
jeffkwoh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.