Re: [sage-devel] Re: SEGV Crash in `numerator(f(t)/g(t)-const)`

2024-05-11 Thread Georgi Guninski
I see your point, but segafault should be avoided if possible. In some cases it is considered denial of service and IIRC on Fedora the coredump is in /var, owned by root and not deletable by user. -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To

[sage-devel] Re: SEGV Crash in `numerator(f(t)/g(t)-const)`

2024-05-11 Thread Nils Bruin
On Saturday 11 May 2024 at 09:58:38 UTC-7 Georgi Guninski wrote: The following hurt my computations. ``` #Author Georgi Guninski, Sat May 11 04:53:23 PM UTC 2024 p=101; Kt.=Integers(p)[] c5,s5=((100*t^10 + 45*t^8 + 93*t^6 + 8*t^4 + 56*t^2 + 1)/(t^10 + 5*t^8 + 10*t^6 + 10*t^4 + 5*t^2 + 1), (

[sage-devel] SEGV Crash in `numerator(f(t)/g(t)-const)`

2024-05-11 Thread Georgi Guninski
The following hurt my computations. ``` #Author Georgi Guninski, Sat May 11 04:53:23 PM UTC 2024 p=101; Kt.=Integers(p)[] c5,s5=((100*t^10 + 45*t^8 + 93*t^6 + 8*t^4 + 56*t^2 + 1)/(t^10 + 5*t^8 + 10*t^6 + 10*t^4 + 5*t^2 + 1), (10*t^9 + 82*t^7 + 50*t^5 + 82*t^3 + 10*t)/(t^10 + 5*t^8 + 10*t^6 + 10*t^

[sage-devel] Re: Governance proposal: Maintainer/code-owner model for .ci, .devcontainer, .github/workflows, tox.ini

2024-05-11 Thread Matthias Koeppe
On Thursday, May 9, 2024 at 2:18:41 AM UTC-7 Volker Braun wrote: +1 to the general idea of maintainers for distinct subtrees As far as the implementation, I'd rather follow a model where there is a single merge queue at the end (currently me, could be automated when the CI is stricter and deve

Re: [sage-devel] Re: Governance proposal: Maintainer/code-owner model for .ci, .devcontainer, .github/workflows, tox.ini

2024-05-11 Thread Volker Braun
Splitting responsibilities for different parts of the codebase is standard operating procedure for every large software project. And monorepo (everything in one git tree) is by now the well-established gold standard for managing the source code, especially for all components where you need vers