Kate

Results 370 issues of Kate

https://salsa.debian.org/ocaml-team/opam/-/tree/master/debian/patches

All three scripts (Makefile, release/Makefile and release/Dockerfile.in) compile the OCaml compiler, the version number isn't even kept in sync and it's all very annoying to deal with. On top of...

AREA: RELEASE

Fixes #5949 `getconf LONG_BIT` is POSIX-complient and thus should work on any Unix-like systems (including cygwin) Tested successfully on Linux, macOS, Cygwin and MSYS2

AREA: PORTABILITY
AREA: ENGINE

Someone over on Discord got their opam file generated by dune with a wrong syntax: ``` depends: [ "torch" {":" = "0.16.0"} ] ``` this is a perfectly valid filter...

KIND: FEATURE WISH

For use in scripts, it would be nice to return values returned by `opam show --raw --field` without any qutotes. For example `opam show --raw -f url.src ppxlib` returns: ```...

KIND: FEATURE WISH

Noticed while working on #5892 In this particular case, this reduced all of the performance degradation of this version of diff. I'm opening this PR separately hoping that our benchmark...

PR: NEEDS UPDATE
AREA: PERFORMANCE

See https://github.com/ocaml/opam/pull/5938

Issue encounted by @leostera during the mirageOS retreat Reproducible minimal test case: ``` cd /tmp mkdir srv mkdir blah mkdir blah/blah echo 'opam-version: "2.0"' > blah/blah.opam tar cvzf srv/blah blah/...

KIND: BUG

Using TSan with OCaml 5.2 on a code that use re.1.11.0, I'm getting the following error: ``` WARNING: ThreadSanitizer: data race (pid=76587) Read of size 8 at 0xffff60737008 by thread...

``` #=== ERROR while compiling ocaml-variants.5.2.0+options =======================# # context 2.2.0~beta2 | linux/arm64 | | https://opam.ocaml.org#97de3378 # path ~/.opam/tsan/.opam-switch/build/ocaml-variants.5.2.0+options # command ~/.opam/opam-init/hooks/sandbox.sh build ./configure --prefix=/home/kit_ty_kate/.opam/tsan --docdir=/home/kit_ty_kate/.opam/tsan/doc/ocaml -C --enable-tsan --disable-warn-error # exit-code...