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

Let hazel_library cover non-library targets #27

Open
judah opened this issue Jun 11, 2018 · 0 comments
Open

Let hazel_library cover non-library targets #27

judah opened this issue Jun 11, 2018 · 0 comments

Comments

@judah
Copy link
Contributor

judah commented Jun 11, 2018

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.

@judah judah added the CI label Jul 6, 2018
@robinbb-takt robinbb-takt removed the CI label Sep 21, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants