Joey

Results 62 issues of Joey

``` | Haxe: 5.0.0-alpha.1+c850b65; OS type: unix; | File "src/macro/eval/evalExceptions.ml", line 90, characters 20-27 | Called from file "src/macro/eval/evalExceptions.ml", line 93, characters 15-26 | Called from file "src/option.ml" (inlined), line...

- [ ] Interfaces: bug201, receiver, issue54348 - [ ] Method: method7, method5, method, issue5056 - [x] For loop: issue9691 - [ ] Generics: issue58671, issue59338, issue58671 - [ ]...

``` | Error: Compiler failure | Please submit an issue at https://github.com/HaxeFoundation/haxe/issues/new | Attach the following information: | Haxe: 5.0.0-alpha.1+dbba36c; OS type: unix; | File "src/generators/genhl.ml", line 764, characters 19-26...

Hello I am the creator of the [go2hx compiler](https://github.com/go2hx/go2hx), which transpiles Go code -> into [Haxe](https://haxe.org/) code. At the moment I am using a simple 1 thread 1 goroutine approach...

Nightly issues: ```sh 8-50 8 | import reflaxe.compiler.EverythingIsExprSanitizer; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | Type not found : reflaxe.compiler.EverythingIsExprSanitizer ERROR (macro) /usr/local/lib/haxe/lib/csharp/git/src/cscompiler/components/CSExpression.hx:56: characters 18-43 56 | result = if(!EverythingIsExprSanitizer.isBlocklikeExpr(e)) { | ^^^^^^^^^^^^^^^^^^^^^^^^^ |...

```haxe function main() { f(10, 10); f("hi", "there"); } overload extern inline function f(args:haxe.Rest) {} overload extern inline function f(args:haxe.Rest) {} typedef GoInt = GoInt32; abstract GoInt32(Int) from Int to...

```js class Test { static function main() { new S(10,10); } } class S { public inline function new(x:Int, y:Int, z:haxe.Rest) {} } ``` Tested on latest Haxe https://try.haxe.org/#7a11F6b3

```sh | Error: Compiler failure | Please submit an issue at https://github.com/HaxeFoundation/haxe/issues/new | Attach the following information: | Haxe: 5.0.0-alpha.1+c4868e5; OS type: unix; | File "src/generators/genhl.ml", line 773, characters 19-26...

Hello, I stumbled across this project when looking for code that imports ``cmd/go`` for reference for a compiler I created called [go2hx](https://github.com/go2hx/go2hx). I believe we are sister projects with similar...

```haxe function main():Void { t(...[10]); } function t(x:haxe.Rest) {} ``` openjdk 21.0.2 Haxe nightly 5.0.0-alpha.1+0620b1b