Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hierarchical pkg_filegroup implementation mockup #212

Closed
wants to merge 2 commits into from

Commits on Aug 4, 2020

  1. Mockup of hierarchical pkg_filegroup implementation

    This change is intended to start a more detailed discussion on how we might make
    a "nestable" `pkg_filegroup` rule.
    
    The mechanism for calling rules out in other rules was tested and is known to
    work, but I wonder about what to do with the `name` attribute.  A thought that
    comes to mind is that `pkg_file` could emit a specification that a (currently
    nonexistent) `pkg_filegroup` rule could use to provide a name to a "real"
    `pkg_file` rule (or however it is implemented).
    Andrew Psaltis committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    bb53c1c View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2020

  1. Mass cleanup/functionality updates

    - Hierarchical PFG example now moved to its own
      directory (pkg/experimental/hierarchical/example), now with (empty) example
      files.
    
    - Hierarchical PFG example has a (little) documentation
    
    - Hierarchical PFG actually compiles now.  Basic tree data structure traversal
      function implemented and used; prints outputs to the terminal as it's run.
    Andrew Psaltis committed Sep 8, 2020
    Configuration menu
    Copy the full SHA
    1d52866 View commit details
    Browse the repository at this point in the history