[sage-devel] Re: Regression introduced by #21670 ?

2016-10-15 Thread Volker Braun
I created https://trac.sagemath.org/ticket/21712 for this issue On Saturday, October 15, 2016 at 10:15:35 PM UTC+2, Salvatore Stella wrote: > > Dear All, > it seems that the ticket #21670 recently merged into develop makes sage > crash > on my machine, can anyone replicate this? > > In a new

[sage-devel] Regression introduced by #21670 ?

2016-10-15 Thread VulK
Dear All, it seems that the ticket #21670 recently merged into develop makes sage crash on my machine, can anyone replicate this? In a new xterm run this: $ echo "a = 1" > /tmp/test.py $ sage ┌┐ │ SageMath version 7.4.rc2,

[sage-devel] Re: puzzling dev.upload_ssh_key() in developer manual

2016-10-15 Thread B Krishnan Iyer
Hello, I think removing that content from the doc isn't the solution. I thinking we should work on a feature like this yet it has proof of being useful so it justify its need. Thank you, -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

[sage-devel] Re: puzzling dev.upload_ssh_key() in developer manual

2016-10-15 Thread Travis Scrimshaw
It was suppose to put your ssh key onto your trac account automatically (and generate one if you had none). I found it to be very useful. I suspect it broke when the trac server IP(?) changed. Best, Travis On Saturday, October 15, 2016 at 1:46:33 PM UTC-5, Dima Pasechnik wrote: > > Does

[sage-devel] puzzling dev.upload_ssh_key() in developer manual

2016-10-15 Thread Dima Pasechnik
Does anyone have an idea what sage: dev.upload_ssh_key() in http://doc.sagemath.org/html/en/developer/trac.html#generating-and-uploading-your-ssh-keys is meant to do? Is it something related to the retired dev scripts? If yes, this section has to be removed. This command is not working anyway.

[sage-devel] Re: puzzling dev.upload_ssh_key() in developer manual

2016-10-15 Thread Dima Pasechnik
On Saturday, October 15, 2016 at 6:58:44 PM UTC, Travis Scrimshaw wrote: > > It was suppose to put your ssh key onto your trac account automatically > (and generate one if you had none). I found it to be very useful. I suspect > it broke when the trac server IP(?) changed. > No, I think it is

[sage-devel] Re: puzzling dev.upload_ssh_key() in developer manual

2016-10-15 Thread Dima Pasechnik
here is the ready for review docs fix: https://trac.sagemath.org/ticket/21710 On Saturday, October 15, 2016 at 6:46:33 PM UTC, Dima Pasechnik wrote: > > Does anyone have an idea what > > sage: dev.upload_ssh_key() > > in >