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

The invariant decorator must be class decorator only #28

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

The invariant decorator must be class decorator only #28

mlhaufe opened this issue May 6, 2020 · 1 comment
Assignees
Labels
bug Something isn't working feature/invariant The `invariant` declaration requirement An assertion or property that must be fulfilled
Milestone

Comments

@mlhaufe
Copy link
Contributor

mlhaufe commented May 6, 2020

@invariant<Stack<any>>(self => ...)
class Stack<T> {
    ...
}
  • Create Unit test
@mlhaufe mlhaufe added requirement An assertion or property that must be fulfilled azure migrated feature/invariant The `invariant` declaration labels May 6, 2020
@mlhaufe mlhaufe self-assigned this May 6, 2020
@mlhaufe mlhaufe added this to the v0.0.1 milestone May 6, 2020
@mlhaufe mlhaufe closed this as completed May 6, 2020
@mlhaufe mlhaufe mentioned this issue May 6, 2020
16 tasks
@mlhaufe mlhaufe added duplicate Duplicate of existing issue feature/invariant The `invariant` declaration requirement An assertion or property that must be fulfilled and removed feature/invariant The `invariant` declaration requirement An assertion or property that must be fulfilled duplicate Duplicate of existing issue labels Jun 3, 2020
@mlhaufe mlhaufe added the bug Something isn't working label Jan 10, 2021
@mlhaufe
Copy link
Contributor Author

mlhaufe commented Jan 10, 2021

Subsumed by the new architecture: #178

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature/invariant The `invariant` declaration requirement An assertion or property that must be fulfilled
Projects
None yet
Development

No branches or pull requests

1 participant