Hi!
On Jul 28, 3:15 am, William Stein <[email protected]> wrote:
...
> > in _expect_expression. So, perhapsRisn't involved, but it is just a
> > misleading warning message?
>
> It is a bug in the warning message indeed, in line 820.
>
> > Do you think I should post a ticket, changing it into "Control-C
> > pressed. Interrupting interface. Please wait a few seconds"?
>
> Definitely, yes. Thanks!! But instead of not putting the interface
> name, just replace R by self.name().
I did so (actually I did not chose self.name() but repr(self) ).
However, even after sage -b and although I could verify with edit
(sage.interfaces.expect,'vim') that the change was done, I was unable
to commit it:
sage: hg_sage.commit()
cd "/home/king/SAGE/sage-4.1/devel/sage" && hg diff | less
cd "/home/king/SAGE/sage-4.1/devel/sage" && hg commit
nothing changed
But the relevant file is tracked:
sage: hg_sage.add('sage/interfaces/expect.py')
Adding file sage/interfaces/expect.py
cd "/home/king/SAGE/sage-4.1/devel/sage" && hg add "sage/interfaces/
expect.py"
sage/interfaces/expect.py already tracked!
What happens here?
Best regards,
Simon
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---