# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #41606] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=41606 >
hi, it might be a good idea to add a flag to parrot that checks at runtime whether any deprecated ops are used. the flag should be turned off by default; some ops like find_global are used all over the place, so if it would be turned on, that would give too many warnings. Having this flag will help people to stop using those ops (the flag can be added when doing make test), so we can remove the ops soon. The flag should check at runtime, not compile time, because the check should also be possible when running pbc files. regards, kjs