Re: [sage-devel] Re: UniqueRepresentation inheritance and __classcall__

2019-09-28 Thread Travis Scrimshaw
Because it is not a public method and nobody added the automethod to the class to make sure it is included. That is my guess. Should be simple to fix. Best, Travis On Friday, September 27, 2019 at 8:42:43 PM UTC+10, Salvatore Stella wrote: > > Indeed it seems to be documented. Why is this not

[sage-devel] Re: How to recover from total git screwup?

2019-09-28 Thread Simon King
Here is how to reproduce the git problem at least to some extent: king@klap:~$ mkdir gittest king@klap:~$ cd gittest king@klap:~/gittest$ mkdir A king@klap:~/gittest$ cd A king@klap:~/gittest/A$ git init Initialized empty Git repository in /home/king/gittest/A/.git/ king@klap:~/gittest/A$ touch fi