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

[#401] Support GHC-8.8.2 #405

Merged
merged 2 commits into from
Feb 19, 2020
Merged

[#401] Support GHC-8.8.2 #405

merged 2 commits into from
Feb 19, 2020

Conversation

vrom911
Copy link
Member

@vrom911 vrom911 commented Feb 18, 2020

Resolves #401

@vrom911 vrom911 added generated project Files, folder generation by the summoner CI CI tools support; project CI; build with different GHC, tools enhancement labels Feb 18, 2020
@vrom911 vrom911 added this to the v2.0: Major update milestone Feb 18, 2020
@vrom911 vrom911 requested a review from chshersh as a code owner February 18, 2020 19:47
@vrom911 vrom911 self-assigned this Feb 18, 2020
Copy link
Contributor

@hint-man hint-man bot left a comment

Choose a reason for hiding this comment

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

There is no place for me here... I will choose the truth I like.

Copy link
Contributor

@chshersh chshersh 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! I have a few questions, but this is very nice work 🙂

@@ -63,7 +63,7 @@ latestLts = \case
Ghc822 -> "lts-11.22"
Ghc844 -> "lts-12.26"
Ghc865 -> "lts-14.18"
Copy link
Contributor

Choose a reason for hiding this comment

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

Let's also update the previous one to 14.27

Copy link
Member Author

Choose a reason for hiding this comment

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

Nice catch!

Comment on lines +25 to 27
- ghc: 8.8.2
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack.yaml" DEPLOY=yes
- ghc: 8.8.1
env: STACK_YAML="$TRAVIS_BUILD_DIR/stack-nightly.yaml" DEPLOY=no

Copy link
Contributor

Choose a reason for hiding this comment

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

Nice cleanup of this file! 👍

Comment on lines 19 to 22
, "GHC-8.2.2 base-4.10.1.0 lts-11.22 "
, "GHC-8.4.4 base-4.11.1.0 lts-12.26 "
, "GHC-8.6.5 base-4.12.0.0 lts-14.18 "
, "GHC-8.8.1 base-4.13.0.0 nightly-2019-12-25"
, "GHC-8.8.2 base-4.13.0.0 lts-15.0 "
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we remove this padding from all values in the table? Or is it also useful for TUI?

Copy link
Member Author

Choose a reason for hiding this comment

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

This is for the table builder. This pad is supposed to take into consideration the maximum possible alignment, in here I counted the nightly as well. But you are right, I can improve this :)

@@ -144,4 +144,4 @@ formatGhcMeta GhcMeta{..} =
<> " "
<> T.justifyLeft 14 ' ' gmBase
<> " "
<> T.justifyLeft 18 ' ' gmResolver
Copy link
Member Author

Choose a reason for hiding this comment

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

As this padding is not used for border creation it doesn't make much sense to keep it in the first place :)

@vrom911 vrom911 force-pushed the vrom911/401-Support-GHC-8.8.2 branch from 0084962 to 9b71c80 Compare February 19, 2020 13:22
Copy link
Contributor

@chshersh chshersh left a comment

Choose a reason for hiding this comment

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

Looking great! 😍

@chshersh chshersh merged commit 1482bdb into master Feb 19, 2020
@chshersh chshersh deleted the vrom911/401-Support-GHC-8.8.2 branch February 19, 2020 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI CI tools support; project CI; build with different GHC, tools enhancement generated project Files, folder generation by the summoner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support GHC-8.8.2
2 participants