On Wed, Feb 8, 2023 at 10:23 AM 'Martin R' via sage-devel
<
sage-...@googlegroups.com> wrote:
>
> Since the failures are
>
> sage -t --random-seed=130442615951932153031063473470828108756 sage/schemes/elliptic_curves/ell_curve_isogeny.py # 1 doctest failed
> sage -t --random-seed=130442615951932153031063473470828108756 sage/schemes/elliptic_curves/ell_number_field.py # 2 doctests failed
>
> I assume that the PR is based on an old branch, but the PR page does not contain "update branch".. It does contain "Merging is blocked", but I don't really understand what this means.
I just did
git fetch origin pull/34974/head
(with origin being the main new GitHub repo for sage)
to see the git log, and magically on
https://github.com/sagemath/sage/pull/34974
there is now
This branch is out-of-date with the base branch
Merge the latest changes from develop into this branch.
and "Update branch" button just above "Merge is blocked"
(which is just a reflection of the fact that develop branch is
protected, you can't push/merge there (I can, as Admin, though))
Perhaps that was due to the base branch being so old, that no branch
info on that was computed by GitHub ahead of my fetch.
> To view this discussion on the web visit
https://groups.google.com/d/msgid/sage-devel/096b1b96-6e0a-432a-bb25-5324777f301en%40googlegroups.com.