sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

uniq is deprecated #42

Closed mantepse closed 4 years ago

mantepse commented 5 years ago

As of sagemath 8.7, sage.misc.all.uniq is deprecated, and should be replaced with sorted(set(x)). It is used only once, one line 177 in https://github.com/sagemath/sage-shell-mode/blob/master/emacs_sage_shell.py - the import on line 30 should then also be removed.

Thanks for all your work!

fchapoton commented 4 years ago

see #44

mantepse commented 4 years ago

Cool! Many thanks! I am afraid that stakemori is not maintaining this anymore, maybe it would be best to move it into sage?

I am not very really capable of maintaining this either, I am only an every day user, though.

fchapoton commented 4 years ago

merged