Re: [Ironruby-core] Float specs

2012-05-08 Thread Orion Edwards
?? the specs were already there, from rubyspec. On Wed, May 9, 2012 at 6:12 AM, Roger Pack wrote: > and the specs...? > > -- > Posted via http://www.ruby-forum.com/. > ___ > Ironruby-core mailing list > Ironruby-core@rubyforge.org > http://rubyforge.or

Re: [Ironruby-core] Float specs

2012-05-08 Thread Roger Pack
and the specs...? -- Posted via http://www.ruby-forum.com/. ___ Ironruby-core mailing list Ironruby-core@rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core

[Ironruby-core] Float specs

2012-01-31 Thread Orion Edwards
Added the following pull request https://github.com/IronLanguages/main/pull/54 This has the following fixes, which are all pretty minor: * Update Float#<=> to handle overflowed values correctly as per rubyspec * Update Float#divmod as per rubyspec * Implement Float#fdiv, which is just an alias