-
Notifications
You must be signed in to change notification settings - Fork 130
Support PureScript's --exclude-files
CLI arg
#1064
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
Comments
--exclude-files
CLI arg--exclude-files
CLI arg
Seems related to purescript/registry-dev#594 |
Why would we want to support this? Spago has a specific idea of what a package is, and that does not play well with "splitting a |
And I mentioned colocation in our chat earlier today - I think I got confused, doesn't seem related |
--exclude-files
CLI arg--exclude-files
CLI arg
Me and Jordan had a call earlier today and agreed that we won't support this unless we have a good usecase |
[email protected]
allows one to exclude files from compiler input via the--exclude-files
argument.How should this flag be supported given that we currently make the following assumptions:
src/**/*.purs
test/**/*.purs
AFAICT, the purpose of the
--exclude-files
is to allow one to have multiple packages within the samesrc
directory.The text was updated successfully, but these errors were encountered: