You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/22 14:17:20 UTC

[lucy-issues] [jira] [Commented] (CLOWNFISH-83) Install host alias and exclusion data for prereq parcels

    [ https://issues.apache.org/jira/browse/CLOWNFISH-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389576#comment-15389576 ] 

ASF GitHub Bot commented on CLOWNFISH-83:
-----------------------------------------

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 <we...@aevum.de>
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 <we...@aevum.de>
Date:   2016-03-19T18:58:50Z

    Implement CFCJson_find_hash_elem

commit 9e1d783a11c2c96a579f7546f25fd42c6223e457
Author: Nick Wellnhofer <we...@aevum.de>
Date:   2016-03-19T18:59:42Z

    Read host-specific data for included parcels from JSON
    
    Remove inherit_metadata hack.

commit 9bcba44b6a6cf5b0332ed33c9da7ac81e079692f
Author: Nick Wellnhofer <we...@aevum.de>
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.

----


> Install host alias and exclusion data for prereq parcels
> --------------------------------------------------------
>
>                 Key: CLOWNFISH-83
>                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-83
>             Project: Apache Lucy-Clownfish
>          Issue Type: Improvement
>            Reporter: Nick Wellnhofer
>            Assignee: Nick Wellnhofer
>             Fix For: 0.6.0
>
>
> In order to get host aliases and exclusions for methods from a prerequisute parcel, we implemented a terrible hack that reads this data from the installed binary. We should store this data in a file that is installed together with the Clownfish headers in the host-specific Clownfish _include directory. A JSON file, for example.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)