haskell-te: e2302a6eee43e014caff34aacb56e1b50bee89db

     1: From: Chris Warburton
     2: Date: Mon, 30 Oct 2017 15:43:03 +0000
     3: State: resolved
     4: Subject: Take multiple OUT_DIRs and arguments
     5: Message-Id: <cdc5bae1f35d828e-0-artemis@nixos>
     6: resolution: fixed
     7: 
     8: We split up AST extraction from exploration, but that requires some way
     9: to tell the exploration where to find the package that defines those
    10: ASTs.
    11: 
    12: Currently we use an env var `OUT_DIR` internally, and externally
    13: (i.e. when called by a user) we require a command line argument to
    14: specify this.
    15: 
    16: However, this is not enough. One of the reasons to separate extraction
    17: from exploration is to allow multiple packages to be explored together.
    18: Yet there's no way to pass along multiple paths.
    19: 
    20: We should replace OUT_DIR with OUT_DIRS, and allow multiple paths to be
    21: given by a user.

Generated by git2html.