Changes between Version 17 and Version 20 of Ticket #523


Ignore:
Timestamp:
14/04/20 06:18:07 (5 years ago)
Author:
Olly Betts
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #523 – Description

    v17 v20  
    44 * ~~~"Stringify" is also missing for subclasses of Error (which in the XS version I'm using in 1.2.4 to give backwards compatibility for cases which were still throwing string exceptions in 1.2.3).~~~
    55 * XS version has simple anon-sub wrappers for !MatchDecider and !ExpandDecider.  SWIG doesn't support directors for Perl in current releases (though there's work on a branch).  But perhaps we can support these simple wrappers without needing directors.
    6  * The SWIG-generated version is fussier about what sort of scalars you pass - for example, if an integer is expected, passing a string containing an integer or floating point number doesn't work, at least in some cases.
     6 * ~~~The SWIG-generated version is fussier about what sort of scalars you pass - for example, if an integer is expected, passing a string containing an integer or floating point number doesn't work, at least in some cases.~~~ Now documented at least.
    77
    88One option is to deprecate the stringify stuff and make the switch at the start of the next release series.