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

IGNITE-24089 Introduce chain and link abstractions #5046

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Cyrill
Copy link
Contributor

@Cyrill Cyrill commented Jan 14, 2025

@@ -64,32 +67,58 @@ public AssignmentsChain replaceLast(Assignments newLast) {
* @param newLast New last link.
* @return new AssignmentsChain.
*/
public AssignmentsChain addLast(Assignments newLast) {
public AssignmentsChain addLast(Assignments newLast, long configurationIndex) {
Copy link
Contributor

@alievmirza alievmirza Jan 14, 2025

Choose a reason for hiding this comment

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

let's add term everywhere as well. Index and term used together

Copy link
Contributor Author

Choose a reason for hiding this comment

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

added

@Cyrill Cyrill changed the title Link Introduce chain and link abstractions Jan 16, 2025
@Cyrill Cyrill marked this pull request as ready for review January 16, 2025 08:17
@sanpwc sanpwc changed the title Introduce chain and link abstractions IGNITE-24089 Introduce chain and link abstractions Jan 17, 2025
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.

2 participants