-
Notifications
You must be signed in to change notification settings - Fork 323
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
Autoscoped constructors #9190
Merged
Merged
Autoscoped constructors #9190
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
3ac0f63
Autoscoped constructors
JaroslavTulach 0342ce3
Applying two arguments
JaroslavTulach 75aed7e
Currying of UnresolvedConstructor works
JaroslavTulach be51963
Reorder arguments by specifying their name
JaroslavTulach 7bd5c4d
Testing defaulted arguments
JaroslavTulach 8266b52
Autoscoping benchmark
JaroslavTulach 774438c
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Autosc…
JaroslavTulach f34d56b
Renaming to AutoscopedConstructorTest
JaroslavTulach 6bcd8dc
Use SrcUtil.source to make sure IGV can find .enso source on disk
JaroslavTulach 59fa776
Finish measurement after 1s when in bench.compileOnly=true mode
JaroslavTulach 28b1679
Splitting benchmark code to multiple lines
JaroslavTulach 5aa2699
Share a common Context builder setup for all benchmarks
JaroslavTulach f5a0c7f
250x times speedup with ConstructNode
JaroslavTulach d10fdb1
javafmtAll
JaroslavTulach 2646b15
Constructor, two constructors and no suitable constructor test
JaroslavTulach 6987672
Note in changelog
JaroslavTulach 2b687f1
Check the whole error message
JaroslavTulach 66e8f32
Choose first constructor
JaroslavTulach 1d91c16
Back.Times constructor is selected
JaroslavTulach 0c1aabf
Testing constructor with all defaulted arguments
JaroslavTulach a026086
Properly passing on caller's state when resolving UnresolvedConstructor
JaroslavTulach 9c9dc13
How to materialize Vector elements with unresolved constructors
JaroslavTulach eb7b701
Fixing additionalDescriptions typo
JaroslavTulach 49202c9
Better javadoc
JaroslavTulach 463e33f
Done: Static Methods on Types, Unboxed Atoms, Unboxed Vectors, Parser
JaroslavTulach bc5c6fd
Documenting autoscoped constructors
JaroslavTulach 6e32a3a
Better error message for autoscoped constructors
JaroslavTulach 60bfc76
Avoid concatenation of strings on fast path
JaroslavTulach 323f909
Type_Error.to_text = TypeError.to_display_text
JaroslavTulach 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 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 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 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 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 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 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.
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.
Documenting autoscoped constructors is hard when most of the surrounding documentation is outdated...