event-store-client
event-store-client copied to clipboard
Travis failed (ramsey uuid 4)
see https://github.com/ramsey/uuid/issues/314
I reverted the PR that allowed v4 for now, see https://github.com/prooph/event-store/pull/396
I assume this can be closed then?
Let's leave it open until we hear back from ramsey.
@prolic why did you close this? I don't think it's fixed
It's two years now and it seems like ramsey's uuid (at least v4) won't get fixed. In case it changes in an upcoming v5 release, we can re-address this.
Then I think we should try to remove dependency on ramsey/uuid completely. It's widely used so the incompatibility with v4 is a blocker for many users.
@prolic Alternatively, would it be possible to use the non-GUID format of UUIDs in the library (hence allowing uuid v4) and resolve the byte order manually when loading / saving the data in eventstore?
I'm not sure, have to look into that.