-
Notifications
You must be signed in to change notification settings - Fork 2k
correct placed comments have effects on the compilation process #2445
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
Comments
Block comments aren't, in CoffeeScript. |
See #2025 and many, many others. |
I think block comments should be removed from the language. They are the source of a lot of erroneous "bug" reports like this one and are honestly kinda hard to use. |
@erisdiscord: Not removed, but made into actual comments. They should be thrown out at the lexer/preprocessor phase. |
@michaelficarra: yes, thats exactly how i think |
This is fixed via #4572. Sorry it took awhile. |
hello
the following code does not compile:
but the following does:
the idea of comments (my interpretation) is that they are separated from the code.
they are like removed from the code leaving no effect.
The text was updated successfully, but these errors were encountered: