-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate builtins from more File methods
Enhanced processor to handle methods - `list` - `delete` - `outputStream` - `inputStream` One thing that was visible from the hardcoded node classes was that we had to handle situations where `asGuestValue`/`toHostObject` conversions were inferred automatically. As more types are marked as builtin(e.g. `Output_Stream`) those conversions will be very easy to drop.
- Loading branch information
Showing
9 changed files
with
368 additions
and
250 deletions.
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
39 changes: 0 additions & 39 deletions
39
...time/src/main/java/org/enso/interpreter/node/expression/builtin/io/DeleteBuiltinNode.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...rc/main/java/org/enso/interpreter/node/expression/builtin/io/InputStreamEnsoFileNode.java
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
engine/runtime/src/main/java/org/enso/interpreter/node/expression/builtin/io/ListNode.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
...c/main/java/org/enso/interpreter/node/expression/builtin/io/OutputStreamEnsoFileNode.java
This file was deleted.
Oops, something went wrong.
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.