Re: [sage-devel] help needed with making FreeModule_generic_pid work with generic pid's

2011-09-02 Thread Julian RĂ¼th
Maarten and I discussed this issue in a chat yesterday and it seems that we've found the source of the problem (described in the ticket). I'm working on a fix now. julian * Maarten Derickx [2011-08-31 19:58:52 -0700]: > At http://trac.sagemath.org/sage_trac/ticket/11751 I try to fix some problem

[sage-devel] help needed with making FreeModule_generic_pid work with generic pid's

2011-08-31 Thread Maarten Derickx
Dear All, At http://trac.sagemath.org/sage_trac/ticket/11751 I try to fix some problems with FreeModule_generic. I've put a patch up there wich makes the code work wich I want to work (only very small changes where needed, since it is just fixing some bugs in the code wich is already there). Th