Re: [MacRuby-devel] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread Eloy Durán
Off-topic; glad to hear you like MacBacon :)

On Jun 20, 2011, at 8:16 AM, Robert Lowe wrote:

> Ah, I understand.
> 
> I think rubygems is still the best source:
> 
> Try searching for `macruby`:
> 
> https://rubygems.org/search?utf8=%E2%9C%93&query=macruby
> 
> (For instance: mac_bacon is an awesome testing framework I just found, it 
> even supports loading nib files!)
> 
> Regards,
> - Rob
> 
> On 2011-06-20, at 1:58 AM, Joshua Ballanco wrote:
> 
>> I was thinking more in the vein of HotCocoa as a library full of Cocoa 
>> conveniences for MacRuby rather than HotCocoa as an Xcode replacement for 
>> app development. I feel like Rich originally started HotCocoa figuring it 
>> would replace Xcode, but I think that as time has progressed that is maybe a 
>> less needed goal that was originally thought?
>> 
>> Unfortunately, I have not had enough time to be as involved in HotCocoa as I 
>> would have liked. There is certainly nothing wrong with keeping these as 
>> independent gems. I do, however, think it might be useful to collect MacRuby 
>> specific gems (especially those that make app development easier) in a 
>> central list somewhere…
>> 
>> - Josh
>> 
>> On Sunday, June 19, 2011 at 7:17 PM, Robert Lowe wrote:
>> 
>>> Thanks!
>>> 
>>> I have not considered it. I think most developers are moving towards using 
>>> MacRuby and Xcode 4.
>>> 
>>> I don't see the need, maybe I'm misinformed. You can always just require 
>>> them as needed.
>>> 
>>> Can you think of a use case for it?
>>> 
>>> Regards,
>>> - Rob
>>> 
>>> On 2011-06-19, at 7:10 PM, Joshua Ballanco wrote:
>>> 
 Very cool stuff, Rob!
 
 Have you considered potentially merging Hotkeys and mynu into HotCocoa?
 
 - Josh
 
 On Friday, June 17, 2011 at 3:09 PM, Robert Lowe wrote:
 
> Hi guys,
> 
> Hope you enjoy em! All of these are on rubygems now:
> 
> Wrapping NSMXL (Credit to Wilson Lee / kourge): 
> https://github.com/RobertLowe/ayril
> 
> Global Hotkeys: 
> https://github.com/RobertLowe/hotkeys
> 
> Systembar Menu DSL: 
> https://github.com/RobertLowe/mynu
> 
> It should be noted that these all work fine from inside xcode 4 too.
> 
> If you find any edge cases let me know, I'll gladly take care of them. 
> I'm still new to the macruby community / cocoa.
> 
> Transmission over,
> - Rob
> 
> ___
> MacRuby-devel mailing list
> [email protected] 
> (mailto:[email protected])
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
 
 
 ___
 MacRuby-devel mailing list
 [email protected] 
 (mailto:[email protected])
 http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>> 
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected] 
>>> (mailto:[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] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread Mark Rada
Except for the horrendous performance hit with MacRuby, I think more gems is 
generally a better thing.

I wouldn't say HotCocoa is dead, though as Josh mentioned, I think its best 
uses have changed---there is still a lot of useful stuff in HotCocoa and the 
project is still be maintained (more or less).

At a high level, I think a lot of MacRuby gems would probably fit with what 
HotCocoa was trying to do (simplify the initialization and configuration of 
Cocoa objects), but at a technical level adding more mini-languages is probably 
not the best idea. 

Though, I have been able to move most of one of my other MacRuby gems into 
HotCocoa as a mapping, it was an easy fit since they operated similarly, and I 
was able to shed some complexity. I suspect that at least mynu could be 
mirrored in HotCocoa as well since there are already some similarities in how 
HotCocoa maps NSMenu.

That is just my two cents, though.



Mark Rada
[email protected]



On 2011-06-20, at 2:16 AM, Robert Lowe wrote:

> Ah, I understand.
> 
> I think rubygems is still the best source:
> 
> Try searching for `macruby`:
> 
> https://rubygems.org/search?utf8=%E2%9C%93&query=macruby
> 
> (For instance: mac_bacon is an awesome testing framework I just found, it 
> even supports loading nib files!)
> 
> Regards,
> - Rob
> 
> On 2011-06-20, at 1:58 AM, Joshua Ballanco wrote:
> 
>> I was thinking more in the vein of HotCocoa as a library full of Cocoa 
>> conveniences for MacRuby rather than HotCocoa as an Xcode replacement for 
>> app development. I feel like Rich originally started HotCocoa figuring it 
>> would replace Xcode, but I think that as time has progressed that is maybe a 
>> less needed goal that was originally thought?
>> 
>> Unfortunately, I have not had enough time to be as involved in HotCocoa as I 
>> would have liked. There is certainly nothing wrong with keeping these as 
>> independent gems. I do, however, think it might be useful to collect MacRuby 
>> specific gems (especially those that make app development easier) in a 
>> central list somewhere…
>> 
>> - Josh
>> 
>> On Sunday, June 19, 2011 at 7:17 PM, Robert Lowe wrote:
>> 
>>> Thanks!
>>> 
>>> I have not considered it. I think most developers are moving towards using 
>>> MacRuby and Xcode 4.
>>> 
>>> I don't see the need, maybe I'm misinformed. You can always just require 
>>> them as needed.
>>> 
>>> Can you think of a use case for it?
>>> 
>>> Regards,
>>> - Rob
>>> 
>>> On 2011-06-19, at 7:10 PM, Joshua Ballanco wrote:
>>> 
 Very cool stuff, Rob!
 
 Have you considered potentially merging Hotkeys and mynu into HotCocoa?
 
 - Josh
 
 On Friday, June 17, 2011 at 3:09 PM, Robert Lowe wrote:
 
> Hi guys,
> 
> Hope you enjoy em! All of these are on rubygems now:
> 
> Wrapping NSMXL (Credit to Wilson Lee / kourge): 
> https://github.com/RobertLowe/ayril
> 
> Global Hotkeys: 
> https://github.com/RobertLowe/hotkeys
> 
> Systembar Menu DSL: 
> https://github.com/RobertLowe/mynu
> 
> It should be noted that these all work fine from inside xcode 4 too.
> 
> If you find any edge cases let me know, I'll gladly take care of them. 
> I'm still new to the macruby community / cocoa.
> 
> Transmission over,
> - Rob
> 
> ___
> MacRuby-devel mailing list
> [email protected] 
> (mailto:[email protected])
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
 
 
 ___
 MacRuby-devel mailing list
 [email protected] 
 (mailto:[email protected])
 http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>> 
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected] 
>>> (mailto:[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] I don't normally plug the mailing list, but when I do it's for gemaholics

2011-06-20 Thread dan Sinclair
I started a library of convenience wrappers for macruby  it's dj2/Bean
on github. Take a look and let me know what you think. Would love to
get more helpers in there.

Dan

On 2011-06-19, at 22:58, Joshua Ballanco  wrote:

> I was thinking more in the vein of HotCocoa as a library full of Cocoa 
> conveniences for MacRuby rather than HotCocoa as an Xcode replacement for app 
> development. I feel like Rich originally started HotCocoa figuring it would 
> replace Xcode, but I think that as time has progressed that is maybe a less 
> needed goal that was originally thought?
>
> Unfortunately, I have not had enough time to be as involved in HotCocoa as I 
> would have liked. There is certainly nothing wrong with keeping these as 
> independent gems. I do, however, think it might be useful to collect MacRuby 
> specific gems (especially those that make app development easier) in a 
> central list somewhere…
>
> - Josh
>
> On Sunday, June 19, 2011 at 7:17 PM, Robert Lowe wrote:
>
>> Thanks!
>>
>> I have not considered it. I think most developers are moving towards using 
>> MacRuby and Xcode 4.
>>
>> I don't see the need, maybe I'm misinformed. You can always just require 
>> them as needed.
>>
>> Can you think of a use case for it?
>>
>> Regards,
>> - Rob
>>
>> On 2011-06-19, at 7:10 PM, Joshua Ballanco wrote:
>>
>>> Very cool stuff, Rob!
>>>
>>> Have you considered potentially merging Hotkeys and mynu into HotCocoa?
>>>
>>> - Josh
>>>
>>> On Friday, June 17, 2011 at 3:09 PM, Robert Lowe wrote:
>>>
 Hi guys,

 Hope you enjoy em! All of these are on rubygems now:

 Wrapping NSMXL (Credit to Wilson Lee / kourge):
 https://github.com/RobertLowe/ayril

 Global Hotkeys:
 https://github.com/RobertLowe/hotkeys

 Systembar Menu DSL:
 https://github.com/RobertLowe/mynu

 It should be noted that these all work fine from inside xcode 4 too.

 If you find any edge cases let me know, I'll gladly take care of them. I'm 
 still new to the macruby community / cocoa.

 Transmission over,
 - Rob

 ___
 MacRuby-devel mailing list
 [email protected] 
 (mailto:[email protected])
 http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>>
>>>
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected] 
>>> (mailto:[email protected])
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>
>> ___
>> MacRuby-devel mailing list
>> [email protected] 
>> (mailto:[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] xcode binding a class within a class?

2011-06-20 Thread Robert Lowe
Is it possible to bind classes in xcode to a class within a class? 

Say for instance the file's owner of an app (NSApplication) to a class within a 
class (MyApp::Application), or everything must go in the global namespace?

<>

Regards,
 - Rob

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


Re: [MacRuby-devel] xcode binding a class within a class?

2011-06-20 Thread Eloy Duran
Alas, it must be in the global namespace, as Objective-C has no notion
of namespacing.

On Mon, Jun 20, 2011 at 7:16 PM, Robert Lowe  wrote:
> Is it possible to bind classes in xcode to a class within a class?
>
> Say for instance the file's owner of an app (NSApplication) to a class within 
> a class (MyApp::Application), or everything must go in the global namespace?
>
>
>
>
> Regards,
>  - Rob
>
>
> ___
> 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] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Hi guys,

A lot of good work has been integrated into master recently, so it's
now time to think about making a new release (hopefully it will be the
last 0.x release!).

Here is a list of bugs I think are blockers to this release:

http://www.macruby.org/trac/ticket/1286
http://www.macruby.org/trac/ticket/1294
http://www.macruby.org/trac/ticket/1308
http://www.macruby.org/trac/ticket/1313
http://www.macruby.org/trac/ticket/1329

As always it is highly possible that I missed other blockers, so if
you know about one please commit it, so that we can promote it with
the 0.11-blocker keyword accordingly.

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


Re: [MacRuby-devel] 0.11 schedule

2011-06-20 Thread Martin Schürrer
HI,

shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a blocker?

(I'm new to macruby, so I'm curious)

Cheers,
Martin

On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
 wrote:
> Hi guys,
>
> A lot of good work has been integrated into master recently, so it's
> now time to think about making a new release (hopefully it will be the
> last 0.x release!).
>
> Here is a list of bugs I think are blockers to this release:
>
> http://www.macruby.org/trac/ticket/1286
> http://www.macruby.org/trac/ticket/1294
> http://www.macruby.org/trac/ticket/1308
> http://www.macruby.org/trac/ticket/1313
> http://www.macruby.org/trac/ticket/1329
>
> As always it is highly possible that I missed other blockers, so if
> you know about one please commit it, so that we can promote it with
> the 0.11-blocker keyword accordingly.
>
> Thanks!
> Laurent
> ___
> 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] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Agreed! I attached the 0.11-blocker keyword.

Thanks,
Laurent

On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer  wrote:
> HI,
>
> shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a blocker?
>
> (I'm new to macruby, so I'm curious)
>
> Cheers,
> Martin
>
> On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
>  wrote:
>> Hi guys,
>>
>> A lot of good work has been integrated into master recently, so it's
>> now time to think about making a new release (hopefully it will be the
>> last 0.x release!).
>>
>> Here is a list of bugs I think are blockers to this release:
>>
>> http://www.macruby.org/trac/ticket/1286
>> http://www.macruby.org/trac/ticket/1294
>> http://www.macruby.org/trac/ticket/1308
>> http://www.macruby.org/trac/ticket/1313
>> http://www.macruby.org/trac/ticket/1329
>>
>> As always it is highly possible that I missed other blockers, so if
>> you know about one please commit it, so that we can promote it with
>> the 0.11-blocker keyword accordingly.
>>
>> Thanks!
>> Laurent
>> ___
>> 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] 0.11 schedule

2011-06-20 Thread Morgan Schweers
Greetings,
I just yesterday ran into a problem with the head of MacRuby on GitHub that
makes it not possible to use Mechanize/Nokogiri, specifically the
redefinition of Node?

I see this if I just go

$ macirb
irb> require 'rubygems'
irb> require 'mechanize'

It looks like a bundle gets loaded that tries to redefine Node, but...that
doesn't work for some reason?  I'm not totally clear on what's going wrong,
just that it was a show-stopper for me for moving to HEAD.  I'm not at home,
where I was having this problem in spades until I downgraded to 0.10, but if
you install the mechanize gem on a 0.11 version it pretty consistently fails
to load.

Since nokogiri and mechanize are pretty important to what I'm building, it's
a bad place to be... :/

--  Morgan

On Mon, Jun 20, 2011 at 3:18 PM, Laurent Sansonetti <
[email protected]> wrote:

> Agreed! I attached the 0.11-blocker keyword.
>
> Thanks,
> Laurent
>
> On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer 
> wrote:
> > HI,
> >
> > shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a
> blocker?
> >
> > (I'm new to macruby, so I'm curious)
> >
> > Cheers,
> > Martin
> >
> > On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
> >  wrote:
> >> Hi guys,
> >>
> >> A lot of good work has been integrated into master recently, so it's
> >> now time to think about making a new release (hopefully it will be the
> >> last 0.x release!).
> >>
> >> Here is a list of bugs I think are blockers to this release:
> >>
> >> http://www.macruby.org/trac/ticket/1286
> >> http://www.macruby.org/trac/ticket/1294
> >> http://www.macruby.org/trac/ticket/1308
> >> http://www.macruby.org/trac/ticket/1313
> >> http://www.macruby.org/trac/ticket/1329
> >>
> >> As always it is highly possible that I missed other blockers, so if
> >> you know about one please commit it, so that we can promote it with
> >> the 0.11-blocker keyword accordingly.
> >>
> >> Thanks!
> >> Laurent
> >> ___
> >> 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] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
Thanks Morgan.

Have you filed a ticket about this? If it's something that used to
work in past releases and doesn't anymore, then it's likely going to
be a blocker, as we want to avoid regressions.

Laurent

On Mon, Jun 20, 2011 at 3:43 PM, Morgan Schweers  wrote:
> Greetings,
> I just yesterday ran into a problem with the head of MacRuby on GitHub that
> makes it not possible to use Mechanize/Nokogiri, specifically the
> redefinition of Node?
> I see this if I just go
> $ macirb
> irb> require 'rubygems'
> irb> require 'mechanize'
> It looks like a bundle gets loaded that tries to redefine Node, but...that
> doesn't work for some reason?  I'm not totally clear on what's going wrong,
> just that it was a show-stopper for me for moving to HEAD.  I'm not at home,
> where I was having this problem in spades until I downgraded to 0.10, but if
> you install the mechanize gem on a 0.11 version it pretty consistently fails
> to load.
> Since nokogiri and mechanize are pretty important to what I'm building, it's
> a bad place to be... :/
> --  Morgan
> On Mon, Jun 20, 2011 at 3:18 PM, Laurent Sansonetti
>  wrote:
>>
>> Agreed! I attached the 0.11-blocker keyword.
>>
>> Thanks,
>> Laurent
>>
>> On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer 
>> wrote:
>> > HI,
>> >
>> > shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a
>> > blocker?
>> >
>> > (I'm new to macruby, so I'm curious)
>> >
>> > Cheers,
>> > Martin
>> >
>> > On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
>> >  wrote:
>> >> Hi guys,
>> >>
>> >> A lot of good work has been integrated into master recently, so it's
>> >> now time to think about making a new release (hopefully it will be the
>> >> last 0.x release!).
>> >>
>> >> Here is a list of bugs I think are blockers to this release:
>> >>
>> >> http://www.macruby.org/trac/ticket/1286
>> >> http://www.macruby.org/trac/ticket/1294
>> >> http://www.macruby.org/trac/ticket/1308
>> >> http://www.macruby.org/trac/ticket/1313
>> >> http://www.macruby.org/trac/ticket/1329
>> >>
>> >> As always it is highly possible that I missed other blockers, so if
>> >> you know about one please commit it, so that we can promote it with
>> >> the 0.11-blocker keyword accordingly.
>> >>
>> >> Thanks!
>> >> Laurent
>> >> ___
>> >> 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] 0.11 schedule

2011-06-20 Thread Morgan Schweers
Greetings,
I haven't filed a ticket yet; ran into it yesterday, and let myself get
distracted by my kids, once I got to a stable state again. :)

I'll reproduce it this evening and file a ticket with the output and what I
can figure out.

--  Morgan

On Mon, Jun 20, 2011 at 3:54 PM, Laurent Sansonetti <
[email protected]> wrote:

> Thanks Morgan.
>
> Have you filed a ticket about this? If it's something that used to
> work in past releases and doesn't anymore, then it's likely going to
> be a blocker, as we want to avoid regressions.
>
> Laurent
>
> On Mon, Jun 20, 2011 at 3:43 PM, Morgan Schweers 
> wrote:
> > Greetings,
> > I just yesterday ran into a problem with the head of MacRuby on GitHub
> that
> > makes it not possible to use Mechanize/Nokogiri, specifically the
> > redefinition of Node?
> > I see this if I just go
> > $ macirb
> > irb> require 'rubygems'
> > irb> require 'mechanize'
> > It looks like a bundle gets loaded that tries to redefine Node,
> but...that
> > doesn't work for some reason?  I'm not totally clear on what's going
> wrong,
> > just that it was a show-stopper for me for moving to HEAD.  I'm not at
> home,
> > where I was having this problem in spades until I downgraded to 0.10, but
> if
> > you install the mechanize gem on a 0.11 version it pretty consistently
> fails
> > to load.
> > Since nokogiri and mechanize are pretty important to what I'm building,
> it's
> > a bad place to be... :/
> > --  Morgan
> > On Mon, Jun 20, 2011 at 3:18 PM, Laurent Sansonetti
> >  wrote:
> >>
> >> Agreed! I attached the 0.11-blocker keyword.
> >>
> >> Thanks,
> >> Laurent
> >>
> >> On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer 
> >> wrote:
> >> > HI,
> >> >
> >> > shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a
> >> > blocker?
> >> >
> >> > (I'm new to macruby, so I'm curious)
> >> >
> >> > Cheers,
> >> > Martin
> >> >
> >> > On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
> >> >  wrote:
> >> >> Hi guys,
> >> >>
> >> >> A lot of good work has been integrated into master recently, so it's
> >> >> now time to think about making a new release (hopefully it will be
> the
> >> >> last 0.x release!).
> >> >>
> >> >> Here is a list of bugs I think are blockers to this release:
> >> >>
> >> >> http://www.macruby.org/trac/ticket/1286
> >> >> http://www.macruby.org/trac/ticket/1294
> >> >> http://www.macruby.org/trac/ticket/1308
> >> >> http://www.macruby.org/trac/ticket/1313
> >> >> http://www.macruby.org/trac/ticket/1329
> >> >>
> >> >> As always it is highly possible that I missed other blockers, so if
> >> >> you know about one please commit it, so that we can promote it with
> >> >> the 0.11-blocker keyword accordingly.
> >> >>
> >> >> Thanks!
> >> >> Laurent
> >> >> ___
> >> >> 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] 0.11 schedule

2011-06-20 Thread Laurent Sansonetti
It seems that the problem has already been reported:
http://www.macruby.org/trac/ticket/1335. It has also been tagged as a
blocker :)

Laurent

On Mon, Jun 20, 2011 at 5:51 PM, Morgan Schweers  wrote:
> Greetings,
> I haven't filed a ticket yet; ran into it yesterday, and let myself get
> distracted by my kids, once I got to a stable state again. :)
> I'll reproduce it this evening and file a ticket with the output and what I
> can figure out.
> --  Morgan
>
> On Mon, Jun 20, 2011 at 3:54 PM, Laurent Sansonetti
>  wrote:
>>
>> Thanks Morgan.
>>
>> Have you filed a ticket about this? If it's something that used to
>> work in past releases and doesn't anymore, then it's likely going to
>> be a blocker, as we want to avoid regressions.
>>
>> Laurent
>>
>> On Mon, Jun 20, 2011 at 3:43 PM, Morgan Schweers 
>> wrote:
>> > Greetings,
>> > I just yesterday ran into a problem with the head of MacRuby on GitHub
>> > that
>> > makes it not possible to use Mechanize/Nokogiri, specifically the
>> > redefinition of Node?
>> > I see this if I just go
>> > $ macirb
>> > irb> require 'rubygems'
>> > irb> require 'mechanize'
>> > It looks like a bundle gets loaded that tries to redefine Node,
>> > but...that
>> > doesn't work for some reason?  I'm not totally clear on what's going
>> > wrong,
>> > just that it was a show-stopper for me for moving to HEAD.  I'm not at
>> > home,
>> > where I was having this problem in spades until I downgraded to 0.10,
>> > but if
>> > you install the mechanize gem on a 0.11 version it pretty consistently
>> > fails
>> > to load.
>> > Since nokogiri and mechanize are pretty important to what I'm building,
>> > it's
>> > a bad place to be... :/
>> > --  Morgan
>> > On Mon, Jun 20, 2011 at 3:18 PM, Laurent Sansonetti
>> >  wrote:
>> >>
>> >> Agreed! I attached the 0.11-blocker keyword.
>> >>
>> >> Thanks,
>> >> Laurent
>> >>
>> >> On Mon, Jun 20, 2011 at 1:57 PM, Martin Schürrer 
>> >> wrote:
>> >> > HI,
>> >> >
>> >> > shouldn't stuff like http://www.macruby.org/trac/ticket/505 be a
>> >> > blocker?
>> >> >
>> >> > (I'm new to macruby, so I'm curious)
>> >> >
>> >> > Cheers,
>> >> > Martin
>> >> >
>> >> > On Mon, Jun 20, 2011 at 22:20, Laurent Sansonetti
>> >> >  wrote:
>> >> >> Hi guys,
>> >> >>
>> >> >> A lot of good work has been integrated into master recently, so it's
>> >> >> now time to think about making a new release (hopefully it will be
>> >> >> the
>> >> >> last 0.x release!).
>> >> >>
>> >> >> Here is a list of bugs I think are blockers to this release:
>> >> >>
>> >> >> http://www.macruby.org/trac/ticket/1286
>> >> >> http://www.macruby.org/trac/ticket/1294
>> >> >> http://www.macruby.org/trac/ticket/1308
>> >> >> http://www.macruby.org/trac/ticket/1313
>> >> >> http://www.macruby.org/trac/ticket/1329
>> >> >>
>> >> >> As always it is highly possible that I missed other blockers, so if
>> >> >> you know about one please commit it, so that we can promote it with
>> >> >> the 0.11-blocker keyword accordingly.
>> >> >>
>> >> >> Thanks!
>> >> >> Laurent
>> >> >> ___
>> >> >> 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