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

work: add and tidy some comments. #2245

Merged
merged 1 commit into from
Sep 24, 2019

Conversation

graydon
Copy link
Contributor

@graydon graydon commented Aug 21, 2019

Description

Just added a little commentary on recent Work changes. Let me know if I misunderstood!

Checklist

  • Reviewed the contributing document
  • Rebased on top of master (no merge commits)
  • Ran clang-format v5.0.0 (via make format or the Visual Studio extension)
  • Compiles
  • Ran all tests
  • N/A If change impacts performance, include supporting evidence per the performance document

// first 0 or more times it's called, then if ever returns true, always return
// true thereafter. It will be called repeatedly until it returns true, but
// never again (it will actually be deleted once it returns true once). No more
// detailed reset/retry protocol exists in the relationship between
Copy link
Contributor

Choose a reason for hiding this comment

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

I don't understand what this last sentence means.. do you mean that conditional work doesn't retry?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No, I mean that the ConditionalWork doesn't propagate any of its lifecycle transitions into the ConditionFn. I'll rephrase.

@graydon
Copy link
Contributor Author

graydon commented Aug 22, 2019

@marta-lokhova updated with rewording

@MonsieurNicolas MonsieurNicolas added this to In progress in v12.0.0 via automation Sep 24, 2019
@MonsieurNicolas MonsieurNicolas merged commit d9e6b45 into stellar:master Sep 24, 2019
v12.0.0 automation moved this from In progress to Done Sep 24, 2019
@graydon graydon deleted the comments-on-work-subsystem branch January 3, 2020 01:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
v12.0.0
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

3 participants