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

Feature: Persistent language changes #88

Merged
merged 4 commits into from
Apr 7, 2020

Conversation

tinmarino
Copy link
Contributor

Fix 2/3 of #85

  1. OK: Slang persistent
  2. OK: Operator persistent (I changed the doc in the PR)
  3. NO: Pragma persistent.

The first commit (81f5cfd) is the real work (11 lines) the rest is only test and doc.

@bduggan bduggan merged commit e32b571 into bduggan:master Apr 7, 2020
@bduggan
Copy link
Owner

bduggan commented Apr 7, 2020

This is great! I wonder if this could be used to fix the issue in the built-in repl.

@tinmarino
Copy link
Contributor Author

tinmarino commented Apr 7, 2020

I think so, I'll see the issue. They already tweak the code to get the prompt with $code = $code ~ $newcode ~ "\n"; in the eval loop.

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

2 participants