-
Notifications
You must be signed in to change notification settings - Fork 63
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
Update compiler plugin #832
Merged
Merged
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6b892d1 - Browse repository at this point
Copy the full SHA 6b892d1View commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7e6825d - Browse repository at this point
Copy the full SHA 7e6825dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 874abff - Browse repository at this point
Copy the full SHA 874abffView commit details -
[Compiler plugin] fillNulls { }.with { }
`with` used to have C? in UpdateExpression return type position, and so it was always inferred as nullable. Even for fillNulls { }.with { 123 }
Configuration menu - View commit details
-
Copy full SHA for 2d31cd6 - Browse repository at this point
Copy the full SHA 2d31cd6View commit details -
[Compiler plugin] Support flatten via adapter for structure-related, …
…data-agnostic operations
Configuration menu - View commit details
-
Copy full SHA for 01d99f6 - Browse repository at this point
Copy the full SHA 01d99f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6318036 - Browse repository at this point
Copy the full SHA 6318036View commit details -
Fix NPE in guess type for values of functional types
From my quick research, reflection doesn't know anything about these values. They don't have invoke methods, nor any supertypes. So for now i decided to simply fix NPE by falling back to generic Function type for such columns. It will then at least work together with compiler plugin
Configuration menu - View commit details
-
Copy full SHA for 10935d2 - Browse repository at this point
Copy the full SHA 10935d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b989c63 - Browse repository at this point
Copy the full SHA b989c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for d86d589 - Browse repository at this point
Copy the full SHA d86d589View commit details
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.