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

Assertions must be toggleable #8

Closed
1 task done
mlhaufe opened this issue May 5, 2020 · 1 comment
Closed
1 task done

Assertions must be toggleable #8

mlhaufe opened this issue May 5, 2020 · 1 comment
Assignees
Labels
duplicate Duplicate of existing issue feature/assertion The `assert` function requirement An assertion or property that must be fulfilled
Milestone

Comments

@mlhaufe
Copy link
Contributor

mlhaufe commented May 5, 2020

Description

Redundant checking can negatively impact efficiency. A flag should be provided to toggle the execution of assertions in a module.

Disabled in unchecked mode
Enabled in checked mode

Tasks

  • Expose a flag on the module that toggles between implementations
@mlhaufe mlhaufe added requirement An assertion or property that must be fulfilled Azure Migrated labels May 5, 2020
@mlhaufe mlhaufe added this to the v0.0.0 milestone May 5, 2020
@mlhaufe mlhaufe self-assigned this May 5, 2020
@mlhaufe mlhaufe closed this as completed May 5, 2020
@mlhaufe mlhaufe added the feature/assertion The `assert` function label May 6, 2020
@mlhaufe mlhaufe mentioned this issue May 6, 2020
5 tasks
@mlhaufe mlhaufe added the duplicate Duplicate of existing issue label Jan 11, 2021
@mlhaufe
Copy link
Contributor Author

mlhaufe commented Jan 30, 2021

Subsumed by #179

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate Duplicate of existing issue feature/assertion The `assert` function requirement An assertion or property that must be fulfilled
Projects
None yet
Development

No branches or pull requests

1 participant