Etienne Millon

Results 107 issues of Etienne Millon

the mdx-stanzas tests output this warning on macos since #10763.

Hi, The current toolchains implementation cannot be cached the first time. Suppose that we have a project with a lock dir, the shared cache is enabled (not just for user...

shared-cache
package management

Hi, The toolchains cache is at the moment separate from the location of the shared dune cache. This can lead to confusing behavior. For example, suppose if a CI configures...

package management

Hi. There are several ways to cross-compile ocaml code to windows using mingw: - either using opam and https://github.com/ocaml-cross/opam-cross-windows - or using dune on sources directly, possibly with duniverse to...

Closes #2018 This is an "in flux" snapshot of my experiments to make cross-compilation to mingw work. ## Status - this builds a 5.4 compiler that targets 64-bit mingw -...

### Summary Hi, With the following code ([playground link](https://play.ty.dev/2ee27f97-7ad8-4f4e-b22a-defeae8bf51f)): ```py class A: pass class B: pass class C: def __init__(self, x:A|B): self.x = x reveal_type(self.x) # A | B def...

typing semantics