Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Conrad Taylor
On Wed, Dec 21, 2011 at 2:45 PM, Dan Farrand d...@greenrivercomputing.comwrote: It's been great to read everyones thoughts on this subject. It's helped me get a better perspective on what MacRuby is. I am a Ruby newbie but have been working on Mac for a long time, mostly in the business

Re: [MacRuby-devel] MacRuby: The Definitive Guide

2011-11-03 Thread Conrad Taylor
On Thu, Nov 3, 2011 at 3:48 AM, Takao Kouji ko...@takao7.net wrote: +1 I bought the iBooks, so I bring it everyday :) Thanks. On 2011/11/02, at 19:46, Matt Aimonetti wrote: Hey guys, if you pre ordered the hard copy of my book, it should arrive in a few days (just got mine). Otherwise

Re: [MacRuby-devel] MacRuby and ARC was: Advice for Total Tyro

2011-10-17 Thread Conrad Taylor
Sent from my iPhone On Oct 17, 2011, at 2:26 PM, Igor Evsukov igor.evsu...@gmail.com wrote: Hi Henry, This doesn't explain why MacRuby can't be implemented with ARC rather than relying on the OBJ-C 2 garbage collector. Do You know what the difference between Garbage Collection and

Re: [MacRuby-devel] MacRuby and ARC was: Advice for Total Tyro

2011-10-17 Thread Conrad Taylor
Sent from my iPhone On Oct 17, 2011, at 2:26 PM, Igor Evsukov igor.evsu...@gmail.com wrote: Hi Henry, This doesn't explain why MacRuby can't be implemented with ARC rather than relying on the OBJ-C 2 garbage collector. Do You know what the difference between Garbage Collection and

Re: [MacRuby-devel] macruby does not compile for me on Lion with xcode 4.1

2011-07-23 Thread Conrad Taylor
Hi, is it necessary to the install llvm-config or llvm if you're using Mac OS 10.7 and Xcode 4.1? Thanks in advance, -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

[MacRuby-devel] MacRuby System Requirements?

2010-02-04 Thread Conrad Taylor
Hi, could someone add the MacRuby system requirements (i.e. OS version) to the MacRuby.com website so that it clear to new users and developers? Thanks, -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

Re: [MacRuby-devel] MacRuby System Requirements?

2010-02-04 Thread Conrad Taylor
PM, Conrad Taylor conra...@gmail.com wrote: Hi, could someone add the MacRuby system requirements (i.e. OS version) to the MacRuby.com website so that it clear to new users and developers? Thanks, -Conrad ___ MacRuby-devel mailing list MacRuby

Re: [MacRuby-devel] [MacRuby] #528: Improve Tail Call Elimination

2010-01-03 Thread Conrad Taylor
On Sun, Jan 3, 2010 at 8:34 PM, MacRuby ruby-nore...@macosforge.org wrote: #528: Improve Tail Call Elimination -+-- Reporter: haruki.zae...@… | Owner: lsansone...@… Type: enhancement |

Re: [MacRuby-devel] [MacRuby] #528: Improve Tail Call Elimination

2010-01-01 Thread Conrad Taylor
Jordan, I agree that this architectural discussion doesn't need to be a part of the enhancement request. -Conrad On Thu, Dec 31, 2009 at 8:39 PM, Jordan K. Hubbard j...@apple.com wrote: I have to say - Trac seems to be a rather bad way of having architectural discussions. I've been having a

Re: [MacRuby-devel] detect the language of a string

2009-12-29 Thread Conrad Taylor
On Tue, Dec 29, 2009 at 10:20 PM, Matt Aimonetti mattaimone...@gmail.comwrote: Curious of seeing if I could use a Cocoa framework to detect the language of a string, I ended up finding a surprisingly clean and easy solution. I decided to post my findings online since I couldn't find anything

Re: [MacRuby-devel] mechanize and macgems

2009-12-27 Thread Conrad Taylor
Good luck, -Conrad On Sat, Dec 26, 2009 at 8:04 PM, Conrad Taylor conra...@gmail.com wrote: MacRuby's macgem doesn't support native gems (i.e. Nokogiri and Mechanize) at this time. Thus, the same problem will occur usually earlier versions of the gem. Good luck, -Conrad Sent from my iPhone

Re: [MacRuby-devel] mechanize and macgems

2009-12-27 Thread Conrad Taylor
Jarred, after further analysis in regards to installing an earlier version of the Mechanize gem (i.e. 0.8.5), it has a couple of runtime dependencies: hpricot = 0.5.0, Note: This gem contains C Ruby native extensions. hoe = 1.8.2, Note: This gem contains pure Ruby code. Thus, you'll

Re: [MacRuby-devel] mechanize and macgems

2009-12-26 Thread Conrad Taylor
MacRuby's macgem doesn't support native gems (i.e. Nokogiri and Mechanize) at this time. Thus, the same problem will occur usually earlier versions of the gem. Good luck, -Conrad Sent from my iPhone On Dec 26, 2009, at 7:00 PM, Jarrad Hope m...@jarradhope.com wrote: Hey Guys First

[MacRuby-devel] Ruby Draft Specification

2009-12-09 Thread Conrad Taylor
Hi ALL, you may find the following link of interest: http://ruby-std.netlab.jp -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] String methods missing in MacRuby

2009-11-28 Thread Conrad Taylor
Hi, String#each is not supported in Ruby 1.9. Also, MacRuby is based on Ruby 1.9 specification and not 1.8. -Conrd Sent from my iPhone On Nov 28, 2009, at 4:20 PM, Jordan Breeding jordan.breed...@me.com wrote: Also, just so you know this really is a 1.8 vs 1.9 problem and not an MRI

Re: [MacRuby-devel] How far away is Cucumber and RSpec support?

2009-11-22 Thread Conrad Taylor
On Sun, Nov 22, 2009 at 10:08 PM, Joshua Ballanco joshua.balla...@apple.com wrote: I've been playing with Cucumber, but so far there are still a few issues. It doesn't seem like anything quite so hard to deal with as RSpec, but it's still early days. - Josh Josh, do you mean you're seeing

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-03 Thread Conrad Taylor
Matt, you are correct because I'm seeing 9 failures at this time. -Conrad On Mon, Nov 2, 2009 at 12:55 PM, Matt Aimonetti mattaimone...@gmail.comwrote: Just FYI, I found one of the major issue with macruby + rspec, the problem being that rspec relies on Kernel.caller and MacRuby's version

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
Hi ALL, it's not too much of an issue if one is using the Ruby Version Manager (RVM) because it creates separate executable and gem directories for each Ruby implementation. I haven't used MacRuby under RVM but it seems to do an excellent job of adding the appropriate executables to the path

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
On Mon, Nov 2, 2009 at 2:46 AM, Eloy Duran eloy.de.en...@gmail.com wrote: Hey Conrad, Hi Eloy, I have spent a bit of time with it. Here's what I did to get things going: 1) sudo gem install rvm 2) add the following to your .profile after the last 'export PATH=' setting: if [

Re: [MacRuby-devel] call for help!

2009-11-01 Thread Conrad Taylor
On Sun, Nov 1, 2009 at 12:36 PM, Laurent Sansonetti lsansone...@apple.comwrote: Hi guys, Things are shaping pretty nicely in trunk and we expect to release the second beta in a few days. We receive bug reports every day, it's great that people are testing it, and the final release will be

Re: [MacRuby-devel] Another meaningless benchmark

2009-10-29 Thread Conrad Taylor
On Thu, Oct 29, 2009 at 3:18 PM, Ernest N. Prabhakar, Ph.D. prabh...@apple.com wrote: But what the heck, they're fun. :-) http://www.timestretch.com/FractalBenchmark.html prabhaka$ ruby --version ruby 1.8.7 (2008-08-11 patchlevel 72) [universal-darwin10.0] Ruby Elapsed 4.885692

[MacRuby-devel] rake spec:ci

2009-10-18 Thread Conrad Taylor
Hi, the 'macrake spec:ci' is failing using r2848. BEGIN OUTPUT: $ macrake spec:ci (in /Users/conradwt/macruby.dir/projects/macruby-trunk) unknown: warning: already initialized constant MACRUBY_VERSION ./mspec/bin/mspec ci -B ./spec/macruby.mspec :full MacRuby version 0.5 (ruby 1.9.0)

Re: [MacRuby-devel] Gem Bundler is the Future

2009-10-17 Thread Conrad Taylor
Mike, this sounds like a very interesting option for packaging gems with a MacRuby application. Also, one might be able to ship dynamically linked libraries with the application. -Conrad On Sat, Oct 17, 2009 at 2:50 PM, Michael Shapiro koude...@ryoukai.orgwrote: If the AOT compiler's being

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-15 Thread Conrad Taylor
On Thu, Oct 15, 2009 at 5:03 PM, s.ross cwdi...@gmail.com wrote: On Oct 15, 2009, at 1:43 PM, Laurent Sansonetti wrote: Hi Craig, On Oct 14, 2009, at 7:07 PM, Craig Williams wrote: Hi Everyone, I have searched the web but have not found a good explanation on how to use gems in a

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-14 Thread Conrad Taylor
Hi, could someone tell me the state of the iconv coding? Thanks, -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

[MacRuby-devel] iconv coding status

2009-10-14 Thread Conrad Taylor
Hi, could someone tell me the state of the iconv coding? Thanks, -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] MacRuby gem only

2009-10-09 Thread Conrad Taylor
Hi, I was thinking that it may time to update the GemSpec to support another variable called required_ruby_implementation. Thus, I filled an enhancement request https://rubyforge.org/tracker/?func=detailaid=27269group_id=126atid=578 At this time, the GemSpec supports required_ruby_version but

Re: [MacRuby-devel] [0.5 beta 1] issues running ruby specs with macrake and rake

2009-10-08 Thread Conrad Taylor
was committed *after* the beta :)) and it has been reverted. Laurent On Oct 7, 2009, at 11:20 PM, Conrad Taylor wrote: a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR unknown: warning: already initialized constant

Re: [MacRuby-devel] MacRuby 0.5 beta 1

2009-10-07 Thread Conrad Taylor
Hi Laurent, in the compatibility section, you might want to change We want MacRuby to be as compatible as possible with existing Ruby programs. We have been working hard on MacRuby to make sure it behaves like MRI 1.9.×. to We want MacRuby to be as compatible as possible with existing Ruby

Re: [MacRuby-devel] Super not passing init: through to NSObject correctly?

2009-10-05 Thread Conrad Taylor
What should be the exact output? In Ruby 1.9.1, I see the following output: $ ruby test.rb A B C D Note: When class.new is called allocate method is called. Then the object's initialize method is called and the instance is returned to the caller. $ macruby test.rb HasInit A HasInit

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
Hi, I just did an svn update of the source and build problems do exist on Snow Leopard. Did LLVM change ? Is there any way to add this dependency to the overall build because I only had LLVM issues prior to my initial install of it? Now, if LLVM revision starts changing without our knowledge,

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
27, 2009, at 2:55 PM, Conrad Taylor conra...@gmail.com wrote: Hi, I just did an svn update of the source and build problems do exist on Snow Leopard. Did LLVM change ? Is there any way to add this dependency to the overall build because I only had LLVM issues prior to my initial install

Re: [MacRuby-devel] problem with build macruby 0.5

2009-09-27 Thread Conrad Taylor
pass, and apparently some of them should be re-tagged :) Stay tuned, Laurent On Sep 27, 2009, at 4:17 PM, Conrad Taylor wrote: Hi Laurent, after rebuilding LLVM and MacRuby on Snow Leopard, I'm seeing the following when I run 'macrake spec:ci': $ macrake spec:ci (in /Users/conradwt

Re: [MacRuby-devel] macruby nightly build 2009-09-10

2009-09-23 Thread Conrad Taylor
Hi, is this the complete application? If not, could you generate subset of your application that can be ran which produces the error message? -Conrad On Wed, Sep 23, 2009 at 2:46 PM, Robert Rice rice.au...@pobox.com wrote: Hi Laurent: Thanks for your quick reply. I have attached another file

Re: [MacRuby-devel] macruby nightly build 2009-09-10

2009-09-23 Thread Conrad Taylor
to one or the other? Sent from my iPhone On Sep 23, 2009, at 18:56, Conrad Taylor conra...@gmail.com wrote: Hi, Objective-C could use GC and non-GC for memory management on the desktop. -Conrad On Wed, Sep 23, 2009 at 4:51 PM, Jordan Breeding jordan.breed...@me.com jordan.breed...@me.com

Re: [MacRuby-devel] macruby nightly build 2009-09-10

2009-09-16 Thread Conrad Taylor
/reproducible example is also super useful. - Matt On Tue, Sep 15, 2009 at 4:20 PM, Conrad Taylor conra...@gmail.com wrote: Is there a page where can locate what's not working? Or open projects that need help? I would be interested in both erb and the webserver (i.e. webrick, mongrel

Re: [MacRuby-devel] macruby nightly build 2009-09-10

2009-09-15 Thread Conrad Taylor
On Thu, Sep 10, 2009 at 11:24 AM, Matt Aimonetti mattaimone...@gmail.comwrote: Latest trunk code available as an unofficial pkg ready to install: http://rubyurl.com/5K3W Lots of bug fixes, improved macgem (not finished yet but you can install gems and load them using `gem 'gem_name'; require

Re: [MacRuby-devel] malloc: resurrection error

2009-08-18 Thread Conrad Taylor
On Tue, Aug 18, 2009 at 2:43 AM, Conrad Taylor conra...@gmail.com wrote: Hi, I'm seeing the following issue with r2344: Begin Message: $ rake spec:ci (in /Users/conradwt/macruby.dir/projects/macruby-trunk) ./mspec/bin/mspec ci -B ./spec/macruby.mspec :full MacRuby version 0.5 (ruby 1.9.0

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-08-11 Thread Conrad Taylor
Laurent, I have r2286 but I'm not seeing the template within New Project. It seems that I have gone from r2272 to r2286 with no visible updates and/or additions. -Conrad On Tue, Aug 11, 2009 at 12:08 PM, Laurent Sansonetti lsansone...@apple.comwrote: Awesome James! I just committed it to

Re: [MacRuby-devel] MacRuby Document-based Application template in XCode?

2009-08-11 Thread Conrad Taylor
you run `sudo rake install'? I just installed trunk on another machine and was able to find the template in Xcode (under the User Templates section). Otherwise, what's your environment and version of Xcode? Thanks, Laurent On Aug 11, 2009, at 2:30 PM, Conrad Taylor wrote: Laurent, I

[MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
Hi, I was wondering, are we using Git or Subversion these days? If we're switching to Git, how does one migrate to it from an existing SVN repository. Thanks, -Conrad ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org

Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
a thread started by Patrick letting people know about the work he did on the YAML rewrite and I went OT asking Eloy and others about git-svn.) Good luck, - Matt On Mon, Aug 10, 2009 at 6:10 PM, Conrad Taylor conra...@gmail.com wrote: Hi, I was wondering, are we using Git or Subversion

Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
of the project. Several people (including me) work a lot offline and commit after, to not break the main branch. Some of them use git-svn :-) HTH, Laurent On Aug 10, 2009, at 6:29 PM, Conrad Taylor wrote: Matt, I asked the question because I noticed that there hasn't been any updates

Re: [MacRuby-devel] experimental branch: status update

2009-08-06 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 4:27 PM, Laurent Sansonetti lsansone...@apple.comwrote: On Aug 4, 2009, at 1:59 PM, Laurent Sansonetti wrote: I will proceed with the merge tomorrow at 3PM California time (midnight Amsterdam time, 7AM Tokyo time). Feel free to commit before, but please hold off your

Re: [MacRuby-devel] experimental branch: status update

2009-08-05 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 2:13 AM, Laurent Sansonetti lsansone...@apple.comwrote: Hi Conrad, On Aug 5, 2009, at 2:00 AM, Conrad Taylor wrote: Laurent I'm seeing the following warning messages after sudo rake install: unknown: warning: File::new() does not take block; use File::open

Re: [MacRuby-devel] experimental branch: status update

2009-08-05 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 2:17 AM, Conrad Taylor conra...@gmail.com wrote: On Wed, Aug 5, 2009 at 2:13 AM, Laurent Sansonetti lsansone...@apple.comwrote: Hi Conrad, On Aug 5, 2009, at 2:00 AM, Conrad Taylor wrote: Laurent I'm seeing the following warning messages after sudo rake install

Re: [MacRuby-devel] RubySpec updated

2009-08-02 Thread Conrad Taylor
Hi, I'm getting the following after pulling the latest sources: BEGIN Transcript: darnoc-laptop:macruby-experimental conradwt$ sw_vers ProductName: Mac OS X ProductVersion: 10.6 BuildVersion: 10A421a darnoc-laptop:macruby-experimental conradwt$ rake spec:ci (in

Re: [MacRuby-devel] RubySpec updated

2009-08-02 Thread Conrad Taylor
--args ./macruby -I./lib mspec/bin/mspec-ci -B ./spec/macruby.mspec :full Inside gdb, do r, and once it crashes, do thread apply all bt and copy/paste the output. Laurent On Aug 2, 2009, at 12:54 PM, Conrad Taylor wrote: Hi, I'm getting the following after pulling the latest sources

Re: [MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-06 Thread Conrad Taylor
lsansone...@apple.comwrote: What's the version of your bison? I am guessing you have a version of bison that is incompatible in your $PATH. MacRuby should build fine with the system one. Laurent On Jul 5, 2009, at 4:56 PM, Conrad Taylor wrote: The following error prevents the build

[MacRuby-devel] [MacRuby][0.5] Which version of rake version to use?

2009-07-05 Thread Conrad Taylor
Hi, I was wondering, which version of rake should one use to build and run the specs/benchmarks with? I ask this questions because my default points to /opt/local/bin/rake which is the version that's parts of my MacPorts install of Ruby 1.9.1p129. Also, I noticed that there's a version called

[MacRuby-devel] [MacRuby][0.5] Bison Error

2009-07-05 Thread Conrad Taylor
The following error prevents the build from moving forward: BEGIN ERROR: bison -t -v -oy.tab.c ripper.y ripper.y:2960.25-26: $$ for the midrule at $6 of `primary' has no declared type make: *** [ripper.c] Error 1 END ERROR: -Conrad ___ MacRuby-devel

Re: [MacRuby-devel] [MacRuby][0.5] Which version of rake version to use?

2009-07-05 Thread Conrad Taylor
/bin/rake, the version that ships with Mac OS X and that uses Ruby 1.8. I did not try with 1.9's rake (though it may perhaps work), and I am sure that it won't work with macruby's macrake (this explains your SEGV) for the moment. HTH Laurent On Jul 5, 2009, at 4:40 PM, Conrad Taylor wrote

[MacRuby-devel] Installing MacRuby on SL?

2009-07-01 Thread Conrad Taylor
Hi, I'm attempting to build MacRuby on SL but I'm getting the following message: The `llvm-config` executable was not located in your PATH. Could someone tell me the best course action to resolve the above issue? -Conrad ___ MacRuby-devel mailing list