Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Jeff Hemmelgarn
Josh, I guess I am just getting used to working with an open-source project. I am used to discussing requirements and possible solutions with my cow-orkers before writing code. It is a big change for me to just go ahead and write something and ask to have it included. I'll give it a try. I

Re: [MacRuby-devel] A Future for MacRuby

2011-12-22 Thread Jeff Hemmelgarn
gems, the better it will support any arbitrary ruby code I write. I want MacRuby to succeed and be available. But, I accept that the only thing I may get out of working on MacRuby is the work. Jeff Hemmelgarn p.s. I think MacRuby should be the slam-dunk ruby for Apple devices. That requires b

Re: [MacRuby-devel] A Future for MacRuby

2011-12-20 Thread Jeff Hemmelgarn
ision but if you can communicate that vision convincingly you may be surprised at the support you would get. Jeff Hemmelgarn ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] A Future for MacRuby

2011-12-20 Thread Jeff Hemmelgarn
an it could be if these things do happen. So, it would be very good for external support of the project to get real indications that Apple is at least beneficent toward the project if not directly dedicating resources. Jeff Hemmelgarn On Dec 20, 2011, at 3:04 PM, Jordan K. Hubbard wrote: >

Re: [MacRuby-devel] XCode Templates For MacRuby Not Showing Up

2010-12-06 Thread Jeff Hemmelgarn
tion MacRuby Preference Pane > > Otherwise try installing the nightly build to see of that helps. > > - Matt > > On Mon, Dec 6, 2010 at 4:24 PM, Jeff Hemmelgarn wrote: > Hello! > > Being an old POSIX/C hack, I usually do my MacRuby coding with MacVim. While >

[MacRuby-devel] XCode Templates For MacRuby Not Showing Up

2010-12-06 Thread Jeff Hemmelgarn
Hello! Being an old POSIX/C hack, I usually do my MacRuby coding with MacVim. While trying to look into a bug during the bug mash I found that I didn't have all of the MacRuby templates available in XCode. The only one I see is a system plugin for the MacRuby preference pane plugin. Any sugg

Re: [MacRuby-devel] NSArray constructor broken?

2010-10-22 Thread Jeff Hemmelgarn
release > branch, generating release notes and preparing / pushing installers. > > Laurent > > On Oct 20, 2010, at 11:42 AM, Jeff Hemmelgarn wrote: > >> I would be interested in helping out. What would be involved? >> >> Jeff >> >> On Oct 18, 2010,

Re: [MacRuby-devel] NSArray constructor broken?

2010-10-20 Thread Jeff Hemmelgarn
I would be interested in helping out. What would be involved? Jeff On Oct 18, 2010, at 7:36 PM, Laurent Sansonetti wrote: > We generally don't do micro releases, as MacRuby's trunk is more stable than > the previous releases. We are very careful to only commit bug fixes or > well-tested featu

[MacRuby-devel] Handling Of Instance Variables In MacRuby

2010-10-09 Thread Jeff Hemmelgarn
I have been looking into ticket 203 - Marshal.dump does not serialize an Exception's backtrace. It looks like the first reason is that dump is not currently exporting instance variables. Digging deeper, I found that MacRuby is not currently using the ID_INSTANCE tag for identifying instance va

[MacRuby-devel] LLVM Developer Meeting

2010-10-06 Thread Jeff Hemmelgarn
kind of hard to get approval without being able to register. Thanks! Jeff Hemmelgarn ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] MacRuby Devel Beginner Question

2010-08-13 Thread Jeff Hemmelgarn
shal_load, >> -1); >> >> This means that when a ruby code calls Marshal.load, it will call this >> method. >> To sum things up, I think you just need to set a breakpoint to marshal_load, >> not rb_marshal_load :D >> >> Let us know how things

[MacRuby-devel] MacRuby Devel Beginner Question

2010-08-11 Thread Jeff Hemmelgarn
end up needing to set a generic breakpoint in a dispatch routine with a condition looking for the selector for the load function? Thank you in advance for any help! Jeff Hemmelgarn ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http