David Scott

Results 125 comments of David Scott

Some manual merge commit bisecting: - 951a58cf060709c55bb3aad3e6d94fd7cb2549a4 bad - 1bd84de2b3fc4fd51a1340ca63d7ed20b5dbbe57 bad - 34b0a786e72863ad1b9626bbcc9ac3b7d7fe3519 good - 01a1aac73cedaaf3cba047352e24dc6e92de24fb good - c07b11acb9f14322e8a1e0cd25a5d1195d4fcc9f good - 78eef5b7291bb555fa4c35e06692fda544557f29 good Reverting 58813e879172b3e569a3c4e45ffae5c32c174cb3 seems to fix it, not...

Here's a full trace (still from `opam init`) after I deleted my `~/.opam` and started a fresh shell: ``` Davids-MBP-2:~ djs$ set | grep opam Davids-MBP-2:~ djs$ opam init Checking...

I suspect it's something to do with the behaviour mentioned in this patch: https://github.com/ocaml/opam-repository/blob/master/packages/ocamlfind/ocamlfind.1.7.3/files/check-num-in-sitelib.patch The `configure` of `ocamlfind` says: ``` - num: found ``` which is odd as 4.06 doesn't...

OK I think I know what's going on. `opam install num` (when it works): ``` - install -m 644 nums.cma libnums.a big_int.cmi nat.cmi num.cmi ratio.cmi arith_status.cmi big_int.mli nat.mli num.mli ratio.mli...

OK I'm pretty sure I at least know what's going on. I've made a proposed fix in the linked PR... although I'm not sure it's actually worth it (possible backwards...

An opam plugin which could perform both the "shallow" and "deep" check would be great. For the deep check maybe it should output a structured list of obligations (that it...

I think appveyor will show the main log (stdout, stderr) but it won't upload artefacts on failure -- so if the logs are in artefacts (`_build/_tests`) it's not much use...

Yes indeed, that should work. I've not got a suitable machine to hand. @fedorov could you see if it works for you and let me know? I can make a...

Thanks for the update. It looks like the system OCaml compiler is too new for some of the older dependencies. Try ``` ~ $ opam switch 4.05.0 ~ $ eval...

Thanks for the reminder! After a general package update #543 and switching to the "luv" library #539 it should be possible to (for example) build in a Windows container containing...