Re: [IronPython] IP 1.0 Beta 2 float to int conversion

2006-01-27 Thread J. de Hooge
rspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Dino Viehland Verzonden: Thursday, January 26, 2006 6:55 PM Aan: Discussion of IronPython Onderwerp: Re: [IronPython] IP 1.0 Beta 2 float to int conversion   We have made some changes in this space but I just haven’t f

Re: [IronPython] IP 1.0 Beta 2 float to int conversion

2006-01-26 Thread Dino Viehland
float’s w/ doubles, so if it came from a literal it’ll be a double).   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of J. de Hooge Sent: Thursday, January 26, 2006 8:10 AM To: users@lists.ironpython.com Subject: [IronPython] IP 1.0 Beta 2 float to int conversion   Hi

[IronPython] IP 1.0 Beta 2 float to int conversion

2006-01-26 Thread J. de Hooge
Hi,     Thanks for the new release and all the work invested! I’ve just stepped up from IP 0.9.5 to IP 1.0 Beta 2, and I noticed the following:       In 0.9.5 the following runs fine, where self.widget is a Forms.SplitContainer (type: Int32 property) and the r.h.s. is a float, e.g.