-
Notifications
You must be signed in to change notification settings - Fork 752
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
Rewrite BUnionType's getMemberTypes()
usages using SemTypes
#43341
Merged
lochana-chathura
merged 28 commits into
ballerina-platform:nutcracker
from
lochana-chathura:semIntegration/cleanup3
Nov 14, 2024
Merged
Rewrite BUnionType's getMemberTypes()
usages using SemTypes
#43341
lochana-chathura
merged 28 commits into
ballerina-platform:nutcracker
from
lochana-chathura:semIntegration/cleanup3
Nov 14, 2024
+1,574
−3,104
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e0645f - Browse repository at this point
Copy the full SHA 6e0645fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3916457 - Browse repository at this point
Copy the full SHA 3916457View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ba7f21 - Browse repository at this point
Copy the full SHA 4ba7f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb6332c - Browse repository at this point
Copy the full SHA bb6332cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae53230 - Browse repository at this point
Copy the full SHA ae53230View commit details -
Configuration menu - View commit details
-
Copy full SHA for f952608 - Browse repository at this point
Copy the full SHA f952608View commit details -
Get rid of BIRSameShapeVisitor
Since ballerina-platform#35886 has been addressed, we should be able to remove the temporary shape check workaround. Please refer to ballerina-platform#35872 (comment)
Configuration menu - View commit details
-
Copy full SHA for aca8f5a - Browse repository at this point
Copy the full SHA aca8f5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 562e9f6 - Browse repository at this point
Copy the full SHA 562e9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b4355 - Browse repository at this point
Copy the full SHA 46b4355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 351c09f - Browse repository at this point
Copy the full SHA 351c09fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 366ae2c - Browse repository at this point
Copy the full SHA 366ae2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc00fca - Browse repository at this point
Copy the full SHA fc00fcaView commit details -
Fix wrong interop error msg for error included return types
Previously ballerina `readonly` return type allowed for java void methods. However, `error?` was not allowed with java void. This inconsistency is due to type checking not recognizing the fact that readonly type does include the error type. The error given in the latter case too is wrong because error is optional.
Configuration menu - View commit details
-
Copy full SHA for 1a00fe5 - Browse repository at this point
Copy the full SHA 1a00fe5View commit details -
Implement isAssignableIgnoreObjectTypeIds() properly
Previously this was implemented with a temporary workaround which was inefficient as we recalculated the semtypes.
Configuration menu - View commit details
-
Copy full SHA for 9404493 - Browse repository at this point
Copy the full SHA 9404493View commit details -
Configuration menu - View commit details
-
Copy full SHA for deddfab - Browse repository at this point
Copy the full SHA deddfabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99bcfdf - Browse repository at this point
Copy the full SHA 99bcfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb06d16 - Browse repository at this point
Copy the full SHA cb06d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02a9afa - Browse repository at this point
Copy the full SHA 02a9afaView commit details -
Fix testFunctionalProgramming shell test failure
Please refer to ballerina-platform#43344 (comment) for the reason
Configuration menu - View commit details
-
Copy full SHA for 7bcd50c - Browse repository at this point
Copy the full SHA 7bcd50cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 41463dd - Browse repository at this point
Copy the full SHA 41463ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b34bb6 - Browse repository at this point
Copy the full SHA 9b34bb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e67221a - Browse repository at this point
Copy the full SHA e67221aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 001cdd5 - Browse repository at this point
Copy the full SHA 001cdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 244de44 - Browse repository at this point
Copy the full SHA 244de44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 445ecc9 - Browse repository at this point
Copy the full SHA 445ecc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2ce145 - Browse repository at this point
Copy the full SHA e2ce145View commit details -
Configuration menu - View commit details
-
Copy full SHA for eac0942 - Browse repository at this point
Copy the full SHA eac0942View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff06641 - Browse repository at this point
Copy the full SHA ff06641View 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.