lasp-lang / types

Prototype implementation of Conflict-free Replicated Data Types (CRDTs) in Erlang.
https://lasp-lang.org
Apache License 2.0
140 stars 13 forks source link

Simplify data types; implement causal context compression; methods for state-driven and digest-driven #80

Closed vitorenesduarte closed 7 years ago

vitorenesduarte commented 7 years ago
cmeiklejohn commented 7 years ago

Does this break @junghunyoo's implementation?

vitorenesduarte commented 7 years ago

Not sure, but I don't think so. #74 probably did break something, but it should be easy to fix.

cmeiklejohn commented 7 years ago

Hrm, this was merged with no review. Do these changes break compatibility with the Lasp code?

cmeiklejohn commented 7 years ago

@gyounes I would appreciate waiting for the CI to pass before just merging the code: this is the point of having continuous integration. This is a library that is used by more people than just the LightKone folks.

vitorenesduarte commented 7 years ago

I asked @gyounes to review this and CI tests passed. I had a PR in Lasp that fixes compatibility problem: Type:delta API changed.

cmeiklejohn commented 7 years ago

I'm just saying that prior to the CI passing it was merged according to GitHub.

On Thu, May 25, 2017 at 12:16 PM Vitor Enes notifications@github.com wrote:

I asked @gyounes https://github.com/gyounes to review this and CI tests passed. I had a PR in Lasp that fixes compatibility problem: Type:delta API changed.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub https://github.com/lasp-lang/types/pull/80#issuecomment-303975826, or mute the thread https://github.com/notifications/unsubscribe-auth/AACvizgzA_7xLslFjtBrOsbDMy9jvJqoks5r9VUSgaJpZM4Mjtbq .

gyounes commented 7 years ago

@cmeiklejohn You are totally right. That was a bit reckless from my side.