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

Compiler should throw if too many parameters are given #150

Closed
Tracked by #277
x87 opened this issue Jun 11, 2021 · 2 comments
Closed
Tracked by #277

Compiler should throw if too many parameters are given #150

x87 opened this issue Jun 11, 2021 · 2 comments
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working
Milestone

Comments

@x87
Copy link
Collaborator

x87 commented Jun 11, 2021

Most recent report
#136 (reply in thread)

Currently an unknown opcode compiles with 0 parameters silently ignoring provided arguments.

@x87 x87 added type:bug Something isn't working priority:p3 Low priority scope:compiler labels Jun 11, 2021
@x87
Copy link
Collaborator Author

x87 commented Aug 26, 2023

Another similar bug:

compiler allows extra params beyond required:

wait 0 1

should be an error

@x87 x87 changed the title Compiler should throw if unregistered opcode is used with multiple parameters Compiler should throw if too many parameters are given Aug 26, 2023
@x87 x87 added this to the v4.0.0 milestone Oct 18, 2023
@x87 x87 mentioned this issue Oct 18, 2023
59 tasks
@x87
Copy link
Collaborator Author

x87 commented Aug 7, 2024

fixed in 4.0.0

@x87 x87 closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority:p3 Low priority scope:compiler type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant