in reply to Re^2: YAML::XS perl/regexp (?u:(?u:
in thread YAML::XS perl/regexp (?u:(?u:
and YAML::XS should make use of XS(XS_re_regexp_pattern) in universal.c
And how does one do that? XS(XS_re_regexp_pattern) creates the Perl sub re::regexp_pattern, so that's a very weird way of saying that YAML::XS should call Perl sub re::regexp_pattern.
Inevitably, this raises backcompat issues.
This can be addressed by storing them as a different type than perl/regexp (perl/regexp_plus_mods?).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: YAML::XS perl/regexp (?u:(?u:
by tinita (Parson) on Dec 08, 2017 at 15:48 UTC | |
by ikegami (Patriarch) on Dec 19, 2017 at 19:32 UTC |