tbalthazar-archives / cappuccino

http://cappuccino.org
GNU Lesser General Public License v2.1
6 stars 1 forks source link

CPArray toll free bridging in console #786

Open tbalthazar opened 15 years ago

tbalthazar commented 15 years ago

The following does not work, and it should:

@@@ javascript

var a = [1, 2, 3]; alert([a count]);

@@@

This still works:

@@@ javascript

var b = [CPArray arrayWithObjects: 1, 2, 3]; alert([b count]);

@@@

This is a high priority issue.

original LH ticket

This ticket has 0 attachment(s).

tbalthazar commented 15 years ago

CPArray toll free bridging is broken?

this works fine. apparently this is a console bug.

by Francisco Tolmasky

tbalthazar commented 15 years ago

CPArray toll free bridging in console

by Francisco Tolmasky