Value.Diff
, Value.Patch
and rfc6902?
#1072
Replies: 1 comment 3 replies
-
@jessekrubin Hi!
Ah, I did look at this specification prior to writing the Diff / Patch functions. Implementing a Patch function proved to be quite straight forward, however generating an optimal set of Diff ops based on RFC6902 proved to be the difficult part (and didn't have much time to implement the functionality at the time of writing) I ended up opting for the current Would like to revisit Diff / Patch with a focus on RFC6902, but needs research into an efficient Diff algorithm. It's a nice focused bit of work actually, but need to prioritize other aspects of the library in the short to medium term. Hope this brings some insight! |
Beta Was this translation helpful? Give feedback.
-
Howdy @sinclairzx81 !
Hope all is well! parse-box looks very cool!
Is there a reason that
Value.Diff
andValue.Patch
do not adhere to rfc6902?Just curious!
ref: https://datatracker.ietf.org/doc/html/rfc6902
Beta Was this translation helpful? Give feedback.
All reactions