-
-
Notifications
You must be signed in to change notification settings - Fork 389
Prepare 1.5.1 #2393
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
Prepare 1.5.1 #2393
Conversation
|
In my local builds cabal always picks semigroups-0.19.2 but in ci is picking 0.20.0 🤦 even with a fresh cabal dir and dist dirs and using cabal-3.4.0.0 |
Reproduced with |
20cbfda
to
688101c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but I am not completely in the loop right now, so please take it with a grain of salt.
8th CI run 🤦♂️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM too
The workflow is failing deterministically (4 consecutive fails) for hls-tactic-plugin, ubuntu and ghc-8.6.5:
I am gonna ignore the test suite for that combination to merge this asap and unblock the release and rest of pr //cc @pepeiborra @isovector |
As anonymous ones reach the api limit quickly Via a unique argument with a github oauth token
f9404ff
to
3eade8f
Compare
Why do you think it's deterministic? It passes consistently for me in https://github.com/haskell/haskell-language-server/actions/runs/1510511159 |
Well they failed with this pr in 4 consecutive attempts after being succesful in previous commits. |
* Rerun tests between run attempts * without quotes * Bump up versions for hackage * Add support for auth github requests As anonymous ones reach the api limit quickly Via a unique argument with a github oauth token * Add changelog for 1.5.1 * Fix makrdownlint warnings * Bump up index state * Bump up plugin version * build with -v3 on error * More backjumps for tests and benchs * Add last prs * eval plugin needs ghcide>=1.5.0.1 * Include #2395 in the changelog * Ignore deferred tests for win and 9.0.1 * Ignore tactics tests for ubuntu+8.6.5
But i cant reproduce it locally