[MacRuby-devel] new mspec formatter

2009-08-10 Thread Matt Aimonetti
Dear all,

 To give us a better idea of the progress made in our efforts to pass all
the ruby specs, we added a new mspec formatter.

If you pass the -f option with the macruby format argument, the specs will
run and give you a feedback on each major category (core, language,
library).

$ ./mspec/bin/mspec ci -I./lib -B spec/macruby.mspec :full -f macruby

You could also use the shortened version:

$ ./mspec/bin/mspec ci -I./lib -B spec/macruby.mspec :full -f mr

Note that the skipped examples are examples that were tagged as not running
or passing yet. Periodically someone (usually Eloy) checks that the tagged
specs still fail or don't pass. That gives us an indication of what needs to
be worked on.

The formatter seems to have an artifact and makes one of the specs fails and
being counted as an error. I'll be looking into that in the next few days to
try to solve this annoying issue. (specs are wrapped using mspec
instrumentation API and I'm probably doing something that interacts with the
way a specific spec is assering a behavior)

Regards,

- Matt
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
Hi,  I was wondering, are we using Git or Subversion these days?  If we're
switching to Git, how does one migrate to it from an existing SVN
repository.
Thanks,

-Conrad
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Matt Aimonetti
The official repository is on SVN but a few of us use git-svn to work on our
branches and commit back to SVN.

If you are planning on contributing patches, whatever SCM you want to use is
fine as long as your patches apply fine on the svn repo.

If you wish to switch to git-svn, see the discussion we recently had about
the best process. (It's a thread started by Patrick letting people know
about the work he did on the YAML rewrite and I went OT asking Eloy and
others about git-svn.)

Good luck,

- Matt



On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor  wrote:

> Hi,  I was wondering, are we using Git or Subversion these days?  If we're
> switching to Git, how does one migrate to it from an existing SVN
> repository.
> Thanks,
>
> -Conrad
>
>
>
>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
Matt, I asked the question because I noticed that there hasn't been any
updates to the SVN repository.  At this time, I'm at revision 2272.  Is this
correct?

-Conrad

On Mon, Aug 10, 2009 at 6:19 PM, Matt Aimonetti wrote:

> The official repository is on SVN but a few of us use git-svn to work on
> our branches and commit back to SVN.
>
> If you are planning on contributing patches, whatever SCM you want to use
> is fine as long as your patches apply fine on the svn repo.
>
> If you wish to switch to git-svn, see the discussion we recently had about
> the best process. (It's a thread started by Patrick letting people know
> about the work he did on the YAML rewrite and I went OT asking Eloy and
> others about git-svn.)
>
> Good luck,
>
> - Matt
>
>
>
> On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor  wrote:
>
>> Hi,  I was wondering, are we using Git or Subversion these days?  If we're
>> switching to Git, how does one migrate to it from an existing SVN
>> repository.
>> Thanks,
>>
>> -Conrad
>>
>>
>>
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Laurent Sansonetti
The last SVN update is indeed r2272, committed 2009-08-10 10:10:24  
-0700 today. The SVN repository is up to date and is the master copy  
of the project.


Several people (including me) work a lot offline and commit after, to  
not break the main branch. Some of them use git-svn :-)


HTH,
Laurent

On Aug 10, 2009, at 6:29 PM, Conrad Taylor wrote:

Matt, I asked the question because I noticed that there hasn't been  
any updates to the SVN repository.  At this time, I'm at revision  
2272.  Is this correct?


-Conrad

On Mon, Aug 10, 2009 at 6:19 PM, Matt Aimonetti > wrote:
The official repository is on SVN but a few of us use git-svn to  
work on our branches and commit back to SVN.


If you are planning on contributing patches, whatever SCM you want  
to use is fine as long as your patches apply fine on the svn repo.


If you wish to switch to git-svn, see the discussion we recently had  
about the best process. (It's a thread started by Patrick letting  
people know about the work he did on the YAML rewrite and I went OT  
asking Eloy and others about git-svn.)


Good luck,

- Matt



On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor   
wrote:
Hi,  I was wondering, are we using Git or Subversion these days?  If  
we're switching to Git, how does one migrate to it from an existing  
SVN repository.


Thanks,

-Conrad





___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel



___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
Laurent, thanks because I was thinking that the SVN went away.

-Conrad

On Mon, Aug 10, 2009 at 6:40 PM, Laurent Sansonetti
wrote:

> The last SVN update is indeed r2272, committed 2009-08-10 10:10:24 -0700
> today. The SVN repository is up to date and is the master copy of the
> project.
>
> Several people (including me) work a lot offline and commit after, to not
> break the main branch. Some of them use git-svn :-)
>
> HTH,
> Laurent
>
>
> On Aug 10, 2009, at 6:29 PM, Conrad Taylor wrote:
>
>  Matt, I asked the question because I noticed that there hasn't been any
>> updates to the SVN repository.  At this time, I'm at revision 2272.  Is this
>> correct?
>>
>> -Conrad
>>
>> On Mon, Aug 10, 2009 at 6:19 PM, Matt Aimonetti 
>> wrote:
>> The official repository is on SVN but a few of us use git-svn to work on
>> our branches and commit back to SVN.
>>
>> If you are planning on contributing patches, whatever SCM you want to use
>> is fine as long as your patches apply fine on the svn repo.
>>
>> If you wish to switch to git-svn, see the discussion we recently had about
>> the best process. (It's a thread started by Patrick letting people know
>> about the work he did on the YAML rewrite and I went OT asking Eloy and
>> others about git-svn.)
>>
>> Good luck,
>>
>> - Matt
>>
>>
>>
>> On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor 
>> wrote:
>> Hi,  I was wondering, are we using Git or Subversion these days?  If we're
>> switching to Git, how does one migrate to it from an existing SVN
>> repository.
>>
>> Thanks,
>>
>> -Conrad
>>
>>
>>
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Jordan K. Hubbard

Why in the world did you think that?

- Jordan

On Aug 10, 2009, at 6:45 PM, Conrad Taylor wrote:


Laurent, thanks because I was thinking that the SVN went away.

-Conrad

On Mon, Aug 10, 2009 at 6:40 PM, Laurent Sansonetti > wrote:
The last SVN update is indeed r2272, committed 2009-08-10 10:10:24  
-0700 today. The SVN repository is up to date and is the master copy  
of the project.


Several people (including me) work a lot offline and commit after,  
to not break the main branch. Some of them use git-svn :-)


HTH,
Laurent


On Aug 10, 2009, at 6:29 PM, Conrad Taylor wrote:

Matt, I asked the question because I noticed that there hasn't been  
any updates to the SVN repository.  At this time, I'm at revision  
2272.  Is this correct?


-Conrad

On Mon, Aug 10, 2009 at 6:19 PM, Matt Aimonetti > wrote:
The official repository is on SVN but a few of us use git-svn to  
work on our branches and commit back to SVN.


If you are planning on contributing patches, whatever SCM you want  
to use is fine as long as your patches apply fine on the svn repo.


If you wish to switch to git-svn, see the discussion we recently had  
about the best process. (It's a thread started by Patrick letting  
people know about the work he did on the YAML rewrite and I went OT  
asking Eloy and others about git-svn.)


Good luck,

- Matt



On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor   
wrote:
Hi,  I was wondering, are we using Git or Subversion these days?  If  
we're switching to Git, how does one migrate to it from an existing  
SVN repository.


Thanks,

-Conrad





___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel



___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Matt Aimonetti
@jordan, maybe because the news that we merged experimental into trunk made
the news on some popular websites ;)

- Matt

On Mon, Aug 10, 2009 at 7:06 PM, Jordan K. Hubbard  wrote:

> Why in the world did you think that?
> - Jordan
>
> On Aug 10, 2009, at 6:45 PM, Conrad Taylor wrote:
>
> Laurent, thanks because I was thinking that the SVN went away.
>
> -Conrad
>
> On Mon, Aug 10, 2009 at 6:40 PM, Laurent Sansonetti  > wrote:
>
>> The last SVN update is indeed r2272, committed 2009-08-10 10:10:24 -0700
>> today. The SVN repository is up to date and is the master copy of the
>> project.
>>
>> Several people (including me) work a lot offline and commit after, to not
>> break the main branch. Some of them use git-svn :-)
>>
>> HTH,
>> Laurent
>>
>>
>> On Aug 10, 2009, at 6:29 PM, Conrad Taylor wrote:
>>
>>  Matt, I asked the question because I noticed that there hasn't been any
>>> updates to the SVN repository.  At this time, I'm at revision 2272.  Is this
>>> correct?
>>>
>>> -Conrad
>>>
>>> On Mon, Aug 10, 2009 at 6:19 PM, Matt Aimonetti 
>>> wrote:
>>> The official repository is on SVN but a few of us use git-svn to work on
>>> our branches and commit back to SVN.
>>>
>>> If you are planning on contributing patches, whatever SCM you want to use
>>> is fine as long as your patches apply fine on the svn repo.
>>>
>>> If you wish to switch to git-svn, see the discussion we recently had
>>> about the best process. (It's a thread started by Patrick letting people
>>> know about the work he did on the YAML rewrite and I went OT asking Eloy and
>>> others about git-svn.)
>>>
>>> Good luck,
>>>
>>> - Matt
>>>
>>>
>>>
>>> On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor 
>>> wrote:
>>> Hi,  I was wondering, are we using Git or Subversion these days?  If
>>> we're switching to Git, how does one migrate to it from an existing SVN
>>> repository.
>>>
>>> Thanks,
>>>
>>> -Conrad
>>>
>>>
>>>
>>>
>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>>
>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
>
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>
>
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel