Deprecated functions #4

Open
opened 2026-01-25 17:40:18 +00:00 by Izwzyzx · 0 comments
Owner

HxDiscord makes use of Std.is(), which causes deprecation warnings in the console unless -D no-deprecation-warnings is added to the hxml file.

This should be replaced with Std.isOfType().

HxDiscord makes use of [`Std.is()`](https://api.haxe.org/Std.html#is), which causes deprecation warnings in the console unless `-D no-deprecation-warnings` is added to the hxml file. This should be replaced with [`Std.isOfType()`](https://api.haxe.org/Std.html#isOfType).
Izwzyzx self-assigned this 2026-01-25 17:40:18 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Izwzyzx/hxdiscord#4
No description provided.