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

Extend (slightly) entry index interface [ECR-1832] #781

Merged

Conversation

stanislav-tkach
Copy link
Contributor

No description provided.

@stanislav-tkach stanislav-tkach self-assigned this Jul 6, 2018
@aleksuss
Copy link
Contributor

aleksuss commented Jul 9, 2018

What about to add some unittests ?

Copy link
Contributor

@ozkriff ozkriff left a comment

Choose a reason for hiding this comment

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

travis failed

/// ```
pub fn swap(&mut self, value: V) -> Option<V> {
let previous = self.get();
self.set(val);
Copy link
Contributor

Choose a reason for hiding this comment

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

value ?

@vitvakatu vitvakatu added the work in progress 🚧 Incoming changes expected: pull request isn't ready for the final review. label Jul 9, 2018
@stanislav-tkach
Copy link
Contributor Author

Fixed. 🙃

@stanislav-tkach
Copy link
Contributor Author

I have created a separate issue for tests: https://jira.bf.local/browse/ECR-1840

@stanislav-tkach stanislav-tkach removed the work in progress 🚧 Incoming changes expected: pull request isn't ready for the final review. label Jul 9, 2018
@stanislav-tkach stanislav-tkach merged commit 41abf44 into exonum:master Jul 9, 2018
@stanislav-tkach stanislav-tkach deleted the extend-entry-index-interface branch July 9, 2018 13:52
pavel-mukhanov pushed a commit to pavel-mukhanov/exonum that referenced this pull request Apr 5, 2019
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.

None yet

5 participants