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

Revert spago build back to using a single purs compile call when building multi-package workspace #1070

Merged
merged 4 commits into from
Oct 11, 2023

Conversation

JordanMartinez
Copy link
Contributor

Description of the change

Fixes #1051

Checklist:

  • Added the change to the "Unreleased" section of the changelog
  • Added some example of the new feature to the README
  • Added a test for the contribution (if applicable)

P.S.: the above checks are not compulsory to get a change merged, so you may skip them. However, taking care of them will result in less work for the maintainers and will be much appreciated 😊

While we could update Fetch to return
back `PackageMap` instead of `Map PackageName PackageMap`,
the comment in `Command/Build.purs`
about removing packages mentioned
not knowing which deps are for which package.
So, I've left that there, so we can address it later.
Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 👏

@JordanMartinez JordanMartinez merged commit 265ea0a into master Oct 11, 2023
3 checks passed
@JordanMartinez JordanMartinez deleted the jam/return-to-single-compile branch October 11, 2023 12:15
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.

Rework how we apply PSA options and get back to building all together
2 participants