Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread Thibault Martin-Lagardette
That's pretty cool :-). Although "def [](key)" in nsuserdefaults_additions.rb seems to be unnecessary, because macruby should already do that. It should automatically replace [] and []= calls to objectForKey: and setObject:forKey: (when necessary only, of course). I see you added deletion and s

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread dan sinclair
Sweet, didn't know about the automatic translation of objectForKey:. Will keep that in mind before wrapping it, heh. Are there any other methods to keep in mind that MacRuby automatically translates to a Ruby-ish version? Thanks, dan On 2011-03-25, at 3:14 AM, Thibault Martin-Lagardette wrote:

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread dan sinclair
I was trying to keep the various forks in line for a while before I stopped working on HotCocoa. If you look at the network graph, there is a fork off of mine which I think contains everything that has been worked on so far. Maybe a good place to start synchronizing from. dan On 2011-03-24,

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread Matt Aimonetti
there you go: http://ofps.oreilly.com/titles/9781449380373/ch01.html#_syntactic_sugar - Matt On Fri, Mar 25, 2011 at 7:24 AM, dan sinclair wrote: > Sweet, didn't know about the automatic translation of objectForKey:. Will > keep that in mind before wrapping it, heh. Are there any other methods

Re: [MacRuby-devel] 0.9 update

2011-03-25 Thread Thomas R. Koll
Hi, sorry for the delay but I wanted to wait for xcode 4.0 support. code is here: https://github.com/TomK32/macruby-statusmenu * status menu, editable in IB * awesome icon for that menu * custom view inside that menu * runs as agent, no icon in the dock menu ciao, tom Am 23.02.2011 um 23:14 s

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread Henry Maddocks
On 25/03/2011, at 2:21 PM, dan sinclair wrote: > For me, I've basically dropped HotCocoa. After doing a few apps with it I > quickly came to realize that I liked IB and building apps that way. The thing > that I've missed from HotCocoa is all the little Ruby-ish extensions that it > added to v

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread dan sinclair
Cool, added. If you have others, feel free to fork and send me a pull request. Thanks, dan On Mar 25, 2011, at 7:38 PM, Henry Maddocks wrote: > > On 25/03/2011, at 2:21 PM, dan sinclair wrote: > >> For me, I've basically dropped HotCocoa. After doing a few apps with it I >> quickly came to

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread Jordan K. Hubbard
I think that Dan just declared himself the new project lead! :-) Seriously, I understand Matt's point about fragmentation, but I honestly haven't seen enough action in this space to really merit that much concern about it. HotCocoa's problems are deeper than a small collection of one or two li

[MacRuby-devel] Moving to GitHub!

2011-03-25 Thread Laurent Sansonetti
Hi guys, We finally decided to move MacRuby's source code repository from subversion to Git, and GitHub seems to be the best place to do it. The move will happen somewhere this week-end, or Monday. The repository address will be: https://github.com/MacRuby/MacRuby. Currently, this repository i

Re: [MacRuby-devel] Moving to GitHub!

2011-03-25 Thread Matt Aimonetti
If you were willing to contribute but didn't feel like using SVN, you can already fork the current repo (mirror) and prepare your pull requests: http://help.github.com/pull-requests/ Basically, the switch is a technicality for most of you, but it is quite a big change for the core team. With Xcode

Re: [MacRuby-devel] Is HotCocoa dead?

2011-03-25 Thread Joseph Holsten
On Mar 25, 2011, at 7:13 PM, "Jordan K. Hubbard" wrote: > [...] > > 4. UIKit vs AppKit. Sure, right now only one of them are relevant to > MacRuby, but should that change, how might this affect HotCocoa? See also: http://chameleonproject.org/ -- http://josephholsten.com

Re: [MacRuby-devel] Moving to GitHub!

2011-03-25 Thread Mark Rada
I've made pull request type things in the form of trac tickets, should I make pull requests for those tickets now or leave them them as tickets? Sent from my iDevice On 2011-03-26, at 12:55 AM, Matt Aimonetti wrote: > If you were willing to contribute but didn't feel like using SVN, you can >

Re: [MacRuby-devel] Moving to GitHub!

2011-03-25 Thread Matt Aimonetti
Pull requests will be better, but please wait until Monday or Tuesday that we convert the account into an organizational account and turn off the replication. I'm not sure what would happen to a pull request received before we change the account status. - Matt On Fri, Mar 25, 2011 at 11:20 PM, Ma