-
-
Notifications
You must be signed in to change notification settings - Fork 15.5k
comby: init at 0.12.1 #76828
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
comby: init at 0.12.1 #76828
Conversation
faa7246
to
228627d
Compare
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.
Doesn't build:
(cd _build/default && .ppx/3a48ee47a0ff6f2bd43558b49bc4d853/ppx.exe --conditional --cookie 'library-name="server_types"' -o lib/server/server_types.pp.ml --impl lib/server/server_types.ml --dump-ast)
.ppx/3a48ee47a0ff6f2bd43558b49bc4d853/ppx.exe: unknown option '--conditional'.
builder for '/nix/store/y0wq6bdvfgywg2hcna23ix6x5g7q620f-ocaml4.07.1-comby-0.12.1.drv' failed with
exit code 1
error: build of '/nix/store/y0wq6bdvfgywg2hcna23ix6x5g7q620f-ocaml4.07.1-comby-0.12.1.drv' failed
|
||
buildInputs = [ core ppx_deriving ppxlib sexplib ]; | ||
|
||
patches = [ ./dune-static-libs.patch ]; |
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.
Nitpick: technically it's a diff, not a patch :) Compare:
@GrahamcOfBorg build comby |
Still interested! |
There is upstream interest to get it packed in |
File "/nix/store/5j7s3mgkvx6l0cgk7wvrbzznfq4msbaw-ocaml4.10.0-core_kernel-0.14.0/lib/ocaml/4.10.0/site-lib/core_kernel/dune-package", line 1, characters 11-14: 1 | (lang dune 2.8) ^^^ Error: Version 2.8 of dune is not supported. Supported versions: - 0.0 - 1.0 to 1.11 Done: 0/0 (jobs: 0)
228627d
to
b4d8ffe
Compare
I rebased it onto master and fixed a few things:
And because comby depends on a few custom dependencies we need to either push upstream to upstream their forked dependency changes or patch/package those (see https://github.com/comby-tools/comby/blob/master/comby.opam):
|
|
I marked this as stale due to inactivity. → More info |
Motivation for this change
https://github.com/comby-tools/comby/releases/tag/0.12.1
Things done
sandbox
innix.conf
on non-NixOS linux)nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
./result/bin/
)nix path-info -S
before and after)This change is