Raphaël Proust
Raphaël Proust
Would you accept a patch that would set `--no-pront-directory` if `--display=quiet` is passed? it seems more reasonable ux to me (but maybe that's more personal taste)
These errors seem to be creeping back for a few days ago: https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/db27916310a482d8baa23981947ac1fed427dc39 https://opam.ci.ocaml.org/github/ocaml/opam-repository/commit/a9b8a0d0db631d21208bd4ab7355e867d7ecf88d for example
``` #=== ERROR while fetching sources for cmdliner.2.1.0 ==========================# OpamSolution.Fetch_fail("https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz (curl failed: \"/usr/bin/curl --write-out %{http_code}\\\\n --retry 3 --retry-delay 2 --user-agent opam/2.5.0 -L -o /tmp/opam-8-477cb6/cmdliner-2.1.0.tbz.part -- https://erratique.ch/software/cmdliner/releases/cmdliner-2.1.0.tbz\" exited with code 6)")...
Compatibility issues: - `Lwt_preemptive.run_in_main` replaced by `Lwt_preemptive.run_in_domain`. - Should we still provide a `run_in_main` which makes assumption about a default domain? The main purpose would be to allow old applications...
thanks for the contribution :) I'll try to review in depth it soon re: perf & bench The part that needs to be real cheap is the non-cooperating binds. That...
I think that it's worth me doing a proper review of this PR. But I'm not going to do it in parallel to the lwt6 effort because - lwt6 is...
thanks for the bug report, I'll look into it
Thanks for the report, I'm looking into this. What OCaml version are you using for this? There is a small chance that the backtrace is wrong because of the way...
sorry I haven't looked at this recently i'm setting some time aside next week to investigate
I've looked into it a little bit. I still don't have a full picture in my mind yet but here are preliminary findings: - Lwt does let exceptions from libev...