Skip to content

Simplify live patch generation handling#596

Draft
AlexanderLanin wants to merge 1 commit intoeclipse-csi:mainfrom
AlexanderLanin:simple-live
Draft

Simplify live patch generation handling#596
AlexanderLanin wants to merge 1 commit intoeclipse-csi:mainfrom
AlexanderLanin:simple-live

Conversation

@AlexanderLanin
Copy link
Contributor

Refactor the generate_live_patch function to return the generated patch directly instead of using a handler. This change streamlines the process and improves code clarity.

This is like 90% working. Is it going in a reasonable direction? At least for me it's easier and more understandable when functions return the result, instead of using out-parameters. Especially complex ones like handlers.

This is slower as there is no partial handler call as before, not sure if that matters anywhere though.

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.

1 participant