Skip to content

Depreciation warnings should use depwarn not warn #75

@aefarrell

Description

@aefarrell

In my laziness I just used the warn macro to send depreciation warnings. This is bad. For one it will blizzard the user with the same warning over and over if they are using old code. Base.depwarn() is the correct way of doing it and avoids this behaviour.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions