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

Let hazel_library cover non-library targets #27

Description

@judah

We should make hazel_library more generic so it can support targets besides just libraries.

Suggestion: make a generic hazel macro:

def hazel(package, target=None):
  if not target:
    target = package
  else if target == package: # binary
    target = package + "_bin"
  ...

Socialize this design first to see how intuitive it is in practice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions