Simon Krajewski
Simon Krajewski
I reverted that change because the interaction between the buffer and the random access doesn't work the way I thought it would, which breaks all `tell()` offsets. Surely there must...
I came across this today and also got distracted by the error message, although it now at least prints some more information: ``` #=== ERROR while fetching sources for ocamlbuild.0.14.2...
I broke my setup after encountering this, but I think I accidentally built a mscv version when I meant to use MinGW. At least I'm assuming that that's what "on...
Retracing my steps, something goes wrong during `opam init` already: ``` $ ./opam init git+https://github.com/ocaml-opam/opam-repository-mingw No configuration file found, using built-in defaults. [NOTE] Configured with Cygwin at C:\cygwin64 for depexts...
Yes @nadako brought that up a while ago, but nobody ended up looking into it. I'm more than happy to retire this project.
It shouldn't be that hard once someone figures out how it actually works.
ping @ousado
The `.*` confuses me here, my intuition would be `import ecma262.temporal as Temporal;`.
I'd make a new function for the min/max thing, but I don't know what to call it. The rest doesn't really need a haxe-evolution, but rather an implementation...
A huge +1 for idiv from me. This is really annoying to do in Haxe at the moment and it shouldn't be.