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

Avoid eating 0-argument functions used after L/UBOUND #515

Merged
merged 2 commits into from
Jun 27, 2024

Conversation

flukiluke
Copy link
Contributor

This commit reverts 38e0ec3 9f81ba1 and 55c3657 which attempted to fix the capitalisation of array names used with L/UBOUND, and introduced the code-eating bug. It is replaced with an alternative solution to the capitalisation issue.

Closes #244

This commit reverts 38e0ec3 9f81ba1 and 55c3657 which attempted
to fix the capitalisation of array names used with L/UBOUND, and
introduced the code-eating bug. It is replaced with an alternative
solution to the capitalisation issue.
@flukiluke flukiluke merged commit c8f161d into QB64-Phoenix-Edition:main Jun 27, 2024
4 checks passed
@flukiluke flukiluke deleted the lbound_format branch June 28, 2024 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The layout of expressions after UBOUND() and LBOUND() is wrong
3 participants