-
Notifications
You must be signed in to change notification settings - Fork 13
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
Refactor execution pt1 #3
Conversation
3745d00
to
cf25d5f
Compare
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
Co-authored-by: Carmine Di Monaco <carmine.dimonaco@suse.com>
cf25d5f
to
76f6a12
Compare
31ae760
to
b7418a8
Compare
b7418a8
to
818abb7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brilliant work folks!
Really really nice!
Waiting to do the mob session to have a deep dive.
But I could mostly understand how the code works just in a first initial review.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❤️ 🍹
This PR refactors the execution GenServer, separating the functional core from the side effects.
It adds tests and the concept of the result of execution.
Next PRs will add grouped expectations and rabbit messaging.