GitHub user nwellnhof opened a pull request:
https://github.com/apache/lucy-clownfish/pull/72
Add support for multiple XS modules
Allow to build multiple XS modules containing any selection of Clownfish
parcels.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nwellnhof/lucy-clownfish separate-xs
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy-clownfish/pull/72.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #72
----
commit 0c09e83b2fdfdd10084f48bbe6b2e79509d29e26
Author: Nick Wellnhofer <[email protected]>
Date: 2016-06-20T11:23:48Z
Make it possible to run _compile_clownfish twice
ACTION_compile_custom_xs will need some information about parcels. So
it has to build the hierarchy if ACTION_clownfish hasn't been run yet.
commit db8df1553ef1d4bacdec865b0151b0c605ca92eb
Author: Nick Wellnhofer <[email protected]>
Date: 2016-06-14T15:53:37Z
Support multiple XS files
write_bindings now takes the name of the boot class and an array of
parcels. CFC::Perl::Build takes a list of modules like
modules => [
{
name => 'Clownfish',
parcels => [ 'Clownfish', 'TestClownfish' ],
make_target => 'core_objects',
c_source_dirs => [ $XS_SOURCE_DIR ],
},
],
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---