-
-
Notifications
You must be signed in to change notification settings - Fork 407
Fix warning for -Werror
build in Circle CI
#4727
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ import Control.Arrow ((>>>)) | |
import Control.Exception (throw) | ||
import Control.Lens ((^.)) | ||
import Data.Maybe (fromJust) | ||
import Data.String.Interpolate (__i) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for the fix and sorry for the extra work. I am aware that this I have done some digging and found the cause. The default behavior of GitHub's It is debatable whether we should do the merge in the checkout action or not. However, having different behaviors in different CI checks is just wrong, I think. We should choose one single checkout behavior for all CI checks. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would like to migrate away from CircleCI as there is no reason to have CircleCI and GHA. The main issue so far was that we are limited by our caches, we only have 10GB, and our current jobs fill this quota by far. In fact, we are usually not hitting caches for at least one job because they were already evicted. |
||
import Data.Text (Text) | ||
import qualified Data.Text as T | ||
import Development.IDE.Plugin.Completions.Types (PosPrefixInfo (PosPrefixInfo)) | ||
|