You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ParseXS: refactor: rm xsub_map_interface_foo field
Remove the following field from the ExtUtils::ParseXS class:
xsub_map_interface_name_short_to_original
and replace it with this new field in the
ExtUtils::ParseXS::Node::xsub class:
map_interface_name_short_to_original
In addition, remove the 'map_short_orig' field from the Node::INTERFACE
class - that was added by me earlier in this branch (initially unused)
with the intent to become what 'map_interface_name_short_to_original' is
now, but it turned out not to be suitable for this purpose, as the
latter can accumulate data over multiple INTERFACE keywords.
0 commit comments