[sage-devel] Re: doctesting tab completion

2017-10-02 Thread Dima Pasechnik
See https://trac.sagemath.org/ticket/22766
for another 2-liner to trigger the same segfault.

I've opened a blocker https://trac.sagemath.org/ticket/23956

The bug is there since Sage 8.0 at least.


On Thursday, September 28, 2017 at 3:38:30 PM UTC+1, John H Palmieri wrote:
>
> Is there a typo? Should the line causing the crash start with "from"? 
> (Same question on the trac ticket.)
>
>
> On Wednesday, September 27, 2017 at 8:55:16 PM UTC-7, Dima Pasechnik wrote:
>>
>> How does one write a doctest for tab completion on the command line?
>> I don't care for the output, I just need to check there is no crash, as 
>> in https://trac.sagemath.org/ticket/23700#comment:11
>>
>> sage: from sage.libs.ecl import *
>> sage: sage.interfaces.maxima_lib import 
>>
>>
>> causes a segfault in ECL for me.
>>
>> Thanks
>> Dima
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: doctesting tab completion

2017-09-30 Thread Dima Pasechnik
yes, certainly the 2nd line must  start from from.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Re: doctesting tab completion

2017-09-28 Thread John H Palmieri
Is there a typo? Should the line causing the crash start with "from"? (Same 
question on the trac ticket.)


On Wednesday, September 27, 2017 at 8:55:16 PM UTC-7, Dima Pasechnik wrote:
>
> How does one write a doctest for tab completion on the command line?
> I don't care for the output, I just need to check there is no crash, as in 
> https://trac.sagemath.org/ticket/23700#comment:11
>
> sage: from sage.libs.ecl import *
> sage: sage.interfaces.maxima_lib import 
>
>
> causes a segfault in ECL for me.
>
> Thanks
> Dima
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.