Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Matthias Koeppe
Branch protection is on, but currently admins can bypass it. This can be 
tightened in the config here if so desired:
https://github.com/sagemath/sage/settings/branch_protection_rules/33965567


On Sunday, February 26, 2023 at 12:36:42 PM UTC-8 Volker Braun wrote:

> I agree that we should turn on branch protection, it is rather easy to 
> accidentally push to develop.
>
> Its also not ok to push what you think is a CI fix without it going to 
> review, we had some irregularities to support the github transition but 
> that is over now. 
>
>
>
> On Sunday, February 26, 2023 at 11:19:24 AM UTC+1 Vincent Delecroix wrote:
>
>> I do not understand why develop isn't protected against anybody but 
>> the release manager pushes. 
>>
>> On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote: 
>> > 
>> > it was a mistake on my side - I thought develop branch was broken, but 
>> it was not. 
>> > 
>> > On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.d...@gmail.com> 
>> wrote: 
>> >> 
>> >> Hello, 
>> >> 
>> >> Why do we have commits on top of develop after the release commits? 
>> Namely 
>> >> 
>> >> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b 
>> >> Author: Dima Pasechnik  
>> >> Date: Fri Feb 24 21:15:42 2023 + 
>> >> 
>> >> Revert "add missing # optional - gap3" 
>> >> 
>> >> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3. 
>> >> 
>> >> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3 
>> >> Author: Dima Pasechnik  
>> >> Date: Fri Feb 24 11:57:32 2023 + 
>> >> 
>> >> add missing # optional - gap3 
>> >> 
>> >> to let CI pass 
>> >> 
>> >> Best 
>> >> Vincent 
>> >> 
>> >> -- 
>> >> You received this message because you are subscribed to the Google 
>> Groups "sage-devel" group. 
>> >> To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sage-devel+...@googlegroups.com. 
>> >> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com.
>>  
>>
>> > 
>> > -- 
>> > You received this message because you are subscribed to the Google 
>> Groups "sage-devel" group. 
>> > To unsubscribe from this group and stop receiving emails from it, send 
>> an email to sage-devel+...@googlegroups.com. 
>> > To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com.
>>  
>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/6d854456-fbf0-4643-8d9c-8121ee7448c0n%40googlegroups.com.


[sage-devel] Re: Incremental build breakage

2023-02-26 Thread Matthias Koeppe
Yes, the failure "cannot load Singular library" is caused by a missing 
sage-conf.

I have also noticed sage-conf disappearing once in a while, but it's hard 
to reproduce. I think this is a race related to legacy editable installs 
("setup.py develop"); I'll investigate. The proper fix is described 
in https://github.com/sagemath/sage/issues/34209: replacing "setup.py 
develop" using PEP 660 editable wheels.




On Sunday, February 26, 2023 at 12:42:51 PM UTC-8 Volker Braun wrote:

> I'm noticing some random breakage with incremental builds, e.g. today in 
> this incremental build (
> http://build.sagemath.org/#/builders/40/builds/59/steps/9/logs/stdio) 
> the sage-conf package gets removed and then the installation crashed. I 
> then re-ran exactly the same incremental build and it succeeded.
>
>
> Possibly related, on OSX docbuild in incremental builds tends to die () 
> with an
>
> [sagemath_doc_html-none] ImportError: cannot load Singular library from 
> libSingular.so (b'dlopen(libSingular.so, 9): image not found')
>
> that then succeeds by re-runnnig.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/819d66c6-51ae-4135-90a6-070a80132325n%40googlegroups.com.


[sage-devel] Incremental build breakage

2023-02-26 Thread Volker Braun
I'm noticing some random breakage with incremental builds, e.g. today in 
this incremental build 
(http://build.sagemath.org/#/builders/40/builds/59/steps/9/logs/stdio) 
the sage-conf package gets removed and then the installation crashed. I 
then re-ran exactly the same incremental build and it succeeded.


Possibly related, on OSX docbuild in incremental builds tends to die () 
with an

[sagemath_doc_html-none] ImportError: cannot load Singular library from 
libSingular.so (b'dlopen(libSingular.so, 9): image not found')

that then succeeds by re-runnnig.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/4c8270ec-d39b-4e4b-9cda-8d9e025f7f08n%40googlegroups.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Dima Pasechnik
On Sun, Feb 26, 2023 at 4:29 PM Vincent Delecroix
<20100.delecr...@gmail.com> wrote:
>
> In other words, everytime you got confused we will have a develop
> branch not aligned with the most recent tag and a bunch of extra
> commits cancelling each other?

I don't think I really can constructively reply to an email pitched in
such an offensive way.
But, whatever, sorry for offending your sense of the beautiful, if
this is what you want to hear.

>
> On Sun, 26 Feb 2023 at 16:46, Dima Pasechnik  wrote:
> >
> > sometimes Volker misses things which make CI break, and such a release is 
> > pretty much useless, in the sense that you can't gauge anything from the CI 
> > results on PRs made on top of it. Or an important CI or other 
> > infrastructure improvement doesn't make it into the release.
> >
> > In previous release cycles we few times pushed necessary changes in develop 
> > to fix such things.
> > We do have OK from Volker for these fixes.
> >
> > This time I got confused and pushed a totally irrelevant change (which did 
> > not break develop, it just had no effect on anything at all).
> >
> > Dima
> >
> >
> >
> >
> > On Sun, 26 Feb 2023, 10:19 Vincent Delecroix, <20100.delecr...@gmail.com> 
> > wrote:
> >>
> >> I do not understand why develop isn't protected against anybody but
> >> the release manager pushes.
> >>
> >> On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote:
> >> >
> >> > it was a mistake on my side - I thought develop branch was broken, but 
> >> > it was not.
> >> >
> >> > On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, 
> >> > <20100.delecr...@gmail.com> wrote:
> >> >>
> >> >> Hello,
> >> >>
> >> >> Why do we have commits on top of develop after the release commits? 
> >> >> Namely
> >> >>
> >> >> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
> >> >> Author: Dima Pasechnik 
> >> >> Date:   Fri Feb 24 21:15:42 2023 +
> >> >>
> >> >> Revert "add missing # optional - gap3"
> >> >>
> >> >> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
> >> >>
> >> >> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
> >> >> Author: Dima Pasechnik 
> >> >> Date:   Fri Feb 24 11:57:32 2023 +
> >> >>
> >> >> add missing # optional - gap3
> >> >>
> >> >> to let CI pass
> >> >>
> >> >> Best
> >> >> Vincent
> >> >>
> >> >> --
> >> >> You received this message because you are subscribed to the Google 
> >> >> Groups "sage-devel" group.
> >> >> To unsubscribe from this group and stop receiving emails from it, send 
> >> >> an email to sage-devel+unsubscr...@googlegroups.com.
> >> >> To view this discussion on the web visit 
> >> >> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com.
> >> >
> >> > --
> >> > You received this message because you are subscribed to the Google 
> >> > Groups "sage-devel" group.
> >> > To unsubscribe from this group and stop receiving emails from it, send 
> >> > an email to sage-devel+unsubscr...@googlegroups.com.
> >> > To view this discussion on the web visit 
> >> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com.
> >>
> >> --
> >> You received this message because you are subscribed to the Google Groups 
> >> "sage-devel" group.
> >> To unsubscribe from this group and stop receiving emails from it, send an 
> >> email to sage-devel+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit 
> >> https://groups.google.com/d/msgid/sage-devel/CAGEwAA%3Dv8cvjs8wz172f3KtwkeYubB4BEx9NKLWS_XD7d28jJg%40mail.gmail.com.
> >
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send an 
> > email to sage-devel+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit 
> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq0U9GvqhM6qy8katYmoXE-xeGW3z41moGcicSucVzHwpw%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAGEwAAk-ork4G3BXoC%3DkVOQSSQ%3D0Hb86sxeMw7cB2vbN%2BJ3x6g%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq1m9EbvKdBJnSYHzPyOz8nmYVyYOEUQPgGr4%3DFGRMM_oA%40mail.gmail.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Volker Braun
I agree that we should turn on branch protection, it is rather easy to 
accidentally push to develop.

Its also not ok to push what you think is a CI fix without it going to 
review, we had some irregularities to support the github transition but 
that is over now. 



On Sunday, February 26, 2023 at 11:19:24 AM UTC+1 Vincent Delecroix wrote:

> I do not understand why develop isn't protected against anybody but
> the release manager pushes.
>
> On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote:
> >
> > it was a mistake on my side - I thought develop branch was broken, but 
> it was not.
> >
> > On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.d...@gmail.com> 
> wrote:
> >>
> >> Hello,
> >>
> >> Why do we have commits on top of develop after the release commits? 
> Namely
> >>
> >> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
> >> Author: Dima Pasechnik 
> >> Date: Fri Feb 24 21:15:42 2023 +
> >>
> >> Revert "add missing # optional - gap3"
> >>
> >> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
> >>
> >> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
> >> Author: Dima Pasechnik 
> >> Date: Fri Feb 24 11:57:32 2023 +
> >>
> >> add missing # optional - gap3
> >>
> >> to let CI pass
> >>
> >> Best
> >> Vincent
> >>
> >> --
> >> You received this message because you are subscribed to the Google 
> Groups "sage-devel" group.
> >> To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-devel+...@googlegroups.com.
> >> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google 
> Groups "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send 
> an email to sage-devel+...@googlegroups.com.
> > To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/3e520e29-93ba-4220-8b0d-3ba647792e73n%40googlegroups.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Vincent Delecroix
In other words, everytime you got confused we will have a develop
branch not aligned with the most recent tag and a bunch of extra
commits cancelling each other?

On Sun, 26 Feb 2023 at 16:46, Dima Pasechnik  wrote:
>
> sometimes Volker misses things which make CI break, and such a release is 
> pretty much useless, in the sense that you can't gauge anything from the CI 
> results on PRs made on top of it. Or an important CI or other infrastructure 
> improvement doesn't make it into the release.
>
> In previous release cycles we few times pushed necessary changes in develop 
> to fix such things.
> We do have OK from Volker for these fixes.
>
> This time I got confused and pushed a totally irrelevant change (which did 
> not break develop, it just had no effect on anything at all).
>
> Dima
>
>
>
>
> On Sun, 26 Feb 2023, 10:19 Vincent Delecroix, <20100.delecr...@gmail.com> 
> wrote:
>>
>> I do not understand why develop isn't protected against anybody but
>> the release manager pushes.
>>
>> On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote:
>> >
>> > it was a mistake on my side - I thought develop branch was broken, but it 
>> > was not.
>> >
>> > On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.delecr...@gmail.com> 
>> > wrote:
>> >>
>> >> Hello,
>> >>
>> >> Why do we have commits on top of develop after the release commits? Namely
>> >>
>> >> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
>> >> Author: Dima Pasechnik 
>> >> Date:   Fri Feb 24 21:15:42 2023 +
>> >>
>> >> Revert "add missing # optional - gap3"
>> >>
>> >> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
>> >>
>> >> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
>> >> Author: Dima Pasechnik 
>> >> Date:   Fri Feb 24 11:57:32 2023 +
>> >>
>> >> add missing # optional - gap3
>> >>
>> >> to let CI pass
>> >>
>> >> Best
>> >> Vincent
>> >>
>> >> --
>> >> You received this message because you are subscribed to the Google Groups 
>> >> "sage-devel" group.
>> >> To unsubscribe from this group and stop receiving emails from it, send an 
>> >> email to sage-devel+unsubscr...@googlegroups.com.
>> >> To view this discussion on the web visit 
>> >> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com.
>> >
>> > --
>> > You received this message because you are subscribed to the Google Groups 
>> > "sage-devel" group.
>> > To unsubscribe from this group and stop receiving emails from it, send an 
>> > email to sage-devel+unsubscr...@googlegroups.com.
>> > To view this discussion on the web visit 
>> > https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com.
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-devel+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAGEwAA%3Dv8cvjs8wz172f3KtwkeYubB4BEx9NKLWS_XD7d28jJg%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq0U9GvqhM6qy8katYmoXE-xeGW3z41moGcicSucVzHwpw%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGEwAAk-ork4G3BXoC%3DkVOQSSQ%3D0Hb86sxeMw7cB2vbN%2BJ3x6g%40mail.gmail.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Dima Pasechnik
sometimes Volker misses things which make CI break, and such a release is
pretty much useless, in the sense that you can't gauge anything from the CI
results on PRs made on top of it. Or an important CI or other
infrastructure improvement doesn't make it into the release.

In previous release cycles we few times pushed necessary changes in develop
to fix such things.
We do have OK from Volker for these fixes.

This time I got confused and pushed a totally irrelevant change (which did
not break develop, it just had no effect on anything at all).

Dima




On Sun, 26 Feb 2023, 10:19 Vincent Delecroix, <20100.delecr...@gmail.com>
wrote:

> I do not understand why develop isn't protected against anybody but
> the release manager pushes.
>
> On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote:
> >
> > it was a mistake on my side - I thought develop branch was broken, but
> it was not.
> >
> > On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.delecr...@gmail.com>
> wrote:
> >>
> >> Hello,
> >>
> >> Why do we have commits on top of develop after the release commits?
> Namely
> >>
> >> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
> >> Author: Dima Pasechnik 
> >> Date:   Fri Feb 24 21:15:42 2023 +
> >>
> >> Revert "add missing # optional - gap3"
> >>
> >> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
> >>
> >> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
> >> Author: Dima Pasechnik 
> >> Date:   Fri Feb 24 11:57:32 2023 +
> >>
> >> add missing # optional - gap3
> >>
> >> to let CI pass
> >>
> >> Best
> >> Vincent
> >>
> >> --
> >> You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> >> To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> >> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com
> .
> >
> > --
> > You received this message because you are subscribed to the Google
> Groups "sage-devel" group.
> > To unsubscribe from this group and stop receiving emails from it, send
> an email to sage-devel+unsubscr...@googlegroups.com.
> > To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com
> .
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAGEwAA%3Dv8cvjs8wz172f3KtwkeYubB4BEx9NKLWS_XD7d28jJg%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq0U9GvqhM6qy8katYmoXE-xeGW3z41moGcicSucVzHwpw%40mail.gmail.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Vincent Delecroix
I do not understand why develop isn't protected against anybody but
the release manager pushes.

On Sun, 26 Feb 2023 at 11:16, Dima Pasechnik  wrote:
>
> it was a mistake on my side - I thought develop branch was broken, but it was 
> not.
>
> On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.delecr...@gmail.com> 
> wrote:
>>
>> Hello,
>>
>> Why do we have commits on top of develop after the release commits? Namely
>>
>> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
>> Author: Dima Pasechnik 
>> Date:   Fri Feb 24 21:15:42 2023 +
>>
>> Revert "add missing # optional - gap3"
>>
>> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
>>
>> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
>> Author: Dima Pasechnik 
>> Date:   Fri Feb 24 11:57:32 2023 +
>>
>> add missing # optional - gap3
>>
>> to let CI pass
>>
>> Best
>> Vincent
>>
>> --
>> You received this message because you are subscribed to the Google Groups 
>> "sage-devel" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to sage-devel+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGEwAA%3Dv8cvjs8wz172f3KtwkeYubB4BEx9NKLWS_XD7d28jJg%40mail.gmail.com.


Re: [sage-devel] weird commits on top of develop

2023-02-26 Thread Dima Pasechnik
it was a mistake on my side - I thought develop branch was broken, but it
was not.

On Sun, 26 Feb 2023, 10:13 Vincent Delecroix, <20100.delecr...@gmail.com>
wrote:

> Hello,
>
> Why do we have commits on top of develop after the release commits? Namely
>
> commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
> Author: Dima Pasechnik 
> Date:   Fri Feb 24 21:15:42 2023 +
>
> Revert "add missing # optional - gap3"
>
> This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.
>
> commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
> Author: Dima Pasechnik 
> Date:   Fri Feb 24 11:57:32 2023 +
>
> add missing # optional - gap3
>
> to let CI pass
>
> Best
> Vincent
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-devel+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAAWYfq0XTpPcxuKuE11ChKpx0jcAjsxGRVsrD%2BLDeQO-X4RxnQ%40mail.gmail.com.


[sage-devel] weird commits on top of develop

2023-02-26 Thread Vincent Delecroix
Hello,

Why do we have commits on top of develop after the release commits? Namely

commit 52a81cbd161ef4d5895325657c88a68590ea1d3b
Author: Dima Pasechnik 
Date:   Fri Feb 24 21:15:42 2023 +

Revert "add missing # optional - gap3"

This reverts commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3.

commit c017a6a3d68f0aca8cb63ceba52fe451a64881a3
Author: Dima Pasechnik 
Date:   Fri Feb 24 11:57:32 2023 +

add missing # optional - gap3

to let CI pass

Best
Vincent

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAGEwAAkF50jNxVth6io%2BCErWu9mWFW4L2D%2BERqQVcNf7aPjp1A%40mail.gmail.com.