-
Notifications
You must be signed in to change notification settings - Fork 1
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
Allow use conditional directives at least within the section of the import/export directives #5
Comments
This is effectively a separate proposal, so I don't think it belongs here as a bug. |
This is an alternative to the proposal. Eg. #if some_predefined_id == expected_literal
#endif No problem. If analyzer cannot recognize a "predefined_id" as an identifier that it expected to find here then it can send warning "Cannot recognize |
I can wrote it for you if don't know how to implement it. Eg.
|
We could allow compound conditions in the import. |
Is there some agreement what values are available for the comparsion in the expression? |
The text was updated successfully, but these errors were encountered: