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
In the latest version, vibe.http.status.HTTPStatus has an entire group of deprecated members. While this makes sense for people who are using them individually, there is a problem that formatValue will still build code that uses those deprecated members.
So if I try to log an error, I get pages and pages of deprecation messages, none of which are important.
Is there a way we can use maybe a version to completely remove those deprecated members from the enum?
The text was updated successfully, but these errors were encountered:
schveiguy
added a commit
to schveiguy/vibe.d
that referenced
this issue
Aug 1, 2022
In the latest version, vibe.http.status.HTTPStatus has an entire group of deprecated members. While this makes sense for people who are using them individually, there is a problem that
formatValue
will still build code that uses those deprecated members.So if I try to log an error, I get pages and pages of deprecation messages, none of which are important.
Is there a way we can use maybe a version to completely remove those deprecated members from the enum?
The text was updated successfully, but these errors were encountered: