Simon Krajewski
Simon Krajewski
How do you plan to deal with conditional compilation (e,g, `#if js`) for this tool? I see that you're using haxeparser, but there's an inherent problem with using it for...
New Column -> Column type = Custom type. The `[create]` button next to `Type` gives a `Uncaught TypeError: undefined is not a function` error. CastleDB version 1.5
I don't really care much because I can just use lowercase names, but this threw me off a bit when initially trying to use castledb. Having a sheet name like...
```haxe function test(?x:String, ?e:haxe.macro.Expr.ExprDef) {} function main() { test(EBreak); } ``` This complains about `Unknown identifier : EBreak`. Should be very similar to #10633.
To avoid fragmentation I'm consolidating multiple issues here that likely have the same cause and solution: #2103 #2579 #3429 #4187 #4340 #4424 #4783 Edit NC, added #5799
I've noticed a few cases which I'll enumerate in this issue: - [ ] Eternal @:keep-ing  This seems to be specific to the main function for some reason. I'm...
Don't know yet how to reproduce this, but I'm seeing a case where a cached module keeps getting more and more dependencies of the same `import.hx`.
Tracking some leftovers from #9009 here: ## `pf.ssl`? https://github.com/HaxeFoundation/haxe/pull/9009#discussion_r354280840 ## `x509_crl` `ca_chain` has an optional argument to pass in a `mbedtls_x509_crl` structure, but we currently expose no methods to actually...
At the moment, the `haxe.macro.Compiler` API has various functions that modify compilation parameters. However, they can be freely used from any random macro, which I don't think was the original...