id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc 45,sum of rings,Oleksandr ,hannes,"the sum of rings should better give at least warning about equal variable names, consider for instance: {{{ > ring r; r; // characteristic : 32003 // number of vars : 3 // block 1 : ordering dp // : names x y z // block 2 : ordering C > ring s; s; // characteristic : 32003 // number of vars : 3 // block 1 : ordering dp // : names x y z // block 2 : ordering C > def R = r + s; setring R; R; // characteristic : 32003 // number of vars : 3 // block 1 : ordering dp // : names x y z // block 2 : ordering C }}} should give a warning on {{{ > def R = r + s; setring R; R; }}} ",proposed feature,closed,minor,Release 3-1-0,singular-kernel,,fixed,sum of rings,