[sage-devel] Re: Using a pickle jar for doctesting purpose

2021-04-30 Thread Volker Braun
Python pickles aren't really a good long-term storage format; A much safer bet would be to serialize/deserialize to json, say. I don't know how feasible that woud be in your case though. On Friday, April 30, 2021 at 10:18:01 AM UTC+2 Kwankyu Lee wrote: > Hi all, > > The ticket > >

[sage-devel] Using a pickle jar for doctesting purpose

2021-04-30 Thread Kwankyu Lee
Hi all, The ticket https://trac.sagemath.org/ticket/27957 adds algebraic geometry error correcting codes (also called geometric Goppa codes) and their decoders to Sage. Once merged, this will be another edge where Sage is superior to Magma. Travis and I are working on the ticket, and we

Re: [sage-devel] Loading all GAP packages

2021-04-30 Thread Antonio Rojas
El viernes, 30 de abril de 2021 a las 9:21:11 UTC+2, vdelecroix escribió: > > Does your remark applies to both the pexpect GAP interface and libgap? > > AFAIK this only affects the pexpect interface https://git.sagemath.org/sage.git/tree/src/sage/interfaces/gap.py#n1549 -- You received this

Re: [sage-devel] Loading all GAP packages

2021-04-30 Thread Vincent Delecroix
Hi, Le 30/04/2021 à 09:05, Antonio Rojas a écrit : Hi, On a fresh run of the GAP interface, Sage caches a GAP workspace which loads every single GAP package on the system. While this might be OK with Sage's trimmed-down version of gap_packages, if using a system GAP install with all optional

[sage-devel] Loading all GAP packages

2021-04-30 Thread Antonio Rojas
Hi, On a fresh run of the GAP interface, Sage caches a GAP workspace which loads every single GAP package on the system. While this might be OK with Sage's trimmed-down version of gap_packages, if using a system GAP install with all optional packages installed this can take a massive amount of