-
Notifications
You must be signed in to change notification settings - Fork 753
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
Implement mapping semtype in runtime #42956
Closed
heshanpadmasiri
wants to merge
66
commits into
ballerina-platform:nutcracker
from
heshanpadmasiri:feat/runtime-map
Closed
Implement mapping semtype in runtime #42956
heshanpadmasiri
wants to merge
66
commits into
ballerina-platform:nutcracker
from
heshanpadmasiri:feat/runtime-map
Commits on Jul 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 58b3177 - Browse repository at this point
Copy the full SHA 58b3177View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5397fd - Browse repository at this point
Copy the full SHA c5397fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a1953 - Browse repository at this point
Copy the full SHA 78a1953View commit details -
Configuration menu - View commit details
-
Copy full SHA for d59e17f - Browse repository at this point
Copy the full SHA d59e17fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed71405 - Browse repository at this point
Copy the full SHA ed71405View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d6326 - Browse repository at this point
Copy the full SHA b5d6326View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7954de5 - Browse repository at this point
Copy the full SHA 7954de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac31fef - Browse repository at this point
Copy the full SHA ac31fefView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09c5c94 - Browse repository at this point
Copy the full SHA 09c5c94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c16f6f - Browse repository at this point
Copy the full SHA 1c16f6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d6a251 - Browse repository at this point
Copy the full SHA 8d6a251View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f16d81 - Browse repository at this point
Copy the full SHA 1f16d81View commit details
Commits on Jul 23, 2024
-
Use new api in CompilerTypeTestApi Extract out the which semtype implementation used for tests Implement semtype tests
Configuration menu - View commit details
-
Copy full SHA for ee052f9 - Browse repository at this point
Copy the full SHA ee052f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a73764 - Browse repository at this point
Copy the full SHA 0a73764View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42b59ed - Browse repository at this point
Copy the full SHA 42b59edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32f7c98 - Browse repository at this point
Copy the full SHA 32f7c98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 505006f - Browse repository at this point
Copy the full SHA 505006fView commit details -
Configuration menu - View commit details
-
Copy full SHA for be9b5c1 - Browse repository at this point
Copy the full SHA be9b5c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00e7160 - Browse repository at this point
Copy the full SHA 00e7160View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9abce86 - Browse repository at this point
Copy the full SHA 9abce86View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0eaf68 - Browse repository at this point
Copy the full SHA d0eaf68View commit details -
Configuration menu - View commit details
-
Copy full SHA for fbbe814 - Browse repository at this point
Copy the full SHA fbbe814View commit details -
Configuration menu - View commit details
-
Copy full SHA for a912920 - Browse repository at this point
Copy the full SHA a912920View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb6132 - Browse repository at this point
Copy the full SHA bfb6132View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cf21f4 - Browse repository at this point
Copy the full SHA 1cf21f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38100fd - Browse repository at this point
Copy the full SHA 38100fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 914a17a - Browse repository at this point
Copy the full SHA 914a17aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c19a12 - Browse repository at this point
Copy the full SHA 5c19a12View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32ccb4a - Browse repository at this point
Copy the full SHA 32ccb4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 892fb59 - Browse repository at this point
Copy the full SHA 892fb59View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad5f250 - Browse repository at this point
Copy the full SHA ad5f250View commit details -
Optimize TypeChecker:basicType
Avoid doing a `instanceOf` on a abstract type (which trigger a full type check) and instead use a virtual function that create the basic type which should be cheaper
Configuration menu - View commit details
-
Copy full SHA for 51c1bf2 - Browse repository at this point
Copy the full SHA 51c1bf2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c72fcb4 - Browse repository at this point
Copy the full SHA c72fcb4View commit details -
Fix hash and equals for semtypes
Memoization depends on hash and equals. Otherwise we create duplicate memos for equal types
Configuration menu - View commit details
-
Copy full SHA for 3fdd5aa - Browse repository at this point
Copy the full SHA 3fdd5aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b85031e - Browse repository at this point
Copy the full SHA b85031eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17b3872 - Browse repository at this point
Copy the full SHA 17b3872View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c0fde - Browse repository at this point
Copy the full SHA 29c0fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a03d08 - Browse repository at this point
Copy the full SHA 7a03d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78429ef - Browse repository at this point
Copy the full SHA 78429efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45d97e - Browse repository at this point
Copy the full SHA a45d97eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac35eb - Browse repository at this point
Copy the full SHA 8ac35ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 094679e - Browse repository at this point
Copy the full SHA 094679eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 631c5a7 - Browse repository at this point
Copy the full SHA 631c5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99ea3a3 - Browse repository at this point
Copy the full SHA 99ea3a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0590827 - Browse repository at this point
Copy the full SHA 0590827View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4789a86 - Browse repository at this point
Copy the full SHA 4789a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd4a805 - Browse repository at this point
Copy the full SHA cd4a805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f2d30a - Browse repository at this point
Copy the full SHA 1f2d30aView commit details -
Configuration menu - View commit details
-
Copy full SHA for d11f249 - Browse repository at this point
Copy the full SHA d11f249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4637498 - Browse repository at this point
Copy the full SHA 4637498View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca59d70 - Browse repository at this point
Copy the full SHA ca59d70View commit details -
Refactor type checker with "widenedType"
Widened type for basic types is the basic type where as for other types it is contextually expected type (not the actual shape of the value). This is to avoid the overhead of having to create singleton types for each basic type value
Configuration menu - View commit details
-
Copy full SHA for e4f565d - Browse repository at this point
Copy the full SHA e4f565dView commit details -
Configuration menu - View commit details
-
Copy full SHA for acdd496 - Browse repository at this point
Copy the full SHA acdd496View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93fc87 - Browse repository at this point
Copy the full SHA e93fc87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 605a9dc - Browse repository at this point
Copy the full SHA 605a9dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 58a59bc - Browse repository at this point
Copy the full SHA 58a59bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a3c34 - Browse repository at this point
Copy the full SHA b3a3c34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edcaf7 - Browse repository at this point
Copy the full SHA 2edcaf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc9a6b6 - Browse repository at this point
Copy the full SHA cc9a6b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f34ecf - Browse repository at this point
Copy the full SHA 3f34ecfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c676d37 - Browse repository at this point
Copy the full SHA c676d37View commit details -
Due to reasons that are not entierly clear to me when we run all the unit tests some how types from `record_project_closed_rec_equiv` to clashed with types defined in other unit tests. As a temperary workaround I introduced a new package name for this.
Configuration menu - View commit details
-
Copy full SHA for 99bae05 - Browse repository at this point
Copy the full SHA 99bae05View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6679a6 - Browse repository at this point
Copy the full SHA b6679a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15eb7a5 - Browse repository at this point
Copy the full SHA 15eb7a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for e09fea5 - Browse repository at this point
Copy the full SHA e09fea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 034d83e - Browse repository at this point
Copy the full SHA 034d83eView 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.