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

replace error() with pd_error() #30

Closed
wants to merge 2 commits into from
Closed

replace error() with pd_error() #30

wants to merge 2 commits into from

Conversation

umlaeute
Copy link
Collaborator

to allow compilation against Pd>=0.52 (where error() has been removed from the public API), this PR switches to pd_error() (which is nicer anyhow, as it allows the user to find the source of the error)

the PR also has some whitespace fix (in a separate commit)

@cerupcat
Copy link

lgtm

@umlaeute
Copy link
Collaborator Author

umlaeute commented Dec 1, 2022

Obsoleted by d958822

@umlaeute umlaeute closed this Dec 1, 2022
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

Successfully merging this pull request may close these issues.

error() has been removed from Pd's public API...use pd_error( ) instead
2 participants