-
Notifications
You must be signed in to change notification settings - Fork 54
Bunch of warnings during setup #144
Comments
I do not see anyone responsibly maintaining the hlint actions here, so, PRs welcome! |
What I meant is that "Resolved latest to 9.4.2" should say what is the latest of what ("latest stack to x"), otherwise, the log statement isn't useful at all, since there are three of them that say the same thing. |
Ah sorry. Frankly, I didn't see this problem, because I know all the GHC, Cabal, and Stack version numbers by heart, so if I see 3.6.2.0, my brain adds "cabal", and if I see 8.0.2, my brain adds "ghc". Thanks for clarifying this! |
@asarkar wrote:
This warning comes from a third party, You can safely ignore this warning. |
Fix #144: Instead of just printing e.g. `Resolved latest to 2.9.3`, print `Resolved stack latest to 2.9.3`. E.g.: https://github.com/haskell/actions/actions/runs/3757986267/jobs/6385794767#step:3:7 ``` Preparing to setup a Haskell environment Resolved latest to 9.4.2 Resolved latest to 3.8.1.0 ``` With this PR: https://github.com/haskell/actions/actions/runs/3794946311/jobs/6453551975#step:3:7 ``` Preparing to setup a Haskell environment Resolved ghc latest to 9.4.2 Resolved cabal latest to 3.8.1.0 ```
I wasn’t suggesting hiding the message, as that achieves nothing. I was wondering if you could literally do what the message says, that is, run |
Well, this is what is eventually happening. But |
I’ve opened #149 to track the issue with hlint. If nothing is done it’ll stop working in 6 months, so, it seems reasonable to track the problem separately. |
Step
Run haskell/actions/setup@v2
Everything says "resolved latest", so, the obvious question is "latest of what?"
Step
Installing ghc version 9.4.2
Step "Install HLint`
The link above has a hard date for removing
set-output
.The text was updated successfully, but these errors were encountered: