-
Notifications
You must be signed in to change notification settings - Fork 5
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
load-from-path with strings causes errors if used without parens #19
Comments
hmm, seems like the reader was just borked. but still, the read command would be better |
This is also happening on Linux. |
good to know, I'll make it a priority. I've had this happen on s4m too, where it's possible to bork the reader by not having input close properly, but have not been able to consistently replicate the bug. |
It would be good to know if it only happens to you from the no-parens version. |
Yep, that's correct. |
Something that can help for later debugging: Only on Linux:
On Windows it does not behave the same. It always gives errors when clicking |
going to rename this ticket as I would still like to figure out what is going wrong, but have now added a read function, so using load-from-path in patchers is no longer necessary. If anyone gets these errors using the read message, please let me know, but as it doesn't use strings, I can't make the errors so far. |
there is now a read message that seems to work reliably. |
using load-from-path is working fine on windows when in parens, but trying to use it with a quoted filename without parens is doing all kinds of weird crap. A better solution would be to implement read as I have done in s4m so one can do
|read file-no-quotes.scm|
The text was updated successfully, but these errors were encountered: