Anton Bachin

Results 662 comments of Anton Bachin

Links for the future: - The OCaml RFC that caused this https://github.com/ocaml/RFCs/pull/32 - The OCaml PR https://github.com/ocaml/ocaml/pull/12236, in particular https://github.com/ocaml/ocaml/commit/1fdfc412e4f8735cf27d5fa176fedbea49d8b132 and https://github.com/ocaml/ocaml/commit/437548629a74408515ad0059d417fe2091d9715b - Ppxlib PR https://github.com/ocaml-ppx/ppxlib/pull/451

The test suite presently works for `master` on 4.08-4.13 with ppxlib 0.35.0, including [in CI](https://github.com/aantron/bisect_ppx/actions/runs/18446320437/job/52553541766). I just merged `master` into this PR, to have the CI test ppxlib's translation of...

This difference ```diff diff --git a/_build/default/test/instrument/value.t b/_build/default/test/instrument/value.t.corrected index 2d9e0fa..08f2932 100644 --- a/_build/default/test/instrument/value.t +++ b/_build/default/test/instrument/value.t.corrected @@ -194,7 +194,10 @@ No instrumentation is inserted into expressions that are (syntactic) values. let _...

> I'd also be happy to contribute a refresh of the test suite and to help with the project maintenance. Don't hesitate to reach out if you're looking for a...

> ```diff > ```diff > - let ___bisect_case_0___ x () = > + let ___bisect_case_0___ x = > + fun [@ppxlib.migration.stop_taking] () -> > ignore x; > ___bisect_post_visit___ 0 (print_endline...

Thanks everyone! I will review it in its current state shortly, and if there are ~~no~~ any* obvious problems I'll try to fix them myself, then do a merge and...

I'd like to ping this issue. `opam update` is an extremely slow operation for me, and has always been so.

@dra27 Trying just now, opam 2.0.8 took 3 minutes 48 seconds to do `update`, and opam 2.1.0~beta4 took 3 minutes 1 second. Not sure how much of the difference is...

I ran the commands with `--root`, after a fresh `init` of that root, so, I think, one remote and zero pins. EDIT: each command with a separate root. In case...

Just now, I ran ```fish rm -rf ./opam21 fish -c "date; and ./opam-2.1.0-beta4-x86_64-linux init -na --root ./opam21 --disable-sandboxing --bare --debug -vvv; and date" > log-init 2>&1 ``` which took 1...