implement Enumerable::Enumerator
I wanted to contribute to the project and I am not sure what I am seeing. I ran the following specs: ./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerator and ./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerable Both of these groups of specs pass. Does that mean that the TODO item is done or am I not running the right commands? Cheers, -Gp
Hi Giampiero, I think it works because the specs are tagged :) Check out spec/frozen/ tags/macruby/core/enumerator. Supporting Enumerable::Enumerator might be harder than planned. I think we will have to implement coroutines first. I wonder if we want to do that for 0.5. Laurent On Oct 5, 2009, at 5:11 PM, Giampiero De Ciantis wrote:
I wanted to contribute to the project and I am not sure what I am seeing. I ran the following specs:
./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerator
and
./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerable
Both of these groups of specs pass. Does that mean that the TODO item is done or am I not running the right commands?
Cheers,
-Gp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Somehow I always pick dead ends. I guess I am out of my league with this project. Thanks, -Gp On 2009-10-05, at 8:19 PM, Laurent Sansonetti wrote:
Hi Giampiero,
I think it works because the specs are tagged :) Check out spec/ frozen/tags/macruby/core/enumerator.
Supporting Enumerable::Enumerator might be harder than planned. I think we will have to implement coroutines first. I wonder if we want to do that for 0.5.
Laurent
On Oct 5, 2009, at 5:11 PM, Giampiero De Ciantis wrote:
I wanted to contribute to the project and I am not sure what I am seeing. I ran the following specs:
./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerator
and
./mspec/bin/mspec ci -B ./spec/macruby.mspec ./spec/frozen/core/ enumerable
Both of these groups of specs pass. Does that mean that the TODO item is done or am I not running the right commands?
Cheers,
-Gp _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (3)
-
Giampiero De Ciantis
-
Laurent Sansonetti
-
Vincent Isambart