-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update upstream packages #655
Conversation
Adds support for Linux's eventfd Signed-off-by: Pau Ruiz Safont <[email protected]>
Maintenance release, uses new cmdliner interfaces Signed-off-by: Pau Ruiz Safont <[email protected]>
Maintenance release, compatibility with newer ctypes releases Signed-off-by: Pau Ruiz Safont <[email protected]>
Changes the output of the rdd updates, not it's legal JSON and has the same format as other endpoints Signed-off-by: Pau Ruiz Safont <[email protected]>
63c7123
to
5078bf4
Compare
Current state of held-off packages and missing updates:
|
It is probably best to keep ocamlformat and ocamlformat-rpc-lib versions the same, what prevents that ocamlformat-rpc-lib upgrade from working? |
@@ -0,0 +1,31 @@ | |||
opam-version: "2.0" | |||
name: "polly" | |||
version: "0.4.1" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There were quite a few changes to the C bindings here, I think there might still be some outstanding PRs on the upstream repo that I didn't review, I'll try to take another look.
I probably works, but I'd rather keep them at the same version, sometimes the version bounds in the dependent packages can be too lax. SInce it's not a critical revision of the library, I'd rather hold it off from upgrading |
Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
For some reason is was in the wrong level, and it's needed to compile goblint Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
the dependency was not used. Unfortunately it cannot be removed from the repository as it's used for testing ppx_cstruct Signed-off-by: Pau Ruiz Safont <[email protected]>
0.7.0 is not usable because it requires openssl 1.1.0, which is not available in xenserver at the time Signed-off-by: Pau Ruiz Safont <[email protected]>
This version contains fixes to leaks on errors Signed-off-by: Pau Ruiz Safont <[email protected]>
They contain maintenance fixes for updates optional libraries Signed-off-by: Pau Ruiz Safont <[email protected]>
This is a breaking change because the build system was ported to dune. Unix-errno has been updated accordingly Signed-off-by: Pau Ruiz Safont <[email protected]>
Newer versions up to 2.5.1 exist, but they are known to be buggy Signed-off-by: Pau Ruiz Safont <[email protected]>
Uses more efficient representation for ipv6 addresses and fixes some bugs around them as well Signed-off-by: Pau Ruiz Safont <[email protected]>
API surface expanded, no fixes of note Signed-off-by: Pau Ruiz Safont <[email protected]>
api surface expanded, no fixes of note Signed-off-by: Pau Ruiz Safont <[email protected]>
fix dates in output and make socket closing more robust Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
Removes workaround for mirage 3 Signed-off-by: Pau Ruiz Safont <[email protected]>
Adds support for dune formatter Signed-off-by: Pau Ruiz Safont <[email protected]>
maintenance release with a single fix Signed-off-by: Pau Ruiz Safont <[email protected]>
Contains a fix on length counting Signed-off-by: Pau Ruiz Safont <[email protected]>
Adds ocaml 5 support Signed-off-by: Pau Ruiz Safont <[email protected]>
Added ability to differentiate between signed and unsigned args Signed-off-by: Pau Ruiz Safont <[email protected]>
removed dependency to io-page, raises excepcion on non-aligned files on sector-size Signed-off-by: Pau Ruiz Safont <[email protected]>
Remove io-page dependency Signed-off-by: Pau Ruiz Safont <[email protected]>
Removes several deprecated functions and types, doesn't seem to affect our code Signed-off-by: Pau Ruiz Safont <[email protected]>
a04c32c
to
cefe675
Compare
They seem happy when updated together, so go for it Signed-off-by: Pau Ruiz Safont <[email protected]>
Adds a few missing features to some of the backends Signed-off-by: Pau Ruiz Safont <[email protected]>
Added the compare function Signed-off-by: Pau Ruiz Safont <[email protected]>
Maintenance release, ported to dune and ocaml 5.1 compatibility Signed-off-by: Pau Ruiz Safont <[email protected]>
There are some tweaks in the conf packages, some tweaks in the dependency versions and change the uri packages location to reflect they are patched Signed-off-by: Pau Ruiz Safont <[email protected]>
Signed-off-by: Pau Ruiz Safont <[email protected]>
Passed a toolstack BVT + BST test, this needs another review |
None of the changes should break the current toolstack as they are minor changes.
Breaking updates that were excluded from this PR:
Follows #654
Draft to see changes inquality gates and fix them