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

Support custom patching logic #134

Closed
krzemin opened this issue Jan 21, 2020 · 2 comments · Fixed by #614
Closed

Support custom patching logic #134

krzemin opened this issue Jan 21, 2020 · 2 comments · Fixed by #614
Labels
dragons ahead Task which requires handwriting compiletime reflection for Scala2&3 and/or updating the architecture enhancement

Comments

@krzemin
Copy link
Member

krzemin commented Jan 21, 2020

Sometimes, when patching a case class, new value must be combined from existing value and provided one from patch. Thus, we need some way of expressing the custom logic in patchers DSL, as in the example from this comment: #98 (comment)

@MateuszKubuszok MateuszKubuszok added the dragons ahead Task which requires handwriting compiletime reflection for Scala2&3 and/or updating the architecture label Oct 20, 2023
@MateuszKubuszok MateuszKubuszok added this to the Merge transformations milestone Dec 19, 2023
@MateuszKubuszok
Copy link
Member

Depends on #538 which in turns depends on #115.

@MateuszKubuszok MateuszKubuszok added the blocked Ticket cannot be implemented because it depends on another ticker or external factor label May 19, 2024
@MateuszKubuszok MateuszKubuszok pinned this issue Oct 17, 2024
@MateuszKubuszok MateuszKubuszok unpinned this issue Oct 17, 2024
@MateuszKubuszok MateuszKubuszok removed the blocked Ticket cannot be implemented because it depends on another ticker or external factor label Jan 23, 2025
@MateuszKubuszok
Copy link
Member

MateuszKubuszok commented Jan 23, 2025

The functionality is available on master, see testing-snapshots if you want to help us testing it (and checking if the documentation makes sense) before we'll release it (I want to do a few much smaller things before the release).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dragons ahead Task which requires handwriting compiletime reflection for Scala2&3 and/or updating the architecture enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants