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

Code needs a small update to be compatible with PD 0.52 #2

Open
shakfu opened this issue Jan 6, 2022 · 1 comment
Open

Code needs a small update to be compatible with PD 0.52 #2

shakfu opened this issue Jan 6, 2022 · 1 comment

Comments

@shakfu
Copy link

shakfu commented Jan 6, 2022

Pd 0.52 removed the error() function (unfortunately, without a deprecation notice), but it can easily be replaced with pd_error().

To fix the code in the repo you can run something like this in the project root:

rpl -R -x ".c" " error(" " pd_error(0, " .

patch.txt

A patch with the changes is attached.

@ericlyon
Copy link
Contributor

ericlyon commented Jan 6, 2022

Thanks for letting me know. pd-projects/lyonpotpourri is dinosaur-ware. Are you able to submit a pull request with proposed fix to the current repo:

https://github.com/ericlyon/pd-lyonpotpourri

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