-
Notifications
You must be signed in to change notification settings - Fork 336
Even less builtin types #14653
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
Open
JaroslavTulach
wants to merge
22
commits into
develop
Choose a base branch
from
wip/jtulach/EvenLessBuiltins14611
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.
+239
−252
Open
Even less builtin types #14653
Changes from 11 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
3d5ae1d
Removing even more @Builtin_Types from Enso types
JaroslavTulach b6b4bba
Directly construct Project_Description
JaroslavTulach 215860f
Slightly less changes for now
JaroslavTulach 3752515
Implementing RuntimeContext and Ordering behind a boundary
JaroslavTulach a32cb03
System_Process_Result doesn't have to be builtin type
JaroslavTulach 3bb1f1c
Access to comparator field is now properly encapsulated
JaroslavTulach 382e403
Removing @Builtin_Type from micro-distribution as well
JaroslavTulach 400458d
Searching constructors behind @TruffleBoundary
JaroslavTulach 7ec7e3e
Specify languageHomeOverride for all runtime-integration-tests to mak…
JaroslavTulach 0555668
Ignore Standard.Base loading messages
JaroslavTulach 3823091
Provide location of the missing path
JaroslavTulach 373ad2a
Adjusting to Standard.Base being imported
JaroslavTulach 907d03d
Restict the TCK check to Text and Number only
JaroslavTulach b87ee20
Giving Duration.+ and Duration.- proper types
JaroslavTulach 67479c4
Checking that:Duration yields Type_Error now
JaroslavTulach 067a219
Merge remote-tracking branch 'origin/develop' into wip/jtulach/EvenLe…
JaroslavTulach c2126ec
Introducing Type.getSingleConstructor()
JaroslavTulach dffcf48
Need @TruffleBoundary to work with HashMap
JaroslavTulach df3be7e
Cache Ordering related types
JaroslavTulach c02f82a
Need to use caching supplier
JaroslavTulach 599865f
Merging with develop
JaroslavTulach d303b9b
Make singleConstructor @CompilationFinal
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 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
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
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
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
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
10 changes: 0 additions & 10 deletions
10
engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/Polyglot.java
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/debug/Debug.java
This file was deleted.
Oops, something went wrong.
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
18 changes: 0 additions & 18 deletions
18
...e/src/main/java/org/enso/interpreter/node/expression/builtin/meta/ProjectDescription.java
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...ntime/src/main/java/org/enso/interpreter/node/expression/builtin/ordering/Comparable.java
This file was deleted.
Oops, something went wrong.
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
11 changes: 0 additions & 11 deletions
11
...rc/main/java/org/enso/interpreter/node/expression/builtin/ordering/DefaultComparator.java
This file was deleted.
Oops, something went wrong.
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
37 changes: 0 additions & 37 deletions
37
...e/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/runtime/Context.java
This file was deleted.
Oops, something went wrong.
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.