Hi! I just noticed there’s a completely new version of heaps (2.0.0). Since I still used 1.10.0, and there was no official announcement (yet), I said sure… let’s try it!
But it seems my project won’t compile anymore. Here’s the error I get:
Unexpected ? [Ln 14, Col 33]
Meaning it doesn’t allow the second “?” in this line:
this.outputFile = outputFile ?? file;
from new() function inside haxe/lib/heaps/2,0,0/h3d/impl/ShaderCache.hx
Any ideas? Looks like it will need to be patched anyways