-
Notifications
You must be signed in to change notification settings - Fork 37
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
Console removed - what to change? #219
Comments
Fair point. It's probably not really a good idea to treat There's no easy way to migrate, I think, but the easiest thing would be to directly start a REPL process and attach that to the If you want to continue using the old console then I suppose we could re-add that, but I'd recommend just copying the relevant code (this, this, this, and this) over to your repo and drop the dependency on ink. Let me know what you want to go with and I'd be happy to help. |
Well, I need the old functionality because I don't start any external process, so I need the stdout and stderr. I was also using the console as a drop-in for ink results, so I need to render HTML (one thing that the new implementation don't support either). I'll probably just end up copying the code over my repo... |
Alright. Sorry for the inconvenience then, but we can't really keep maintaining the old console and removed it to improve loading times. |
@mauricioszabo |
Today I found out that the old Console was removed on the new Ink version. How do I change the API? Is there any information about it? It broke completely my Chlorine plug-in, as it depends on a Console window currently opened...
The problem in this issue is that there's no documentation on how to migrate to
InkTerminal
and also no information on the CHANGELOG, so it's a huge breaking change with no visibility whatsoever...The text was updated successfully, but these errors were encountered: