Skip to content

ouroboros-network-framework:logging

82e2ba4
Select commit
Loading
Failed to load commit list.
Draft

Fmaste/dmq node #6349

ouroboros-network-framework:logging
82e2ba4
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.checks/hlint failed Oct 31, 2025 in 1m 9s

Build failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/phnn00g4733v1if3ky3fw6zfb26wp2i6-hlint-check.drv

Log

cardano-node/src/Cardano/Node/Tracing/Tracers/Diffusion.hs:6:1-31: Warning: Unused LANGUAGE pragma
Found:
  {-# LANGUAGE NamedFieldPuns #-}
Perhaps you should remove it.

cardano-node/src/Cardano/Node/Tracing/Tracers/Diffusion.hs:7:1-34: Warning: Unused LANGUAGE pragma
Found:
  {-# LANGUAGE OverloadedStrings #-}
Perhaps you should remove it.

2 hints
=====================================================================
Note: to ignore a particular hint (e.g. "Reduce duplication"), write
this in the source file:
{-# ANN module ("HLint: ignore Reduce duplication" :: Text) #-}
You can also apply it just to a particular function, which is better:
{-# ANN funcName ("HLint: ignore Reduce duplication" :: Text) #-}