Priority: major| Milestone:
Component: MacRuby |Keywords:
-+--
{{{
require 'strscan'
["\na", "\ra"
: blocker |Milestone: MacRuby 0.6
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone
#662: macruby 0.6 breaks Growl
---+
Reporter: jakub.su...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: critical
#669: Unable to find QTKit constant within a MacRuby app
+---
Reporter: martinlagarde...@… | Owner: lsansone...@…
Type: defect | Status: new
#669: Unable to find QTKit constant within a MacRuby app
+---
Reporter: martinlagarde...@… | Owner: lsansone...@…
Type: defect | Status: new
#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
#670: A more idiomatic rb_main for MacRuby applications
-+--
Reporter: d...@…| Owner: lsansone...@…
Type: enhancement | Status: new
Priority: trivial
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status:
ocker | Milestone: MacRuby 0.6
Component: MacRuby |Keywords:
-+--
{{{
begin; [1,2,3].copy << 4; rescue; puts 'oopsie'; end
uncaught Obje
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… | Owner: lsansone...@…
Type: defect | Status:
| Milestone:
Component: MacRuby|Keywords:
---+
It is common for Ruby users to define RUBYOPT to "-r rubygems" in their
default environme
#671: MacRuby developers can't know if their arrays are mutable or immutable
-+--
Reporter: mattaimone...@… |Owner: lsansone...@…
Type: defect | Status: c
ocker | Milestone: MacRuby 0.6
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
This is now fixed in r4004. Calling Ruby destructive metho
| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by lsansone...@…):
Fixed in r4006. The change will be backported to the 0.6 branch later
|Milestone: MacRuby 0.6
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => clo
ocker |Milestone: MacRuby 0.6
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new =>
| Milestone:
Component: MacRuby |Keywords:
-+--
The attached file shows that shoulda (on 0.5 and a recent version of 0.7)
behaves incorrectly. The
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by mar...@…):
The file with the code I quoted above is shoulda-2.10.3/lib/context.rb
Note
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
I have troubles reducing it.
{{{
$ ./miniruby -e "def foo(&b)
#675: Trying to do I/O on empty NSString crashes MacRuby
---+
Reporter: j...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#675: Trying to do I/O on empty NSString crashes MacRuby
---+
Reporter: j...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
#676: MacRuby 0.6 requires g++ 4.2 in Leopard
+---
Reporter: came...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: critical
ocker| Milestone: MacRuby 0.5
Component: MacRuby|Keywords: rubygems, grit, gems
---+
Comment(by kayla.rose...@…):
Replying to [comment:1 kayla.rose...@…]:
> Cc Me!
I recently upg
#677: Macruby segfaults when performing symbol#to_json
--+-
Reporter: bricoll...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: major
#678: Installing jeweler makes macruby blow up.
+---
Reporter: t...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority
| Milestone: MacRuby 0.6
Component: MacRuby |Keywords: nokogiri
--+-
I managed to get nokogiri installed using:
sudo macgem install nokogiri -- \
--with-
xml2-include
| Milestone: MacRuby 0.6
Component: MacRuby |Keywords: nokogiri
--+-
Comment(by t...@…):
I get a similar error trying to use
[http://github.com/sporkmonger/addressable
| Milestone: MacRuby 0.6
Component: MacRuby|Keywords:
---+
When calling String.crypt with no arguments macruby crashes:
{{{
> macirb
irb(main):001:0> "h
| Milestone:
Component: MacRuby |Keywords: yaml add_domain_type
+---
macruby -e "require 'yaml'; YAML::add_domain_type('db.com,2010'
: blocker | Milestone:
Component: MacRuby |Keywords:
-+--
MacRuby 0.7: There are files delivered in site_ruby:
{{{
bigdecimal/ openssl
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by mar...@…):
It's more complicated. It seems as if block_given? acts like a local
var
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by mar...@…):
This code is maybe clearer about what's going on:
{{{
def s
#683: rake failed for MacRuby-0.6 on Mac OS X 10.5.8
--+-
Reporter: bhuel...@…| Owner: lsansone...@…
Type: defect| Status: new
Priority: blocker
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
Thanks a lot for the reduction, added in the test_vm suite as r4017
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
#677: Macruby segfaults when performing symbol#to_json
--+-
Reporter: bricoll...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority: major
major| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
{{{
>> plus = :+.to_proc
=> #
>> (1..100).inject(&plus)
ArgumentError: wron
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
new
Priority: major | Milestone:
Component: MacRuby |Keywords: SAFE security taint
--+-
I found a bug in macruby that doesn't repro under ruby 1.9.1:
{{{
osed
Priority: major |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: SAFE security taint |
--+-
Changes (by lsan
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails
-+--
Reporter: d...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#687: Build of MacRuby 0.6 on OSX 10.5.8 fails
--+-
Reporter: d...@… |Owner: lsansone...@…
Type: defect| Status: closed
Priority
| Milestone:
Component: MacRuby |Keywords: shoulda
+---
Changes (by lsansone...@…):
* milestone: MacRuby 0.5 =>
Comment:
We need a reduct
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: IB XCode project
--+-
Had a problem with Interface Builder parsing a XCode project using
MacRuby. Raised a bug in Radar
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: IB XCode project
--+-
Description changed by martinlagarde...@…:
Old description:
> Had a problem with Interface Buil
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: IB XCode project
--+-
Description changed by martinlagarde...@…:
Old description:
> Had a problem with Interface Buil
:
Component: MacRuby |Keywords:
-+--
I'm running the latest nightly(05/05/2010), to reproduce:
{{{
require 'net/http'
Net::HTTP.post_form(
:
Component: MacRuby |Keywords:
-+--
Comment(by r...@…):
Replying to [ticket:689 r...@…]:
> I'm running the latest nightly(05/05/2010), to r
new
Priority: blocker| Milestone:
Component: MacRuby|Keywords:
---+
{{{
$ ./miniruby -e "p NSString.stringWithString('42') !=
| Milestone:
Component: MacRuby |Keywords:
+---
The MacRuby runtime does not allow calls to C functions that take a string
buffer using Pointer
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
| Status: new
Priority: major| Milestone:
Component: MacRuby |Keywords:
-+--
Here's a program:
{{{
require 'rubygems'
gem
ty: major| Milestone:
Component: MacRuby |Keywords:
-+--
{{{
787 $ macirb
irb(main):001:0> framework 'Cocoa'
framework 'Cocoa'
ty: major| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by hghoe...@…):
{{{
macirb
irb(main):001:0> framework 'Cocoa'
=
ty: major| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by martinlagarde...@…):
No issue here either:
{{{
$> macirb
irb(main):001:0>
| Milestone:
Component: MacRuby|Keywords:
---+
MacRuby allows bitwise operations on Float but crashes with a segmentation
fault when called:
{{{
irb(main
ty: major| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
Please attach the crash log file (you can find it in
~/Li
|Milestone: MacRuby 0.7
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => closed
* resolut
| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by lsansone...@…):
Looks like these operations should not be callable on floats. However, on
my
| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by martinlagarde...@…):
I reproduced on 10.6.3. Here is the backtrace:
{{{
Thread 0 Crashed
#684: MacRuby cannot run tests using the Shoulda gem
+---
Reporter: m...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: major
: major |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => clo
major| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
Comment(by martinlagarde...@…):
I guess this error is related to that:
{{{
$> ruby1
losed
Priority: blocker|Milestone: MacRuby 0.7
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* s
#669: Unable to find QTKit constant within a MacRuby app
+---
Reporter: martinlagarde...@… |Owner: lsansone...@…
Type: defect | Status: closed
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks
+---
Reporter: m...@… | Owner: lsansone...@…
Type: defect | Status: new
|Milestone: MacRuby 0.7
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => closed
* resolut
ocker| Milestone:
Component: MacRuby|Keywords:
---+
Net::FTP.new(server, user, password) gives the following error in MacRuby
0.6
EOFError: end of
| Milestone:
Component: MacRuby|Keywords:
---+
I tried to use the coderay syntax highlighting gem. The following trivial
statement gives a a regex
|Milestone: MacRuby 0.6
Component: MacRuby | Resolution: duplicate
Keywords: nokogiri |
--+-
Changes (by martinlagarde...@…):
* status: new => closed
* resolut
|Milestone:
Component: MacRuby| Resolution: duplicate
Keywords: |
---+
Changes (by martinlagarde...@…):
* status: new => clo
#692: Embedded MacRuby still tries to use ruby library from /Library/Frameworks
+---
Reporter: m...@… |Owner: lsansone...@…
Type: defect | Status: closed
| Milestone:
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
Also happens with:
{{{
> macruby -e "p /\0/"
-e:1: regexp `\0
minor | Milestone:
Component: MacRuby |Keywords: addressBook
+---
when I try to run the code below in Textmate e.g, the "AddressBook
framework" d
| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
twt needs the Yet-Another-JSON-Library gem (yajl). While trying to
compile it, it fails with the following
| Milestone: MacRuby 0.7
Component: MacRuby |Keywords: unicode
+---
{{{
$ macruby_select 0.7 -e 'p "R\xfcbe"'
"R\xFCbe"
}}}
0.5 does it correct:
{{{
$ mac
minor | Milestone:
Component: MacRuby |Keywords: addressBook
+---
Description changed by martinlagarde...@…:
Old description:
> when I try to run the code
minor | Milestone:
Component: MacRuby |Keywords: addressBook
+---
Description changed by martinlagarde...@…:
Old description:
> when I try to run
minor | Milestone:
Component: MacRuby |Keywords: addressBook
+---
Comment(by martinlagarde...@…):
Hi!
The first bug (running the MacRuby script
| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
Comment(by martinlagarde...@…):
The issue being:
{{{
yajl_ext.c:116: warning: passing argument 2 of
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new => closed
* resolut
major| Milestone: MacRuby 0.7
Component: MacRuby |Keywords:
-+--
Comment(by lsansone...@…):
Currently procs created with Symbol#to_proc do not accept arguments. Thi
major|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new =>
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolut
stone: MacRuby 0.7
Component: MacRuby |Keywords:
+---
The generated hash-key of two objects must be the same when the objects
are equal.
{{{
$ cat h.r
#702: AudioTimeStamp.new crashes MacRuby 0.6
---+
Reporter: nagachik...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
: major | Milestone:
Component: MacRuby|Keywords:
---+
I try to CoreAudio application by MacRuby and met some difficulties.
Code
#702: AudioTimeStamp.new crashes MacRuby 0.6
---+
Reporter: nagachik...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: major
:
Component: MacRuby |Keywords:
-+--
Comment(by bricoll...@…):
I've attached a patch, it uses the native NSString percent escaping
instead of that ugly regex. Howev
:
Component: MacRuby |Keywords:
-+--
Comment(by bricoll...@…):
Better version uploaded
--
Ticket URL: <http://www.macruby.org/trac/ticket/689#comment:4>
MacRuby
| Milestone:
Component: MacRuby |Keywords:
+---
I'm trying to dynamically add methods to my class in MacRuby. I'm getting
a crash in my program. I haven't b
| Milestone:
Component: MacRuby |Keywords:
-+--
Whenever to_s has gone all the way to a base class like Object or
NSObject, MacRuby should see if
ty: major|Milestone:
Component: MacRuby | Resolution: worksforme
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new
|Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new => clo
stone: MacRuby 0.7
Component: MacRuby |Keywords:
+---
Comment(by lsansone...@…):
The semantics of Ruby Hash use both #hash and #eql? to determine keys
equality. These 2 date ob
major |Milestone: MacRuby 0.7
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolution: => fixe
1801 - 1900 of 2454 matches
Mail list logo