[sage-devel] Re: maxima-to-sr exception in `sum(1/(5*n)-1/(5*n+1),n,2,oo)`

2023-11-25 Thread dmo...@deductivepress.ca
Thanks for reporting the bug. I opened issue #36770 to track this, and provided a diagnosis there. On Saturday, November 25, 2023 at 7:30:06 AM UTC-7 Georgi Guninski wrote: > ``` > n=var('n') >

Re: [sage-devel] Removing Cygwin support

2023-11-25 Thread Dima Pasechnik
On 25 November 2023 12:55:54 GMT, Michael Orlitzky wrote: >We dropped Cygwin support in September 2022, > > https://github.com/sagemath/sage/wiki/Sage-9.7-Release-Tour > >but that was mainly a documentation change reflecting the fact that >Cygwin support had bit-rotted. > >Anyone could have

[sage-devel] maxima-to-sr exception in `sum(1/(5*n)-1/(5*n+1),n,2,oo)`

2023-11-25 Thread Georgi Guninski
``` n=var('n') su1=sum(1/(5*n)-1/(5*n+1),n,2,oo);su1 ``` RuntimeError: Encountered operator mismatch in maxima-to-sr translation -- 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,

[sage-devel] Removing Cygwin support

2023-11-25 Thread Michael Orlitzky
We dropped Cygwin support in September 2022, https://github.com/sagemath/sage/wiki/Sage-9.7-Release-Tour but that was mainly a documentation change reflecting the fact that Cygwin support had bit-rotted. Anyone could have fixed it at that point -- or in the meantime -- but no one has done so.

[sage-devel] Re: Policy for disputed PRs: discussion

2023-11-25 Thread Kwankyu Lee
I agree that we need a policy for disputed PRs. Such a policy should not operate in a way to condemn those raising objections to the PR since we want to keep kind, productive, caring atmosphere as Matthias put it. The policy should be clear and operate semi-automatically. So I suggest the