Skip to content
New issue

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

Recent changes break the sawzall package #15

Open
samth opened this issue Apr 11, 2023 · 2 comments
Open

Recent changes break the sawzall package #15

samth opened this issue Apr 11, 2023 · 2 comments

Comments

@samth
Copy link

samth commented Apr 11, 2023

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.

@alex-hhh
Copy link
Owner

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?

@samth
Copy link
Author

samth commented Apr 12, 2023

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.

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

No branches or pull requests

2 participants