You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
We used to have Tom's copy of tasty-test-reporter, but that version doesn't work for the new resolver. I think it's safe to use the original package because Tom's commits printSummary: Respect terminal color setting and printLines: Defer decision about printing with colorfrom his fork are also present in the original repository. I also didn't see a color difference when running the unit tests. Therefore I removed the link to his repository from extra-deps in stack.yaml.
Changing the version of co-log to >=0.4 was not enough to make the build succeed, so I added it's precise version to extra-deps in stack.yaml.
nix-haskell-hls became haskell-hls-nix and it had to be given ghcVersion"8.10.7" instead of compiler-nix-name"ghc8107"
Many changes were automatically made during the build process or by running ./nix/rematerialize.sh.
Things that took me a lot to figure out:
I had to update index-state in default.nix
I had to tell niv which branch of hlint to use in order to update to a newer version
Scope: haskell-language-server is not supported anymore for GHC 8.10.4
Estimate: December 14
Review checklist
The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.
Summary. Write a summary of the changes. Explain what you did to fix the issue, and why you did it. Present the changes in a logical order. Instead of writing a summary in the pull request, you may push a clean Git history.
Documentation. Write documentation for new functions. Update documentation for functions that changed, or complete documentation where it is missing.
Tests. Write unit tests for every change. Write the unit tests that were missing before the changes. Include any examples from the reported issue as integration tests.
Clean up. The changes are already clean. Clean up anything near the changes that you noticed while working. This does not mean only spatially near the changes, but logically near: any code that interacts with the changes!
The reason will be displayed to describe this comment to others. Learn more.
Tested out nix-shell and nix-build successfully. I had to increase ulimit on my local machine for nix-build test.nix to avoid a too many open files error.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #2932
tasty-test-reporter, but that version doesn't work for the new resolver. I think it's safe to use the original package because Tom's commitsprintSummary: Respect terminal color settingandprintLines: Defer decision about printing with colorfrom his fork are also present in the original repository. I also didn't see a color difference when running the unit tests. Therefore I removed the link to his repository fromextra-depsinstack.yaml.co-logto>=0.4was not enough to make the build succeed, so I added it's precise version toextra-depsinstack.yaml.sources.jsonwas updated usingNivnix-haskell-hlsbecamehaskell-hls-nixand it had to be givenghcVersion"8.10.7"instead ofcompiler-nix-name"ghc8107"Many changes were automatically made during the build process or by running
./nix/rematerialize.sh.Things that took me a lot to figure out:
index-stateindefault.nixnivwhich branch ofhlintto use in order to update to a newer versionScope: haskell-language-server is not supported anymore for GHC 8.10.4
Estimate: December 14
Review checklist
The author performs the actions on the checklist. The reviewer evaluates the work and checks the boxes as they are completed.