Re: [open-axiom-devel] run time error

2011-02-06 Thread Gabriel Dos Reis
Gabriel Dos Reis writes: [...] | | > Also, I'll be attending the symbolic-numeric workshop at MSRI from | | > Wednesday through Friday; anything I should me looking into (on a small | | > windows machine) while I'm on the road? | | > | | | | When I call "parseAndEvalToStringEqNum" how do I catc

Re: [open-axiom-devel] run time error

2010-11-16 Thread Gabriel Dos Reis
Arthur Ralfs writes: | On 11/15/2010 05:20 PM, Gabriel Dos Reis wrote: | > Arthur Ralfs writes: | > | > | > | I had to make a few changes concerning lisp package calls involving | > | strings. I also have a bug now with newlines. I was dealing with | > | newlines using NewLine$Lisp where | > |

Re: [open-axiom-devel] run time error

2010-11-15 Thread Arthur Ralfs
On 11/15/2010 05:20 PM, Gabriel Dos Reis wrote: > Arthur Ralfs writes: > > > | I had to make a few changes concerning lisp package calls involving > | strings. I also have a bug now with newlines. I was dealing with > | newlines using NewLine$Lisp where > | > | (defvar |NewLine| '#\NewLine) > |

Re: [open-axiom-devel] run time error

2010-11-15 Thread Gabriel Dos Reis
Arthur Ralfs writes: | On 11/06/2010 11:28 AM, Gabriel Dos Reis wrote: | | > | > Would you mind committing what you currently have? | > Hi Arthur, Thanks for the commits! | > So, you can `concat' the whole thing with | > appropriate insertion of newlines in between the elements of the list i

Re: [open-axiom-devel] run time error

2010-11-15 Thread Arthur Ralfs
On 11/06/2010 11:28 AM, Gabriel Dos Reis wrote: > > Would you mind committing what you currently have? > > So, you can `concat' the whole thing with > appropriate insertion of newlines in between the elements of the list in > order to reproduce the output that you would have been on the screen.

Re: [open-axiom-devel] run time error

2010-11-06 Thread Gabriel Dos Reis
Arthur Ralfs writes: | Hi Gaby, | | I've got panserver.spad to compile now under 1.4 This is fantastic news! Would you mind committing what you currently have? | but now I get a run time error when I run | | ans:String := string parseAndEvalToStringEqNum$Lisp command | | If I compile this

[open-axiom-devel] run time error

2010-09-21 Thread Arthur Ralfs
Hi Gaby, I've got panserver.spad to compile now under 1.4 but now I get a run time error when I run ans:String := string parseAndEvalToStringEqNum$Lisp command If I compile this test spad )abbrev package SOCKLIB SockLib SockLib(): Public == Private where Public == Type with se