From 27cdf3e9959fbbd8ee81c6b2abcd2af7b74d71bc Mon Sep 17 00:00:00 2001 From: David Roe Date: Wed, 8 Feb 2023 01:58:42 +0100 Subject: [PATCH] Remove comment numbers --- .github/workflows/ci-wsl.yml | 2 +- build/pkgs/ecl/SPKG.rst | 2 +- build/pkgs/ecm/spkg-install.in | 4 ++-- build/pkgs/fflas_ffpack/spkg-install.in | 2 +- build/pkgs/gap/spkg-install.in | 2 +- build/pkgs/gdb/distros/conda.txt | 2 +- build/pkgs/glpk/patches/error_recovery.patch | 2 +- build/pkgs/glpk/spkg-install.in | 4 ++-- build/pkgs/linbox/spkg-install.in | 2 +- build/pkgs/maxima/spkg-install.in | 2 +- build/pkgs/meataxe/spkg-install.in | 2 +- build/pkgs/numpy/spkg-install.in | 2 +- build/pkgs/ptyprocess/install-requires.txt | 2 +- build/sage_bootstrap/uncompress/tar_file.py | 2 +- src/sage/arith/constants.pxd | 2 +- src/sage/arith/long.pxd | 2 +- src/sage/combinat/finite_state_machine.py | 2 +- src/sage/cpython/atexit.pyx | 2 +- src/sage/groups/additive_abelian/additive_abelian_wrapper.py | 2 +- src/sage/matrix/matrix_polynomial_dense.pyx | 2 +- src/sage/misc/compat.py | 2 +- src/sage/schemes/elliptic_curves/ell_field.py | 2 +- src/sage/schemes/elliptic_curves/ell_torsion.py | 2 +- src/sage_docbuild/utils.py | 4 ++-- 24 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/ci-wsl.yml b/.github/workflows/ci-wsl.yml index e6d4d30cfc3..782397bb7be 100644 --- a/.github/workflows/ci-wsl.yml +++ b/.github/workflows/ci-wsl.yml @@ -13,7 +13,7 @@ jobs: windows: runs-on: windows-latest name: Ubuntu 20.04 - # Following https://github.com/sagemath/sage/issues/25206#comment:63 + # Following https://github.com/sagemath/sage/issues/25206 steps: - name: Configure git run: git config --global core.symlinks true diff --git a/build/pkgs/ecl/SPKG.rst b/build/pkgs/ecl/SPKG.rst index 5752a7bd7f5..88599f93559 100644 --- a/build/pkgs/ecl/SPKG.rst +++ b/build/pkgs/ecl/SPKG.rst @@ -43,7 +43,7 @@ Special Update/Build Instructions - Do NOT quote SAGE_LOCAL when setting CPPFLAGS and/or LDFLAGS, in spkg-install as this caused the build to break. See - https://github.com/sagemath/sage/issues/10187#comment:117 + https://github.com/sagemath/sage/issues/10187 - TODO: Add the ECL test suite, and an spkg-check file to run it. - TODO: Make ECL use Sage's Boehm GC on MacOS X as well (but perhaps diff --git a/build/pkgs/ecm/spkg-install.in b/build/pkgs/ecm/spkg-install.in index b60230f368a..3b178e04e11 100644 --- a/build/pkgs/ecm/spkg-install.in +++ b/build/pkgs/ecm/spkg-install.in @@ -92,10 +92,10 @@ else # Don't add debug symbols because configure otherwise # fails due to a bus error in Apple's 'ld' when trying # to determine if global symbols are prefixed with an - # underscore (cf. https://github.com/sagemath/sage/issues/5847#comment:35 ff.): + # underscore (cf. https://github.com/sagemath/sage/issues/5847 ff.): echo >&2 "Warning: Disabling debug symbols on MacOS X 10.5" \ "PowerPC because of a linker (?) bug." - echo >&2 "See https://github.com/sagemath/sage/issues/5847#comment:35" \ + echo >&2 "See https://github.com/sagemath/sage/issues/5847" \ "ff. for details." echo >&2 CFLAGS="-O3 $ORIGINAL_CFLAGS" diff --git a/build/pkgs/fflas_ffpack/spkg-install.in b/build/pkgs/fflas_ffpack/spkg-install.in index b9dd851875f..2c292fff1b1 100644 --- a/build/pkgs/fflas_ffpack/spkg-install.in +++ b/build/pkgs/fflas_ffpack/spkg-install.in @@ -30,7 +30,7 @@ if [ -z "$CONFIG_SHELL" ]; then fi # We disable openmp because of build failures, see -# https://github.com/sagemath/sage/issues/17635#comment:67 +# https://github.com/sagemath/sage/issues/17635 sdh_configure --with-default="$SAGE_LOCAL" --with-blas-libs="$LINBOX_BLAS" \ "$LINBOX_BLAS_CFLAGS" --disable-static \ --enable-precompilation $FFLAS_FFPACK_CONFIGURE diff --git a/build/pkgs/gap/spkg-install.in b/build/pkgs/gap/spkg-install.in index 30320027274..e11c5823b7c 100644 --- a/build/pkgs/gap/spkg-install.in +++ b/build/pkgs/gap/spkg-install.in @@ -53,7 +53,7 @@ sdh_install pkg/GAPDoc-* pkg/primgrp-* pkg/SmallGrp-* pkg/transgrp "$GAP_ROOT"/p # typically "expected" to be loaded: These are the default packages that are # autoloaded at GAP startup (via the PackagesToLoad UserPreference) with an # out-of-the-box GAP installation; see -# https://github.com/sagemath/sage/issues/22626#comment:393 for discussion on this +# https://github.com/sagemath/sage/issues/22626 for discussion on this # # Also include atlasrep which is a dependency of tomlib sdh_install \ diff --git a/build/pkgs/gdb/distros/conda.txt b/build/pkgs/gdb/distros/conda.txt index b7a56f9afb3..47326eca441 100644 --- a/build/pkgs/gdb/distros/conda.txt +++ b/build/pkgs/gdb/distros/conda.txt @@ -1,2 +1,2 @@ -# Disabled for now because of https://github.com/sagemath/sage/issues/30845#comment:269 +# Disabled for now because of https://github.com/sagemath/sage/issues/30845 # gdb diff --git a/build/pkgs/glpk/patches/error_recovery.patch b/build/pkgs/glpk/patches/error_recovery.patch index a383e25769b..62480b141e5 100644 --- a/build/pkgs/glpk/patches/error_recovery.patch +++ b/build/pkgs/glpk/patches/error_recovery.patch @@ -1,6 +1,6 @@ From: Jeroen Demeyer Allow error recovery. See discussion at -https://github.com/sagemath/sage/issues/20710#comment:18 +https://github.com/sagemath/sage/issues/20710 diff --git a/src/env/error.c b/src/env/error.c index a898b76..154de0f 100644 diff --git a/build/pkgs/glpk/spkg-install.in b/build/pkgs/glpk/spkg-install.in index d1cd0bff9f0..ab7cc208763 100644 --- a/build/pkgs/glpk/spkg-install.in +++ b/build/pkgs/glpk/spkg-install.in @@ -1,6 +1,6 @@ cd src/ -# Use newer version of config.guess and config.sub (see Trac #19713) +# Use newer version of config.guess and config.sub (see Github issue #19713) cp "$SAGE_ROOT"/config/config.* . # Note: The following doesn't work with spaces in `$SAGE_LOCAL`, but we don't @@ -26,7 +26,7 @@ sdh_configure --with-gmp --disable-static sdh_make # Remove old libraries to make sure we can downgrade it if needed. -# See https://github.com/sagemath/sage/issues/23596#comment:4 and later. +# See https://github.com/sagemath/sage/issues/23596. rm -f "$SAGE_LOCAL"/lib/libglpk.* sdh_make_install diff --git a/build/pkgs/linbox/spkg-install.in b/build/pkgs/linbox/spkg-install.in index 0f9b25e45d9..6796716374f 100644 --- a/build/pkgs/linbox/spkg-install.in +++ b/build/pkgs/linbox/spkg-install.in @@ -24,7 +24,7 @@ fi LINBOX_CONFIGURE="--without-fplll $LINBOX_CONFIGURE" # We disable openmp because of build failures, see -# https://github.com/sagemath/sage/issues/17635#comment:67 +# https://github.com/sagemath/sage/issues/17635 # We disable ocl because of build failures, see # https://github.com/sagemath/sage/issues/32076 sdh_configure --with-default="$SAGE_LOCAL" \ diff --git a/build/pkgs/maxima/spkg-install.in b/build/pkgs/maxima/spkg-install.in index 3ae6382f9ba..2944c869686 100644 --- a/build/pkgs/maxima/spkg-install.in +++ b/build/pkgs/maxima/spkg-install.in @@ -1,6 +1,6 @@ # Sometimes, ECL gives interactive prompts when something goes wrong # during the build. Avoid this by redirecting stdin from /dev/null. -# See https://github.com/sagemath/sage/issues/11884#comment:34 +# See https://github.com/sagemath/sage/issues/11884 exec - sage: T == loads(dumps(T)) # known bug, see https://github.com/sagemath/sage/issues/11599#comment:7 + sage: T == loads(dumps(T)) # known bug, see https://github.com/sagemath/sage/issues/11599 True """ self.__E = E diff --git a/src/sage_docbuild/utils.py b/src/sage_docbuild/utils.py index 196f761650e..8e639774b11 100644 --- a/src/sage_docbuild/utils.py +++ b/src/sage_docbuild/utils.py @@ -109,11 +109,11 @@ def build_many(target, args, processes=None): least two known issues: * On versions of Cygwin prior to 3.0.0 there were bugs in mmap handling - on threads (see :trac:`27214#comment:25`). + on threads (see :trac:`27214`). * When PARI is built with multi-threading support, forking a Sage process from a thread leaves the main Pari interface instance broken - (see :trac:`26608#comment:38`). + (see :trac:`26608`). In the future this may be replaced by a generalized version of the more robust parallel processing implementation from ``sage.doctest.forker``.