Skip to content

Use Std.isOfType instead of Std.is#23

Open
jstolarek wants to merge 1 commit intoDoclerLabs:masterfrom
jstolarek:use-isOfType
Open

Use Std.isOfType instead of Std.is#23
jstolarek wants to merge 1 commit intoDoclerLabs:masterfrom
jstolarek:use-isOfType

Conversation

@jstolarek
Copy link

Std.is is now deprecated and causes warnings with latest Haxe 4.2:

~/.haxelib/hexlog/1,0,0-alpha,7/src/hex/log/filter/AbstractFilterable.hx:28: characters 12-48 : Warning : Std.is is deprecated. Use Std.isOfType instead.
~/.haxelib/hexlog/1,0,0-alpha,7/src/hex/log/filter/AbstractFilterable.hx:48: characters 12-48 : Warning : Std.is is deprecated. Use Std.isOfType instead.
~/.haxelib/hexlog/1,0,0-alpha,7/src/hex/log/internal/AbstractLogger.hx:88: characters 7-30 : Warning : Std.is is deprecated. Use Std.isOfType instead.
~/.haxelib/hexlog/1,0,0-alpha,7/src/hex/log/filter/CompositeFilter.hx:29: characters 7-38 : Warning : Std.is is deprecated. Use Std.isOfType instead.
~/.haxelib/hexlog/1,0,0-alpha,7/src/hex/log/filter/CompositeFilter.hx:47: characters 7-38 : Warning : Std.is is deprecated. Use Std.isOfType instead.

This simple PR silences the warnings.

Std.is is now deprecated and causes warnings with Haxe 4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant