Skip to content
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

Put REPL and host startup code into lib, not user #398

Merged
merged 1 commit into from
Feb 28, 2017
Merged

Put REPL and host startup code into lib, not user #398

merged 1 commit into from
Feb 28, 2017

Conversation

hostilefork
Copy link
Member

When the REPL was moved into userspace code, it used routines like
PRINT for I/O, etc. This meant redefining any of those constructs
would break the REPL--consequently breaking <r3-legacy>

In the absence of an obvious ideal solution, this does the easy thing
and just binds the host r3.exe's startup and REPL code into lib.

When the REPL was moved into userspace code, it used routines like
PRINT for I/O, etc.  This meant redefining any of those constructs
would break the REPL--consequently breaking `<r3-legacy>`

In the absence of an obvious ideal solution, this does the easy thing
and just binds the host r3.exe's startup and REPL code into lib.
@hostilefork hostilefork merged commit 489ca6a into metaeducation:master Feb 28, 2017
@hostilefork hostilefork deleted the startup-in-lib branch February 28, 2017 20:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant