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 does not type-check GET/SET arguments #1276

Closed
dockimbel opened this issue Jul 13, 2015 · 1 comment
Closed

Compiler does not type-check GET/SET arguments #1276

dockimbel opened this issue Jul 13, 2015 · 1 comment
Assignees
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.review Ticket describes a possible improvement.
Milestone

Comments

@dockimbel
Copy link
Member

Compiled GET/SET and probably most of what the compiler processes as keywords , don't provide arguments type-checking, leading to runtime crashes if the right types are not provided.

Red []

probe get none
@dockimbel dockimbel added status.reviewed Ticket has been reviewed and accepted for further processing. type.review Ticket describes a possible improvement. Red labels Jul 13, 2015
@dockimbel dockimbel self-assigned this Jan 15, 2016
@dockimbel dockimbel added this to the 0.6.0 milestone Jan 15, 2016
@dockimbel
Copy link
Member Author

Implemented by commit 2595d57c.

@dockimbel dockimbel added type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. type.review Ticket describes a possible improvement. status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. and removed type.review Ticket describes a possible improvement. type.bug Ticket describes an abnormal behavior, not conforming to the specs or expectation. status.reviewed Ticket has been reviewed and accepted for further processing. labels Feb 6, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.built A change in codebase has been done to address the ticket. status.tested The change in code has been manually tested and verified to fix the issue. type.review Ticket describes a possible improvement.
Projects
None yet
Development

No branches or pull requests

1 participant