You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building the Haxe development branch from source, I discovered that it breaks this library.
$ haxe --version
4.2.0-rc.1
$ haxelib version
4.0.2
$ haxelib run ihx
haxe interactive shell v0.4.0
running in interp mode
type "help" for help
>> addlib haxe-strings
added lib: haxe-strings
>> import hx.strings.Strings;
error: C:\HaxeToolkit\haxe\lib\haxe-strings/6,0,2/src/hx/strings/internal/Macros.hx:90: characters 27-29 : Warning : Using "is" as an identifier is deprecated
It looks like the Macros.is() function will need to be renamed to support future versions of Haxe.
The text was updated successfully, but these errors were encountered:
Building the Haxe
development
branch from source, I discovered that it breaks this library.It looks like the Macros.is() function will need to be renamed to support future versions of Haxe.
The text was updated successfully, but these errors were encountered: