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

Add bin module #461

Closed
wants to merge 9 commits into from
Closed

Add bin module #461

wants to merge 9 commits into from

Conversation

daniellehrner
Copy link
Collaborator

fixes #272

private int stamp = 0;

/** A set of the operations to trace */
private final StackedSet<BinOperation> chunks = new StackedSet<>();

public Bin(final Hub hub) {
this.hub = hub;
}
Copy link
Contributor

Choose a reason for hiding this comment

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

You can use @RequiredArgumentsConstructor here to avoid writing the constructor by hand.

@delehef delehef closed this Dec 11, 2023
@letypequividelespoubelles
Copy link
Collaborator

see #473

@delehef delehef deleted the feat/issue-272/add_bin_module branch February 13, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement BIN module
3 participants