Re: [sage-devel] Re: Patchbot troubles

2013-07-25 Thread Robert Bradshaw
This was due to the trac change. I've updated the patchbot to understand the this (and it's actually much cleaner as there are csv/tsv formats now so I don't have to parse the html). It'll take a while to actually update all the tickets in question. On Thu, Jul 25, 2013 at 2:32 AM, David Loeffler

Re: [sage-devel] Re: UTF-8 and old terminals (new startup banner)

2013-07-25 Thread William Stein
On Mon, Jul 8, 2013 at 2:05 PM, Robert Bradshaw wrote: > On Mon, Jul 8, 2013 at 1:55 AM, Julien Puydt > wrote: >> >> Le 08/07/2013 10:51, Nils Bruin a écrit : >>> >>> On Monday, July 8, 2013 4:05:29 AM UTC+2, Volker Braun wrote: >>> >>> Frédéric Chapoton has written a patch at >>> http://

[sage-devel] GSoC project and new ticket

2013-07-25 Thread Verónica Suaste
Hi all, As part of my GSoC project I've created a new ticket with some progress. I'd like to share it with you in oreder to get some feedback, although by now the idea is that only I'm in charge of the programming part : http://trac.sagemath.org/ticket/14973 Also you can find more information an

[sage-devel] Re: Bug in evaluation of Maxima numbers? Or where? Or not a bug at all?

2013-07-25 Thread rjf
If you really wanted to do something useful with transmitting maxima bigfloats to other components of Sage, you should probably include it in the setting of fpprec, or perhaps the internal lisp value accessible as ?fpprec, which is the number of binary digits in the fraction part of the represe

Re: [fricas-devel] Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Ralf Hemmecke
> I tried with Aldor build form Aldor-2013.tar.gz. I had to > copy lang.as by hand to 'src/aldor' subdirectory of FriCAS > build tree, but otherwise things went smoothly. Yes, copying the respective files directly into the right place should also work, but I'm about to prepare a little temporary

Re: [sage-devel] UTF-8 and old terminals (new startup banner)

2013-07-25 Thread Volker Braun
On Thursday, July 25, 2013 2:05:38 PM UTC-4, Jeroen Demeyer wrote: > On 07/08/2013 04:05 AM, Volker Braun wrote: > > Of course, various Sage source files are already UTF-8 encoded, > Editors like vim for > example can correctly transcode between file and terminal encodings. If > your terminal

Re: [fricas-devel] Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread William Stein
On Thu, Jul 25, 2013 at 12:32 PM, Ralf Hemmecke wrote: >> Tell me exactly how to do that, and I would be happy to. > > apt-get install sbcl emacs libgmp3-dev > apt-get install git build-essential gawk noweb > > # The following is probably not needed since I don't think that from > within a browser

Re: [fricas-devel] Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Ralf Hemmecke
> Tell me exactly how to do that, and I would be happy to. apt-get install sbcl emacs libgmp3-dev apt-get install git build-essential gawk noweb # The following is probably not needed since I don't think that from within a browser you can start X applications like hyperdoc. # Since graphics in F

Re: [fricas-devel] Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Bill Page
Ralf or Waldek, Does the fricas configure option --enable-aldor= ... Aldor root dir ... work with the new release of Aldor? Has anyone tried it yet? Is there perhaps an Ubuntu compatible binary version of fricas that has Aldor already enabled? Regards, Bill Page. On 25 July 2013 14:42, William

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread William Stein
On Thu, Jul 25, 2013 at 11:18 AM, Bill Page wrote: > William, > > Thanks for making Aldor available on https://cloud.sagemath.com/ > > I noticed that you also have an old version of Axiom installed. > Unfortunately the original Axiom project no longer supports the use of > Aldor as a library compi

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Bill Page
William, Thanks for making Aldor available on https://cloud.sagemath.com/ I noticed that you also have an old version of Axiom installed. Unfortunately the original Axiom project no longer supports the use of Aldor as a library compiler. Would it be possible to install FriCAS with the Aldor supp

Re: [sage-devel] UTF-8 and old terminals (new startup banner)

2013-07-25 Thread Jeroen Demeyer
On 07/08/2013 04:05 AM, Volker Braun wrote: Of course, various Sage source files are already UTF-8 encoded, usually because of non-ASCII characters in docstrings. These will never render correctly in ancient terminals, nor will editing such source files lead to much happiness. Just want to point

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread William Stein
On Thu, Jul 25, 2013 at 10:39 AM, Ralf Hemmecke wrote: >> http://codemirror.net/mode/clike/index.html > > Ah, on can enter code there! I hadn't realized that at first. > > But no. None of the modes look in any way reasonable for aldor. Looks > like JS-expert has to do something new. :-( Thanks

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Ralf Hemmecke
> http://codemirror.net/mode/clike/index.html Ah, on can enter code there! I hadn't realized that at first. But no. None of the modes look in any way reasonable for aldor. Looks like JS-expert has to do something new. :-( Ralf -- You received this message because you are subscribed to the Go

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread William Stein
On Thu, Jul 25, 2013 at 9:59 AM, Ralf Hemmecke wrote: >> Which of the modes at >> >>http://codemirror.net/ >> >> seems to best work with .as files? > > Since Aldor looks in some sense pretty much like C, I guess that should > be fine. But in contrast to C one doesn't have > > TYPE FUNCTION

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread Ralf Hemmecke
> Which of the modes at > >http://codemirror.net/ > > seems to best work with .as files? Since Aldor looks in some sense pretty much like C, I guess that should be fine. But in contrast to C one doesn't have TYPE FUNCTIONNAME(...) but rather FUNCTIONNAME(...): TYPE so that wouldn't f

Re: [sage-devel] Re: Sage preparser not robust against typos

2013-07-25 Thread Volker Braun
The problem is that exceptions raised by the inputsplitter are not handled by IPython. I've asked at IPython-devel at http://python.6.x6.nabble.com/InputSplitter-and-SyntaxError-td5025938.html but didn't get an answer so far. On Thursday, July 25, 2013 10:46:00 AM UTC-4, William wrote: > > On

Re: [sage-devel] Ubuntu/Debian packages

2013-07-25 Thread William Stein
On Wed, Jul 24, 2013 at 12:09 PM, Ralf Hemmecke wrote: [1] https://github.com/haraldschilly/sage-cloud-templates >>> >>> Well, I'm pretty new here and Harald's page doesn't really explain what >>> I'd have to do to create such a template. > >> this is an example of how you can publish data fr

Re: [sage-devel] Re: Sage preparser not robust against typos

2013-07-25 Thread William Stein
On Wed, Jul 24, 2013 at 10:02 AM, Robert Bradshaw wrote: > On Wed, Jul 24, 2013 at 6:00 AM, Simon King wrote: >> Hi! >> >> On 2013-07-24, Volker Braun wrote: >>> Upstream does not allow the input transformer to fail, so either its a >>> not-yet-implemented feature in IPython or we are abusing th

[sage-devel] Re: Patchbot troubles

2013-07-25 Thread David Loeffler
Some further data: the problem is definitely with the patchbot server process running at patchbot.sagemath.org -- if you request a list of all tickets with http://patchbot.sagemath.org/ticket/?status=all&order=id&raw&pretty then it really does return all tickets, but for the majority of them, i