[sage-devel] Re: Where is the long_element (or w0) method of Coxeter groups gone?

2014-07-08 Thread Travis Scrimshaw
Hey Jean-Philippe, The current default Coxeter group is to use the reflection representation for general Coxeter groups and I didn't include specialized methods for getting something like the longest element. Before, you were secretly working with an instance of WeylGroup, which is why the me

[sage-devel] Please review #/16626

2014-07-08 Thread Volker Braun
This adds a check to the doctest framework to raise an error for explicit line numbers sage: raise_warning() doctest:1234: Warning: this is a warning # not cool! depends on source line number -- You received this message because you are subscribed to the Google Groups "sage-devel" gr

[sage-devel] build system : a (smallish) bug when adding/updatng a package.

2014-07-08 Thread Emmanuel Charpentier
The current (as of -.3beta5) sage-fix-pkg-checksums munches the package-version and checksums.ini files of external packages, especially when used naïvely as suggested in the Developer's guide . This is now Trac#16629

[sage-devel] Re: strange (to me) doctest failure

2014-07-08 Thread Eric Gourgoulhon
Le mardi 8 juillet 2014 10:58:06 UTC+2, Martin Albrecht a écrit : > > Sure, this was about fixing a bug introduced in said ticket (which I now > found > :) Sorry, I completely misunderstood your post ! Good that you found the bug. Eric. -- You received this message because you are subscri

[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
On Tuesday, July 8, 2014 11:41:20 AM UTC-4, kcrisman wrote: > > I'm trying with the new package but I still obtain error. I have tried >> your solution but: >> >> *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* >> *if git submodule status | grep -q ^[+-]; then git submodule update >>

Re: [sage-devel] Re: Cygwin: Error installing package mpir-2.6.0.p4

2014-07-08 Thread Chris Doris
Thanks for your reply, Jean-Pierre. I installed Cygwin from the x86_64 setup executable. Is this what you're calling Cygwin64? Do I take it that the Cygwin entry on the supported platforms wiki page is only referring to the 32 bit version of Cygwin? Should someone add an entry for Cygwin64? Can/s

[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
> > I'm trying with the new package but I still obtain error. I have tried > your solution but: > > *sagecell@kimba:~/sage/sagecell$ ../sage -sh -c "make -B"* > *if git submodule status | grep -q ^[+-]; then git submodule update --init > > /dev/null; fi* > *python -c "import urllib; > urllib.ur

[sage-devel] Re: Problem installing sagecell

2014-07-08 Thread kcrisman
> > After installing ipython-2.0.0.tar.gz, got this error message: > > Hopefully you wouldn't need to do this; Sage now has an up-to-date (enough) Ipython on its own. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this grou

Re: [sage-devel] Re: Do ticket titles matter? Can I rename a ticket if I didn't open it?

2014-07-08 Thread kcrisman
Needless to say, the code stays the same. And of course I still prefer my > original title, which was funnier and more human. But well, nice and > respectful conversations lead to better compromises :-P > > +1 Thanks, Robert, for clarifying things well - and with no spelling errors :) -- Yo

[sage-devel] Where is the long_element (or w0) method of Coxeter groups gone?

2014-07-08 Thread jplab
Hi, I had some older code using Coxeter groups. Since I was running the code on machines with different version of Sage, I was handling manually if whether it had "CoxeterGroup" or not (I used WeylGroup when needed). Now I'm rebasing my code to the latest version of Sage, and to my surprise,

[sage-devel] Re: (eventual) patchbot replacement

2014-07-08 Thread Volker Braun
Sounds good to me! For tarballs and their testing we should have some automated way to upload them. Me ssh'ing into the web server and manually downloading it to the right directory isn't a good workflow. That would also solve your problem for testing. On Tuesday, July 8, 2014 2:27:05 AM UTC

[sage-devel] Re: strange (to me) doctest failure

2014-07-08 Thread Martin Albrecht
Sure, this was about fixing a bug introduced in said ticket (which I now found :) On Tuesday 08 Jul 2014 00:29:18 Eric Gourgoulhon wrote: > Hi, > > Le lundi 7 juillet 2014 22:22:10 UTC+2, Martin Albrecht a écrit : > > Hi, > > > > over at http://trac.sagemath.org/ticket/12718 I am encountering a

[sage-devel] Re: Cygwin: Error installing package mpir-2.6.0.p4

2014-07-08 Thread Jean-Pierre Flori
Please have a look at http://trac.sagemath.org/sage_trac/wiki/Cygwin64Port which contains the latest info. Did you install Cygwin32 or Cygwin64? -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving em

[sage-devel] Re: strange (to me) doctest failure

2014-07-08 Thread Eric Gourgoulhon
Hi, Le lundi 7 juillet 2014 22:22:10 UTC+2, Martin Albrecht a écrit : > > Hi, > > over at http://trac.sagemath.org/ticket/12718 I am encountering a strange > doctest failure: > > This will fail in a fresh instance of Sage: > > sage: matrix(QQ['x,y'], 2, 2, [1, 1, 1, 1]) / x > > with a Typ