[MacRuby-devel] [MacRuby] #590: Process.spawn causes abort trap

2010-02-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Test case: {{{ a, b = IO.pipe pid = Process.spawn("echo hello world", STDOUT => b) Process.wait(pid)

Re: [MacRuby-devel] [MacRuby] #571: #respond_to? should return false for unimplemented methods

2010-02-01 Thread MacRuby
: blocker |Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #378: Macruby 0.5 allows instantiation of a Module instance

2010-02-01 Thread MacRuby
#378: Macruby 0.5 allows instantiation of a Module instance ---+ Reporter: keith.gautre...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #589: Build error (svn 3396)

2010-02-02 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Comment(by valerii.hi...@…): Thanks, fixed -- Ticket URL: <http://www.macruby.org/trac/ticket/589#commen

[MacRuby-devel] [MacRuby] #591: IB crashing on loading .xib files from my macruby template

2010-02-02 Thread MacRuby
#591: IB crashing on loading .xib files from my macruby template +--- Reporter: asimplech...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #592: No such file to load -- ubygems (LoadError)

2010-02-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: LoadError -+-- After a fresh install of MacRuby 0.5 (the zipped-up installer .pkg), the macruby binary

Re: [MacRuby-devel] [MacRuby] #592: No such file to load -- ubygems (LoadError)

2010-02-02 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: LoadError -+-- Comment(by lsansone...@…): I suspect you happen to have a RUBYOPT environment variable set

[MacRuby-devel] [MacRuby] #593: Website: use git svn clone

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Proposed change to https://www.macruby.org/source.html While "git clone" of the mi

Re: [MacRuby-devel] [MacRuby] #593: Website: use git svn clone

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): 99.9% of the users won't push changes back upstream. Also I wond

Re: [MacRuby-devel] [MacRuby] #591: IB crashing on loading .xib files from my macruby template

2010-02-02 Thread MacRuby
#591: IB crashing on loading .xib files from my macruby template +--- Reporter: asimplech...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #593: Website: use git svn clone

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by ernest.prabha...@…): Yeah, you may be right (still waiting, although I pulled

Re: [MacRuby-devel] [MacRuby] #593: Website: use git svn clone

2010-02-02 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: wontfix Keywords: | +--- Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #579: i386 compilation doesn't work

2010-02-02 Thread MacRuby
stone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Looks like the AOT compiler is broken for 32-bit targets. {{{ $ cd /tmp $ echo 'p

[MacRuby-devel] [MacRuby] #594: Not all methods visible to objective-c calls

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- The following code is taken from http://code.reflectivepixel.com/post/103638573/require-hotcocoa-framework- webkit

[MacRuby-devel] [MacRuby] #595: our YAML library does not honor #add_builtin_type

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ rails 3 uses the following code that does not work on macruby because the add_builtin_type method is

[MacRuby-devel] [MacRuby] #596: Unable to install gems with macgem

2010-02-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- I am unable to run macgem to install any gems, I get an error about character encoding in time.rb, although using

[MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-03 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: GCD async method --+- Trying to run this: ## Fibionti example showing Grand Central Dispatch in action

Re: [MacRuby-devel] [MacRuby] #584: BigMath.sqrt always returns NaN

2010-02-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Comment(by maxime.curi...@…): The problem seems to be more of a general difference between ruby 1.8 and

[MacRuby-devel] [MacRuby] #598: EXC_BAD_ACCESS when *splatting arguments in method call

2010-02-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- The following class causes the below stack trace and a crash. Removing the line with the splat fixes it

Re: [MacRuby-devel] [MacRuby] #584: BigMath.sqrt always returns NaN

2010-02-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Comment(by maxime.curi...@…): Sorry about the misprint for ruby 1.9: # ruby -v => ruby 1.9.2dev (2

Re: [MacRuby-devel] [MacRuby] #584: BigMath.sqrt always returns NaN

2010-02-03 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: -+-- Comment(by hghoe...@…): Replying to [comment:2 maxime.curi...@…]: The "correct" way to chec

Re: [MacRuby-devel] [MacRuby] #598: EXC_BAD_ACCESS when *splatting arguments in method call

2010-02-03 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by martinlagarde...@…): Hi! Thanks for the report, but could you give a little more information? It is

[MacRuby-devel] [MacRuby] #599: improve reliability of LLVM build instructions

2010-02-03 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Since MacRuby currently depends on specific LLVM revisions it is a good idea to make sure

Re: [MacRuby-devel] [MacRuby] #354: Bundling framework in SL release build will not run on Leopard

2010-02-03 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by ca...@…): Laurent, I think this is still an issue in 0.5 final. What did you mean with

Re: [MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-03 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: GCD async method --+- Changes (by ernest.prabha...@…): * owner: lsansone

Re: [MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-03 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: GCD async method --+- Comment(by ernest.prabha...@…): Well, it works for q.sync

Re: [MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-03 Thread MacRuby
Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: GCD async method | --+- Changes (by

Re: [MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-03 Thread MacRuby
Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: GCD async method | --+- Comment(by

[MacRuby-devel] [MacRuby] #600: hash access

2010-02-03 Thread MacRuby
: MacRuby 0.6 Component: MacRuby |Keywords: hash -+-- Here are a couple of examples that probably should not behave like that. {{{ >> NSUserDefaults.standardUserDe

Re: [MacRuby-devel] [MacRuby] #548: The flip-flop operator

2010-02-03 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by martinlagarde...@…): * status

Re: [MacRuby-devel] [MacRuby] #354: Bundling framework in SL release build will not run on Leopard

2010-02-03 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Our framework does not support both Leopard and SnowLeopard. You can

[MacRuby-devel] [MacRuby] #601: hashes with empty values cannot writeToFile

2010-02-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- In objective c, empty values in nsdictionaries are handled by using the NSNull placeholder. Macruby replaces

[MacRuby-devel] [MacRuby] #602: File.dirname cuts string at wrong index with unicode strings

2010-02-04 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: string path dirname unicode encoding utf-8

Re: [MacRuby-devel] [MacRuby] #601: hashes with empty values cannot writeToFile

2010-02-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by lastobe...@…): this is invalid, and came from my confusing setValue:forKey with setObject:forKey

Re: [MacRuby-devel] [MacRuby] #354: Bundling framework in SL release build will not run on Leopard

2010-02-04 Thread MacRuby
: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- Comment(by ca...@…): Replying to [comment:4 lsansone...@…]: > Our framework does not support b

Re: [MacRuby-devel] [MacRuby] #597: Dispatch Queue async method inconsistent results

2010-02-04 Thread MacRuby
Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords: GCD async method | --+- Comment(by

[MacRuby-devel] [MacRuby] #603: error handling breaks causing a WIN32API load error to escape from tmpdir

2010-02-04 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Using bacon, Tempfile and error handling at the same time causes a WIN32API load attempt in tmpdir with

Re: [MacRuby-devel] [MacRuby] #603: error handling breaks causing a WIN32API load error to escape from tmpdir

2010-02-04 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): {{{ $ macruby /tmp/test.rb A description - shouldn't di

Re: [MacRuby-devel] [MacRuby] #602: File.dirname cuts string at wrong index with unicode strings

2010-02-05 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: string path dirname unicode encoding utf-8

[MacRuby-devel] [MacRuby] #604: EXC_BAD_ACCESS while opening stream

2010-02-05 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ I've recently started a new project using MacRuby 0.5, in which I have some classes in ObjC brought

[MacRuby-devel] [MacRuby] #605: Crash when unpacking a string

2010-02-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Executing something like `p ByteString.new("").unpack('a8')` crashes MacRuby.

[MacRuby-devel] [MacRuby] #606: Zlib::Inflate crashing

2010-02-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Executing `require 'zlib'; Zlib::Inflate.inflate("Test")` on trunk (As of 20100206) crashes macru

Re: [MacRuby-devel] [MacRuby] #604: EXC_BAD_ACCESS while opening stream

2010-02-05 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): It's kind of hard to know what's happening here, I don't know

Re: [MacRuby-devel] [MacRuby] #576: It's possible to close STDOUT (and presumably other standard IO streams)

2010-02-06 Thread MacRuby
new Priority: critical | Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by matt...@…): Actually I just tried this on the l

Re: [MacRuby-devel] [MacRuby] #604: EXC_BAD_ACCESS while opening stream

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Laurent: the crash comes from the fact that rb_f_open receives argc == 4

Re: [MacRuby-devel] [MacRuby] #589: Build error (svn 3396)

2010-02-08 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by martinlagarde...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #588: ld: library not found for -lLLVMBitWriter for macrubyc --static

2010-02-08 Thread MacRuby
: major | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Old description: > {{{ > > vishnugo...@hor-fgh226:Code/Sandbox/macruby-test %

Re: [MacRuby-devel] [MacRuby] #590: Process.spawn causes abort trap

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): The Process class implementation is still incomplete for now. However, the current

Re: [MacRuby-devel] [MacRuby] #596: Unable to install gems with macgem

2010-02-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: duplicate Keywords:| --+- Changes (by martinlagarde...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #587: macgem fails on 32 bits machines ("too short escaped multibyte character") (was: macgem fails with error)

2010-02-08 Thread MacRuby
Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Changes (by martinlagarde...@…): * cc: dar...@… (added) Old description: > On 32bit M

Re: [MacRuby-devel] [MacRuby] #583: macgem doesn't work with the latest trunk

2010-02-08 Thread MacRuby
major| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Hi! Could you try with the latest trunk? T

Re: [MacRuby-devel] [MacRuby] #582: Segmentation fault using ScriptingBridge

2010-02-08 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by martinlagarde...@…): * status: new => clo

Re: [MacRuby-devel] [MacRuby] #582: Segmentation fault using ScriptingBridge

2010-02-08 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by martinlagarde...@…): * milestone: => MacRuby

Re: [MacRuby-devel] [MacRuby] #580: popen3 causes abort trap

2010-02-08 Thread MacRuby
: Component: MacRuby| Resolution: duplicate Keywords: | ---+ Changes (by martinlagarde...@…): * status: new => closed * resolution: => dup

Re: [MacRuby-devel] [MacRuby] #590: Process.spawn causes abort trap

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Changes (by martinlagarde...@…): * cc: cwdi...@… (added) -- Ticket URL: <http://www.macruby.org/trac/ticket/

Re: [MacRuby-devel] [MacRuby] #577: EXC_BAD_ACCESS in IO.read

2010-02-08 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): hi Jimmy! Thanks for the very detailed bug report![[BR]] But why are you unable to build

[MacRuby-devel] [MacRuby] #607: macruby_main() argv transformation prevents passing arguments to the Ruby app

2010-02-08 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- I have a MacRuby Cocoa app named FooBar, but I cannot pass any arguments

Re: [MacRuby-devel] [MacRuby] #577: EXC_BAD_ACCESS in IO.read

2010-02-08 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by j...@…): I'm now able to build trunk (after updating to latest). I've been digging around for this

Re: [MacRuby-devel] [MacRuby] #576: It's possible to close STDOUT (and presumably other standard IO streams)

2010-02-08 Thread MacRuby
new Priority: critical | Milestone: MacRuby 0.5 Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Laurent, should we close th

Re: [MacRuby-devel] [MacRuby] #577: EXC_BAD_ACCESS in IO.read

2010-02-08 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): I'll check with Laurent first anyway, we will see if the bugs are related, or two diff

[MacRuby-devel] [MacRuby] #608: rb_str_format() does not handle the "field width" flag for strings

2010-02-08 Thread MacRuby
atus: new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Ruby: {{{ ruby -e 'puts "%-10s

Re: [MacRuby-devel] [MacRuby] #570: Some STDOUT write function doesn't handle spaces or tabs correctly or something

2010-02-08 Thread MacRuby
losed Priority: blocker |Milestone: Component: MacRuby | Resolution: duplicate Keywords: | -+-- Changes (by martinla

Re: [MacRuby-devel] [MacRuby] #569: macrake crashes with abort trap when compiling Phusion Passenger

2010-02-08 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Old description: > How to reproduce: > {{{ > $ git clone git://github.com/Foo

Re: [MacRuby-devel] [MacRuby] #564: Scoping within nested classes is broken

2010-02-08 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby| Resolution: fixed Keywords: module | ---+ Changes (by martinlagarde

[MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

2010-02-08 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- clone_test.rb {{{ module A CONST_A = 1 def method_a; end end B = A.clone [A, B

Re: [MacRuby-devel] [MacRuby] #558: unable to require files.

2010-02-08 Thread MacRuby
#558: unable to require files. -+-- Reporter: tvmo...@…| Owner: lsansone...@… Type: defect | Status: new Priority: blocker | Milestone: MacRuby 0.5

Re: [MacRuby-devel] [MacRuby] #560: __method__ and __callee__ always return nil

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by martinlagarde...@…): Hi! They have not been implemented, because it uses the stack trace, and we

[MacRuby-devel] [MacRuby] #610: Creating static executable using --static does not work

2010-02-08 Thread MacRuby
Priority: blocker | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- I get the following error when trying to create a standalone executable

Re: [MacRuby-devel] [MacRuby] #604: EXC_BAD_ACCESS while opening stream

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): We need to find out what's going wrong exactly. I suspect io.c overwrit

Re: [MacRuby-devel] [MacRuby] #588: ld: library not found for -lLLVMBitWriter for macrubyc --static

2010-02-08 Thread MacRuby
: major | Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Thibault, the problem is that the --static mode requires the

Re: [MacRuby-devel] [MacRuby] #577: EXC_BAD_ACCESS in IO.read

2010-02-08 Thread MacRuby
: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): I think there is a design issue definitely, we should address this in 0.6. -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #610: Creating static executable using --static does not work

2010-02-08 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: duplicate Keywords:| --+- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #608: rb_str_format() does not handle the "field width" flag for strings

2010-02-08 Thread MacRuby
atus: new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by danielcavan...@…): you're

Re: [MacRuby-devel] [MacRuby] #567: macirb can't exit after trying to load a gem that doesn't exit

2010-02-08 Thread MacRuby
atus: new Priority: blocker | Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Hey Matt, could you check

Re: [MacRuby-devel] [MacRuby] #579: i386 compilation doesn't work

2010-02-08 Thread MacRuby
stone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by martinlagarde...@…): Hi Carlo! This should be fixed with r3456. Could you please check? Thanks

[MacRuby-devel] [MacRuby] #611: Error decoding JSON floating point number

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- JSON decoding of floating point numbers sometimes loses accuracy. e.g. {{{ '{"http:\/\/www.sc

[MacRuby-devel] [MacRuby] #612: RegexpError: too short escaped multibyte character

2010-02-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Introduced in r3459 it seems that regular expressions that use escape codes fail with a RegexpError

Re: [MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

2010-02-09 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Hi! Thanks for the bug report :-) I analyzed the issue a

Re: [MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

2010-02-09 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Just to explain what issues the diff tries to correct: - in

Re: [MacRuby-devel] [MacRuby] #553: Fixnum Does Not Appear to Map to NSNumber

2010-02-09 Thread MacRuby
|Milestone: Component: MacRuby| Resolution: invalid Keywords: | ---+ Changes (by martinlagarde...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #612: RegexpError: too short escaped multibyte character

2010-02-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by cehoff...@…): These changes are specifically the ones that bring up the RegexpError

Re: [MacRuby-devel] [MacRuby] #599: improve reliability of LLVM build instructions

2010-02-09 Thread MacRuby
: blocker |Milestone: Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by pthom...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #608: rb_str_format() does not handle the "field width" flag for strings

2010-02-09 Thread MacRuby
atus: new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by danielcavan...@…): ok, i've f

Re: [MacRuby-devel] [MacRuby] #608: rb_str_format() does not handle the "field width" flag for strings

2010-02-09 Thread MacRuby
atus: new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Excellent work! I

Re: [MacRuby-devel] [MacRuby] #612: RegexpError: too short escaped multibyte character

2010-02-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): It looks like the re.c bug is haunting us again. Let's hope it

Re: [MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

2010-02-09 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Looks good, please go ahead and commit :-) -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #579: i386 compilation doesn't work

2010-02-09 Thread MacRuby
stone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by ca...@…): Thanks! I'll take a look as soon as I have a bit more free time (lots of client work at

Re: [MacRuby-devel] [MacRuby] #609: Constants and methods are not copied when cloning modules

2010-02-10 Thread MacRuby
: major|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by martinlagarde...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: class, instance -+-- Description changed by martinlagarde...@…: Old description: > The mime-types gem ha

Re: [MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: class, instance -+-- Description changed by martinlagarde...@…: Old description: > The mime-types gem ha

Re: [MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: class, instance -+-- Description changed by martinlagarde...@…: Old description: > The mime-types gem ha

Re: [MacRuby-devel] [MacRuby] #549: Class variables are not initialised properly.

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: class, instance -+-- Comment(by martinlagarde...@…): Hi Sorin! Thanks for the report. Are you sure, though

Re: [MacRuby-devel] [MacRuby] #545: MacRuby.framework fails to work with Xcode

2010-02-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: framework -+-- Changes (by martinlagarde...@…): * cc: dognot...@… (added) Comment: Hi! Can you verify this is still

Re: [MacRuby-devel] [MacRuby] #547: macirb doesn't work, but macruby does

2010-02-10 Thread MacRuby
#547: macirb doesn't work, but macruby does --+- Reporter: rensela...@… | Owner: lsansone...@… Type: defect| Status: new Priority: bl

Re: [MacRuby-devel] [MacRuby] #546: REXML text.rb fails: premature end of char-class

2010-02-10 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: duplicate Keywords: 0.5 rexml text.rb premature | -+-- Changes (by

Re: [MacRuby-devel] [MacRuby] #612: RegexpError: too short escaped multibyte character

2010-02-10 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Should we close this bug? We have plenty of bug report about errors

Re: [MacRuby-devel] [MacRuby] #544: NSBigMutableString#tr crashes

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: +--- Comment(by martinlagarde...@…): In `string.c:str_charset_find:2901`, the following debug

Re: [MacRuby-devel] [MacRuby] #517: Installer crashes (if not admin?)

2010-02-10 Thread MacRuby
| Milestone: MacRuby 0.5 Component: MacRuby |Keywords: --+- Changes (by martinlagarde...@…): * cc: paulhenryda...@… (added) Comment: Hi! Do you have any

Re: [MacRuby-devel] [MacRuby] #520: Confusion in data type names for Core OpenGL

2010-02-10 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: pointer Core OpenGL data types confusion --+- Comment(by martinlagarde

Re: [MacRuby-devel] [MacRuby] #537: Missing Time#strftime formatter: "%P"

2010-02-10 Thread MacRuby
ty: minor | Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Laurent, what's our take on this? Right now we're using the syste

<    10   11   12   13   14   15   16   17   18   19   >