[MacRuby-devel] [MacRuby] #749: StringScanner doesn't match properly.

2010-06-16 Thread MacRuby
#749: StringScanner doesn't match properly. +--- Reporter: kitchen.a...@… | Owner: lsansone...@… Type: defect | Status: new Priority: minor

Re: [MacRuby-devel] "Cocoa Programming" examples in MacRuby?

2010-06-16 Thread Daniel Lopes
Right now i'm reading the entire book first and after that I will rollback to create the samples... Any help is very welcome. Sent from my iPhone On 16/06/2010, at 20:23, Matthew Ratzloff wrote: Same idea, different book. These examples are for "Cocoa Programming for Mac OS X". h

Re: [MacRuby-devel] "Cocoa Programming" examples in MacRuby?

2010-06-16 Thread Matthew Ratzloff
Same idea, different book. These examples are for "Cocoa Programming for Mac OS X". http://github.com/danielvlopes/HillegassMacRuby -Matt On Wed, Jun 16, 2010 at 1:37 PM, Rich Morin wrote: > I recently received my copy of > > "Cocoa Programming: A Quick-Start Guide for Developers" > Dan

Re: [MacRuby-devel] An error occurs by the build of MacRuby with r4229.

2010-06-16 Thread Watson
Thank you for your quick reply. I found out that this problem is fixed. Thank you! 2010/6/17 Laurent Sansonetti : > Sorry about that... can you retry with r4232 ? > > Thanks, > Laurent > > On Jun 16, 2010, at 3:37 PM, Watson wrote: > >> The error occurred when I builded the MacRuby r4229. >> Ple

Re: [MacRuby-devel] An error occurs by the build of MacRuby with r4229.

2010-06-16 Thread Laurent Sansonetti
Sorry about that... can you retry with r4232 ? Thanks, Laurent On Jun 16, 2010, at 3:37 PM, Watson wrote: > The error occurred when I builded the MacRuby r4229. > Please fix a this error. > > $ RC_ARCHS=x86_64 rake jobs=2 2>&1 | tee build_log.txt > $ cat build_log.txt > --- snip ---

[MacRuby-devel] An error occurs by the build of MacRuby with r4229.

2010-06-16 Thread Watson
The error occurred when I builded the MacRuby r4229. Please fix a this error. $ RC_ARCHS=x86_64 rake jobs=2 2>&1 | tee build_log.txt $ cat build_log.txt --- snip --- /usr/bin/gcc-4.2 -std=c99 -I. -I./include -arch x86_64 -fno-common -pipe -g -Wall -fexceptions -O3 -Wno-deprecated-d

[MacRuby-devel] "Cocoa Programming" examples in MacRuby?

2010-06-16 Thread Rich Morin
I recently received my copy of "Cocoa Programming: A Quick-Start Guide for Developers" Daniel H. Steinberg (Edited by Dave Thomas) Pragmatic Programmers, 2010, ISBN 978-1-93435-630-2 I've gotten about 60 pages into the book and so far, I'm quite impressed. The writing is clean and comforta

Re: [MacRuby-devel] using macruby and rubycocoa on same machine: rb_nibtool conflict

2010-06-16 Thread Michael Shantzis
Hi Laurent, Thank you for responding. Let me tell you what I'm seeing. If I have the following rubycocoa class definition: --- require 'osx/cocoa' class TextField < OSX::NSTextField end -- and go to IB's "Classes" tab, it says that "TextField" inherits from "OSX". I have yet to check w

Re: [MacRuby-devel] [MacRuby] #470: String comparison issues hotcocoa project

2010-06-16 Thread MacRuby
#470: String comparison issues hotcocoa project -+-- Reporter: tvmo...@…| Owner: r...@… Type: defect | Status: new Priority: major| Milestone:

Re: [MacRuby-devel] [MacRuby] #470: String comparison issues hotcocoa project

2010-06-16 Thread MacRuby
#470: String comparison issues hotcocoa project -+-- Reporter: tvmo...@…| Owner: r...@… Type: defect | Status: new Priority: major| Milestone:

Re: [MacRuby-devel] using macruby and rubycocoa on same machine: rb_nibtool conflict

2010-06-16 Thread Laurent Sansonetti
Hi Michael, MacRuby overwrites during installation rb_nibtool with a different version but it should be compatible with RubyCocoa projects. Did you see any compatibility problem? Laurent On Jun 16, 2010, at 7:16 AM, Michael Shantzis wrote: > Greetings, > I'm trying to set up my xcode so I can

Re: [MacRuby-devel] [MacRuby] #462: Net::HTTP Gives "Insecure Operation" When Using HTTPS

2010-06-16 Thread MacRuby
#462: Net::HTTP Gives "Insecure Operation" When Using HTTPS ---+ Reporter: cwdi...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP

2010-06-16 Thread MacRuby
#463: Intermitent crashes with MacRuby 0.5 HEAD (2009/11/26), Ruby threads and RestClient/Net:HTTP ---+ Reporter: ser...@… |Owner: lsansone...@… Type: defect | Status: close

Re: [MacRuby-devel] [MacRuby] #451: Attempting to require "nkf" results in a LoadError

2010-06-16 Thread MacRuby
#451: Attempting to require "nkf" results in a LoadError +--- Reporter: dwein...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: major

Re: [MacRuby-devel] Unclosed quoted field on line 1. (CSV::MalformedCSVError)

2010-06-16 Thread Thibault Martin-Lagardette
Hi! The CSV library has been updated in MacRuby trunk (0.7) a few weeks ago, and it now works: $> macruby t.rb Name,Price Gone with the wind,100.12 Who stole my cheese,104.22 Cocoa Programming with Aaron Hillegasse,42.31 -- Thibault Martin-Lagardette On Jun 13, 2010, at 05:15, Peter Dalmar

Re: [MacRuby-devel] macruby with macport?

2010-06-16 Thread robert gleeson
Hi, "rvm" is useful for keeping up to date with the latest, too. I use it to retrieve "macruby-nightly" every day or so. Thanks, Rob On 15 Jun 2010, at 22:49, Matt Aimonetti wrote: > How would that be simpler than the 1 click installer provided on the website? > http://www.macruby.org/downloa

[MacRuby-devel] using macruby and rubycocoa on same machine: rb_nibtool conflict

2010-06-16 Thread Michael Shantzis
Greetings, I'm trying to set up my xcode so I can create and author both macruby and rubycocoa projects. When I have them both loaded and try to have IB understand my ruby-based subclasses, it seems to be using the macruby version of rb_nibtool. I'll guess that someone out there knows the mechanis

Re: [MacRuby-devel] Can't load YAML file

2010-06-16 Thread Matt Aimonetti
What version are you on? YAML works great for me, can you try to run the example using YAML from: /Developer/Examples/Ruby/MacRuby/YamlTable Let us know how it goes. Maybe the API you are using isn't support, I would recommend to use the following instead: areasArray = YAML.load_file('areas.yaml

[MacRuby-devel] Can't load YAML file

2010-06-16 Thread Peter Dalmaris
Hello, I am trying to import a YAML file like this: yamlData = "areas.yaml" areasArray = YAML.load(File.open(yamlData)) This fails, and I am getting this error message: unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring alias unknown: warning: ignoring