-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
panc: Deprecated should always return boolean true
This allows us to start removing the hundreds of instances of `... with {deprecated(...); true;}` in the schema. It's not clear why it ever returned undef, but it appears to have been this way since the original rewrite in Java and looks like it was originally default boilerplate for new functions. The documentation and comments claim it should be returning the string passed to it, but this has never been the case.
- Loading branch information
Showing
2 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters