-
-
Notifications
You must be signed in to change notification settings - Fork 70
Imports whose name contains "color" cause Syntax error #240
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
Created by: benfry Hm, that's unfortunate, though I'm not sure it's a bug—does that work with (Edited to add: if it was working in 3.x, that was probably a bug in the preprocessor, unfortunately.) |
In GitLab by @micycle1 on Aug 11, 2021, 12:55 It was working in 3.x. |
Created by: sampottinger I’ll look into this right away @micycle1. Thank you for reporting it. |
Created by: sampottinger Apologies @benfry and @micycle1 for not having seeing this during the alpha testing. Color is a little strange because, gramatically, it shouldn't be able to appear in a fully qualified name (or import) like int cannot. However, I would hate to have any incompatibility. @benfry, I'm suggesting a change to the grammar. Please see #246. |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
In GitLab by @micycle1 on Aug 9, 2021, 15:10
Description
Imports whose name contains "color" cause a syntax error since Processing interprets these as the
color
datatype.Your Environment
The text was updated successfully, but these errors were encountered: