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

eachSystem: prefix system-less outpus with _ #83

Closed
wants to merge 1 commit into from

Conversation

nrdxp
Copy link

@nrdxp nrdxp commented Nov 6, 2022

Enhances eachSystem and the functions that build off of it to pass through system-independant outputs such as lib by simply prefixing it with _: _lib.

In additional, attributes prefixed with 2 (__) underscores are passed through unmodified, for the sake of __functor et al.

Currently in use here, but I'd rather use this as an upstream, or possibly even merge the noSys and deSys functions here if you are open to it.

Enhances `eachSystem` and the functions that build off of it to pass
through system-independant outputs such as `lib` by simply refixing it
with `_`: `_lib`.

In additional, attributes prefixed with 2 (`__`) underscores are passed
through unmodified, for the sake of `__functor` _et al_.
@nrdxp
Copy link
Author

nrdxp commented Nov 15, 2022

We've diverged the logic a bit more in nosys, so I'll close this for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant