[sage-support] Re: Problem with git and trac server

2016-08-21 Thread 'Paul Mercat' via sage-support
2016 +0200 > | > | Correct little things. > | > > > On Sunday, August 21, 2016 at 10:08:22 PM UTC+2, Paul Mercat wrote: >> >> Thank you for your answer. >> Unfortunably, your link doesn't work. >> Of course I've retried to push my changes. It says &q

[sage-support] Re: Problem with git and trac server

2016-08-21 Thread 'Paul Mercat' via sage-support
Thank you for your answer. Unfortunably, your link doesn't work. Of course I've retried to push my changes. It says "Everything up-to-date" but the two commits that I've done before are not in the trac server. Paul Le dimanche 21 août 2016 16:34:21 UTC+2, leif a écrit : > > '

[sage-support] Problem with git and trac server

2016-08-21 Thread 'Paul Mercat' via sage-support
Hi ! Yesterday or the day before, the trac server was not accessible (or really really slow). And when I tried to save my work on the sage code source, using the command "git push trac HEAD:u/mercatp/b-adic", it failed. And after that, git tells me that everything is up-to-date, but in fact the

[sage-support] Re: problem with sig_on() and sig_off()

2014-08-17 Thread 'Paul Mercat' via sage-support
Thank you very much, it works ! Paul Le dimanche 17 août 2014 22:46:17 UTC+2, Nathann Cohen a écrit : That's because you need to explicitly import/define sig_on and sig_off. I guess that this is done automatically when the extension is .spyx. In the file sage/graphs/cliquer.pyx it is done

[sage-support] Problems modifying sage 6.2 source code

2014-07-27 Thread 'Paul Mercat' via sage-support
Hello, I have developped some tools that works well with several versions of sage, but it doesn't work well with sage 6.2. When I try to modify the file sage/combinat/words/morphism.py, I get the following error : iMac-de-Paul-Mercat:sage-6.2 mercat$ ./sage -n

[sage-support] Re: Problems modifying sage 6.2 source code

2014-07-27 Thread 'Paul Mercat' via sage-support
Thank you. In fact I didn't have git installed in my computer. I will retry following the steps given in the developper guide, using git. I didn't know that the way you commit/push/pull/etc.. has changed since the last version of sage. I hope it will not change for each version of sage, because