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

Attempt to fix GHC 9.8.2 bump. #4628

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jonathanknowles
Copy link
Contributor

No description provided.

@jonathanknowles jonathanknowles force-pushed the jonathanknowles/ghc-9.8.2 branch from e15e284 to 645a1d7 Compare June 13, 2024 06:41
@jonathanknowles jonathanknowles changed the title Attempt to fix GHC 9.8.2 bump. Attempt to fix GHC 9.8.2 bump. Jun 13, 2024
@jonathanknowles jonathanknowles force-pushed the jonathanknowles/ghc-9.8.2 branch 2 times, most recently from 046a0f4 to 8696885 Compare June 14, 2024 06:34
@paolino paolino force-pushed the paolino/ghc-9.8.2 branch from 7f07e26 to 859e8b1 Compare July 1, 2024 13:46
@paolino paolino force-pushed the jonathanknowles/ghc-9.8.2 branch from 19af753 to 3453f7c Compare July 1, 2024 13:47
@Anviking Anviking force-pushed the paolino/ghc-9.8.2 branch 3 times, most recently from 859e8b1 to b510141 Compare July 10, 2024 12:34
@paolino paolino force-pushed the jonathanknowles/ghc-9.8.2 branch 3 times, most recently from ae06ee0 to bae28f7 Compare August 9, 2024 15:36
paolino and others added 9 commits August 9, 2024 15:41
Fixes:
https://buildkite.com/cardano-foundation/cardano-wallet/builds/5240#01900a67-445e-447e-b1bd-976ebaf665c1/39-41

Error:
```
> Network/Wai/Application/Static.hs:260:27: error: [GHC-87897]
>     • Exception when trying to run compile-time code:
>         Z:\build\wai-app-static-3.1.9\images/folder.png: withBinaryFile: invalid argument (Bad file descriptor)
>       Code: (makeRelativeToProject "images/folder.png" >>= embedFile)
>     • In the untyped splice:
>         $(makeRelativeToProject "images/folder.png" >>= embedFile)
>     |
> 260 |             L.fromChunks [$(makeRelativeToProject "images/folder.png" >>= embedFile)]
>     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
```
Fixes:
```
Data/Graph/Inductive/Monad.hs:23:1: error: [GHC-87897]
    • Exception when trying to run compile-time code:
        External interpreter terminated (-15)
    • In the annotation:
        {-# ANN module "HLint: ignore Redundant lambda" #-}
   |
23 | {-# ANN module "HLint: ignore Redundant lambda" #-}
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[10 of 29] Compiling Data.Graph.Inductive.NodeMap ( Data/Graph/Inductive/NodeMap.hs, dist/build/Data/Graph/Inductive/NodeMap.o )
[11 of 29] Compiling Data.Graph.Inductive.PatriciaTree ( Data/Graph/Inductive/PatriciaTree.hs, dist/build/Data/Graph/Inductive/PatriciaTree.o )
```
@paolino paolino force-pushed the jonathanknowles/ghc-9.8.2 branch from bae28f7 to 70cc0c1 Compare August 9, 2024 15:46
@paolino paolino changed the base branch from paolino/ghc-9.8.2 to master August 9, 2024 15:56
@abailly
Copy link
Collaborator

abailly commented Dec 13, 2024

Rebase to keep it up to date and merge when ready to switch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants