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
Executing via lsc -w
renders runtime error unusable
#1015
Comments
lsc
renders runtime error unusable
lsc
renders runtime error unusablelsc -w
renders runtime error unusable
Without ➜ LiveScript git:(master) ✗./bin/lsc ~/err.ls
Failed at: ~/err.ls
Error
at Object.<anonymous> (~/err.ls:1:7)
at Module._compile (module.js:643:30)
at Module._compile (~/LiveScript/node_modules/source-map-support/source-map-support.js:492:25)
at Object.LiveScript.run (~/LiveScript/lib/node.js:33:19)
at compileScript (~/LiveScript/lib/command.js:186:31)
at ~/LiveScript/lib/command.js:112:11
at ~/LiveScript/lib/command.js:102:7
at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:511:3) |
It looks like this might have been caused by the fix for #900, but @vendethiel, you said that #900 may not be actually fixed? Should we revert #901 (which I think fixes this) and do something else about #900? Or double down on that change and rewrite it to take |
Did we try bumping jison to ..18? |
Do note: this one issue is about runtime errors. #900 is something I hit with compile ones. |
Bumping jison makes sense to me, but I personally haven't tried anything; all I know about these bugs is what's in the bug reports. Maybe @summivox can weigh in? Otherwise, I'd be inclined to do that (remove the |
I haven't been following the development on either projects, but I'd recommend updating dependency. |
The text was updated successfully, but these errors were encountered: