Changes between Version 9 and Version 10 of CallingConventionsOverview

Show
Ignore:
Timestamp:
10/04/09 00:21:44 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CallingConventionsOverview

    v9 v10  
    105105 
    106106- Flattening an argument doesn't alter the signature string stored, so multiple dispatch can't handle the resulting string. Need to modify the signature string while building the CallSignature object. (t/pmc/multisub.t and t/pmc/multidispatch.t) 
     107 
     108- Edge cases on auto boxing/unboxing argument types, e.g. "Unable to set PMC value, the pointer is not a PMC" (t/oo/methods.t, t/oo/subclass.t) 
     109 
     110- GC attempting to mark a bad variable (t/op/box.t) 
     111 
     112- Insufficient checking on positional arguments passed inside named arguments (t/op/calling.t) 
     113 
     114- Insufficient checking on missing named arguments (t/op/cc_state.t) 
     115 
     116- Some tests need to be updated to match the current error messages (t/op/calling.t, t/op/cc_params.t) 
     117 
     118- Segfault in set_returns, possibly a null call object? (t/op/gc.t)