[MacRuby-devel] How to debug MacRuby crashes?

2012-02-01 Thread Marc Abramowitz
I've discovered that it's not difficult to make MacRuby crash by doing things that it doesn't like. Unfortunately, I'm a MacRuby novice and I'm making a lot of mistakes and I don't always know what they are and it seems difficult to figure out from the crash messages. For instance, right now I'm r

Re: [MacRuby-devel] MacRuby & MountainLion + what you can do to help the project

2012-02-18 Thread Marc Abramowitz
With ARC would Ruby code have to call retain and release or would the MacRuby runtime take care of that? -Marc http://marc-abramowitz.com Sent from my iPhone 4 On Feb 18, 2012, at 12:54 AM, Matt Aimonetti wrote: > Hey guys, > > A few of you asked me privately and publicly what was going on w

Re: [MacRuby-devel] MacRuby & MountainLion + what you can do to help the project

2012-02-18 Thread Marc Abramowitz
tainLion at the > earliest. > If we would have manually manage memory, that would be for me, a bit failure. > > -m > Sent from my iPhone > > On Feb 18, 2012, at 16:22, Marc Abramowitz wrote: > >> With ARC would Ruby code have to call retain and release or would the &

Re: [MacRuby-devel] Xcode 4.3 move template files

2012-02-18 Thread Marc Abramowitz
Perhaps try using DTrace to see if it's trying to open the file? (if you haven't already tried that) -Marc http://marc-abramowitz.com Sent from my iPhone 4 On Feb 18, 2012, at 6:15 PM, Kevin Poorman wrote: > After more testing, I cannot find any evidence that xcode4.3 is even > attempting t

[MacRuby-devel] Compiling with debug information

2012-02-20 Thread Marc Abramowitz
I might be missing something obvious here. I want to be able to build MacRuby with debug information by tweaking the command-line instead of the code itself (which is what I had been doing until now). Something like: [last: 41] marca@SCML-MarcA:~/dev/git-repos/MacRuby$ CFLAGS="-DROXOR_VM_DEBUG" r

Re: [MacRuby-devel] Compiling with debug information

2012-02-21 Thread Marc Abramowitz
On Mon, Feb 20, 2012 at 8:26 AM, Joshua Ballanco wrote: > Sadly, I think the missing #ifndef is merely a symptom of laziness. If you > wanted to send a pull request, I don't think anyone would object to merging > it in :) > Here ya go: https://github.com/MacRuby/MacRuby/pull/61 Cheers, Marc ___

Re: [MacRuby-devel] Building MacRuby

2012-03-19 Thread Marc Abramowitz
Hi Erik, Yeah I'm fairly sure that the MacRuby building doc talk about installing a particular version of llvm. At least it did when I last built it a few months ago. LLVM takes a long time to compile - you may want to kick it off before going to sleep. -Marc http://marc-abramowitz.com Sent f

Re: [MacRuby-devel] Building MacRuby

2012-03-19 Thread Marc Abramowitz
Here's the aforementioned doc on building LLVM & MacRuby: https://github.com/MacRuby/MacRuby/blob/master/README.rdoc -Marc http://marc-abramowitz.com Sent from my iPhone 4 On Mar 19, 2012, at 11:12 AM, Marc Abramowitz wrote: > Hi Erik, > > Yeah I'm fairly sure that t

Re: [MacRuby-devel] MacRuby, ApplesScript and Skype?

2012-05-30 Thread Marc Abramowitz
Not sure what you're trying to script with Skype, but here's some AppleScripts (yuck!) that I wrote for Skype a while back to dial into a conference call. It was a pain in the butt to write so I'd love if someone else could get some use out of them. :-) https://github.com/msabramo/skype-applesc