Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

fbp meta types on conf files #927

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 21, 2015

  1. flow: support fbp meta types on conffiles

    It support to declare them on conffiles like:
    
    {
       "name": "NodeName",
       "options": {
           ...
       },
       "type": "fbp:FILE_NAME.fbp"
    }
    
    Support was added only on runner (no generator support yet).
    It leaks parsers (and consequently node types).
    
    Paths used to look for fbp files are passed by runner.
    
    Signed-off-by: Bruno Dilly <[email protected]>
    bdilly committed Oct 21, 2015
    Configuration menu
    Copy the full SHA
    ae7556b View commit details
    Browse the repository at this point in the history