[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread Jason Grout

Timothy Clemans wrote:
> On both my computer and sagenb.org it's alpha5
> 
> When I do tab on 'anim' I get back 'animate' but with 'an' and
> selecting either 'animate' or 'any' I get back a double.
> 

When I select 'animate' or 'any', I just get that exact word--no 
doubles.  This is on FF 3.0.5 on Ubuntu 8.10 on sagenb.org (3.3alpha5).

Jason


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread Jason Grout

Timothy Clemans wrote:
> On the command line I'm seeing:
> 
> 2009-02-07 19:47:15-0500 [HTTPChannel,18,127.0.0.1] Exception rendering:
> 2009-02-07 19:47:15-0500 [HTTPChannel,18,127.0.0.1] Unhandled Error
>   Traceback (most recent call last):
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
> line 614, in gotResult
>   _deferGenerator(g, deferred)
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
> line 591, in _deferGenerator
>   deferred.callback(result)
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
> line 243, in callback
>   self._startRunCallbacks(result)
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
> line 312, in _startRunCallbacks
>   self._runCallbacks()
>   ---  ---
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
> line 328, in _runCallbacks
>   self.result = callback(self.result, *args, **kw)
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/web2/resource.py",
> line 230, in 
>   ).addCallback(lambda res: self.render(request))
> File 
> "/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/sage/server/notebook/twist.py",
> line 1068, in render
>   new_input = cell.changed_input_text()
>   exceptions.AttributeError: TextCell instance has no attribute
> 'changed_input_text'


What alpha again?  #5025 should have taken care of this sort of error. 
It was merged into 3.3alpha3.  If this is still coming up, we should fix 
it before 3.3, and it should be easy.

Jason


--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread Timothy Clemans

On the command line I'm seeing:

2009-02-07 19:47:15-0500 [HTTPChannel,18,127.0.0.1] Exception rendering:
2009-02-07 19:47:15-0500 [HTTPChannel,18,127.0.0.1] Unhandled Error
Traceback (most recent call last):
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 614, in gotResult
_deferGenerator(g, deferred)
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 591, in _deferGenerator
deferred.callback(result)
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 243, in callback
self._startRunCallbacks(result)
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 312, in _startRunCallbacks
self._runCallbacks()
---  ---
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 328, in _runCallbacks
self.result = callback(self.result, *args, **kw)
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/twisted/web2/resource.py",
line 230, in 
).addCallback(lambda res: self.render(request))
  File 
"/Users/timothy/sage-3.3.alpha4/local/lib/python2.5/site-packages/sage/server/notebook/twist.py",
line 1068, in render
new_input = cell.changed_input_text()
exceptions.AttributeError: TextCell instance has no attribute
'changed_input_text'


On Sat, Feb 7, 2009 at 8:09 PM, mabshoff
 wrote:
>
>
>
> On Feb 7, 5:03 pm, Timothy Clemans  wrote:
>
> Hi Timothy,
>
>> On both my computer and sagenb.org it's alpha5
>
> ok, so is this a notebook issue because I cannot reproduce it via
> command line?
>
>> When I do tab on 'anim' I get back 'animate' but with 'an' and
>> selecting either 'animate' or 'any' I get back a double.
>
> If someone else can confirm this please open a ticket against 3.3.
>
> Note that in general at the moment new tickets ought to get opened
> against 3.4.1 unless
>
>  * a critical issue or blocker -> 3.3
>  * it is Sphinx related -> 3.4
>
> Cheers,
>
> Michael
> >
>

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread mabshoff



On Feb 7, 5:03 pm, Timothy Clemans  wrote:

Hi Timothy,

> On both my computer and sagenb.org it's alpha5

ok, so is this a notebook issue because I cannot reproduce it via
command line?

> When I do tab on 'anim' I get back 'animate' but with 'an' and
> selecting either 'animate' or 'any' I get back a double.

If someone else can confirm this please open a ticket against 3.3.

Note that in general at the moment new tickets ought to get opened
against 3.4.1 unless

 * a critical issue or blocker -> 3.3
 * it is Sphinx related -> 3.4

Cheers,

Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread Timothy Clemans

On both my computer and sagenb.org it's alpha5

When I do tab on 'anim' I get back 'animate' but with 'an' and
selecting either 'animate' or 'any' I get back a double.

On Sat, Feb 7, 2009 at 7:58 PM, mabshoff
 wrote:
>
>
>
> On Feb 7, 4:56 pm, Timothy Clemans  wrote:
>> Hi,
>>
>> On my computer and on sagenb.org when I use tab completion the
>> identifier comes back doubled.
>>
>> For example tab completion on 'a' and selecting 'abs' comes back as 'absabs'
>
> Not for me. And which alpha are you using?
>
> Can you post a sample session?
>
>> Timothy
>
> Cheers,
>
> Michael
> >
>

--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---



[sage-support] Re: tab completion bug in 3.3

2009-02-07 Thread mabshoff



On Feb 7, 4:56 pm, Timothy Clemans  wrote:
> Hi,
>
> On my computer and on sagenb.org when I use tab completion the
> identifier comes back doubled.
>
> For example tab completion on 'a' and selecting 'abs' comes back as 'absabs'

Not for me. And which alpha are you using?

Can you post a sample session?

> Timothy

Cheers,

Michael
--~--~-~--~~~---~--~~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support-unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~--~~~~--~~--~--~---