Kate

Results 916 comments of Kate

cc @hannesm @reynir do you have any thoughts about the security considerations of this feature by any chance?

The `system-mingw` and `system-msvc` packages are just normal packages. I'm moving this to opam-repository.

are there any news on this?

Trying to debug this without access to those machine has so far not produced any results. I've opened https://github.com/ocaml/opam/pull/5975 to at least show a more decent error message, which would...

The failure came from the fact that the image got broken somewhere and the `$HOME` directory was no longer readable, writeable or owned by the proper user. The error message...

I think I’ve just hit this issue with 0.15.4 on the M1 macbook air (arm64 binary):

> For the record, I used this: > > ``` > ~/opam-repository/packages/atdgen $ for x in atdgen.[12]*; do sed -i -e 's/"atd" {/"atd" {< "3.0.0" \& /g' $x/opam; done >...