| Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
It seems this issue blocks a #753.
--
Ticket URL: <http://www.macruby.org/t
ocker| Milestone:
Component: MacRuby|Keywords:
---+
I can't build a fresh trunk checkout (revision 4317).
{{{
local:MacRuby matt$ rake
...
/usr/bin/
ocker| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by martinlagarde...@…):
Hi, thanks for the report, but we need more information:
- What OS ar
ocker| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by matt...@…):
I'm running 10.6.4 with LLVM 2.7 (the latest stable version). I see
ocker| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by martinlagarde...@…):
Replying to [comment:2 matt...@…]:
> I see that you recommend bu
ocker|Milestone:
Component: MacRuby| Resolution: worksforme
Keywords: |
---+
Changes (by mattaimone...@…):
* status: new =>
| 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
: blocker| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by eloy.de.en...@…):
In order to prevent this, you can pass the --format-executable
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_bus_error.rb
level = ARGV[0].to_i
$SAFE = level
| Milestone:
Component: MacRuby |Keywords:
--+-
Changes (by lsansone...@…):
* owner: lsansone...@… => vincent.isamb...@…
Comm
Priority: blocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone...@…):
* status
Priority: minor | Milestone:
Component: MacRuby |Keywords:
+---
prabhaka$ rake clean:local
(in /Users/Shared/MacRuby-trunk)
r
Priority: minor |Milestone:
Component: MacRuby | Resolution: invalid
Keywords: |
+---
Chang
#769: String::ord with packed array in MacRuby
-+--
Reporter: babs.d...@… | Owner: lsansone...@…
Type: defect | Status: new
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_bignum.rb
b = 2**64
a = b * 2 + 1
p a.class
p b.class
puts "&
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_case.rb
case
when *true
puts true
else
puts false
end
a = 10
case
when *a
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_env.rb
ary = []
p ary.rassoc(1)
hash = { "test" => 1}
p hash.
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_syswrite.rb
f = open("temp.txt", "a")
p f.syswrite("
new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_struct.rb
klass = Struct.new(:a, :b, :c
atus: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by eloy.de.en...@…):
These work:
{{{
% macruby -e &
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new => closed
* resolut
atus: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by martinlagarde...@…):
And here's the backtrace:
| Milestone:
Component: MacRuby |Keywords: multiply 2
--+-
Changes (by lsansone...@…):
* milestone: MacRuby 0.6 =>
Comment:
Reduction:
{{{$ ./miniruby
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: multiply 2|
--+-
Changes (by lsansone...@…):
* status: new => clo
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by lsansone...@…):
Named captures are not yet supported. They us
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: extension |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolut
#756: NArray won't build with MacRuby
+---
Reporter: m...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: bl
| 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
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolution: => fixed
C
atus: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by lsansone...@…):
your backtrace is incorrect (b
s: closed
Priority: blocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (b
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new => clo
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new => clo
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new => clo
losed
Priority: blocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsa
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Comment(by martinlagarde...@…):
I meant r4336 :P
--
Ticket URL
#769: String::ord with packed array in MacRuby
-+--
Reporter: babs.d...@… | Owner: lsansone...@…
Type: defect | Status: new
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new => clo
: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_proc.rb
# '[ruby-core:14885]'
class A
def
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_alloc.rb
# '[ruby-core:30843]'
s = Symbol.dup
class
| Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_exception.rb
# "[ruby-dev:31407]"
class C
def inspect
bar {}
e
ority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
Since r4338, Assertion fails:
{{{
$ macruby test_webrick.rb
| Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by martinlagarde...@…):
So the problem here is that when `#foo` is called, `#inspect` is called
for the
: blocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone...@…):
* status: new
: blocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by martinlagarde...@…):
* status: new
ocker|Milestone: MacRuby 0.7
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by martinlagarde...@…):
* status: assigned =>
| Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by vincent.isamb...@…):
Correction: calling str_unset_facultative_flags(str) in
: major | Milestone: MacRuby 0.7
Component: MacRuby|Keywords:
---+
As of MacRuby subversion Revision: 4343, following build instructions per
./README.rdoc fails with
: major | Milestone: MacRuby 0.7
Component: MacRuby|Keywords:
---+
Comment(by martinlagarde...@…):
What is your configuration exactly? On 64bits 10.6.4 I was able
: major | Milestone: MacRuby 0.7
Component: MacRuby|Keywords:
---+
Comment(by slew...@…):
Replying to [comment:1 martinlagarde...@…]:
> What is your configurat
ocker | Milestone:
Component: MacRuby |Keywords:
--+-
It seems that this issue blocks #753
Test Script:
{{{
$ cat test_hash.rb
# based on send_h
| Milestone:
Component: MacRuby |Keywords:
--+-
When specified limit with Thread.join, MacRuby is waited for limit even if
the thread has finished.
Test Script
#786: MacRuby does not finish when more exceptions is generated on same Thread
almost at the same time.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect
: major | Milestone:
Component: MacRuby|Keywords:
---+
Changes (by lsansone...@…):
* milestone: MacRuby 0.7 =>
Comment:
Unfortunately this pa
ocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by lsansone...@…):
Better reduction:
{{{
$ ./miniruby -e "p 'f
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone...@…):
* status: new => closed
* resolut
| Milestone: MacRuby 0.6
Component: MacRuby |Keywords: gcd
+---
Changes (by ernest.prabha...@…):
* owner: lsansone...@… => ernest.pra
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby|Keywords: gcd semaphore long long
TIME_FOREVER
---+
Changes (by ernest.prabha...@…):
* owner
#787: MacRuby Initializers only claim a single arity
+---
Reporter: ernest.prabha...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority
: closed
Priority: minor |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: gcd semaphore long long TIME_FOREVER
atus: new
Priority: minor | Milestone:
Component: MacRuby |Keywords:
+---
Because of the way the MacRuby search path i
ocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
This issue did not reproduce with r4344. Thanks!
--
Ticket URL:
ocker |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone...@…):
* status: new =>
ority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
When Assertion failed by line 1341 of dispatch.cpp, it w
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_deadlock_1.rb
Thread.new { Thread.stop }
Thread.stop
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Result of Ruby 1.9.1:
{{{
$ irb
irb(main):001:0> Thread.stop
ThreadEr
:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_array_hash.rb
a1 = [ 'cat', 1, 'dog' ]
a2 = [ 'cat', 1.0,
:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_hash.rb
h = { 1 => 'one', 2 => 'two', 3 => 'three',
| Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by lsansone...@…):
The problem seems to appear when deleting pairs while iterating. Renamed
the bug
new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_hash_shift.rb
h = {1=>2}
h.each { p
Status: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
I atach the Test Script of Ruby 1.9.2 RC2.
An Error occurs w
s: closed
Priority: blocker |Milestone:
Component: MacRuby | Resolution: invalid
Keywords:|
--+-
Co
Priority: critical| Milestone:
Component: MacRuby |Keywords:
+---
The expectation is that Ruby blocks will have their local variables
|Milestone: MacRuby 0.6
Component: MacRuby | Resolution: fixed
Keywords: gcd |
+---
Changes (by ernest.prabha...@…):
* status
Status: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by lsansone...@…):
Looks like it's related to t
Priority: major | Milestone:
Component: MacRuby |Keywords:
+---
The "Dispatch::Queue.main" fails the equality chec
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
Status: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
The stack trace wa
Status: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
The stack trace was as follows when I c
tatus: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_proc.rb
: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
$ cat test_proc_2.rb
def get_me_a_return
Proc.new { return 42 }
end
tatus: new
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Old description:
> Test Script:
>
#800: MacRuby throws an exception of "LocalJumpError" when use the `yield' in
Proc.
--+-
Reporter: watson1...@… | Owner: lsansone...@…
Type: defect|
ority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
#!ruby
$ cat test_eval_1.rb
p "** 1"
a1 = :ng
de
ority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Comment(by watson1...@…):
It seems that this issue depend on #620.
--
Ticket URL:
Priority: blocker | Milestone:
Component: MacRuby |Keywords:
--+-
Test Script:
{{{
#!ruby
$ cat test_zlib.rb
require 'zlib'
#
| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
{{{
$ macruby -e "foo = Object.new; foo.instance_variable_set(:@bar, 1);
foo
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new => clo
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
|Milestone: MacRuby 0.6
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by mattaimone...@…):
* status: reopened
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* milestone: MacRuby 0.6
#797: MacRuby throws an exception after running rspec example
---+
Reporter: hax...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
| Milestone:
Component: MacRuby|Keywords:
---+
http://pastie.textmate.org/1055168
If I run this, it simply hangs right before the "p B"
#769: String::ord with packed array in MacRuby
-+--
Reporter: babs.d...@… | Owner: lsansone...@…
Type: defect | Status: new
ority: blocker | Milestone:
Component: MacRuby |Keywords: build Leopard
-+--
1. download MacRuby0.6 from SVN, as http://www.macruby.org/source.html
say.
2. Foll
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
2201 - 2300 of 2454 matches
Mail list logo