[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 M

[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 ma

[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 ma

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

2009-07-05 Thread Conrad Taylor
/usr/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 > &g

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

2009-07-06 Thread Conrad Taylor
wrote: > 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: > >

Re: [MacRuby-devel] compiling macruby

2009-07-22 Thread Conrad Taylor
On Wed, Jul 22, 2009 at 4:19 AM, Daniel wrote: > Hi, > > I've been compiling macruby from source, svn with tag 0.4 > > One observation I made is that if there's a different bison in my path, > such as the one from macports in /opt/local/bin/bison, then macruby will not > compile. > > In Rakefile,

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 /Users/conradwt/macruby.dir/project

Re: [MacRuby-devel] RubySpec updated

2009-08-02 Thread Conrad Taylor
directory: > > $ DYLD_LIBRARY_PATH=. gdb --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, a

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

2009-08-05 Thread Conrad Taylor
On Tue, Aug 4, 2009 at 1:59 PM, Laurent Sansonetti wrote: > Headlines: > > - macirb should work as before. The local variable bug has been fixed. > > - macrake should work as before. Running HotCocoa projects should work, you > can even build MacRuby with macrake. > > - new YAML module, API compat

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

2009-08-05 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 2:13 AM, Laurent Sansonetti wrote: > 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: Fil

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

2009-08-05 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 2:17 AM, Conrad Taylor wrote: > > > On Wed, Aug 5, 2009 at 2:13 AM, Laurent Sansonetti > wrote: > >> Hi Conrad, >> >> On Aug 5, 2009, at 2:00 AM, Conrad Taylor wrote: >> >>> Laurent >>> >>>

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

2009-08-06 Thread Conrad Taylor
On Wed, Aug 5, 2009 at 4:27 PM, Laurent Sansonetti wrote: > 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 commits at that

[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 [email protected] http://lists.macosf

Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
; the best process. (It's 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 wrote: > >&

Re: [MacRuby-devel] Git or Subversion?

2009-08-10 Thread Conrad Taylor
; 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 t

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 wrote: > Awesome James! > > I just committed it to trunk, in r2282. > >

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

2009-08-11 Thread Conrad Taylor
ote: > > Did 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? >>

[MacRuby-devel] What's the current state of macgem?

2009-08-17 Thread Conrad Taylor
Hi, I was wondering, could someone provide information on the state of macgem? At this time, I'm looking to get some top gems working in macgem if it is at all possible at this time or help fix macgem so that I can do it. Thanks, -Conrad ___ MacRuby-dev

Re: [MacRuby-devel] malloc: resurrection error

2009-08-18 Thread Conrad Taylor
On Tue, Aug 18, 2009 at 2:43 AM, Conrad Taylor 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 > Ma

[MacRuby-devel] malloc: resurrection error

2009-08-18 Thread Conrad Taylor
gt; IronRuby. Not sure what the preference regarding these two options is. >> Perhaps some benchmarking could settle the debate? >> >> - Josh >> >> >> >> On Aug 17, 2009, at 4:58 PM, Conrad Taylor wrote: >> >> Hi, I was wondering, could someone p

[MacRuby-devel] 2 NameError with r2359

2009-08-23 Thread Conrad Taylor
Hi, I'm seeing the following 2 failures with r2359: Begin Transcript: $ 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) [unive

[MacRuby-devel] NameError: uninitialized constant NSObject::AF_INET

2009-09-10 Thread Conrad Taylor
Hi ALL, I was wondering, is the following the correct state of the specifications: begin transcript: $ 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) [universal-darwin10.0, x86_64] .[!] Comp

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 wrote: > 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 'whatever'`). > Th

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

2009-09-15 Thread Conrad Taylor
hould start looking better. > > - Matt > > > > On Tue, Sep 15, 2009 at 2:13 PM, Conrad Taylor wrote: > >> On Thu, Sep 10, 2009 at 11:24 AM, Matt Aimonetti > > wrote: >> >>> Latest trunk code available as an unofficial pkg ready to install: >>> h

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

2009-09-16 Thread Conrad Taylor
rting them in a simple/reproducible example is also super useful. - Matt On Tue, Sep 15, 2009 at 4:20 PM, Conrad Taylor 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,

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 wrote: > Hi Laurent: > > Thanks for your quick reply. I have attached another file that causes a > s

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

2009-09-23 Thread Conrad Taylor
Laurent, I understand that one should use the GC for MacRuby but why do we have such a restriction? Just curious about the history here. Thanks in advance, -Conrad On Wed, Sep 23, 2009 at 3:49 PM, Laurent Sansonetti wrote: > Hi Robert, > > The problem here is dealloc. Same reason, dealloc is ig

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

2009-09-23 Thread Conrad Taylor
this GC, >> but it's all tentative. >> >> Laurent >> >> On Sep 23, 2009, at 3:58 PM, Conrad Taylor wrote: >> >> Laurent, I understand that one should use the GC for MacRuby but why do >>> we have such a restriction? Just curious about

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

2009-09-23 Thread Conrad Taylor
other? > > Sent from my iPhone > > On Sep 23, 2009, at 18:56, Conrad Taylor 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 < > [email protected]> wrot

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, th

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

2009-09-27 Thread Conrad Taylor
pec/bin/mspec ci -B ./spec/macruby.msp...] On Sun, Sep 27, 2009 at 3:04 PM, Laurent Sansonetti wrote: > Hi Conrad > > Yes the llvm revision changed. I generaly advertise it on the list but I > forgot this time. Sorry. > > Check the README file for more info. > > Laurent

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

2009-09-27 Thread Conrad Taylor
hat now 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 'macr

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 .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" "H

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 progr

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

2009-10-07 Thread Conrad Taylor
a) running spec:ci using macrake segmentation fault $ macrake spec:ci unknown: warning: already initialized constant TOPDIR unknown: warning: already initialized constant CONFIG unknown: warning: already initialized constant MAKEFILE_CONFIG Segmentation fault b) running spec:ci using rake abort

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

2009-10-08 Thread Conrad Taylor
ter* 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 >&g

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=detail&aid=27269&group_id=126&atid=578 At this time, the GemSpec supports required_ruby_version but

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 [email protected] 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 [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-15 Thread Conrad Taylor
On Thu, Oct 15, 2009 at 5:03 PM, s.ross 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

Re: [MacRuby-devel] Using Gems in MacRuby

2009-10-16 Thread Conrad Taylor
On Fri, Oct 16, 2009 at 12:16 AM, B. Ohr wrote: > > Am 16.10.2009 um 04:55 schrieb s.ross: > > On Oct 15, 2009, at 6:10 PM, Conrad Taylor wrote: > > On Thu, Oct 15, 2009 at 5:03 PM, s.ross wrote: > >> >> On Oct 15, 2009, at 1:43 PM, Laurent Sansonetti wrote: &

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 wrote: > If the AOT compiler's being used, I wonder if ther

[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) [universal

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. < [email protected]> 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 >

Re: [MacRuby-devel] call for help!

2009-11-01 Thread Conrad Taylor
On Sun, Nov 1, 2009 at 12:36 PM, Laurent Sansonetti wrote: > 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 awesome :-) > > If

Re: [MacRuby-devel] call for help!

2009-11-01 Thread Conrad Taylor
On Sun, Nov 1, 2009 at 5:19 PM, Laurent Sansonetti wrote: > Hi, > > > On Nov 1, 2009, at 5:04 PM, Conrad Taylor wrote: > > On Sun, Nov 1, 2009 at 12:36 PM, Laurent Sansonetti < >> [email protected]> wrote: >> Hi guys, >> >> Things are shaping

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 based

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
ke Laurent does, use > a separate gem home, but on the long run, imo, RubyGems should be enhanced > to take care of this. I, for instance, haven't been able to get RVM to work > (disclaimer: I haven't spent a lot of time trying to get it to work). > > Eloy > > On Nov 2, 2

Re: [MacRuby-devel] rSpec for MacRuby

2009-11-02 Thread Conrad Taylor
On Mon, Nov 2, 2009 at 2:46 AM, Eloy Duran 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 [ -s ~/.rvm/scri

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 wrote: > 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 isn't fully > compatible

Re: [MacRuby-devel] Speed

2009-11-22 Thread Conrad Taylor
On Sun, Nov 22, 2009 at 1:25 AM, Uliano Guerrini wrote: > I'm new to Ruby BECAUSE of MacRuby > > While learning I run this simple exercise (the sum of even fibonacci less > than 4 million) on both MacRuby 0.5.2 and ruby 1.9.1. > > the recursive version runs about 5 times faster on MacRuby and that

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 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 issues with Cucumbe

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 wrote: Also, just so you know this really is a 1.8 vs 1.9 problem and not an MRI vs. MacRuby problem: 7

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

2009-11-29 Thread Conrad Taylor
On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote: > Thanks Jordon: > > I didn't realize that some core Ruby class methods changed for 1.9. I will > update my documentation. > > Bob Rice > > Bob, this has been well documented many months ago in both "Programming Ruby 1.9" by Dave Thomas et al a

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

2009-11-29 Thread Conrad Taylor
On Sun, Nov 29, 2009 at 12:37 PM, Conrad Taylor wrote: > On Sun, Nov 29, 2009 at 10:14 AM, Robert Rice wrote: > >> Thanks Jordon: >> >> I didn't realize that some core Ruby class methods changed for 1.9. I will >> update my documentation. >> >> Bob

Re: [MacRuby-devel] mac & ruby question

2009-12-06 Thread Conrad Taylor
TIm, does gems install correctly with Ruby 1.8.7 which is the default in Snow Leopard? This should be the case. Next, x86_64 is the default under Snow Leopard and your bundles are being correctly. Thus, I would recommend sticking with default compilation settings. For example, the foll

[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 [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

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 wrote: Hey Guys First off, Id like to say im

Re: [MacRuby-devel] mechanize and macgems

2009-12-27 Thread Conrad Taylor
r-1293.html Good luck, -Conrad On Sat, Dec 26, 2009 at 8:04 PM, Conrad Taylor 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,

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 sti

Re: [MacRuby-devel] mechanize and macgems

2009-12-28 Thread Conrad Taylor
Work on a FFI interface for Nokogiri has already been started by the > author, you can find it here: > http://github.com/tenderlove/nokogiri/tree/macruby > > I have no idea on how good or not it works, though. > > Eloy > > On 27 dec 2009, at 09:34, Conrad Taylor wrote: >

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 wrote: > 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 when I > googled the t

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 wrote: > I have to say - Trac seems to be a rather bad way of having architectural > discussions. I've been having a hard time eve

Re: [MacRuby-devel] BirdWatch: Twitter search client written in MacRuby

2010-01-03 Thread Conrad Taylor
Issac, very nice application Issac. -Conrad On Sun, Jan 3, 2010 at 4:51 PM, isaac kearse wrote: > Hey Everyone, > > I just released a MacRuby app that has been sitting on my hard drive for > too long. > You can read about it here: > http://isaac.kearse.co.nz/2010/01/01/birdwatch/ > and get the

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 wrote: > #528: Improve Tail Call Elimination > > -+-- > Reporter: haruki.zae...@… | Owner: lsansone...@… > Type: enhancement | Status: new > P

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

2010-01-06 Thread Conrad Taylor
where I downloaded my Ruby.pdf file from - it has no > credit information. > > I suspect you will have lots of other users upgrading directly from Ruby > 1.8.7 to the new MacRuby. > > Bob Rice > > > On Nov 29, 2009, at 3:38 PM, Conrad Taylor wrote: > > >

[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 [email protected] http://lists.macosforge.or

Re: [MacRuby-devel] MacRuby System Requirements?

2010-02-04 Thread Conrad Taylor
tly using Snow Leopard. Thus, the MacRuby team recommends using Snow Leopard with a 64-bit Intel processor. The options for installing MacRuby are as follows: Snow Leopard Users: - install the nightly build - install from the sources Leopard Users: - install from the sources > On

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 [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

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

2011-08-07 Thread Conrad Taylor
t answer my initial question. I just don't want my Xcode builds to break now that I have things set up properly. -Conrad > 2011/7/24 Conrad Taylor : > > Hi, is it necessary to the install llvm-config or llvm if you're using > Mac > &g

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 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 Reference > Counting

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 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 Reference > Counting

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

2011-11-03 Thread Conrad Taylor
On Thu, Nov 3, 2011 at 3:48 AM, Takao Kouji 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 you can

Re: [MacRuby-devel] A Future for MacRuby

2011-12-23 Thread Conrad Taylor
On Wed, Dec 21, 2011 at 2:45 PM, Dan Farrand wrote: > 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 applications" space. > > H