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

Feature / Allow command fields to implement IsZero() #327

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

hansbogert
Copy link
Contributor

-- which implements the IsZeroer interface

Description

Adds IsZeroer interface which command fields can implement optionally to shortcircuit the default eventhorizon handling of commands and the check if they are zero.

Affected Components

  • Command dispatcher

Related Issues

#326

@coveralls
Copy link

coveralls commented Jul 8, 2021

Coverage Status

Coverage increased (+0.1%) to 69.521% when pulling 23ef0b9 on hansbogert:main into 558bc83 on looplab:main.

Copy link
Member

@maxekman maxekman left a comment

Choose a reason for hiding this comment

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

Nice addition! Lacking documentation, but can be added later.

which implements the IsZeroer interface
@maxekman maxekman merged commit 2804782 into looplab:main Jul 13, 2021
@maxekman maxekman changed the title feature: Allow command fields to implement IsZero() Feature / Allow command fields to implement IsZero() Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants