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

Add support for measures to LocalTxMonitor #1191

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

add patterns for MeasureName constructors that are no longer provided…

804a8f9
Select commit
Loading
Failed to load commit list.
Draft

Add support for measures to LocalTxMonitor #1191

add patterns for MeasureName constructors that are no longer provided…
804a8f9
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.formatting.stylish failed Sep 4, 2024 in 8s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/spzcplz1shx07sqf0yjd1sak54rjrxim-check-stylish-haskell-exe-stylish-haskell.drv

Log

unpacking source archive /nix/store/m8v18s9a8kmc3zznhlhanvfsm782nf0i-x1mpsa2k9ihni59w7j3vhh067wg2przy-source
source root is x1mpsa2k9ihni59w7j3vhh067wg2przy-source
The custom options for formatting this repo are:
>   - module_header:
>        indent: 2
>        sort: true
>        separate_lists: true
>        break_where: single
>        open_bracket: same_line
>       list_align: with_module_name
>       pad_module_names: false
>       group_imports: true
>           - match: "."
> language_extensions:
>   - BangPatterns
>   - ConstraintKinds
>   - DataKinds
>   - DefaultSignatures
>   - DeriveDataTypeable
>   - DeriveGeneric
>   - ExistentialQuantification
>   - FlexibleContexts
>   - FlexibleInstances
>   - FunctionalDependencies
>   - GADTs
>   - GeneralizedNewtypeDeriving
>   - LambdaCase
>   - MultiParamTypeClasses
>   - MultiWayIf
>   - NoImplicitPrelude
>   - OverloadedStrings
>   - PolyKinds
>   - RecordWildCards
>   - ScopedTypeVariables
>   - StandaloneDeriving
>   - TemplateHaskell
>   - TupleSections
>   - TypeApplications
>   - TypeFamilies
>   - ViewPatterns
>   - ExplicitNamespaces
> cabal: false

Formatting haskell files...
diff -ru /nix/store/m8v18s9a8kmc3zznhlhanvfsm782nf0i-x1mpsa2k9ihni59w7j3vhh067wg2przy-source/ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/LocalTxMonitor/Server.hs ./ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/LocalTxMonitor/Server.hs
--- /nix/store/m8v18s9a8kmc3zznhlhanvfsm782nf0i-x1mpsa2k9ihni59w7j3vhh067wg2przy-source/ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/LocalTxMonitor/Server.hs   1970-01-01 00:00:01.000000000 +0000
+++ ./ouroboros-consensus/src/ouroboros-consensus/Ouroboros/Consensus/MiniProtocol/LocalTxMonitor/Server.hs     2024-09-04 15:44:29.001670115 +0000
@@ -1,10 +1,10 @@
 {-# LANGUAGE FlexibleContexts    #-}
 {-# LANGUAGE NamedFieldPuns      #-}
 {-# LANGUAGE OverloadedStrings   #-}
+{-# LANGUAGE PatternSynonyms     #-}
 {-# LANGUAGE ScopedTypeVariables #-}
 {-# LANGUAGE TypeFamilies        #-}
 {-# LANGUAGE ViewPatterns        #-}
-{-# LANGUAGE PatternSynonyms     #-}
 
 module Ouroboros.Consensus.MiniProtocol.LocalTxMonitor.Server (localTxMonitorServer) where
 
*** stylish-haskell-exe-stylish-haskell-0.14.6.0 found changes that need addressed first