Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Haxe development branch breaks Macros.is() #9

Closed
NQNStudios opened this issue Jul 17, 2020 · 1 comment
Closed

Haxe development branch breaks Macros.is() #9

NQNStudios opened this issue Jul 17, 2020 · 1 comment

Comments

@NQNStudios
Copy link

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.

@sebthom
Copy link
Member

sebthom commented Jul 18, 2020

Thanks for reporting!

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

2 participants