Re: [sage-devel] turning on warnings during a recompile?

2022-01-22 Thread Michael Orlitzky
On Sat, 2022-01-22 at 14:09 -0800, Randall wrote: > [sagelib-9.5.rc3] Executing 1 command (using 1 thread) > [sagelib-9.5.rc3] [1/1] Time to execute 1 command: 9.62 seconds. Between these two lines, the C or C++ compilation takes place. If you don't see any warnings, there weren't any. It's a cr

[sage-devel] turning on warnings during a recompile?

2022-01-22 Thread Randall
Goal: Turn on visibility of compiler warnings during compile phase, inside a %make build command run I did a change in one pyx unit and then ran the % make build command and the following was logged: *** make[2]: Entering directory '/home/owner/sage/s

[sage-devel] Cythonizing and creating cpp code question

2022-01-22 Thread Randall
Hi all: I am looking at the pyx code now but it seems I am going to have to understand how the cython interpreter works in order to push back up the changes in the cpp code which I did to clear up all the warning messages. Example (the free_algebra_letterplace.pyx --> free_algebra_letterplace.c

Re: [sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-22 Thread Dima Pasechnik
On Fri, 21 Jan 2022, 11:16 Dima Pasechnik, wrote: > On Fri, Jan 21, 2022 at 9:43 AM 'jonatha...@googlemail.com' via > sage-devel wrote: > > > > Hi Frédéric, > > > > due to https://trac.sagemath.org/ticket/33027 I have given up on > running my patchbot. > > I've made this ticket a blocker. > > Ev

[sage-devel] Re: patchbot owners, please update to 3.0.3

2022-01-22 Thread Samuel Lelievre
Hi Frédéric, Thanks for the link! Hope the branch at that ticket gets merged in the next development release. Tried building Sage 9.5.rc3 but hit the sagemath_doc_html build failure reported at ticket #33139. Are the reports at https://patchbot.sagemath.org/ticket/0/ only visible until the next d

Re: [sage-devel] asking for setting up cythonizing compiling

2022-01-22 Thread Samuel Lelievre
2022-01-21 à 22:33:08 UTC, Randall on sage-devel: > I am carefully following the steps at > https://github.com/sagemath/sage/blob/develop/README.md#instructions-to-build-from-source > but 2 things already have come up. > > The latest download version on the tar ball page > is version 9.4 sage.