Nodiex
Nodiex
Apparently this only occurs on windows (running tora from cygwin): I have been able to get around this with a bash_runner.bat: ```bat @echo off bash -c %1 ``` ```haxe import...
This is occuring subequent to a parse with the usage of tink_await. I am trying to isolate the issue, but it is very confusing. Effectively in a class hierarchy (C...
Good to know, however my base Map does use StringMap. This was not resolved for my issue even with significant debugging but not examining compiler code, My issue is super...