Simon Krajewski
Simon Krajewski
From https://github.com/HaxeFoundation/haxe/pull/11507#issuecomment-1910391041
Hxb currently does not store `com.main_class` and `com.main` anywhere. It would be nice to (optionally?) support this so that we can have runnable archives without the need to specify `-main`...
This PR adds a lightweight version of `Common.context` which holds all the data generators need. For now it's only implemented for genjvm, but should be relatively easy to add to...
I saw in the hxb writer that we were dealing with hundreds of TAnons that should really be `haxe.PosInfos`. Anons are difficult to handle for a binary interface because we...
At the moment the compiler looks for types in a specific order: 1. Check --hxb-lib 2. Check -cp (and by extension -lib) 3. Check --java-lib and such I would like...
`mutable anons_cache : (tanon, ttype) PMap.t;` This puts a lot of faith in OCaml's `compare`. It can easily go `tanon` -> `tclass_field` -> `Type.t` -> `TInst` -> `tclass` and then...
I sometimes have some sort of helper typedefs that I don't actually want users to see in error messages and such. With this metadata, typedefs are followed away in the...
I'm sure this is some sort of setup issue on my end, but I'm currently seeing this when running the `make cold` step of the "How to Test opam on...
Haxelib just told me this: ``` A new version (4.1.0) of haxelib is available. Do `haxelib --global update haxelib` to get the latest version. ``` So I complied: ``` >haxelib...
I just got this: ``` > haxelib update mcover A new version (4.1.0) of haxelib is available. Do `haxelib --global update haxelib` to get the latest version. Error: Failed with...