Re: [sage-combinat-devel] unable to install (fixed)

2012-10-14 Thread Nicolas M. Thiery
Dear Justin, Travis, Andrew, On Sun, Oct 14, 2012 at 07:42:46AM -0700, Justin Kerney wrote: > I've been unable to get combinat to install. I installed sage-5.3-OSX-64bit- > 10.6, and then tried to install combinat by running: >   > sage -combinat install ... > errors during apply, please f

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-14 Thread Travis Scrimshaw
Thanks Nicolas! Best, Travis On Sunday, October 14, 2012 1:43:53 PM UTC-7, Nicolas M. Thiery wrote: > > Dear Justin, Travis, Andrew, > > On Sun, Oct 14, 2012 at 07:42:46AM -0700, Justin Kerney wrote: > > I've been unable to get combinat to install. I installed > sage-5.3-OSX-64bit- >

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-14 Thread Andrew Mathas
Hi Travis, The conflicts in my patch were caused by inconsistent uses of _repr_ and __repr__ between our patches in partition.py. My understanding from http://www.sagemath.org/doc/developer/coding_in_python.html is that in sage we should always use _repr_. Does everyone agree? If so then I cou

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-14 Thread Nicolas M. Thiery
On Sun, Oct 14, 2012 at 05:46:17PM -0700, Andrew Mathas wrote: > The conflicts in my patch were caused by inconsistent uses of _repr_ and > __repr__ between our patches in partition.py. > > My understanding from http://www.sagemath.org/doc/developer/ > coding_in_python.html is that in sage we shou

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-15 Thread Justin Kerney
Thank you! It installs fine now. On Monday, October 15, 2012 7:43:53 AM UTC+11, Nicolas M. Thiery wrote: > > Dear Justin, Travis, Andrew, > > On Sun, Oct 14, 2012 at 07:42:46AM -0700, Justin Kerney wrote: > > I've been unable to get combinat to install. I installed > sage-5.3-OSX-64bit-

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-15 Thread Travis Scrimshaw
Hey Andrew, I will just change it in my patch since mine is (will be) making a fair amount of change to partition.py. Also, I'm operating under the assumption that #13072 and #13074 will be merged long before mine is done. I also believe all of your patches are ahead of partition_options-ts.p

Re: [sage-combinat-devel] unable to install (fixed)

2012-10-16 Thread Nicolas M. Thiery
Hi Travis! On Mon, Oct 15, 2012 at 02:37:10PM -0700, Travis Scrimshaw wrote: > Nicolas, a quick question, I'm going to create a new ticket for > partition_options-ts.patch, should I have #5439 list that as a dependency or > just make a reference to it? Just make a list of the related patc