I opened https://trac.sagemath.org/ticket/30958 for the C99 thing that 
caused the following:

The first one is new, I think. File "src/sage/graphs/connectivity.pyx", 
line 2686, in sage.graphs.connectivity._Component.__init__
Failed example:
    cython(os.linesep.join(cython_code))
[...]
    /sage/local/lib/python3.8/site-packages/sage/
*data_structures/bitset_intrinsics.h:54:5: error: ‘for’ loop initial 
declarations are only allowed in C99 mode*
         for(mp_bitcnt_t i = 0; i < limbs; i++){

[email protected] schrieb am Mittwoch, 25. November 2020 um 06:49:18 
UTC+1:

> On Tuesday, November 24, 2020 at 3:26:08 PM UTC-8 Volker Braun wrote:
>
>> As always, you can get the latest beta version from the "develop" git 
>> branch. Alternatively, the self-contained source tarball is at 
>> http://www.sagemath.org/download-latest.html 
>>
>> 020bd59ec2 (tag: 9.3.beta2, trac/develop) Updated SageMath version to 
>> 9.3.beta2
>>
>
> Thanks, Volker, for the new release.
>
> Tests are running at https://github.com/sagemath/sage/actions, first 
> results:
>
> *Debian/Ubuntu* systems – mostly clean, with the following exceptions:
>
> *ubuntu-trusty-minimal* (https://github.com/sagemath/sage/runs/1450539640)
> sage -t --random-seed=0 src/sage/graphs/connectivity.pyx  # 2 doctests 
> failed
> sage -t --random-seed=0 src/sage/doctest/test.py  # Timed out
> sage -t --random-seed=0 src/sage/rings/polynomial/plural.pyx  # 2 doctests 
> failed
>
> The first one is new, I think. File "src/sage/graphs/connectivity.pyx", 
> line 2686, in sage.graphs.connectivity._Component.__init__
> Failed example:
>     cython(os.linesep.join(cython_code))
> [...]
>     /sage/local/lib/python3.8/site-packages/sage/
> *data_structures/bitset_intrinsics.h:54:5: error: ‘for’ loop initial 
> declarations are only allowed in C99 mode*
>          for(mp_bitcnt_t i = 0; i < limbs; i++){
>
> The last one, plural.pyx, is likely the same as 
> https://trac.sagemath.org/ticket/29528
>
> Likewise on ubuntu-trusty-standard, debian-jessie-minimal, 
> debian-jessie-standard
>
> *Homebrew: *
>
> *homebrew-macos-standard-xcode_default*: (
> https://github.com/sagemath/sage/runs/1450538928)
> sage -t --random-seed=0 src/sage/geometry/polyhedron/base.py
> **********************************************************************
> File "src/sage/geometry/polyhedron/base.py", line 6499, in 
> sage.geometry.polyhedron.base.Polyhedron_base.face_lattice
> Failed example:
>     n == get_memory_usage()
> Expected:
>     True
> Got:
>     False
>
> *https://trac.sagemath.org/ticket/30929 
> <https://trac.sagemath.org/ticket/30929> needs review so that Big Sur and 
> more Xcode variations are tested in the next beta.*
>
>
>
>
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-release/8d8c610f-82a2-4707-8c3c-c4aaf55284d0n%40googlegroups.com.

Reply via email to