We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Typing anything before or after #define OLC_PGE_APPLICATION is considered legal, but does not appear to have any other consequences.
#define OLC_PGE_APPLICATION
To Reproduce Steps to reproduce the behavior:
Expected behavior Probably should error with an invalid name/type/symbol error of some sort from the compiler?
Additional context Here is an example PGEtinker share demonstrating the "problem": https://beta.pgetinker.com/s/L-YwkrmuLLV
The text was updated successfully, but these errors were encountered:
First. Thank you for almost always giving me a direct example I can use to test.. It really helps me to quickly identify the issue.
Second. I know why this happens.
https://github.com/Moros1138/PGEtinker/blob/main/pgetinker/Compiler.php#L180
I'll refine this check to do it in a less naive way. Thanks again.
Sorry, something went wrong.
This fix has been deployed!
Moros1138
Successfully merging a pull request may close this issue.
Describe the bug
Typing anything before or after
#define OLC_PGE_APPLICATION
is considered legal, but does not appear to have any other consequences.To Reproduce
Steps to reproduce the behavior:
#define OLC_PGE_APPLICATION
, write any text of your desires either before or after it.Expected behavior
Probably should error with an invalid name/type/symbol error of some sort from the compiler?
Additional context
Here is an example PGEtinker share demonstrating the "problem": https://beta.pgetinker.com/s/L-YwkrmuLLV
The text was updated successfully, but these errors were encountered: