[sage-devel] Regarding rebuilding sage

2025-01-20 Thread Pawani Agarwal
Hi. I had initially built sage from source on my Mac but after running some command, later running ./sage wasn't working. So I tried to rebuild it again but it's giving errors. I am also trying to maybe delete everything and then doing the process from start. How do I go about removing everythi

[sage-devel] Add pre-commit hook

2025-01-20 Thread gmou3
Hi sage-devel-opers, Please check PR #39085 where I propose the addition of a pre-commit hook. This checks some aspects of the staged files when one runs `git commit`. I think it is nice having our own script which we can easily edit to our liking.