-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Caqti 0.11.0. #12052
Caqti 0.11.0. #12052
Conversation
✅ All lint checks passed e75215e
✅ Installability check (8892 → 8900)
|
I'll need to strengthen some internal version constraints. Update: Done, internal dependencies are now version-exact. |
You forgot a few constraint for ppx_sexp_conv (the new packages have a runtime library as well).
|
Caqti does not use ppx_sexp_conv directly. The missing dependency belongs to uri, and this is covered by the larger issue #11852. |
Ok, I investigated the The problem was that Oh well, seems ok now. Merging. Thanks! |
@kit-ty-kate Thanks! I actually triggered the rebuild by a rebase on the current master, integrating the ppx dependency fix, so that should explain why the problem went away. As for how it broke in the first place, the uri library was probably upgraded (maybe due to the version constraint), which triggered a reinstall, which can fail when there is a wrong |
@paurkedal mmh, when did you triggered the rebuild ? |
@kit-ty-kate Today at 17:11:56 UTC. |
Mmh that might be it but I also triggered a rebuild around this time and that should have had the same effect ^^" |
No, merely triggering a rebuild should not affect the outcome in this case. If you rebuilt before the rebase, the branch used would still include the ppx dependency bug. |
Change Log for 0.11.0
Added and improved:
millisecond for Sqlite3.
octets
type to BLOBs for MariaDB and Sqlite3.Removed:
Ecosystem: