[MacRuby-devel] hpricot and macruby?

2011-05-04 Thread macruby
With: MacRuby 0.10 (ruby 1.9.2) [universal-darwin10.0, x86_64] and having done successfully: macgem install hpricot ... I get this when trying to use the actual gem: dyld: lazy symbol binding failed: Symbol not found: _rb_enc_to_index Referenced from: /Library/Frameworks/MacRuby.framework

Re: [MacRuby-devel] Strange NSDate behavior building 32 bit v 64 bit (Richard Sepulveda)

2011-02-01 Thread macruby
all 3 versions - Bignum.to_f is broken in all 3 versions - I believe the to_f method is behind all of these problems but i haven't had time to find the problem nor a solution. Your problems with #to_f are due to the fact that 32-bit MacRuby stores floats in 30 bits (MRI stores them in obj

Re: [MacRuby-devel] Thread safety in apply example?

2011-01-22 Thread macruby
sizing the array beforehand (a very good idea) is safe, unless someone can definitively state that no one (inc. MacRuby) will be modifying/moving/otherwise manipulating this mutable object while you are a bit of a disappointment, since a) we know resizing occurs far less frequently then access

Re: [MacRuby-devel] Fibers and Enumerators

2010-08-13 Thread macruby
impl : they are not nearly as lightweight as you might think). So: while I understand Easco's example, I don't see Fibers as unique, or nec. top choice, for a clean design of this scenario. Perhaps this topic should go offline, since this is leaving the land of MacRuby [direct

Re: [MacRuby-devel] Fibers and Enumerators

2010-08-13 Thread macruby
still leaning towards: this is a small portion of [any] code, perhaps not unlike the modifications one must do moving from Ruby 1.8 + scripting bridge => MacRuby -Daniel On Fri, 13 Aug 2010 10:15:35 -0700 "Ernest N. Prabhakar, Ph.D." wrote: Hi Easco, On Aug 13, 2010, at 8

Re: [MacRuby-devel] Fibers and Enumerators

2010-08-12 Thread macruby
a lot of people very excited. Any external libraries that make use of Fibers or External Enumerators stand a good chance of not working in MacRuby. In that case MacRuby becomes "Mac-MostOfRuby" which makes it harder to adopt... etc. I'd rather that didn't happen. P

[MacRuby-devel] [MacRuby] #835: Abort occurs when kills the MainThread.

2010-08-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!ruby $ cat test_thread_kill.rb Thread.new { i = 0 loop do p i i += 1

[MacRuby-devel] [MacRuby] #834: Inspecting a string with multibyte characters from an application prints escaped characters

2010-08-07 Thread MacRuby
| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: interactive-macruby -+-- When printing these from a running Cocoa app

Re: [MacRuby-devel] [MacRuby] #833: Pre defined variables not being set

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

Re: [MacRuby-devel] [MacRuby] #833: Pre defined variables not being set

2010-08-07 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by macc...@…): Ah, your example works, I wasn't using a begin/rescue block - just in macirb. Sorry, in

Re: [MacRuby-devel] [MacRuby] #831: Received request header with Webrick HTTPD is broken after GC is executed.

2010-08-06 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): After looking more, the issue seems related

Re: [MacRuby-devel] [MacRuby] #833: Pre defined variables not being set

2010-08-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Could you be more specific? $! seems to be set after an exception: {{{ $ macruby -e '

[MacRuby-devel] [MacRuby] #833: Pre defined variables not being set

2010-08-06 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ A lot of the predefined variables are not being set, such as $! after an exception. See http://www.zenspider.com/Languages

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-06 Thread MacRuby
s: reopened Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: Keywords:| --+- Changes (by watson1...@…):

Re: [MacRuby-devel] [MacRuby] #831: Received request header with Webrick HTTPD is broken after GC is executed.

2010-08-06 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): I'm now able to repro this crash on m

Re: [MacRuby-devel] [MacRuby] #832: “Thread.a bort_on_exception = true” does not raise the exce ption in the main thread.

2010-08-06 Thread MacRuby
: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone

[MacRuby-devel] [MacRuby] #832: “Thread.a bort_on_exception = true” does not raise the exce ption in the main thread.

2010-08-06 Thread MacRuby
: new Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- {{{ % ruby19 -e 'Thread.abort_on_exception =

Re: [MacRuby-devel] [MacRuby] #831: Received request header with Webrick HTTPD is broken after GC is executed.

2010-08-06 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): I tried on another iMac with MacRuby Nightly

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

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

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): I confirm the problem is BridgeSupport. To work around this

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): I suspect the problem comes from the BridgeSupport file that

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Already checked, it is. In `AppKit.bridgesupport`: {{{ #!xml

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Changes (by lsansone...@…): * milestone: MacRuby 0.7 => Comment: I suspect the method is

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Ok now I understand the problem. I managed to workaround the

Re: [MacRuby-devel] [MacRuby] #831: Received request header with Webrick HTTPD is broken after GC is executed.

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): It seems to work on my environment

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by m...@…): Items are supposed to be disabled when #validateUserInterfaceItem: returns

Re: [MacRuby-devel] [MacRuby] #830: Assertion fails when calls undef with Symbol including expression interpolation.

2010-08-05 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Thanks a lot. However, I also forgot to ask, but what version of

Re: [MacRuby-devel] [MacRuby] #527: Segmentation fault when stack overflows

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: stack overflow segfault -+-- Comment(by martinlagarde...@…): > "Catching the signal wouldnt help here as I&

[MacRuby-devel] [MacRuby] #831: Received request header with Webrick HTTPD is broken after GC is executed.

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!ruby $ cat test.rb require 'open-uri'

[MacRuby-devel] [MacRuby] #830: Assertion fails when calls undef with Symbol including expression interpolation.

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!ruby $ cat test_undef.rb # '[ruby-dev:

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-05 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Comment(by m...@…): Attached is an minimal Xcode project that reproduces the problem. -- Ticket

[MacRuby-devel] [MacRuby] #829: Retrieving a list of local variables from a Binding instance fails

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: dietrb -+-- {{{ % macruby -e "b = Object.new.instance_eval { binding }; ev

Re: [MacRuby-devel] [MacRuby] #828: A NameError, raised from evalling, gets the wrong constant name.

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: dietrb -+-- Comment(by eloy.de.en...@…): FYI This is not a big problem, just a

[MacRuby-devel] [MacRuby] #828: A NameError, raised from evalling, gets the wrong constant name.

2010-08-05 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: dietrb -+-- {{{ % macruby -e 'module X; eval("Lost", TOPLEVE

[MacRuby-devel] [MacRuby] #827: Assertion fails when calls String#tr and String#tr! with replace string to above-mentioned "\u0000FFFF".

2010-08-05 Thread MacRuby
e: defect| Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!r

Re: [MacRuby-devel] [MacRuby] #527: Segmentation fault when stack overflows

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: stack overflow segfault -+-- Comment(by lsansone...@…): Catching the signal wouldnt help here as I'm pretty

Re: [MacRuby-devel] [MacRuby] #826: Symbol#instance_eval raises a TypeError

2010-08-05 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: dietrb | -+-- Changes (by lsansone...@…): * status: new

[MacRuby-devel] [MacRuby] #826: Symbol#instance_eval raises a TypeError

2010-08-05 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: dietrb -+-- {{{ % macruby -e ':foo.instance_eval { p self }' /Users/eloy/code/MacRuby/tru

Re: [MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-04 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- Old description: > The following implementation of #validateUserInterfaceItem: had no effect >

Re: [MacRuby-devel] [MacRuby] #527: Segmentation fault when stack overflows

2010-08-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: stack overflow segfault -+-- Comment(by martinlagarde...@…): Updating status of the bug following #822: It could

Re: [MacRuby-devel] [MacRuby] #822: Calling a method recursively causes a Segmentation fault

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

Re: [MacRuby-devel] [MacRuby] #825: Segfault occurs with Iconv#iconv and Iconv.iconv when calls that nil is specified for string.

2010-08-04 Thread MacRuby
: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Currently, MacRuby doesn&#

[MacRuby-devel] [MacRuby] #825: Segfault occurs with Iconv#iconv and Iconv.iconv when calls that nil is specified for string.

2010-08-04 Thread MacRuby
: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- {{{ #!ruby $ cat test_iconv.rb require '

Re: [MacRuby-devel] [MacRuby] #779: Segfault occurs when use Struct which set Struct's instance to member.

2010-08-04 Thread MacRuby
losed Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsa

Re: [MacRuby-devel] [MacRuby] #779: Segfault occurs when use Struct which set Struct's instance to member.

2010-08-04 Thread MacRuby
pened Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: Keywords:| --+- Changes (by wa

Re: [MacRuby-devel] [MacRuby] #779: Segfault occurs when use Struct which set Struct's instance to member.

2010-08-04 Thread MacRuby
losed Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Comment(by watson1...@…):

[MacRuby-devel] [MacRuby] #824: Calls to #validateUserInterfaceItem: have no effect

2010-08-04 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- The following implementation of #validateUserInterfaceItem: had no effect when added to a window

[MacRuby-devel] [MacRuby] #823: ActiveSupport 3 RC1 Not working

2010-08-04 Thread MacRuby
: Component: MacRuby|Keywords: ---+ The following code: require "active_support/all" Raises: incompatible character encodings: UTF-8 and ASCII-8BIT

[MacRuby-devel] [MacRuby] #822: Calling a method recursively causes a Segmentation fault

2010-08-04 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ The following code produces a Segmentation fault: def test test end Maybe you want to raise a

Re: [MacRuby-devel] [MacRuby] #749: Regexp issues / crashes affecting StringScanner

2010-08-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): OK I now repro this all the time in 10.6.4. -- Ticket URL

Re: [MacRuby-devel] [MacRuby] #802: Assertion or Segfault occurs when calls the Zlib::Deflate.deflate.

2010-08-04 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsansone...@…): * status

Re: [MacRuby-devel] [MacRuby] #821: uncached ObjC stub - Abort trap

2010-08-04 Thread MacRuby
: Component: MacRuby |Keywords: +--- Changes (by lsansone...@…): * milestone: MacRuby 0.7 => Comment: Please don't use static compilation for the moment, it

Re: [MacRuby-devel] [MacRuby] #786: MacRuby does not finish when more exceptions is generated on same Thread almost at the same time.

2010-08-04 Thread MacRuby
#786: MacRuby does not finish when more exceptions is generated on same Thread almost at the same time. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect

[MacRuby-devel] [MacRuby] #821: uncached ObjC stub - Abort trap

2010-08-04 Thread MacRuby
#821: uncached ObjC stub - Abort trap +--- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby

Re: [MacRuby-devel] [MacRuby] #790: Exception is not generated when calls Thread.stop with only one thread.

2010-08-04 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by lsansone

Re: [MacRuby-devel] [MacRuby] #790: Exception is not generated when calls Thread.stop with only one thread.

2010-08-04 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): With the following patch, it would be fixed. :D

Re: [MacRuby-devel] [MacRuby] #653: Rev 3938 does not compile in Leopard

2010-08-03 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: wontfix Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolut

Re: [MacRuby-devel] [MacRuby] #586: "macgem build" fails.

2010-08-03 Thread MacRuby
#586: "macgem build" fails. -+-- Reporter: r...@…|Owner: lsansone...@… Type: defect | Status: closed Priority: major|Milestone

Re: [MacRuby-devel] [MacRuby] #633: Segmentation fault using Net::SMTP on background thread

2010-08-03 Thread MacRuby
: major |Milestone: Component: MacRuby| Resolution: invalid Keywords: | ---+ Changes (by lsansone...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #806: bundler does not work due to missing Gem::Specification::MatchPlatform

2010-08-03 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): I wrote a simple gemfile {{{ source "http://rubygem

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-03 Thread MacRuby
tus: closed Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes

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

2010-08-03 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -+-- Comment(by martinlagarde...@…): This looks fixed indeed

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-03 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): Please forget the change o

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-03 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): It is necessary for "t->stat

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

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

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-02 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): When writing MacRuby we prefer to che

Re: [MacRuby-devel] [MacRuby] #741: All character encoding of the string become UTF-8 when use force_encoding.

2010-08-02 Thread MacRuby
Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by

Re: [MacRuby-devel] [MacRuby] #791: Array#hash is broken.

2010-08-02 Thread MacRuby
: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Array#hash is actually NSArray#hash which is... quite naive, it returns the number of elements

Re: [MacRuby-devel] [MacRuby] #819: Getting references to Method instances leads to segfault

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

Re: [MacRuby-devel] [MacRuby] #749: Regexp issues / crashes affecting StringScanner

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Looks like it crashes during finalization. Could you reduce

Re: [MacRuby-devel] [MacRuby] #749: Regexp issues / crashes affecting StringScanner

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Comment(by martinlagarde...@…): Yep, still regexp1 and regexp2 both still crash

Re: [MacRuby-devel] [MacRuby] #819: Getting references to Method instances leads to segfault

2010-08-02 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Looks like Method#== is broken when used on Method

Re: [MacRuby-devel] [MacRuby] #818: NSBitmapImageRep#bitmapData returns empty String

2010-08-02 Thread MacRuby
Priority: major| Milestone: Component: MacRuby |Keywords: bitmap,NSBitmapImageRep, @nsBitmapImageRepObj.bitmapData

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

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

Re: [MacRuby-devel] [MacRuby] #676: MacRuby 0.6 requires g++ 4.2 in Leopard

2010-08-02 Thread MacRuby
#676: MacRuby 0.6 requires g++ 4.2 in Leopard +--- Reporter: came...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: critical

Re: [MacRuby-devel] [MacRuby] #766: macrake overrides /usr/bin/rake (was: Problems building "any" revision of trunk)

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Renamed summary accordingly. -- Ticket URL: <http://www.macruby.org/trac/tic

Re: [MacRuby-devel] [MacRuby] #792: Hash#delete while iterating is broken.

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

Re: [MacRuby-devel] [MacRuby] #793: Iterator is executed more when calls Hash#shift in Hash's Iterator.

2010-08-02 Thread MacRuby
losed Priority: blocker |Milestone: Component: MacRuby | Resolution: wontfix Keywords:| --+- Changes (by lsansone...@…): * s

Re: [MacRuby-devel] [MacRuby] #727: re.h header missing

2010-08-02 Thread MacRuby
: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * status: new => closed * resolution: => fixed * mil

Re: [MacRuby-devel] [MacRuby] #727: re.h header missing

2010-08-02 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): The header is indeed small and could be emulated. However, apparently we already do ship an empty re.h file

Re: [MacRuby-devel] [MacRuby] #742: Encoding is always UTF-8 (?)

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): MacRuby doesn't really honor the script encoding setting. It uses UTF-8 by defaul

Re: [MacRuby-devel] [MacRuby] #749: Regexp issues / crashes affecting StringScanner

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: +--- Changes (by lsansone...@…): * milestone: MacRuby 0.7 => Comment: Well, I tried

Re: [MacRuby-devel] [MacRuby] #788: "rake clean" should ensure no cruft in MacRuby.framework search path

2010-08-02 Thread MacRuby
s: closed Priority: minor |Milestone: Component: MacRuby | Resolution: wontfix Keywords: | +-

Re: [MacRuby-devel] [MacRuby] #795: macirb: GCD inconsistently copies local variables inside blocks (was: GCD inconsistently copies local variables inside blocks)

2010-08-02 Thread MacRuby
Priority: critical| Milestone: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): I believe this problem only

Re: [MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

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

Re: [MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Reduction: {{{ ./miniruby -e "p readlines" }}} -- Ticket

Re: [MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by lsansone...@…): Nevermind, my copy of macruby was corrupted. I now get the real crash :-) -- Ticket

Re: [MacRuby-devel] [MacRuby] #814: SegFault running CGI script from command line

2010-08-02 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Changes (by lsansone...@…): * milestone: MacRuby 0.7 => Comment: It crashes differently here. {{{ (

Re: [MacRuby-devel] [MacRuby] #820: raising alternative Exception object in rescue block does not work.

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

Re: [MacRuby-devel] [MacRuby] #794: `pthread_mutex_unlock(&t->sleep_mutex)' failed: Invalid argument (22)

2010-08-02 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): An error occurs when pthread_mutex_

Re: [MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2010-08-01 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… |Owner: lsansone...@… Type: defect

Re: [MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2010-08-01 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… |Owner: lsansone...@… Type: defect

Re: [MacRuby-devel] [MacRuby] #820: raising alternative Exception object in rescue block does not work.

2010-08-01 Thread MacRuby
Priority: major | Milestone: MacRuby 0.6 Component: MacRuby |Keywords: +--- Comment(by cheke...@…): Before run the test, I changed the message in rescue block from

[MacRuby-devel] [MacRuby] #820: raising alternative Exception object in rescue block does not work.

2010-08-01 Thread MacRuby
Priority: major | Milestone: MacRuby 0.6 Component: MacRuby |Keywords: +--- When raise an Exception object in rescue block, the rescued object is raised. {{{ def

Re: [MacRuby-devel] [MacRuby] #817: External iterators returning nil

2010-08-01 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by watson1...@…): It seems that the external iterator is not yet implemented.[[BR]] The external

Re: [MacRuby-devel] [MacRuby] #819: Getting references to Method instances leads to segfault

2010-07-30 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Replying to [comment:1 lsansone...@…]: > J

Re: [MacRuby-devel] [MacRuby] #819: Getting references to Method instances leads to segfault

2010-07-30 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by lsansone...@…): Just curious, does it still crash if you disable

[MacRuby-devel] [MacRuby] #819: Getting references to Method instances leads to segfault

2010-07-30 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: -+-- As discussed with Laurent, it was hard to reduce the problem. Hence, here are

Re: [MacRuby-devel] [MacRuby] #281: Bundles pointing to local MacRuby installation instead of embedded

2010-07-30 Thread MacRuby
#281: Bundles pointing to local MacRuby installation instead of embedded ---+ Reporter: reb...@… |Owner: lsansone...@… Type: defect

  1   2   3   4   5   6   7   8   9   10   >