Re: [sage-combinat-devel] tensor products of free modules; combinatorial algebras

2014-03-25 Thread Nicolas M. Thiery
On Mon, Mar 24, 2014 at 04:35:49PM -0400, Mark Shimozono wrote: Here is a probably unintended consequence of rewriting ModulesWithBasis(QQ) in terms of vector spaces, --Mark {{{ sage: cat = ModulesWithBasis(QQ); cat Category of vector spaces with basis over Rational Field sage: cat2

[sage-combinat-devel] trac's automerging failed

2014-03-25 Thread Vít Tuček
Hi! I am working on ticket #15272 and the branch I've created is red, there's no cummulative patch and mouseover information says trac's automerging failed What is wrong and how do I fix it? Also the patch is basically finished and the only missing things are some doctests. Could somebody

Re: [sage-combinat-devel] trac's automerging failed

2014-03-25 Thread Darij Grinberg
Hi Vit, I just answered on trac. Basically, your branch had a conflict with the new develop version of sage because both you and someone else made (different) edits to the same chunk of code. This asks for a manual merge. You can still pull the branch from trac and then merge it locally, but I've