-
Notifications
You must be signed in to change notification settings - Fork 2k
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
implied tokens create incomprehensible error messages #2160
Comments
Unable to replicate: http://coffeescript.org/#try:foo%20a%20b%3A1 |
my misstake, a should have been a string http://coffeescript.org/#try:foo%20%27a%27%20b%3A1 exposes the problem |
Fair enough:
should be an error, but that error shouldn't say Perhaps more generally, we could replace the message |
Ummmmmmm. That sounds fine. |
→ #1096 And ... We're under 200 issues. Whew! |
I was surprised to see so many CS notifications in my infox today, i thought it was another CS release merge/commit spree. But the closing of so many duplicated and outdated issues is a refreshing change. Thanks a lot for that, you're making the work of many others more pleasant 😄 For another numerical data point, if #2887 gets merged we'll be over 500 tests. |
Sorry about that. By the way, I might (I probably) have overclosed or misread things, then I'm sorry and I'll reopen asap ;). |
See my comment :
|
Wrong issue, my bad. |
code like
foo a b:1
creates a incomprehensible error, cause the implied unexpected { is never explained as such
it would be much better if it reported that the implied { came after a and what tokens where expected
The text was updated successfully, but these errors were encountered: