Re: [sage-devel] polynomial_modn_dense_ntl.pyx -- small_roots function -- minor change

2020-11-15 Thread Michael Orlitzky
On 11/4/20 3:37 AM, Adam Larat wrote:
> I would be glad to contribute if you indicate me the procedure to
> follow,

Oh, I just saw this part now. Most of the process is covered by

  https://doc.sagemath.org/html/en/developer/index.html

but can be simplified if you're used to contributing to open source
(particularly git) projects:

  * Sign up for trac (first time only)
  * Open a trac ticket
  * Clone the sage git repo and switch to the "develop" branch
  * Create your own branch off of "develop" named something like
u//ticket/
  * Fix the bug
  * Push your branch
  * Update the trac ticket with your branch's name, and mark it
"Needs review"

-- 
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/c7242a86-7baf-799c-fa2d-0184bdc1511d%40orlitzky.com.


Re: [sage-devel] polynomial_modn_dense_ntl.pyx -- small_roots function -- minor change

2020-11-15 Thread Michael Orlitzky
On 11/4/20 3:37 AM, Adam Larat wrote:
> Hi everyone,
> 
> I hope I am posting at the correct place.
> 
> There is a minor bug in the verbose output of the small_roots function...

Thanks, this should be a quick fix:

https://trac.sagemath.org/ticket/30921

-- 
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/2e9eb2d8-766d-83db-9922-bc7d9a97f372%40orlitzky.com.