Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Simplify DEPRECATED / is DEPRECATED for now
Before, I was thinking of having sub DEPRECATED figure out what is was warning for, with using callframe(). But this proved to be very fragile. So instead, sub DEPRECATED now just gets the old and new name, and the "is DEPRECATED" trait adds a closure in the form of once block in an ENTER phaser for the routine. For this to work inside routines without explicit ENTER blocks, the time that "finish_code_object" in Actions.nqp is called, must be changed. But I'll leave that for tomorrow.
- Loading branch information
Showing
4 changed files
with
18 additions
and
9 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
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