-
Notifications
You must be signed in to change notification settings - Fork 333
Remove duplicated IR ASTs for static methods #13962
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
Draft
Akirathan
wants to merge
22
commits into
develop
Choose a base branch
from
wip/akirathan/11686-register-only-static-methods
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
a810b91
docs for dump: run with --no-ir-caches
Akirathan c59d871
Tests for duplicated method in MethodDefinitions compiler pass
Akirathan 0af145d
Remove static method duplication from MethodDefinitions pass
Akirathan aaa4b06
ModuleScope does not have any eigen types registered.
Akirathan 2a1152e
Remove creation of singleton/eigen types.
Akirathan bab7407
Revert "Remove creation of singleton/eigen types."
Akirathan ef907c7
Revert "ModuleScope does not have any eigen types registered."
Akirathan b9ad2d5
Test that method is registered just once in the scope.
Akirathan 6cce54f
Bump Persistance serial version
Akirathan 3b07105
Assert method schema.
Akirathan 5229c4b
Test that for all methods, there is just a single self argument
Akirathan daf60bd
Merge branch 'develop' into wip/akirathan/11686-register-only-static-…
Akirathan 3ed7b4d
fmt
Akirathan d3cda98
In generateReexportBindings, fix extension method lookup
Akirathan c16eb17
Special function lookup for self=Any.
Akirathan e18c38a
Extension methods are first looked up on eigen type
Akirathan 0248f43
Remove self arg in special circumstances from method call.
Akirathan 87e8944
Try to resolve function first on eigen type, then on normal type.
Akirathan 82ecdf3
Remove imprecise assert
Akirathan b15403e
Update Any_Spec to the new spec
Akirathan 6b17fd9
Add back some tests
Akirathan 7b58937
Update Any_Spec to the newest specification.
Akirathan 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
Oops, something went wrong.
Oops, something went wrong.
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.