Re: [MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

2010-05-22 Thread MacRuby
#352: macirb does not eval UTF-String +--- Reporter: d...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby 0.5

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

2010-05-23 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): In 0.6 we switched to another regular expression engine (ICU) and so I deleted the oniguruma headers. I

Re: [MacRuby-devel] [MacRuby] #352: macirb does not eval UTF-String

2010-05-23 Thread MacRuby
: Component: MacRuby |Keywords: +--- Changes (by lsansone...@…): * milestone: MacRuby 0.5 => Comment: We do use libedit because it's what's available on Mac OS X by defau

[MacRuby-devel] [MacRuby] #728: pre-definition of true conflicts with the mysql gem

2010-05-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- snow leopard, gcc 4.2.1, mysql gem 2.8.1 mysql.c: In function ‘stmt_init’: mysql.c:878: error: expected

[MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-05-23 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- rbconfig.rb file does not honor the ARCH_FLAG environment variable and is hard-coded to "-arch i386 -arch x86_64"

Re: [MacRuby-devel] [MacRuby] #664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread

2010-05-24 Thread MacRuby
#664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread

2010-05-24 Thread MacRuby
#664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-05-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by martinlagarde...@…): You can actually use RC_ARCHS to do this: {{{ $> RC_ARCHS="x86_64" rake jobs=2

Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-05-24 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): That's not enough, rbconfig.rb should honor ARCH_FLAG so that later you can decide to bui

Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-25 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Description changed by martinlagarde...@…: Old description: > $> cat test.rb &

[MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-25 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- $> cat test.rb a = 1 $> macrubyc test.rb Undefined symbols: "_kCFNull",

Re: [MacRuby-devel] [MacRuby] #710: MacRuby 0.6 performance decline from 0.5 in AO Bench

2010-05-25 Thread MacRuby
#710: MacRuby 0.6 performance decline from 0.5 in AO Bench ---+ Reporter: nagachik...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by martinlagarde...@…): This should be fixed with r4148. Joel can you confirm? :-) (please not that we use ARCHFLAGS

Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-25 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Changes (by martinlagarde...@…): * milestone: MacRuby 0.6 => Comment: Hi! This

Re: [MacRuby-devel] [MacRuby] #724: malloc warning

2010-05-25 Thread MacRuby
#724: malloc warning -+-- Reporter: tvmo...@…| Owner: lsansone...@… Type: defect | Status: new Priority: minor| Milestone: MacRuby 0.6

Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Description changed by martinlagarde...@…: Old description: > I have a weird error related to NSSet.setWithObjects met

Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases (was: malloc warning)

2010-05-25 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Description changed by martinlagarde...@…: Old description: > framework 'coco

Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): {{{ Breakpoint 1, 0x7fff8523dc34 in auto_refcount_underflow_error () (gdb) bt #0

Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Sorry, this backtrace is not for this bug. My bad. -- Ticket URL: <h

Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases

2010-05-25 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): {{{ Breakpoint 1, 0x7fff8523dc34 in auto_refcount_underflow_error

Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): This code can be reduced to the following: {{{ #!ruby framework "Found

Re: [MacRuby-devel] [MacRuby] #723: nsset + bindings error

2010-05-25 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): I guess this would more or less confirm the stub generation error theory. With

Re: [MacRuby-devel] [MacRuby] #724: malloc warning with bookmarkDataWithContentsOfURL on aliases

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

Re: [MacRuby-devel] [MacRuby] #725: rake should support CC and CXX flags

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

Re: [MacRuby-devel] [MacRuby] #719: IO.read is broken

2010-05-25 Thread MacRuby
: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by martinlagarde...@…): * status: new => closed * resolution: =>

Re: [MacRuby-devel] [MacRuby] #716: Undefining a method and then calling the method with a different arity than the original fails wrong

2010-05-25 Thread MacRuby
| Status: closed Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: mocha

Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-26 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-26 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

[MacRuby-devel] [MacRuby] #731: uninitialized constant IO::WaitReadable / IO::WaitWritable

2010-05-26 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: --+- {{{ $ macirb irb(main):001:0> require 'net/http' => true irb(

Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-26 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by dy...@…): The fix works. Thanks! Still, the ancestor list is the same for the

Re: [MacRuby-devel] [MacRuby] #726: Methods added to String do not get added to all strings

2010-05-26 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: -+-- Comment(by martinlagarde...@…): Yes, there is some kind of "masquerading", becau

Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

2010-05-26 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): -- Ticket URL: <http://www.macruby.org/trac/ticket/730#commen

Re: [MacRuby-devel] [MacRuby] #730: macrubyc is failing on trunk

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

Re: [MacRuby-devel] [MacRuby] #713: Growl is broken on MacRuby 0.6

2010-05-27 Thread MacRuby
#713: Growl is broken on MacRuby 0.6 --+- Reporter: ylp...@… | Owner: lsansone...@… Type: defect| Status: new Priority: blocker | Milestone

Re: [MacRuby-devel] [MacRuby] #681: YAML::add_domain_type is undefined

2010-05-27 Thread MacRuby
|Milestone: Component: MacRuby | Resolution: fixed Keywords: yaml add_domain_type| +--- Changes (by pthom...@…): * status: new

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

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

Re: [MacRuby-devel] [MacRuby] #477: Need GCD wrapper for dispatch_once

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

Re: [MacRuby-devel] [MacRuby] #678: Installing jeweler makes macruby blow up.

2010-05-27 Thread MacRuby
#678: Installing jeweler makes macruby blow up. ---+ Reporter: t...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread

2010-05-27 Thread MacRuby
#664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread

2010-05-27 Thread MacRuby
#664: MacRuby Crashes When Scheduling a Block to Run on the Main Thread from a Background Thread -+-- Reporter: dy...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #732: Ruby strings should have a to_data method

2010-05-28 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: string encoding ---+ From my mailing list post: === Hello, I've been playing around with macruby a bunch and I hit a poi

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

2010-05-29 Thread MacRuby
: Component: MacRuby |Keywords: +--- Comment(by spamfaen...@…): From my last look at the re.h header from ruby it seemed to be quite small - maybe it can be emulated

[MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-05-31 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ I'm trying to output arbitrary waveform data to audio d

[MacRuby-devel] [MacRuby] #734: Mustache fails on call to render.

2010-05-31 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: mustache +--- Unable to render a Mustache template using the 'mustache' gem. Works as expect

Re: [MacRuby-devel] [MacRuby] #711: MacRuby caught SIGSEGV when call Dispatch::Job#add many times

2010-06-01 Thread MacRuby
#711: MacRuby caught SIGSEGV when call Dispatch::Job#add many times ---+ Reporter: nagachik...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #711: MacRuby caught SIGSEGV when call Dispatch::Job#add many times

2010-06-01 Thread MacRuby
#711: MacRuby caught SIGSEGV when call Dispatch::Job#add many times ---+ Reporter: nagachik...@… |Owner: lsansone...@… Type: defect | Status: closed

Re: [MacRuby-devel] [MacRuby] #722: Multiple Threads are causing Segmentation Faults

2010-06-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): This problem did not recur since r4181. Please check this problem

Re: [MacRuby-devel] [MacRuby] #722: Multiple Threads are causing Segmentation Faults

2010-06-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by martinlagarde...@…): r4181 seems to fix it for me too :-). We'll just wait for

Re: [MacRuby-devel] [MacRuby] #539: "macrubyc --static" failing on SL 10.6, MacRuby 0.5 Beta 2

2010-06-01 Thread MacRuby
#539: "macrubyc --static" failing on SL 10.6, MacRuby 0.5 Beta 2 +--- Reporter: m...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #511: GCD crash with indirect method access

2010-06-01 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby| Resolution: fixed Keywords: GCD| ---+ Changes (by joshua.balla...@…): * status

Re: [MacRuby-devel] [MacRuby] #415: Crash with "Call result #2 has unhandled type" trying to display a window

2010-06-01 Thread MacRuby
atus: new Priority: blocker|Milestone: Component: MacRuby| Resolution: Keywords: | ---+ Changes (by mar

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

2010-06-01 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: new

Re: [MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-06-01 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): The problem comes from mul

Re: [MacRuby-devel] [MacRuby] #722: Multiple Threads are causing Segmentation Faults

2010-06-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by jankass...@…): Yep, I can't reproduce the bug with the current trunk. -- Ticke

[MacRuby-devel] [MacRuby] #735: Array#reduce on an Array from CalCalendarStore returns nil

2010-06-01 Thread MacRuby
: blocker | Milestone: MacRuby 0.7 Component: MacRuby |Keywords: --+- An array returned from the calendarstore framework behaves differently to a Ruby array

Re: [MacRuby-devel] [MacRuby] #735: Array#reduce on an Array from CalCalendarStore returns nil

2010-06-01 Thread MacRuby
: blocker | Milestone: MacRuby 0.7 Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Looks like a bug in the NSArray layer. {{{ $ ./miniruby -e

Re: [MacRuby-devel] [MacRuby] #735: Array#reduce on an Array from CalCalendarStore returns nil

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

Re: [MacRuby-devel] [MacRuby] #734: Mustache fails on call to render.

2010-06-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: mustache +--- Changes (by lsansone...@…): * milestone: MacRuby 0.6 => Comment: We need a reduct

Re: [MacRuby-devel] [MacRuby] #732: Ruby strings should have a to_data method

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

Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

2010-06-01 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Nope, this is not fixed. {{{ $ /usr/local/bin/macruby -r rbconfig -e "p RbConfig::CONFIG[&#

Re: [MacRuby-devel] [MacRuby] #729: rbconfig.rb does not honor ARCH_FLAG

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

Re: [MacRuby-devel] [MacRuby] #722: Multiple Threads are causing Segmentation Faults

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

Re: [MacRuby-devel] [MacRuby] #627: Obj-C exception raised within a rescue block are not catched

2010-06-02 Thread MacRuby
Priority: major |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: rescue exception| +--- Changes (by

Re: [MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-06-02 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by nagachik...@…): Replying to [comment:1 martinla

Re: [MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-06-02 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Replying to [comment:2 nag

Re: [MacRuby-devel] [MacRuby] #499: Order declaring class hierarchy gets MacRuby confused about instance variables

2010-06-02 Thread MacRuby
#499: Order declaring class hierarchy gets MacRuby confused about instance variables --+- Reporter: p...@…|Owner: lsansone...@… Type: defect| Status: closed

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

2010-06-02 Thread MacRuby
: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: class, instance | -+-- Changes (by lsansone...@…): * status: new

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

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

[MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- I am attempting to use the Grit(http://github.com/mojombo/grit) gem (after various patches to

[MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- I am attempting to use the Grit(http://github.com/mojombo/grit) gem (after various patches to

Re: [MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
: major|Milestone: Component: MacRuby | Resolution: duplicate Keywords: Grit, unpack | -+-- Changes (by martinlagarde...@…): * status: new

Re: [MacRuby-devel] [MacRuby] #736: Unpack inconsistencies (possibly related to issue #605?)

2010-06-03 Thread MacRuby
: major|Milestone: Component: MacRuby | Resolution: duplicate Keywords: Grit, unpack | -+-- Comment(by babs.d...@…): Replying to [comment:1

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

2010-06-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: -+-- Changes (by martinlagarde...@…): * milestone: MacRuby 0.5 => Old description: > require "

Re: [MacRuby-devel] On the MacRuby web site

2010-06-04 Thread macruby
Not sure if macruby.org cares, but a search for macruby @ apple.com comes up with no links, but a page with MacRuby 0.4 (not 0.6) ... also in need of an update... On Thu, 3 Jun 2010 19:17:56 -0700 Matt Aimonetti wrote: You are correct, the website would need an update. - Matt On Thu

[MacRuby-devel] Changeset 3398: mark Process.fork as not supported-implemented ... motivation?

2010-06-04 Thread macruby
Just curious: why was MacRuby added to the not-support list for fork() : Changeset 3398: mark Process.fork as not supported-implemented. Is there some subtle issue that will keep this from being implemented? -Daniel ___ MacRuby-devel mailing list

Re: [MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-04 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- Comment(by babs.d...@…): The original bug-report is unrelated to actual issue (how do you

Re: [MacRuby-devel] [MacRuby] #731: uninitialized constant IO::WaitReadable / IO::WaitWritable

2010-06-04 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): Thank you for r4204 :D "NameError: uninitialized consta

Re: [MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-05 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- Comment(by macr...@…): This might be down to the encodings, what encoding do you get the

Re: [MacRuby-devel] [MacRuby] #731: uninitialized constant IO::WaitReadable / IO::WaitWritable

2010-06-05 Thread MacRuby
: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (by martinlagarde...@…): * status

Re: [MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-06-05 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by nagachik...@…): Replying to [comment:3 martinla

Re: [MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-05 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- Comment(by babs.d...@…): Replying to [comment:2 macr...@…]: > This might be down to

Re: [MacRuby-devel] [MacRuby] #733: Proc as callback function for CoreAudio(AudioDeviceCreateIOProcID) isn't called

2010-06-05 Thread MacRuby
new Priority: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): If you look at the Core

Re: [MacRuby-devel] [MacRuby] #573: Creating a void pointer causes abort()

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

Re: [MacRuby-devel] [MacRuby] #737: Unpack inconsistencies (possibly related to issue #605?)

2010-06-05 Thread MacRuby
: major| Milestone: Component: MacRuby |Keywords: Grit, unpack -+-- Comment(by vincent.isamb...@…): In this sample code the difference is that MacRuby handles all

[MacRuby-devel] [MacRuby] #738: A character string cannot be taken out of the variable made by Pointer.new('c').

2010-06-05 Thread MacRuby
atus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- {{{ $ cat test_js.rb framework "JavaScrip

Re: [MacRuby-devel] [MacRuby] #738: A character string cannot be taken out of the variable made by Pointer.new('c').

2010-06-06 Thread MacRuby
s: closed Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords:| --+- Changes (b

Re: [MacRuby-devel] [MacRuby] #738: A character string cannot be taken out of the variable made by Pointer.new('c').

2010-06-07 Thread MacRuby
s: closed Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords:| --+- Comment(

[MacRuby-devel] [MacRuby] #739: String#match calls block twice

2010-06-07 Thread MacRuby
#739: String#match calls block twice +--- Reporter: jazz...@… | Owner: lsansone...@… Type: defect | Status: new Priority: major | Milestone: MacRuby

[MacRuby-devel] [MacRuby] #740: Building LZMA gem fails

2010-06-07 Thread MacRuby
: Component: MacRuby |Keywords: +--- Trying to build the ruby-lzma gem fails with macgem (works with gem1.9) {{{ sudo macgem install ruby-lzma }}} This gives the

Re: [MacRuby-devel] [MacRuby] #739: String#match calls block twice

2010-06-07 Thread MacRuby
: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by martinlagarde...@…): * status: new => closed * resolution: => fixed Comment:

Re: [MacRuby-devel] [MacRuby] #740: Building LZMA gem fails

2010-06-07 Thread MacRuby
: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by martinlagarde...@…): * status: new => closed * resolution: =>

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

2010-06-08 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test code: {{{ $ cat t.rb def escape(string) # original : 

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

2010-06-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test code: {{{ $ cat a.rb # coding: us-ascii p __ENCODING__#=> # p "abc".encoding #

[MacRuby-devel] [MacRuby] #743: Project templates' IB files should be .xib's, not .nib's

2010-06-08 Thread MacRuby
riority: major | Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Right now, only the 'MacRuby Application' template uses .xib for its Interface Builder

Re: [MacRuby-devel] [MacRuby] #156: macirb fails using Japanese locales

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

Re: [MacRuby-devel] [MacRuby] #743: Project templates' IB files should be .xib's, not .nib's

2010-06-08 Thread MacRuby
riority: major | Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Comment(by mattaimone...@…): I've been wanting to update that for a while but d

Re: [MacRuby-devel] [MacRuby] #734: Mustache fails on call to render.

2010-06-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: mustache +--- Comment(by la...@…): Replying to [comment:1 lsansone...@…]: > We need a reduction

[MacRuby-devel] [MacRuby] #744: map on an array delivered by terminal app via scripting bridge gives an immutable error

2010-06-09 Thread MacRuby
Priority: major | Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- {{{ $ cat term.rb framework 'ScriptingBridge&#x

[MacRuby-devel] YAML - taquri? warning

2010-06-10 Thread macruby
Under MacRuby 0.6, dumping out a large Hash into a YAML file generates many warning lines of: unknown: warning: instance variable @taguri not initialized A brief web search sees this popping up in ruby 1.8.3, but subsequently fixed (at least 1.8.7 does not emit these msgs) Are there known

Re: [MacRuby-devel] [MacRuby] #269: Calling a method on a pointer passed to a KVC validation method fails

2010-06-10 Thread MacRuby
Priority: major |Milestone: Component: MacRuby | Resolution: invalid Keywords: kvc pointer crash | +--- Changes (by martinlagarde...@…): * status

<    16   17   18   19   20   21   22   23   24   25   >