Skip to content
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

Fix for api_require wrong macro && conditions #1465

Merged
merged 1 commit into from Apr 11, 2023

Conversation

jgmdev
Copy link
Member

@jgmdev jgmdev commented Apr 11, 2023

This mistake escaped my eyes when reviewing #1437 and causes some symbols to not be exported, because the preprocessor macros are expecting multiple LUA versions to evaluate as true at once. The fix is to replace && with ||.

This mistake escaped my eyes when reviewing lite-xl#1437 and causes
some symbols to not be exported, because the preprocessor macros
are expecting multiple LUA versions to evaluate as true at once.
The fix is to replace `&&` with `||`.
@Guldoman Guldoman merged commit d4bf839 into lite-xl:master Apr 11, 2023
8 checks passed
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Aug 19, 2023
This mistake escaped my eyes when reviewing lite-xl#1437 and causes
some symbols to not be exported, because the preprocessor macros
are expecting multiple LUA versions to evaluate as true at once.
The fix is to replace `&&` with `||`.
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Aug 19, 2023
This mistake escaped my eyes when reviewing lite-xl#1437 and causes
some symbols to not be exported, because the preprocessor macros
are expecting multiple LUA versions to evaluate as true at once.
The fix is to replace `&&` with `||`.
takase1121 pushed a commit to takase1121/lite-xl that referenced this pull request Aug 19, 2023
This mistake escaped my eyes when reviewing lite-xl#1437 and causes
some symbols to not be exported, because the preprocessor macros
are expecting multiple LUA versions to evaluate as true at once.
The fix is to replace `&&` with `||`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants