Re: [sage-devel] A list of file with deprecation

2022-09-13 Thread Vincent Delecroix
> 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. For that purpose, the git trac command line tool is very helpful ``` $ git trac find

[sage-devel] A list of file with deprecation

2022-09-13 Thread David Ayotte
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: 1. deprecated_function_alias 2. deprecation 3. deprecation_cython (See this