Projects
Home     Blog     Install     New Ticket     View Tickets     Browse Source

Ticket #106 (new defect)

Opened 4 months ago

Last modified 3 months ago

Syntax error with Variadic function

Reported by: byblue@… Owned by: lsansonetti@…
Priority: blocker Milestone: MacRuby 0.4
Component: MacRuby Keywords:
Cc:

Description

>> CISampler.alloc.initWithImage(nil, keysAndValues:1, 2, 3)
SyntaxError: (irb):1: syntax error, unexpected ',', expecting tASSOC
CISampler.alloc.initWithImage(nil, keysAndValues:1, 2, 3)
                                                      ^
        from /usr/local/bin/macirb:12:in `<main>'

MacRuby was compiled from trunk, revision 380.

Change History

Changed 3 months ago by lsansonetti@…

  • milestone set to MacRuby 0.4
Note: See TracTickets for help on using tickets.