I started to update rubyspec to latest version (pull requests: https://github.com/IronLanguages/main/pull/35 https://github.com/IronLanguages/main/pull/36 ), the dir ''core/array'', ''core/b*'' are done. The rubyspec/rubyspec commit i use as reference is the latest ( https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d ) At first i tried to branch from a commit 1 year old of rubyspec/rubyspec, replace branch contents with ironruby''s rubyspec and try to merge to master, but got too much merge conflicts and merged files not was ok. So i am merging files in various steps, slower but better quality. after that i think we can clone rubyspec/rubyspec, branch from commit ea00ae038 and replace branch contents with ironruby''s rubyspec. We get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec.
Thank you! From: Enrico Sada <enrico.sada at gmail.com> To: ironruby-core at rubyforge.org Date: 10/08/2011 09:34 a.m. Subject: [Ironruby-core] Sync rubyspec Sent by: ironruby-core-bounces at rubyforge.org I started to update rubyspec to latest version (pull requests: https://github.com/IronLanguages/main/pull/35 https://github.com/IronLanguages/main/pull/36 ), the dir ''core/array'', ''core/b*'' are done. The rubyspec/rubyspec commit i use as reference is the latest ( https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d ) At first i tried to branch from a commit 1 year old of rubyspec/rubyspec, replace branch contents with ironruby''s rubyspec and try to merge to master, but got too much merge conflicts and merged files not was ok. So i am merging files in various steps, slower but better quality. after that i think we can clone rubyspec/rubyspec, branch from commit ea00ae038 and replace branch contents with ironruby''s rubyspec. We get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20110810/fb1091a9/attachment.html>
Merged into main. I''ve updated some as well. The following specs are up to date: \core array b* \language * \library net zlib Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Enrico Sada Sent: Tuesday, August 09, 2011 2:14 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Sync rubyspec I started to update rubyspec to latest version (pull requests: https://github.com/IronLanguages/main/pull/35 https://github.com/IronLanguages/main/pull/36 ), the dir ''core/array'', ''core/b*'' are done. The rubyspec/rubyspec commit i use as reference is the latest ( https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d ) At first i tried to branch from a commit 1 year old of rubyspec/rubyspec, replace branch contents with ironruby''s rubyspec and try to merge to master, but got too much merge conflicts and merged files not was ok. So i am merging files in various steps, slower but better quality. after that i think we can clone rubyspec/rubyspec, branch from commit ea00ae038 and replace branch contents with ironruby''s rubyspec. We get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
And bigdecimal :) \core array b* \language * \library bigdecimal net zlib -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Tomas Matousek Sent: Sunday, August 14, 2011 1:20 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] Sync rubyspec Merged into main. I''ve updated some as well. The following specs are up to date: \core array b* \language * \library net zlib Tomas -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Enrico Sada Sent: Tuesday, August 09, 2011 2:14 PM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] Sync rubyspec I started to update rubyspec to latest version (pull requests: https://github.com/IronLanguages/main/pull/35 https://github.com/IronLanguages/main/pull/36 ), the dir ''core/array'', ''core/b*'' are done. The rubyspec/rubyspec commit i use as reference is the latest ( https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d ) At first i tried to branch from a commit 1 year old of rubyspec/rubyspec, replace branch contents with ironruby''s rubyspec and try to merge to master, but got too much merge conflicts and merged files not was ok. So i am merging files in various steps, slower but better quality. after that i think we can clone rubyspec/rubyspec, branch from commit ea00ae038 and replace branch contents with ironruby''s rubyspec. We get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec. _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
and core/range
 \core
 ? ? ? ?array
 ? ? ? ?b*
        range
 \language
 ? ? ? ?*
 \library
 ? ? ? ?bigdecimal
 ? ? ? ?net
 ? ? ? ?zlib
On Sun, Aug 14, 2011 at 10:46 PM, Tomas Matousek
<Tomas.Matousek at microsoft.com> wrote:> And bigdecimal :)
>
> \core
> ? ? ? ?array
> ? ? ? ?b*
>
> \language
> ? ? ? ?*
>
> \library
> ? ? ? ?bigdecimal
> ? ? ? ?net
> ? ? ? ?zlib
>
> -----Original Message-----
> From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces
at rubyforge.org] On Behalf Of Tomas Matousek
> Sent: Sunday, August 14, 2011 1:20 PM
> To: ironruby-core at rubyforge.org
> Subject: Re: [Ironruby-core] Sync rubyspec
>
> Merged into main.
>
> I''ve updated some as well. The following specs are up to date:
>
> \core
> ? ? ? ?array
> ? ? ? ?b*
>
> \language
> ? ? ? ?*
>
> \library
> ? ? ? ?net
> ? ? ? ?zlib
>
> Tomas
>
> -----Original Message-----
> From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces
at rubyforge.org] On Behalf Of Enrico Sada
> Sent: Tuesday, August 09, 2011 2:14 PM
> To: ironruby-core at rubyforge.org
> Subject: [Ironruby-core] Sync rubyspec
>
> I started to update rubyspec to latest version ?(pull requests:
> https://github.com/IronLanguages/main/pull/35
> https://github.com/IronLanguages/main/pull/36 ), the dir
''core/array'', ''core/b*'' are done.
>
> The rubyspec/rubyspec commit i use as reference is the latest (
https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d
> )
>
> At first i tried to branch from a commit 1 year old of rubyspec/rubyspec,
replace branch contents with ironruby''s rubyspec and try to merge to
master, but got too much merge conflicts and merged files not was ok.
>
> So i am merging files in various steps, slower but better quality.
>
> after that i think we can clone rubyspec/rubyspec, branch from commit
> ea00ae038 and replace branch contents with ironruby''s rubyspec. We
get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec.
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core at rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
>
>
>
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core at rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
>
>
>
> _______________________________________________
> Ironruby-core mailing list
> Ironruby-core at rubyforge.org
> http://rubyforge.org/mailman/listinfo/ironruby-core
>
and library/t* and core/hash ( https://github.com/IronLanguages/main/pull/40 ) copy/replace list is boring, i added the sync status list as public gist: https://gist.github.com/1146037 , so we can track wip and dont dupe work On Mon, Aug 15, 2011 at 12:41 AM, Enrico Sada <enrico.sada at gmail.com> wrote:> and core/range > > ?\core > ?? ? ? ?array > ?? ? ? ?b* > ? ? ? ?range > > ?\language > ?? ? ? ?* > > ?\library > ?? ? ? ?bigdecimal > ?? ? ? ?net > ?? ? ? ?zlib > > > On Sun, Aug 14, 2011 at 10:46 PM, Tomas Matousek > <Tomas.Matousek at microsoft.com> wrote: >> And bigdecimal :) >> >> \core >> ? ? ? ?array >> ? ? ? ?b* >> >> \language >> ? ? ? ?* >> >> \library >> ? ? ? ?bigdecimal >> ? ? ? ?net >> ? ? ? ?zlib >> >> -----Original Message----- >> From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Tomas Matousek >> Sent: Sunday, August 14, 2011 1:20 PM >> To: ironruby-core at rubyforge.org >> Subject: Re: [Ironruby-core] Sync rubyspec >> >> Merged into main. >> >> I''ve updated some as well. The following specs are up to date: >> >> \core >> ? ? ? ?array >> ? ? ? ?b* >> >> \language >> ? ? ? ?* >> >> \library >> ? ? ? ?net >> ? ? ? ?zlib >> >> Tomas >> >> -----Original Message----- >> From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Enrico Sada >> Sent: Tuesday, August 09, 2011 2:14 PM >> To: ironruby-core at rubyforge.org >> Subject: [Ironruby-core] Sync rubyspec >> >> I started to update rubyspec to latest version ?(pull requests: >> https://github.com/IronLanguages/main/pull/35 >> https://github.com/IronLanguages/main/pull/36 ), the dir ''core/array'', ''core/b*'' are done. >> >> The rubyspec/rubyspec commit i use as reference is the latest ( https://github.com/rubyspec/rubyspec/commit/ea0ae038fd0e3ab995c44657dbb3f22ef7fa450d >> ) >> >> At first i tried to branch from a commit 1 year old of rubyspec/rubyspec, replace branch contents with ironruby''s rubyspec and try to merge to master, but got too much merge conflicts and merged files not was ok. >> >> So i am merging files in various steps, slower but better quality. >> >> after that i think we can clone rubyspec/rubyspec, branch from commit >> ea00ae038 and replace branch contents with ironruby''s rubyspec. We get a clean fork, so more easy to contribute back changes to rubyspec/rubyspec. >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >> >> >> >> _______________________________________________ >> Ironruby-core mailing list >> Ironruby-core at rubyforge.org >> http://rubyforge.org/mailman/listinfo/ironruby-core >> >