gameBase icon indicating copy to clipboard operation
gameBase copied to clipboard

src/game/ui/Console.hx:173: characters 13-16 : Unmatched patterns: AArray

Open legiorange opened this issue 3 years ago • 1 comments

OS: WIN11

Run command:

haxe build.js.hxml

error

src/game/ui/Console.hx:173: characters 13-16 : Unmatched patterns: AArray

I dont know ,why?

I try run setup.hxml, but it not help.

legiorange avatar Nov 07 '22 08:11 legiorange

It's related to Heaps: you should be using my version instead of the latest official one, which is kind of broken 🤷

haxelib remove heaps
haxelib git heaps https://github.com/deepnight/heaps.git
haxelib list

deepnight avatar Nov 07 '22 08:11 deepnight