Re: [sage-devel] Would anybody like...progress bars?

2019-05-25 Thread 'Martin R' via sage-devel
Great, thank you!

Am Freitag, 24. Mai 2019 01:05:04 UTC+2 schrieb Travis Scrimshaw:
>
> sage -t --verbose   (or -tp of course)
>
> Best,
> Travis
>
>
> On Friday, May 24, 2019 at 4:20:39 AM UTC+10, Martin R wrote:
>>
>> One thing I would like very much is the possibility to find out more 
>> precisely which doctests within a module take a long time...
>>
>> Or is this possible already?
>>
>> Martin
>>
>> Am Donnerstag, 23. Mai 2019 19:00:36 UTC+2 schrieb vdelecroix:
>>>
>>> Very fancy :-) I would definitely appreciate it if there. Though, 
>>> I would not put it on top of my list of most wanted things. 
>>>
>>> Vincent 
>>>
>>> Le 23/05/2019 à 18:40, E. Madison Bray a écrit : 
>>> > Something I've wanted for a long time in the Sage doctest runner is 
>>> > progress bars, so I hacked up a prototype (see screenshot).  It works 
>>> > even with parallel docbuilds. 
>>> > 
>>> > I think there are still some bugs and other kinks to work out so it 
>>> > will take a little more time to get this really polished up, but what 
>>> > do you think?  Would anyone else like to have this?  Is it worth 
>>> > spending any more time on? 
>>> > 
>>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/d5483583-bf28-4d98-907c-74783c905a16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Would anybody like...progress bars?

2019-05-23 Thread John H Palmieri
There is also the "warn-long" flag:

   sage -t --warn-long 3.2 FILE

should tell you all tests in FILE that take more than 3.2 seconds.


On Thursday, May 23, 2019 at 4:05:04 PM UTC-7, Travis Scrimshaw wrote:
>
> sage -t --verbose   (or -tp of course)
>
> Best,
> Travis
>
>
> On Friday, May 24, 2019 at 4:20:39 AM UTC+10, Martin R wrote:
>>
>> One thing I would like very much is the possibility to find out more 
>> precisely which doctests within a module take a long time...
>>
>> Or is this possible already?
>>
>> Martin
>>
>> Am Donnerstag, 23. Mai 2019 19:00:36 UTC+2 schrieb vdelecroix:
>>>
>>> Very fancy :-) I would definitely appreciate it if there. Though, 
>>> I would not put it on top of my list of most wanted things. 
>>>
>>> Vincent 
>>>
>>> Le 23/05/2019 à 18:40, E. Madison Bray a écrit : 
>>> > Something I've wanted for a long time in the Sage doctest runner is 
>>> > progress bars, so I hacked up a prototype (see screenshot).  It works 
>>> > even with parallel docbuilds. 
>>> > 
>>> > I think there are still some bugs and other kinks to work out so it 
>>> > will take a little more time to get this really polished up, but what 
>>> > do you think?  Would anyone else like to have this?  Is it worth 
>>> > spending any more time on? 
>>> > 
>>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/dba5af4c-1ca5-4bce-b02c-529c27d70228%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Would anybody like...progress bars?

2019-05-23 Thread Travis Scrimshaw
sage -t --verbose   (or -tp of course)

Best,
Travis


On Friday, May 24, 2019 at 4:20:39 AM UTC+10, Martin R wrote:
>
> One thing I would like very much is the possibility to find out more 
> precisely which doctests within a module take a long time...
>
> Or is this possible already?
>
> Martin
>
> Am Donnerstag, 23. Mai 2019 19:00:36 UTC+2 schrieb vdelecroix:
>>
>> Very fancy :-) I would definitely appreciate it if there. Though, 
>> I would not put it on top of my list of most wanted things. 
>>
>> Vincent 
>>
>> Le 23/05/2019 à 18:40, E. Madison Bray a écrit : 
>> > Something I've wanted for a long time in the Sage doctest runner is 
>> > progress bars, so I hacked up a prototype (see screenshot).  It works 
>> > even with parallel docbuilds. 
>> > 
>> > I think there are still some bugs and other kinks to work out so it 
>> > will take a little more time to get this really polished up, but what 
>> > do you think?  Would anyone else like to have this?  Is it worth 
>> > spending any more time on? 
>> > 
>>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/a71b0424-65d9-4093-9682-721107d5b8e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Would anybody like...progress bars?

2019-05-23 Thread 'Martin R' via sage-devel
One thing I would like very much is the possibility to find out more 
precisely which doctests within a module take a long time...

Or is this possible already?

Martin

Am Donnerstag, 23. Mai 2019 19:00:36 UTC+2 schrieb vdelecroix:
>
> Very fancy :-) I would definitely appreciate it if there. Though, 
> I would not put it on top of my list of most wanted things. 
>
> Vincent 
>
> Le 23/05/2019 à 18:40, E. Madison Bray a écrit : 
> > Something I've wanted for a long time in the Sage doctest runner is 
> > progress bars, so I hacked up a prototype (see screenshot).  It works 
> > even with parallel docbuilds. 
> > 
> > I think there are still some bugs and other kinks to work out so it 
> > will take a little more time to get this really polished up, but what 
> > do you think?  Would anyone else like to have this?  Is it worth 
> > spending any more time on? 
> > 
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/bf883b75-1bcf-446a-be5d-20608027790d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [sage-devel] Would anybody like...progress bars?

2019-05-23 Thread Vincent Delecroix

Very fancy :-) I would definitely appreciate it if there. Though,
I would not put it on top of my list of most wanted things.

Vincent

Le 23/05/2019 à 18:40, E. Madison Bray a écrit :

Something I've wanted for a long time in the Sage doctest runner is
progress bars, so I hacked up a prototype (see screenshot).  It works
even with parallel docbuilds.

I think there are still some bugs and other kinks to work out so it
will take a little more time to get this really polished up, but what
do you think?  Would anyone else like to have this?  Is it worth
spending any more time on?



--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/a11525c4-50f7-d4ac-ca47-b3f9dbfc7bce%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[sage-devel] Would anybody like...progress bars?

2019-05-23 Thread E. Madison Bray
Something I've wanted for a long time in the Sage doctest runner is
progress bars, so I hacked up a prototype (see screenshot).  It works
even with parallel docbuilds.

I think there are still some bugs and other kinks to work out so it
will take a little more time to get this really polished up, but what
do you think?  Would anyone else like to have this?  Is it worth
spending any more time on?

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAOTD34aWfyFmxjjcK4SwwU2sEyK7G-yYSxh6DVcUieNg71pGsA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.