-
Notifications
You must be signed in to change notification settings - Fork 324
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
Runtime check of ascribed types #6790
Merged
Merged
Changes from 17 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
18abc60
Use ascribed types in ReadArgumentNode
JaroslavTulach b90cd6e
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Ascrib…
JaroslavTulach 81295da
Bound type is available directly in the Interval module
JaroslavTulach 4ebea38
Context is directly imported
JaroslavTulach 3358d6b
Accept type parameters in ascribed signatures
JaroslavTulach 947a58f
It's Utf_16_Span
JaroslavTulach d472f18
Type_Error.Error when wrong type is send to ascribed constructor
JaroslavTulach b5125a3
Everything that hasHashEntries is of type Map
JaroslavTulach 927b42f
Unignore method that was crashing the old parser
JaroslavTulach 26168fd
Formatting
JaroslavTulach 2134148
Caching ValuesGenerator speeds the test from 80s to 20s
JaroslavTulach f144268
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Ascrib…
JaroslavTulach e2c7ed5
Running the MetaIsATest also with JavaScript enabled
JaroslavTulach 17fe010
Special isDate and isTime checks
JaroslavTulach 2796679
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Ascrib…
JaroslavTulach 8d345b9
Everything that hasHashEntries is a Map
JaroslavTulach e72620f
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Ascrib…
JaroslavTulach e17f619
Renaming and typo fixing
JaroslavTulach b5c19f6
Applying scala formatting/coding suggestions
JaroslavTulach 34e0a2c
Less of currly braces
JaroslavTulach fe89655
Support for ascribed union types
JaroslavTulach 52c0357
Better error messages
JaroslavTulach ccf7ef0
Support for nested union and parameterized types
JaroslavTulach 9528617
Errors get in without any type checks
JaroslavTulach 9ad5d54
Produces Type_Error instead of Unsupported_Argument_Types now
JaroslavTulach eb60cad
Allowing Column to make test/Benchmarks pass the runtime argument typ…
JaroslavTulach 31dff3c
line_endings can be Infer-ed
JaroslavTulach fe0edb0
Store location of atom constructors
JaroslavTulach 19f753f
Opt-out of type checks to make test/Visualization_Tests pass
JaroslavTulach 35f86a4
Skip type check of lazy arguments
JaroslavTulach 5ca27c6
test/Table_Tests are passing now
JaroslavTulach f5c365b
Report union types using Enso syntax
JaroslavTulach 89a5150
Make sure error messages contain name of variables
JaroslavTulach d4f55bc
Revering back 9ad5d54 until opt-out | Any is removed from Filter_Cond…
JaroslavTulach d568ab3
Not in change log
JaroslavTulach 2dbcd7a
Merge remote-tracking branch 'origin/develop' into wip/jtulach/Ascrib…
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
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.
This is wrong as described in