HeapsIO / hide

Heaps IDE
BSD 2-Clause "Simplified" License
539 stars 61 forks source link

Can't resolve Extensions from hrt #240

Closed onehundredfeet closed 8 months ago

onehundredfeet commented 8 months ago

In my game, I'm including hrt, however, when I synced to latest I get:

hide/git/hrt/shgraph/ShaderGraph.hx:5: characters 1-45 : Type not found : hide.tools.Extensions

The file is present, but can't be found.

onehundredfeet commented 8 months ago

It's due to the --remap hide:notAllowed. The extensions are in hide, but the calling code is in the hrt.

EspeuteClement commented 8 months ago

I removed the dependency to hide.tools.ArrayExtensions here https://github.com/HeapsIO/hide/commit/0d01f0d14bbea007b8c5d721784084215937801f . It wasn't really needed after all