-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dev 2023 #39
Conversation
Before, you had to provide a node, to find its sibling. But it makes more sense to use a position in the string. Still support passing a node, it'll be converted to a position using `node-start`.
not because it's nicely done
This breaks a few tests, but instead of trying to fix the code with a bad architecture, I'll fix the architecture
- it's much much more robust now - the chance of commands interfering went down drastically - can run multiple commands concurrently (technically)
I just fixed the ci, making it fail if any tests fails. finally |
On MacOs, It sounds like log4cl is using
|
I noticed that under sbcl, on linux, *debug-io* prints out directly to the tty, making it impossible to pipe that output somewhere.
No description provided.