new
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
+---
each_object(someclass) returns objects that are not subclasses of the
requ
new
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
+---
Comment(by lsansone...@…):
Can't reproduce this with experi
new
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
+---
Comment(by n...@…):
This was noticed with 0.4; will check out the experim
| Milestone:
Component: MacRuby |Keywords:
+---
macirb loses track of local variables.
After a clean test and install of the latest
| Milestone:
Component: MacRuby |Keywords:
+---
Comment(by lsansone...@…):
For a strange reason you can't assign a local variab
| Milestone:
Component: MacRuby |Keywords:
+---
Comment(by conra...@…):
This also happens on Snow Leopard Build (10A402a). For
#299: macruby core dumps.
--+-
Reporter: rohinton.ka...@… | Owner: lsansone...@…
Type: defect| Status: new
Priority: minor
ority: major| Milestone:
Component: MacRuby |Keywords: HotCocoa NSToolbar
-+--
If you have a toolbar and use a mix of default symbols and NSToolbarItems
then the to
:
Component: MacRuby |Keywords:
--+-
I think "handful" should be "helpful", as shown in the patch.
--
Ticket URL: <http://www.macruby.org/trac/ti
#281: Bundles pointing to local MacRuby installation instead of embedded
---+
Reporter: reb...@… | Owner: lsansone...@…
Type: defect | Status: new
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: bug compile
-+--
I'm getting the following error when running 'rake' to compile MacRuby.
Running rake as root, and I i
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: bug compile
-+--
Comment(by kieran...@…):
Didn't format well. I've put it at http://pastie.org/573600
--
Ticket
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: invalid
Keywords: bug compile |
-+--
Changes (by vincent.isamb...@…):
* status: new => closed
* resolut
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: invalid
Keywords: bug compile |
-+--
Comment(by kieran...@…):
So in order for someone to ship MacRuby/HotCocoa apps
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: invalid
Keywords: bug compile |
-+--
Comment(by vincent.isamb...@…):
Laurent's answer on the mailing list
Priority: major | Milestone: MacRuby 0.4
Component: MacRuby |Keywords: open-uri stdlib
+---
There seems to be a problem with method 'open' in open-uri lib.
Following command:
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: irb
+---
in irb
{{{
irb(main):009:0> def test; a = 42; p a; end; test
}}}
produces
{{{
NameError: undefined local variable
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby |Keywords: open-uri stdlib
+---
Changes (by mattaimone...@…):
* milestone: MacRuby 0.4 => MacRuby 0.5
Old descripti
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: irb
+---
Comment(by mattaimone...@…):
confirmed with trunk built on August 6. Probably a binding issue.
--
Ticket URL: <h
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Hi There,
Hope all is going well.
When creating a boilerplate hotcocoa project, running macrake builds the
project
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by lsansone...@…):
I noticed this problem, it looks like HotCocoa is not yet working with
experimental^Wtrunk
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by craft...@…):
Further update. It appears that including HotCocoa into global namespace
fixes the issue
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: NSPredicate
+---
{{{
macruby -e "framework 'Cocoa'; p NSPredicate.predicateWithFormat(%q/a ==
'b'/)"
}}}
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by craft...@…):
Patch attached, searched for LayoutView that was not scoped within the
HotCocoa module - with
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by d...@…):
Thanks, patch works.
But same thing with LayoutOptions, Hotcocoa:: must be added for running an
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: eval
+---
hotconsole crashes after entering at least one expression and calling the
'clear'-command from menu
so I tried to
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: NSPredicate
+---
Comment(by lsansone...@…):
Most likely a bug with variadic methods, since NSLog seems to suffer from
the same problem
: blocker| Milestone:
Component: MacRuby|Keywords:
---+
Possibly related, but simpler case of
https://www.macruby.org/trac/ticket/303
See the attac
: blocker| Milestone:
Component: MacRuby|Keywords:
---+
Comment(by t...@…):
I forgot to note, this is with r2267 on the trunk (recently re-copied from
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: singleton
+---
{{{
[
false,
true,
nil,
1..100,
/test/,
Exception,
Time,
Hash,
Array,
String,
Module
new
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
+---
Comment(by d...@…):
in 0.5 this is still there, but with Module instances
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by craft...@…):
Ok, good catch also - I've updated the patch to include that particular
change also. Hop
: MacRuby 0.5
Component: MacRuby |Keywords: eval exception backtrace
+---
{{{
$ macruby -e 'begin; eval("1a"); rescue Exception => exc; end; p
exc.backtrace'
}}}
produces
{{{
| Milestone: MacRuby 0.5
Component: MacRuby|Keywords:
---+
Run the attached test and it spits out stuff like:
(erb):2: syntax error, unexpected tIDENTIFIER
: critical | Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
-+--
{{{
framework 'Cocoa'
class ImageLayer < CALayer; def initialize(file
ty: major| Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
-+--
sudo rake install fails on one of my machines:
{{{
./miniruby instruby.rb --
|Milestone:
Component: MacRuby| Resolution: wontfix
Keywords: snowleopard|
---+
Comment(by nutha...@…):
Replying to [comment:1 lsansone...@…]:
> tr
| Milestone:
Component: MacRuby |Keywords:
+---
Given the current trunk doesn't build/work under SL, could you please
expose the experimental branch t
|Milestone:
Component: MacRuby | Resolution: invalid
Keywords: |
+---
Comment(by nutha...@…):
Ouch. I dug this up because I can't g
|Milestone:
Component: MacRuby | Resolution: invalid
Keywords: |
+---
Comment(by lsansone...@…):
0.4 will not run on SL, you must build
|Milestone:
Component: MacRuby | Resolution: invalid
Keywords: |
+---
Comment(by nutha...@…):
Okay, I found my problem. And it IS my
|Milestone:
Component: MacRuby| Resolution: wontfix
Keywords: snowleopard|
---+
Comment(by lsansone...@…):
The experimental branch was merged to trunk a
|Milestone:
Component: MacRuby | Resolution: invalid
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => clo
|Milestone:
Component: MacRuby| Resolution: wontfix
Keywords: snowleopard|
---+
Comment(by nutha...@…):
All good now. iPhone SDK developers trying
#315: MacRuby-trunk interferes with macports' llvm-devel
-+--
Reporter: robe...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: bl
#315: MacRuby-trunk interferes with macports' llvm-devel
-+--
Reporter: robe...@…|Owner: lsansone...@…
Type: defect | Status: closed
Priority: bl
minor | Milestone:
Component: MacRuby |Keywords:
+---
Comment(by isaackea...@…):
Attached is a diff that fixes the issue for me, but ticket #305 also needs
minor |Milestone:
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by r...@…):
* status: new => closed
* resolution:
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby|Keywords:
---+
To reproduce this issue create a boiler plate hotcocoa project and
s: closed
Priority: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: invalid
Keywords: macgem |
-+--
Changes (by
major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by mattaimone...@…):
* status:
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by mattaimone...@…):
* st
|Milestone:
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by mattaimone...@…):
* status: new => closed
* resolut
|Milestone:
Component: MacRuby| Resolution:
Keywords: |
---+
Changes (by mattaimone...@…):
* status: closed => reope
ty: major |Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: NSArray constructor|
---+
Changes (by lsansone...@…):
* st
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status
Priority: major |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords:
+---
Changes (by lsansone...@…):
* milestone: MacRuby 0.4 => MacRuby 0.5
Comment:
Works bet
Priority: blocker |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Changes (by lsansone...@…):
* status: new
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolution: =>
stone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new => closed
* resolution:
ocker |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new =>
Priority: critical| Milestone:
Component: MacRuby |Keywords:
+---
Comment(by lsansone...@…):
As of r2392
{{{
$ ./miniruby t.rb
1
1
#115: macruby doesn't work with multibyte characters and -e
-+--
Reporter: jordan.breed...@…|Owner: lsansone...@…
Type: defect | Status: closed
Pri
: critical|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone
Priority: major |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords
ty: major |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status: new
new
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby|Keywords:
---+
Changes (by lsansone...@…):
* milestone: MacRuby 0.4 => MacRuby 0.5
: new
Priority: major | Milestone: MacRuby 0.5
Component: MacRuby|Keywords:
---+
Changes (by lsansone...@…):
* milestone: => MacRuby
: major |Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: gvl lock runloop |
---+
Changes (by lsansone...@…):
* status: new
#237: NSConnection cause crash
---+
Reporter: qe...@…| Owner: lsansone...@…
Type: defect | Status: new
Priority: major | Milestone: MacRuby 0.5
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords:|
--+-
Changes (by lsansone...@…):
* status: new => closed
* resolution: =>
Priority: blocker |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: macruby digest typeerror |
--+-
Changes (by
|Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => clo
| Milestone: MacRuby 0.5
Component: MacRuby |Keywords: hotcocoa crash
+---
Comment(by isaackea...@…):
This ticket has been resolved for me with changeset:2366
--
Ticket URL: <h
Priority: minor | Milestone: MacRuby 0.5
Component: MacRuby|Keywords:
---+
Comment(by isaackea...@…):
This ticket has been resolved for me
: minor | Milestone: MacRuby 0.5
Component: MacRuby|Keywords: readline, library, class
methods
---+
While checking out Lyndon http://github.com/defunkt/lyndon/tree
: minor | Milestone: MacRuby 0.5
Component: MacRuby|Keywords: hotcocoa
---+
This patch enables adding extra key/string properties to the Info.plist
for a hotcocoa
#315: MacRuby-trunk interferes with macports' llvm-devel
-+--
Reporter: robe...@…|Owner: lsansone...@…
Type: defect | Status: closed
Priority: bl
#315: MacRuby-trunk interferes with macports' llvm-devel
-+--
Reporter: robe...@…|Owner: lsansone...@…
Type: defect | Status: closed
Priority: bl
#315: MacRuby-trunk interferes with macports' llvm-devel
-+--
Reporter: robe...@…|Owner: lsansone...@…
Type: defect | Status: closed
Priority: bl
#319: macruby 0.4 crashes on launch in Snow Leopard
+---
Reporter: rex_4...@… | Owner: lsansone...@…
Type: defect | Status: new
Priority: blocker
#319: macruby 0.4 crashes on launch in Snow Leopard
+---
Reporter: rex_4...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Comment(by dmi...@…):
Unfortun
#319: macruby 0.4 crashes on launch in Snow Leopard
+---
Reporter: rex_4...@… |Owner: lsansone...@…
Type: defect | Status: closed
Priority: blocker
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution:
Keywords: |
-+--
Changes (by lsansone...@…):
* statu
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution:
Keywords: |
-+--
Comment(by dmi...
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution:
Keywords: |
-+--
Comment(by dmi...@…):
BTW, rake an
|Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => closed
* resolution: =>
: minor |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: readline, library, class methods |
--+-
Changes (by
Priority: minor |Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone
: blocker |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
+---
Changes (by lsansone...@…):
* status
losed
Priority: blocker |Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Change
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: NSThread|
+---
Changes (by lsansone...@…):
* status: new => clo
tatus: closed
Priority: minor|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: |
-+--
Change
|Milestone: MacRuby 0.5
Component: MacRuby| Resolution: fixed
Keywords: |
---+
Changes (by lsansone...@…):
* status: new => closed
* resolut
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution:
Keywords: |
-+--
Comment(by dmi...@…):
I inserted
ty: major|Milestone: MacRuby 0.5
Component: MacRuby | Resolution:
Keywords: |
-+--
Comment(by lsansone...@…):
I just i
|Milestone: MacRuby 0.5
Component: MacRuby | Resolution: fixed
Keywords: CSV |
-+--
Changes (by lsansone...@…):
* status: new => clo
401 - 500 of 2454 matches
Mail list logo