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: Fix an error on a function evocation by a missing parameter for the error function #13

Merged
merged 3 commits into from
Dec 16, 2024

Conversation

botamochi0x12
Copy link
Owner

Abstract

Tweaking a bunch of errata about operator handling.

Behavior

Expected

error('UnsupportedOperatorError: `%s` is not supported. Use either `and` or `or`', func2str(@add))
UnsupportedOperatorError: `add` is not supported. Use either `and` or `or`

Actual

error('UnsupportedOperatorError: `%s` is not supported. Use either `and` or `or`')
UnsupportedOperatorError: `%s` is not supported. Use either `and` or `or`

@botamochi0x12 botamochi0x12 added the bug Something isn't working label Dec 16, 2024
@botamochi0x12 botamochi0x12 self-assigned this Dec 16, 2024
Copy link
Owner Author

@botamochi0x12 botamochi0x12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs testing

@botamochi0x12 botamochi0x12 merged commit b33d79c into main Dec 16, 2024
1 check passed
@botamochi0x12 botamochi0x12 deleted the error-message-for-unknown-operators branch December 16, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant