Re: [sage-devel] Re: CachedInParentMethod clear cache

2019-01-08 Thread VulK
I was being stupid and pretended to clear the cache by hand *facepalm*. I can confirm that doing things properly everything works as expected. Sorry about the noise S. * Nils Bruin [2019-01-08 08:47:54]: On Tuesday, January 8, 2019 at 6:21:39 AM UTC-8, Salvatore Stella wrote: Dear all,

Re: [sage-devel] one patchbot misconfigured

2019-01-08 Thread Frédéric Chapoton
and pyflakes is not mandatory, but the owner of this patchbot forced the activation of the pyflakes plugin.. F Le mardi 8 janvier 2019 12:56:19 UTC+1, vdelecroix a écrit : > > (just a remark): If pyflakes is mandatory, couldn't the patchbot > just stops if pyflakes is not available at runtime?

Re: [sage-devel] one patchbot misconfigured

2019-01-08 Thread Frédéric Chapoton
This is already fixed in the latest version of the patchbot source code, because of this unique misbehaviour. But this patchbot version is not pre-released. F Le mardi 8 janvier 2019 12:56:19 UTC+1, vdelecroix a écrit : > > (just a remark): If pyflakes is mandatory, couldn't the patchbot >

Re: [sage-devel] Re: CachedInParentMethod clear cache

2019-01-08 Thread Nils Bruin
On Tuesday, January 8, 2019 at 6:21:39 AM UTC-8, Salvatore Stella wrote: > > Dear all, > sorry for disappearing on this. I am a little confused: if both parent and > element refer to the same cache how is it possible that clearing one does > not > clear the other? > S. > > If you have

Re: [sage-devel] Re: CachedInParentMethod clear cache

2019-01-08 Thread E. Madison Bray
On Tue, Jan 8, 2019 at 3:21 PM VulK wrote: > > Dear all, > sorry for disappearing on this. I am a little confused: if both parent and > element refer to the same cache how is it possible that clearing one does not > clear the other? > S. Not clear. Maybe it would help to show some specific

Re: [sage-devel] Re: CachedInParentMethod clear cache

2019-01-08 Thread VulK
Dear all, sorry for disappearing on this. I am a little confused: if both parent and element refer to the same cache how is it possible that clearing one does not clear the other? S. * E. Madison Bray [2019-01-08 14:49:36]: On Tue, Jan 8, 2019 at 1:51 AM Nils Bruin wrote: On Monday,

Re: [sage-devel] Re: CachedInParentMethod clear cache

2019-01-08 Thread E. Madison Bray
On Tue, Jan 8, 2019 at 1:51 AM Nils Bruin wrote: > > On Monday, January 7, 2019 at 12:48:30 PM UTC-8, Simon King wrote:I did the > implementation a couple of years ago, so, it is possible that >> >> I misremember. However, if I recall correctly, having a reference >> directly from the wrapped

Re: [sage-devel] one patchbot misconfigured

2019-01-08 Thread Vincent Delecroix
(just a remark): If pyflakes is mandatory, couldn't the patchbot just stops if pyflakes is not available at runtime? Le 08/01/2019 à 12:14, Frédéric Chapoton a écrit : Who is the owner of the patchbot nicknamed Ubuntu/18.04/x86_64/3.13.0-123-generic/44e979ad077a ? Please install *pyflakes*

[sage-devel] one patchbot misconfigured

2019-01-08 Thread Frédéric Chapoton
Who is the owner of the patchbot nicknamed Ubuntu/18.04/x86_64/3.13.0-123-generic/44e979ad077a ? Please install *pyflakes* on your system, so that the patchbot runs correctly. This must be installed in the python version used to run the patchbot (and I suggest to use python3 for that).