Eric

Results 393 comments of Eric

@NotHyper-474 Sorry I never replied to this LOL. For the record, I am the author of the macro in question. The issue likely exists in part of the code which...

This is pretty great! Some notes: - I think the main critique is that the stack notes might be confusing if you don't know what it is you're looking at....

Sorry for forgetting about this issue, migrating to Haxe 5 has been a lower priority for us. I made another attempt recently (this is with Haxe 5.0.0-alpha `39aceb1`) but got...

After disabling `addMetadata('@:build(funkin.util.macro.FlxMacro.buildFlxBasic())', 'flixel.FlxBasic')`, the error goes away (replaced with the same `"List.iter2"` error from the original issue). This is an extremely basic macro though so I'm surprised it threw...

Looks like you're right, I was switching to Haxe 5 by setting `HAXE_PATH` and forgot to set `HAXE_STD_PATH` in the process. This resolves the macro error, but still leaves the...

``` C:\Haxe\Haxe500-39aceb1\haxe\std/haxe/macro/TypeTools.hx:257: [{name: T, t: TInst(Array,[TInst(,[])])}],[TInst(Array,[TInst(String,[])])] Fatal error: exception Invalid_argument("List.iter2") Raised at file "stdlib.ml", line 30, characters 20-45 Called from file "src/core/tUnification.ml", line 688, characters 2-18 Called from file "list.ml",...

> Limiting the dialog length may cause mod incompatibilities if a mod has a massive string. The reason I limited dialogue length is because I had to convert the internal...

@Geokureli Let me know if you have any other syntax changes to make, I implemented the ones you suggested.

Definitely looking for help diagnosing/reproducing this.

Was just searching around to see if there was a way to do this, this would be nice to have, as well as a way to specify names for filters.