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

Make sure bazel dependencies don't override each other #4

Open
felixmulder opened this issue Aug 26, 2018 · 0 comments
Open

Make sure bazel dependencies don't override each other #4

felixmulder opened this issue Aug 26, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@felixmulder
Copy link
Owner

Support for dependencies between bazel modules is now implemented 🎉

However! If a bazel purescript project has multiple files with the same file name, they will overwrite each other when creating the target source files.

This should be fixed by maintaining the directory structure when copying.

OR! Even better! Make sure purescript has separate compilation 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant