[sage-devel] Re: Question about Ubuntu patchbot

2019-07-09 Thread Frédéric Chapoton
If you are talking about the patchbot named Ubuntu/18.4/x86_64/3.13.0-170-generic/44e979ad077a then it is known to be a rather problematic one. We do not know who is running this patchbot. It has therefore several problems that have not been fixed despite being known for at least 6 months. Pat

Re: [sage-devel] Re: New contributor experience

2019-07-09 Thread Jerry James
On Sunday, July 7, 2019 at 4:47:13 AM UTC-6, vdelecroix wrote: > > If you succeed in packaging for Fedora, the SageMath installation > guide should be updated accordingly. More precisely the two pages > > https://doc.sagemath.org/html/en/installation/index.html >

[sage-devel] Question about Ubuntu patchbot

2019-07-09 Thread Paul Masson
In the process of reviewing https://trac.sagemath.org/ticket/28130, I noticed that the Ubuntu patchbot fails to apply the commits of this ticket to 8.9.beta1. I created a clean branch of 8.9.beta1 and successfully merged the commits of this ticket without any issues, so what's up with the patch

[sage-devel] Re: How do you close a trac ticket?

2019-07-09 Thread Simon King
Hi Isuru, On 2019-07-09, Vincent Delecroix <20100.delecr...@gmail.com> wrote: > The usual procedure is to set the milestone to "won't fix/duplicate" and > then "needs review". To elaborate a bit more (because in the past at some point I had the same problem): A ticket can only be *closed* by som

[sage-devel] Re: Gap pexpect error when most Gap packages are installed

2019-07-09 Thread Dima Pasechnik
by the way, could please someone review https://trac.sagemath.org/ticket/28088 (update to GAP 4.10.2) On Sunday, June 23, 2019 at 6:24:09 PM UTC+2, Antonio Rojas wrote: > > I just noticed this yesterday after updating GAP to 4.10.2 in Arch. > SymmetricGroup(n).conjugacy_classes_subgroups() work

[sage-devel] doctest a single function or class

2019-07-09 Thread TB
Dear list, Is there a way to test a single docstring of a function/method, or all the docstrings in a specific class, and not an entire module? This is useful when testing a long file, without copying the needed docstring to a new file. This is also different than TestSuite(obj).run(). Curre