Re: [sage-combinat-devel] comments/questions on poset code

2012-03-08 Thread Anne Schilling
On 3/7/12 5:53 AM, Nicolas M. Thiery wrote: > On Tue, Mar 06, 2012 at 02:26:15PM -0800, Anne Schilling wrote: >> Is there any volunteer to review >> >> http://trac.sagemath.org/sage_trac/ticket/12536 ? > > I guess I should take on that task since we already discussed it quite > some. Thank you!

Re: [sage-combinat-devel] Re: IntegerRange and IntegerVectors

2012-03-08 Thread Nicolas M. Thiery
On Thu, Mar 08, 2012 at 11:33:28AM -0300, Vincent Delecroix wrote: > At no point Sage is doing conversion. Sage parser (and then the > interpreter) interprets numbers,like 4, as a Sage Integer. It applies > also for ".sage" files for which sage interpreter is used. But if you > write 4 in a py file

Re: [sage-combinat-devel] Re: IntegerRange and IntegerVectors

2012-03-08 Thread Vincent Delecroix
Hello, > wrote: >> Hmm, more cans of worms ... I definitely want the elements of >> IntegerRange(5) to be Sage integers: >> >> sage: IntegerRange(3).an_element().parent() >> Integer Ring >> >> Now the coercion int->Integer is so straightforward that I could be >> convinced to accep

[sage-combinat-devel] Re: IntegerRange and IntegerVectors

2012-03-08 Thread Jean Bétréma
On Mar 7, 3:04 pm, "Nicolas M. Thiery" wrote: > Hmm, more cans of worms ... I definitely want the elements of > IntegerRange(5) to be Sage integers: > >         sage: IntegerRange(3).an_element().parent() >         Integer Ring > > Now the coercion int->Integer is so straightforward that I could b