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] #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] #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

[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

[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] #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

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...@…):

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:| --+- Changes (by lsa

[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] #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&#

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] #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] #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 >

[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] #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

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

[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

[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

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] #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] #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] #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:

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

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&

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] #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 m...@…): Items are supposed to be disabled when #validateUserInterfaceItem: returns

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 martinlagarde...@…): Ok now I understand the problem. I managed to workaround the

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: 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: -+-- 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...@…): 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: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | -+-- Changes (by lsansone...@…): * status: new => clo

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

[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] #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

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] #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...@…):

[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] #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 '

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-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] #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

[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

[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

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

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-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] 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] 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

[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

[MacRuby-devel] Mixing Objective-C and Ruby classes

2009-04-16 Thread macruby-devel
Hi,  I'm new both to this list and to MacRuby. Let this message serve as an introduction.  I have some questions that have not seen answered either in the docs or in the list archives. I have been known to miss things before, so please kindly point  me in the right direction if th

<    20   21   22   23   24   25