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

New build plan construction with source maps #4412

Merged
merged 40 commits into from
Dec 20, 2018
Merged

New build plan construction with source maps #4412

merged 40 commits into from
Dec 20, 2018

Conversation

qrilka
Copy link
Contributor

@qrilka qrilka commented Nov 21, 2018

Please include the following checklist in your PR:

  • Any changes that could be relevant to users have been recorded in the ChangeLog.md
  • The documentation has been updated, if necessary.

The PR implements what is described in https://github.com/commercialhaskell/stack/blob/master/doc/build-overview.md

2 integration tests fail currently, both involve stack solver which is to be fixed in #4410

Fixes #3922

snoyberg and others added 30 commits September 15, 2018 19:50
@qrilka
Copy link
Contributor Author

qrilka commented Dec 4, 2018

@lehins I've changed TTRemote into TTRemotePackage, sounds OK?

@lehins
Copy link
Contributor

lehins commented Dec 4, 2018

@qrilka Yeah, sounds good to me.

src/Stack/Build/Source.hs Outdated Show resolved Hide resolved
src/Stack/Types/Config.hs Outdated Show resolved Hide resolved
src/Stack/SourceMap.hs Outdated Show resolved Hide resolved
src/Stack/SourceMap.hs Outdated Show resolved Hide resolved
src/Stack/Script.hs Outdated Show resolved Hide resolved
src/Stack/Hoogle.hs Outdated Show resolved Hide resolved
src/Stack/Hoogle.hs Outdated Show resolved Hide resolved
@lehins
Copy link
Contributor

lehins commented Dec 12, 2018

@qrilka There seems to be a conflict with src/Stack/Config.hs otherwise this PR looks good to me.

@qrilka
Copy link
Contributor Author

qrilka commented Dec 13, 2018

Conflict resolved

@qrilka
Copy link
Contributor Author

qrilka commented Dec 20, 2018

With a new merge with master pantry tests don't fail because of Mercurial but builds appear to time out.
Local integration tests show 2 fails: 3397-ghc-solver and 3533-extra-deps-solver - both are supposed to get resolved in #4410

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.

Better calculation of SourceMap/buildplans (improves cache as well)
3 participants