We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The recent commit 638313f, which removed various deprecated functions, broke the sawzall package and things that depend on it (see http://web.archive.org/web/20230411153024/https://pkg-build.racket-lang.org/server/built/fail/graphite.txt).
I can get that package fixed, but it might have broken other things as well.
The text was updated successfully, but these errors were encountered:
Thanks for letting me know about this, I reverted the changes that removed these deprecated functions.
Is there a way to mark a function as deprecated, such that a warning is displayed to the user when they call the function?
Sorry, something went wrong.
There is not a built-in way of doing that. You could do something like call log-warning when the function is called, but that is not usually seen.
log-warning
No branches or pull requests
The recent commit 638313f, which removed various deprecated functions, broke the sawzall package and things that depend on it (see http://web.archive.org/web/20230411153024/https://pkg-build.racket-lang.org/server/built/fail/graphite.txt).
I can get that package fixed, but it might have broken other things as well.
The text was updated successfully, but these errors were encountered: