Re: [MacRuby-devel] [MacRuby] #770: IO#gets is broken when specified limit.

2010-07-04 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): It seems this issue blocks a #753. -- Ticket URL: <http://www.macruby.org/t

[MacRuby-devel] [MacRuby] #771: Can't build trunk (revision 4317)

2010-07-04 Thread MacRuby
ocker| Milestone: Component: MacRuby|Keywords: ---+ I can't build a fresh trunk checkout (revision 4317). {{{ local:MacRuby matt$ rake ... /usr/bin/

Re: [MacRuby-devel] [MacRuby] #771: Can't build trunk (revision 4317)

2010-07-04 Thread MacRuby
ocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Hi, thanks for the report, but we need more information: - What OS ar

Re: [MacRuby-devel] [MacRuby] #771: Can't build trunk (revision 4317)

2010-07-04 Thread MacRuby
ocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by matt...@…): I'm running 10.6.4 with LLVM 2.7 (the latest stable version). I see

Re: [MacRuby-devel] [MacRuby] #771: Can't build trunk (revision 4317)

2010-07-04 Thread MacRuby
ocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): Replying to [comment:2 matt...@…]: > I see that you recommend bu

Re: [MacRuby-devel] [MacRuby] #771: Can't build trunk (revision 4317)

2010-07-04 Thread MacRuby
ocker|Milestone: Component: MacRuby| Resolution: worksforme Keywords: | ---+ Changes (by mattaimone...@…): * status: new =>

[MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Assertion fails when I use UTF-8 charactor from U+01 to U+10 (4 bytes UTF-8). {{{ $ macirb irb(main

Re: [MacRuby-devel] [MacRuby] #766: Problems building "any" revision of trunk

2010-07-06 Thread MacRuby
: blocker| Milestone: Component: MacRuby|Keywords: ---+ Comment(by eloy.de.en...@…): In order to prevent this, you can pass the --format-executable

[MacRuby-devel] [MacRuby] #773: Segfault occurs when specified $SAFE=4 and exception is generated.

2010-07-06 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_bus_error.rb level = ARGV[0].to_i $SAFE = level

Re: [MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-06 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Changes (by lsansone...@…): * owner: lsansone...@… => vincent.isamb...@… Comm

Re: [MacRuby-devel] [MacRuby] #773: Segfault occurs when specified $SAFE=4 and exception is generated.

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

[MacRuby-devel] [MacRuby] #774: Rake clean doesn't remove top-level ".o" files

2010-07-07 Thread MacRuby
Priority: minor | Milestone: Component: MacRuby |Keywords: +--- prabhaka$ rake clean:local (in /Users/Shared/MacRuby-trunk) r

Re: [MacRuby-devel] [MacRuby] #774: Rake clean doesn't remove top-level ".o" files

2010-07-07 Thread MacRuby
Priority: minor |Milestone: Component: MacRuby | Resolution: invalid Keywords: | +--- Chang

Re: [MacRuby-devel] [MacRuby] #769: String::ord with packed array in MacRuby

2010-07-07 Thread MacRuby
#769: String::ord with packed array in MacRuby -+-- Reporter: babs.d...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #775: Segfault occurs when calls Bignum#modulo

2010-07-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_bignum.rb b = 2**64 a = b * 2 + 1 p a.class p b.class puts "&

[MacRuby-devel] [MacRuby] #776: Segfault occurs with case-when.

2010-07-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_case.rb case when *true puts true else puts false end a = 10 case when *a

[MacRuby-devel] [MacRuby] #777: Segfault occurs when calls ENV#rassoc.

2010-07-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_env.rb ary = [] p ary.rassoc(1) hash = { "test" => 1} p hash.

[MacRuby-devel] [MacRuby] #778: Segfault occurs when calls IO#syswrite

2010-07-07 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_syswrite.rb f = open("temp.txt", "a") p f.syswrite("

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

2010-07-07 Thread MacRuby
new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_struct.rb klass = Struct.new(:a, :b, :c

Re: [MacRuby-devel] [MacRuby] #776: Segfault occurs with empty `case' clause and splat argument `when' clause. (was: Segfault occurs with case-when.)

2010-07-08 Thread MacRuby
atus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by eloy.de.en...@…): These work: {{{ % macruby -e &

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

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

Re: [MacRuby-devel] [MacRuby] #776: Segfault occurs with empty `case' clause and splat argument `when' clause.

2010-07-08 Thread MacRuby
atus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by martinlagarde...@…): And here's the backtrace:

Re: [MacRuby-devel] [MacRuby] #761: Integer 2 multiplication by self seems wrong

2010-07-08 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: multiply 2 --+- Changes (by lsansone...@…): * milestone: MacRuby 0.6 => Comment: Reduction: {{{$ ./miniruby

Re: [MacRuby-devel] [MacRuby] #761: Integer 2 multiplication by self seems wrong

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

Re: [MacRuby-devel] [MacRuby] #762: Some regexp returns "compilation error: U_REGEX_RULE_SYNTAX".

2010-07-08 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Named captures are not yet supported. They us

Re: [MacRuby-devel] [MacRuby] #764: Weird instance variable value of C extension.

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

Re: [MacRuby-devel] [MacRuby] #756: NArray won't build with MacRuby

2010-07-08 Thread MacRuby
#756: NArray won't build with MacRuby +--- Reporter: m...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: bl

Re: [MacRuby-devel] [MacRuby] #767: Some minor issues with framework constants

2010-07-08 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: +--- Comment(by lsansone...@…): Good catch! For kCFAllocatorUseContext, it crashes because the constant is declared as a CFType but

Re: [MacRuby-devel] [MacRuby] #767: Some minor issues with framework constants

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

Re: [MacRuby-devel] [MacRuby] #776: Segfault occurs with empty `case' clause and splat argument `when' clause.

2010-07-08 Thread MacRuby
atus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): your backtrace is incorrect (b

Re: [MacRuby-devel] [MacRuby] #776: Segfault occurs with empty `case' clause and splat argument `when' clause.

2010-07-08 Thread MacRuby
s: closed Priority: blocker |Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Changes (b

Re: [MacRuby-devel] [MacRuby] #775: Segfault occurs when calls Bignum#modulo

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

Re: [MacRuby-devel] [MacRuby] #777: Segfault occurs when calls ENV#rassoc.

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

Re: [MacRuby-devel] [MacRuby] #778: Segfault occurs when calls IO#syswrite

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

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

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

Re: [MacRuby-devel] [MacRuby] #778: Segfault occurs when calls IO#syswrite

2010-07-08 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords:| --+- Comment(by martinlagarde...@…): I meant r4336 :P -- Ticket URL

Re: [MacRuby-devel] [MacRuby] #769: String::ord with packed array in MacRuby

2010-07-08 Thread MacRuby
#769: String::ord with packed array in MacRuby -+-- Reporter: babs.d...@… | Owner: lsansone...@… Type: defect | Status: new

Re: [MacRuby-devel] [MacRuby] #770: IO#gets is broken when specified limit.

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

[MacRuby-devel] [MacRuby] #780: Segfault occurs when calls Proc after GC was executed.

2010-07-08 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_proc.rb # '[ruby-core:14885]' class A def

[MacRuby-devel] [MacRuby] #781: Segfault on #inspect with Classes sans :allocate.

2010-07-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_alloc.rb # '[ruby-core:30843]' s = Symbol.dup class

[MacRuby-devel] [MacRuby] #782: Segfault occurs with exception.

2010-07-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_exception.rb # "[ruby-dev:31407]" class C def inspect bar {} e

Re: [MacRuby-devel] [MacRuby] #753: An error occurs when access to Webrick's HTTPServer.

2010-07-09 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): Since r4338, Assertion fails: {{{ $ macruby test_webrick.rb

Re: [MacRuby-devel] [MacRuby] #782: Segfault occurs with exception.

2010-07-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by martinlagarde...@…): So the problem here is that when `#foo` is called, `#inspect` is called for the

Re: [MacRuby-devel] [MacRuby] #780: Segfault occurs when calls Proc after GC was executed.

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

Re: [MacRuby-devel] [MacRuby] #754: TCP socket is disconnected when used IO#gets and IO#puts.

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

Re: [MacRuby-devel] [MacRuby] #696: net/ftp doesn't work

2010-07-09 Thread MacRuby
ocker|Milestone: MacRuby 0.7 Component: MacRuby| Resolution: fixed Keywords: | ---+ Changes (by martinlagarde...@…): * status: assigned =>

Re: [MacRuby-devel] [MacRuby] #772: Assertion fails with 4 bytes UTF-8.

2010-07-09 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by vincent.isamb...@…): Correction: calling str_unset_facultative_flags(str) in

[MacRuby-devel] [MacRuby] #783: Patch for builder.rb error: invalid byte sequence in US-ASCII

2010-07-10 Thread MacRuby
: major | Milestone: MacRuby 0.7 Component: MacRuby|Keywords: ---+ As of MacRuby subversion Revision: 4343, following build instructions per ./README.rdoc fails with

Re: [MacRuby-devel] [MacRuby] #783: Patch for builder.rb error: invalid byte sequence in US-ASCII

2010-07-10 Thread MacRuby
: major | Milestone: MacRuby 0.7 Component: MacRuby|Keywords: ---+ Comment(by martinlagarde...@…): What is your configuration exactly? On 64bits 10.6.4 I was able

Re: [MacRuby-devel] [MacRuby] #783: Patch for builder.rb error: invalid byte sequence in US-ASCII

2010-07-11 Thread MacRuby
: major | Milestone: MacRuby 0.7 Component: MacRuby|Keywords: ---+ Comment(by slew...@…): Replying to [comment:1 martinlagarde...@…]: > What is your configurat

[MacRuby-devel] [MacRuby] #784: Exception is generated when change Hash's key.

2010-07-12 Thread MacRuby
ocker | Milestone: Component: MacRuby |Keywords: --+- It seems that this issue blocks #753 Test Script: {{{ $ cat test_hash.rb # based on send_h

[MacRuby-devel] [MacRuby] #785: Thread.join(limit) is brocken.

2010-07-13 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- When specified limit with Thread.join, MacRuby is waited for limit even if the thread has finished. Test Script

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

2010-07-13 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

Re: [MacRuby-devel] [MacRuby] #783: Patch for builder.rb error: invalid byte sequence in US-ASCII

2010-07-13 Thread MacRuby
: major | Milestone: Component: MacRuby|Keywords: ---+ Changes (by lsansone...@…): * milestone: MacRuby 0.7 => Comment: Unfortunately this pa

Re: [MacRuby-devel] [MacRuby] #784: Exception is generated when change Hash's key.

2010-07-13 Thread MacRuby
ocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Better reduction: {{{ $ ./miniruby -e "p 'f

Re: [MacRuby-devel] [MacRuby] #785: Thread.join(limit) is brocken.

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

Re: [MacRuby-devel] [MacRuby] #634: Dispatch::Job fails with macirb

2010-07-13 Thread MacRuby
| Milestone: MacRuby 0.6 Component: MacRuby |Keywords: gcd +--- Changes (by ernest.prabha...@…): * owner: lsansone...@… => ernest.pra

Re: [MacRuby-devel] [MacRuby] #446: Dispatch::TIME_FOREVER too big for signed long long

2010-07-13 Thread MacRuby
Priority: minor | Milestone: MacRuby 0.5 Component: MacRuby|Keywords: gcd semaphore long long TIME_FOREVER ---+ Changes (by ernest.prabha...@…): * owner

[MacRuby-devel] [MacRuby] #787: MacRuby Initializers only claim a single arity

2010-07-13 Thread MacRuby
#787: MacRuby Initializers only claim a single arity +--- Reporter: ernest.prabha...@… | Owner: lsansone...@… Type: defect | Status: new Priority

Re: [MacRuby-devel] [MacRuby] #446: Dispatch::TIME_FOREVER too big for signed long long

2010-07-13 Thread MacRuby
: closed Priority: minor |Milestone: MacRuby 0.5 Component: MacRuby | Resolution: fixed Keywords: gcd semaphore long long TIME_FOREVER

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

2010-07-13 Thread MacRuby
atus: new Priority: minor | Milestone: Component: MacRuby |Keywords: +--- Because of the way the MacRuby search path i

Re: [MacRuby-devel] [MacRuby] #784: Exception is generated when change Hash's key.

2010-07-13 Thread MacRuby
ocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): This issue did not reproduce with r4344. Thanks! -- Ticket URL:

Re: [MacRuby-devel] [MacRuby] #784: Exception is generated when change Hash's key.

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

Re: [MacRuby-devel] [MacRuby] #753: An error occurs when access to Webrick's HTTPServer.

2010-07-13 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): When Assertion failed by line 1341 of dispatch.cpp, it w

[MacRuby-devel] [MacRuby] #789: An Error does not occur when DeadLock occurred in Thread/Mutex.

2010-07-13 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_deadlock_1.rb Thread.new { Thread.stop } Thread.stop

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

2010-07-13 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Result of Ruby 1.9.1: {{{ $ irb irb(main):001:0> Thread.stop ThreadEr

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

2010-07-14 Thread MacRuby
: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_array_hash.rb a1 = [ 'cat', 1, 'dog' ] a2 = [ 'cat', 1.0, &#

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

2010-07-15 Thread MacRuby
: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_hash.rb h = { 1 => 'one', 2 => 'two', 3 => 'three',

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

2010-07-15 Thread MacRuby
| Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): The problem seems to appear when deleting pairs while iterating. Renamed the bug

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

2010-07-15 Thread MacRuby
new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_hash_shift.rb h = {1=>2} h.each { p

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

2010-07-15 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- I atach the Test Script of Ruby 1.9.2 RC2. An Error occurs w

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

2010-07-15 Thread MacRuby
s: closed Priority: blocker |Milestone: Component: MacRuby | Resolution: invalid Keywords:| --+- Co

[MacRuby-devel] [MacRuby] #795: GCD inconsistently copies local variables inside blocks

2010-07-15 Thread MacRuby
Priority: critical| Milestone: Component: MacRuby |Keywords: +--- The expectation is that Ruby blocks will have their local variables

Re: [MacRuby-devel] [MacRuby] #634: Dispatch::Job fails with macirb

2010-07-15 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: gcd | +--- Changes (by ernest.prabha...@…): * status

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

2010-07-15 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by lsansone...@…): Looks like it's related to t

[MacRuby-devel] [MacRuby] #796: Dispatch::Queue.main created with a different Queue class?!?

2010-07-15 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: +--- The "Dispatch::Queue.main" fails the equality chec

[MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-15 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-15 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-15 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-15 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-15 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… | Owner: lsansone...@… Type: defect | Status: new Priority: blocker

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

2010-07-15 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): The stack trace wa

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

2010-07-15 Thread MacRuby
Status: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): The stack trace was as follows when I c

[MacRuby-devel] [MacRuby] #798: Processing after Proc is not executed when use Proc in lambda, and when calls `return' in Proc.

2010-07-16 Thread MacRuby
tatus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_proc.rb

[MacRuby-devel] [MacRuby] #799: Abort occurs when will raise LocalJumpError with Proc.

2010-07-16 Thread MacRuby
: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ $ cat test_proc_2.rb def get_me_a_return Proc.new { return 42 } end

Re: [MacRuby-devel] [MacRuby] #798: Processing after Proc is not executed when use Proc in lambda, and when calls `return' in Proc.

2010-07-16 Thread MacRuby
tatus: new Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Old description: > Test Script: >

[MacRuby-devel] [MacRuby] #800: MacRuby throws an exception of "LocalJumpError" when use the `yield' in Proc.

2010-07-17 Thread MacRuby
#800: MacRuby throws an exception of "LocalJumpError" when use the `yield' in Proc. --+- Reporter: watson1...@… | Owner: lsansone...@… Type: defect|

[MacRuby-devel] [MacRuby] #801: The eval is broken when calls eval with Class/Proc's binding.

2010-07-17 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!ruby $ cat test_eval_1.rb p "** 1" a1 = :ng de

Re: [MacRuby-devel] [MacRuby] #753: An error occurs when access to Webrick's HTTPServer.

2010-07-19 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: --+- Comment(by watson1...@…): It seems that this issue depend on #620. -- Ticket URL:

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

2010-07-20 Thread MacRuby
Priority: blocker | Milestone: Component: MacRuby |Keywords: --+- Test Script: {{{ #!ruby $ cat test_zlib.rb require 'zlib' #

[MacRuby-devel] [MacRuby] #803: remove_instance_variable bug

2010-07-20 Thread MacRuby
| Milestone: MacRuby 0.7 Component: MacRuby |Keywords: -+-- {{{ $ macruby -e "foo = Object.new; foo.instance_variable_set(:@bar, 1); foo

Re: [MacRuby-devel] [MacRuby] #803: remove_instance_variable bug

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

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-21 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-07-21 Thread MacRuby
|Milestone: MacRuby 0.6 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by mattaimone...@…): * status: reopened

Re: [MacRuby-devel] [MacRuby] #425: RSpec not working

2010-07-21 Thread MacRuby
|Milestone: MacRuby 0.7 Component: MacRuby | Resolution: fixed Keywords: | +--- Changes (by lsansone...@…): * milestone: MacRuby 0.6

Re: [MacRuby-devel] [MacRuby] #797: MacRuby throws an exception after running rspec example

2010-07-21 Thread MacRuby
#797: MacRuby throws an exception after running rspec example ---+ Reporter: hax...@… |Owner: lsansone...@… Type: defect | Status: closed Priority: blocker

[MacRuby-devel] [MacRuby] #804: Constant lookup fails in instance_eval of a singleton class

2010-07-22 Thread MacRuby
| Milestone: Component: MacRuby|Keywords: ---+ http://pastie.textmate.org/1055168 If I run this, it simply hangs right before the "p B"

Re: [MacRuby-devel] [MacRuby] #769: String::ord with packed array in MacRuby

2010-07-22 Thread MacRuby
#769: String::ord with packed array in MacRuby -+-- Reporter: babs.d...@… | Owner: lsansone...@… Type: defect | Status: new

[MacRuby-devel] [MacRuby] #805: Can't build MacRuby0.6 on Mac OSX 10.5.8 with llvm(rev89156)

2010-07-22 Thread MacRuby
ority: blocker | Milestone: Component: MacRuby |Keywords: build Leopard -+-- 1. download MacRuby0.6 from SVN, as http://www.macruby.org/source.html say. 2. Foll

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

2010-07-22 Thread MacRuby
Priority: major | Milestone: Component: MacRuby |Keywords: --+- $ bundle install /Users/aman/.rvm/gems/macruby-0.6/gems/bundler-1.0.0.beta.9/bin/bundle:4:in

<    18   19   20   21   22   23   24   25   >