Hello,
In order to lighten up the atmosphere from github migration and "+1/2", I wrote a small script that search through $SAGE_SRC and looks if one of the following three functions is called:
- deprecated_function_alias
- deprecation
- deprecation_cython
(See
this for more info on these functions).
I then listed the trac ticket in ascending order and the file where one of the three functions above gets called. See the attached file for the result.
I don't claim to catch ALL possible tickets as my script don't format exceptions like "deprecation(ticket_number, "...")" (i.e. a variable "ticket_number" was used instead of a 5-digits number).
I hope this list could be useful for some of you, since according to the developer's guide:
> Deprecated code can only be removed one year after the first stable release in which it appeared.
I have a question: given a trac ticket number, is there a way of recover the "Merge In" field of the ticket with the command line? I'd like to automatically add this info to the list.
I also think that this list could be helpful in a potential move to github.
Any comments or ideas on how to improve this list is more than welcome!
Best,
David A.