GitHub user nwellnhof opened a pull request:
https://github.com/apache/lucy-clownfish/pull/76
Install a JSON file with host-specific parcel data
Install a JSON file named `parcel_{lang}.json` that contains method
aliases, excluded methods, and the name of the host language module.
Fixes CLOWNFISH-83.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nwellnhof/lucy-clownfish host-data-json
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucy-clownfish/pull/76.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 #76
----
commit 8ac4a0642e2b1d6bb694c9f84804d6ee99314870
Author: Nick Wellnhofer <[email protected]>
Date: 2016-03-12T16:23:49Z
Write host aliases and exclusions to parcel_perl.json
Write host-specific data like method aliases and exclusions to a JSON
file for each parcel. This file is installed in the Clownfish include
directory.
commit bff120c521ce1f2ce09a438069a55cb077124efa
Author: Nick Wellnhofer <[email protected]>
Date: 2016-03-19T18:58:50Z
Implement CFCJson_find_hash_elem
commit 9e1d783a11c2c96a579f7546f25fd42c6223e457
Author: Nick Wellnhofer <[email protected]>
Date: 2016-03-19T18:59:42Z
Read host-specific data for included parcels from JSON
Remove inherit_metadata hack.
commit 9bcba44b6a6cf5b0332ed33c9da7ac81e079692f
Author: Nick Wellnhofer <[email protected]>
Date: 2016-07-20T12:36:33Z
Derive XS prereqs from parcel prereqs
Add "host_module_name" to host-specific JSON and use it to derive
XS prereqs automatically.
----
---
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.
---