[sage-devel] Re: ssh fail

2016-06-28 Thread Kwankyu Lee
I ran ssh -v k...@trac.sagemath.org. It also fails :-) But I have no problem in pushing changes to trac... On Wednesday, June 29, 2016 at 11:49:31 AM UTC+9, tara fife wrote: > > Thanks, > > I went into the known_host file, and deleted everything, since I should > only have things for Sage. Then

[sage-devel] Re: ssh fail

2016-06-28 Thread tara fife
Thanks, I went into the known_host file, and deleted everything, since I should only have things for Sage. Then I reran ssh -v g...@trac.sagemath.org, and got the same error message as before. I already pasted my new public key into the text box in the ssh preferences tab and saved it. I don't

[sage-devel] Re: ssh fail

2016-06-28 Thread Kwankyu Lee
Perhaps you had the same issue with mine. Then the correct fix was just to remove the line for trac.sagemath.org in the file .ssh/known_hosts, not resetting your own ssh keys. Now that you seem to have changed your ssh private/public key pair, you need to register your new ssh public key to tra

[sage-devel] ssh fail

2016-06-28 Thread tara fife
I wasn't able to push changes to trac, and I thought the problem had to do with the ssh key, so I reset it, and now I can't connect at all. I'm using an Ubuntu 14.04, and I've also tried to connect via a Kbuntu 12.04. When I run ``ssh -v g...@trac.sagemath.org``, I get the following error. Ope

[sage-devel] Re: Git web interface not displaying file contents

2016-06-28 Thread Erik Bray
On Tue, Jun 28, 2016 at 6:38 PM, Erik Bray wrote: > On Tue, Jun 28, 2016 at 6:19 PM, Erik Bray wrote: >> Hi all, >> >> As Luca just pointed out to me, and I also noticed on my own earlier >> this morning, the web interface on git.sagemath.org is bugging out and >> not displaying file contents. E

Re: [sage-devel] Trac workflow and needs_review

2016-06-28 Thread Volker Braun
On Tuesday, June 28, 2016 at 6:23:18 PM UTC+2, Erik Bray wrote: > > Currently the release manager *closes* a ticket and marks it as > "fixed" when merging the change for testing. No. Tickets are closed *after* tests succeed. The only race condition is if somebody else reopens positively review

[sage-devel] Re: Trac workflow and needs_review

2016-06-28 Thread leif
leif wrote: > Erik Bray wrote: >> While we're tinkering with the workflow, I think we need to change the >> workflow associated with testing changes. >> >> Currently the release manager *closes* a ticket and marks it as > > s/currently the release manager/the current release manager/ ;-) > >> "fi

[sage-devel] Re: Trac workflow and needs_review

2016-06-28 Thread leif
Erik Bray wrote: > While we're tinkering with the workflow, I think we need to change the > workflow associated with testing changes. > > Currently the release manager *closes* a ticket and marks it as s/currently the release manager/the current release manager/ ;-) > "fixed" when merging the ch

[sage-devel] Re: Git web interface not displaying file contents

2016-06-28 Thread Erik Bray
On Tue, Jun 28, 2016 at 6:19 PM, Erik Bray wrote: > Hi all, > > As Luca just pointed out to me, and I also noticed on my own earlier > this morning, the web interface on git.sagemath.org is bugging out and > not displaying file contents. E.g.: > https://git.sagemath.org/sage.git/tree/README.md?h=

Re: [sage-devel] Trac workflow and needs_review

2016-06-28 Thread Erik Bray
On Tue, Jun 28, 2016 at 4:06 PM, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > On 28/06/16 16:04, Erik Bray wrote: >> >> Hi all, >> >> The current ticket workflow in Trac only allows creating new tickets >> with a status 'new'. So when posting a branch with proposed changes, >> for exampl

[sage-devel] Git web interface not displaying file contents

2016-06-28 Thread Erik Bray
Hi all, As Luca just pointed out to me, and I also noticed on my own earlier this morning, the web interface on git.sagemath.org is bugging out and not displaying file contents. E.g.: https://git.sagemath.org/sage.git/tree/README.md?h=develop Curiously it shows the correct number of line numbers

[sage-devel] Trac workflow and needs_review

2016-06-28 Thread Erik Bray
Hi all, The current ticket workflow in Trac only allows creating new tickets with a status 'new'. So when posting a branch with proposed changes, for example it is necessary to create the ticket, and then immediately update it to needs_review. This is fine for tickets that don't immediately have

Re: [sage-devel] Trac workflow and needs_review

2016-06-28 Thread Vincent Delecroix
On 28/06/16 16:04, Erik Bray wrote: Hi all, The current ticket workflow in Trac only allows creating new tickets with a status 'new'. So when posting a branch with proposed changes, for example it is necessary to create the ticket, and then immediately update it to needs_review. This is fine f

[sage-devel] Re: A strange bug in the category framework

2016-06-28 Thread Dima Pasechnik
yes, I can confirm this is a bug. see https://trac.sagemath.org/ticket/20896 On Tuesday, June 28, 2016 at 8:35:44 AM UTC+1, Kwankyu Lee wrote: > > It is also strange why the pasted text copied from terminal looks double > spaced... > -- You received this message because you are subscribed to th

[sage-devel] Re: A strange bug in the category framework

2016-06-28 Thread Kwankyu Lee
It is also strange why the pasted text copied from terminal looks double spaced... -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegr

[sage-devel] A strange bug in the category framework

2016-06-28 Thread Kwankyu Lee
I found a strange bug that has existed at least from Sage 7.1 In a fresh start of Sage, sage: GF(2)^2 Vector space of dimension 2 over Finite Field of size 2 sage: CyclicPermutationGroup(10).algebra(FiniteField(5)) --- T