Another Bridge Support parsing problem on 10.8

28 views
Skip to first unread message

Gus Mueller

unread,
Jul 1, 2012, 11:41:39 AM7/1/12
to JSCocoa
Looks like some more changes in the order of attributes messes up BridgeSupport in 10.8. For instance, NSCompositeCopy looks like this in 10.7:
<enum name='NSCompositeCopy' value='1'/>

But on 10.8, this causes it to not show up correctly:
<enum value='1' name='NSCompositeCopy'/>


This breaks too:
<constant name='NSToolbarPrintItemIdentifier' type='@'/>

on 10.8 it's:
<constant type='@' name='NSToolbarPrintItemIdentifier'/>

I tried looking at adding some new tests for this guy, but TestsRunner just crashes at launch for me somewhere deep in WebCore.

-gus

--

August 'Gus' Mueller
Flying Meat Inc.
http://flyingmeat.com/

Patrick Geiller

unread,
Jul 1, 2012, 1:55:56 PM7/1/12
to jsc...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages