Re: [sage-devel] Contributing to SageMath

2023-09-24 Thread Dima Pasechnik
On Mon, 25 Sept 2023, 06:59 Saatvik Rao, wrote: > Hello developers, > > I am currently doing a project course that involves making active > contributions to the SageMath library (specifically in the area of graphs). > For the successful completion of the project, it is important to get my > work

[sage-devel] Contributing to SageMath

2023-09-24 Thread Saatvik Rao
Hello developers, I am currently doing a project course that involves making active contributions to the SageMath library (specifically in the area of graphs). For the successful completion of the project, it is important to get my work merged/pushed/accepted. Currently, I have implemented an

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
On Sunday, September 24, 2023 at 2:10:26 PM UTC-7 Oscar Benjamin wrote: > On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > >> Where would I send the PR for the Sage doctests? On Sun, 24 Sept 2023 at 20:48, Matthias Koeppe wrote: > > I've added this to ci-sage.yml

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
> On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: > >> Where would I send the PR for the Sage doctests? On Sun, 24 Sept 2023 at 20:48, Matthias Koeppe wrote: > > I've added this to ci-sage.yml to explain what to do: > > # To test with a Sage PR, use this: > #s

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
On Sunday, September 24, 2023 at 11:46:05 AM UTC-7 Oscar Benjamin wrote: On Sun, 24 Sept 2023 at 18:47, Matthias Koeppe wrote: > PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies for not submitting this fix earlier. > PRs updating the Sage doctests for changes in Sy

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 18:47, Matthias Koeppe wrote: > > PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies > for not submitting this fix earlier. > PRs updating the Sage doctests for changes in SymPy are very welcome. Thanks Matthias. Where would I send the PR for th

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Matthias Koeppe
PR https://github.com/sympy/sympy/pull/25728 updates the workflow. Apologies for not submitting this fix earlier. PRs updating the Sage doctests for changes in SymPy are very welcome. On Sunday, September 24, 2023 at 4:23:38 AM UTC-7 Oscar Benjamin wrote: > On Sun, 24 Sept 2023 at 09:50, Dima

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
it seems that there are many old versions of this ci-sage.yml floating aroung on the net, see e.g. https://github.com/pypa/setuptools/blob/main/.github/workflows/ci-sage.yml I've opened https://github.com/pypa/setuptools/issues/4057 On Sun, Sep 24, 2023 at 12:43 PM Dima Pasechnik wrote: > > OK, s

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
OK, sorry, as usual for me I mixed up sympy and scipy :-) yes, trac tickes became github PRs. On Sun, 24 Sept 2023, 12:23 Oscar Benjamin, wrote: > On Sun, 24 Sept 2023 at 09:50, Dima Pasechnik wrote: > > > > On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder > > wrote: > > > > > > Sorry to

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Oscar Benjamin
On Sun, 24 Sept 2023 at 09:50, Dima Pasechnik wrote: > > On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder > wrote: > > > > Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy > > again. This time, it looks to me like the issue is the fact that GitHub > > Actions is tr

Re: [sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Dima Pasechnik
On Sun, Sep 24, 2023 at 9:21 AM Tirthankar Mazumder wrote: > > Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy > again. This time, it looks to me like the issue is the fact that GitHub > Actions is trying to pull the Sage code from trac, which shouldn't be > happenin

[sage-devel] Re: Sage CI Failing in SymPy GitHub Actions

2023-09-24 Thread Tirthankar Mazumder
Sorry to resurrect such an old thread, but the Sage CI is failing for SymPy again. This time, it looks to me like the issue is the fact that GitHub Actions is trying to pull the Sage code from trac, which shouldn't be happening because SageMath moved to GitHub some time back. Can somebody pleas