-
Notifications
You must be signed in to change notification settings - Fork 7
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
Codegen - fix tests #281
Merged
Merged
Codegen - fix tests #281
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
pawelprazak
added
area/codegen
Schema to code generator
impact/no-changelog-required
This issue doesn't require a CHANGELOG update
labels
Nov 7, 2023
pawelprazak
force-pushed
the
pprazak/codegen-fix-tests
branch
4 times, most recently
from
November 7, 2023 15:59
376237e
to
1cece15
Compare
rebased on dependent PR |
pawelprazak
changed the base branch from
develop
to
pprazak/codegen-all-packages
November 7, 2023 16:00
I've changed the PR base for easier review |
pawelprazak
commented
Nov 7, 2023
pawelprazak
force-pushed
the
pprazak/codegen-fix-tests
branch
2 times, most recently
from
November 8, 2023 07:28
b562686
to
a4fc5f5
Compare
pawelprazak
force-pushed
the
pprazak/codegen-all-packages
branch
from
November 8, 2023 12:26
c24de3b
to
30b5c7a
Compare
pawelprazak
force-pushed
the
pprazak/codegen-fix-tests
branch
2 times, most recently
from
November 8, 2023 13:16
237d599
to
d219534
Compare
pawelprazak
force-pushed
the
pprazak/codegen-fix-tests
branch
3 times, most recently
from
November 9, 2023 15:02
fcd6e1b
to
12aa01e
Compare
- named types with provider now work - use AssetOrArchive in TypeMapper - fix union fallback type regression - eliminate redundant unions, e.g. String | String - fix missing key when package mapping present - fix type reference to a provider as resource - update codegen/Main - update various dependencies - Justfile - update compile-all, add test-all - use --server-false for provider packaging
pawelprazak
force-pushed
the
pprazak/codegen-fix-tests
branch
from
November 10, 2023 08:21
12aa01e
to
3854a71
Compare
lbialy
approved these changes
Nov 10, 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.
just one nitpick in comments
thank you for the review! regarding bloop exit, we need more work on the mass-generation of the package anyway, so in a followup I'll try to further optimize this problem |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/codegen
Schema to code generator
impact/no-changelog-required
This issue doesn't require a CHANGELOG update
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.
Fixes on top of #280