Antonin Décimo

Results 157 issues of Antonin Décimo

Constify more constructors, arrays, and flags tables in C code. Now these tables will go in the readonly segment, where they belong. This PR accounts for missed opportunities from #12223....

Microsoft regularly publishes beta "preview" versions of MSVC, expanding the features covered in C and C++ languages, and sometimes changing the behavior of the command-line tool `cl.exe`. I'm using this...

Hi, I’m using Opam under Cygwin with the MSVC64 compiler. When initializing Opam, I configure it to build the ocaml-base-compiler.4.10.0 package. The build script I’m using is essentially the same...

A recent article [`""`?! ANSI Terminal security in 2023 and finding 10 CVEs][1] exposed flaws in terminal emulators when they parse escape sequences. A related potential security issue could occur...

Docker now gives this warning: > WARNING: experimental flag squash is removed with BuildKit. You should squash inside build using a multi-stage Dockerfile for efficiency I suppose its usage in...

In light of recent discussions (see #394 #395), I think that simply using the `CI` environment variables to enable the `show_errors` behavior is sufficient, if there's nothing more to do...

Hi! I'd like to experiment a bit with the project, so before anything I've cleaned up some stuff: updated Dune and the dependencies, reformated the code, removed duplicated files and...

This helps by allowing `opam pin` to work on the repository (opam needs the opam file). It does increase the maintenance a bit because releasing a new version means bumping...