Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jan 15, 2025
1 parent 70f54a7 commit fb092d6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ private[compiletime] trait Derivation
with datatypes.ValueClasses
with transformer.Derivation {

// TODO: translate errors?
// - PatchFieldNotFoundInTargetObj

final def derivePatcherResultExpr[A, Patch](implicit ctx: PatcherContext[A, Patch]): DerivationResult[Expr[A]] =
DerivationResult.namedScope(
s"Deriving Patcher expression for ${Type.prettyPrint[A]} with patch ${Type.prettyPrint[Patch]} with context:\n$ctx"
Expand Down

0 comments on commit fb092d6

Please sign in to comment.