Forgive my spam while I am a development newbie.

What is the official procedure for changing the name of a method?

I have to fix a common error in two functions (in sage/combinat/
root_system/root_lattice_realizations.py)
which are element methods of root-lattice-realizations:
to_positive_chamber and reduced_word.
I want to call them to_dominant_chamber and weyl_direction.
I'm open to even better names if someone has a suggestion.
My current solution is to write two new functions (really one function
and the second calls the first)
and change the old ones to call the new ones. There were only a few
uses of the old functions in the code (all occurring in doctests) and
I changed the ones I found.
Is there an easy way to check all the source code for a certain method
call?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-combinat-devel" group.
To post to this group, send email to sage-combinat-devel@googlegroups.com.
To unsubscribe from this group, send email to 
sage-combinat-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sage-combinat-devel?hl=en.

Reply via email to