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

Insert in Bulk #1595

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Intert in Bulk

929b1a9
Select commit
Loading
Failed to load commit list.
Draft

Insert in Bulk #1595

Intert in Bulk
929b1a9
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-darwin.checks.hlint failed Jan 4, 2024 in 32s

Build failed

1 steps

Details

Failed Steps

Step 1

Derivation

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

Log

cardano-db-sync/src/Cardano/DbSync/Util/Constraint.hs:4:1-32: Warning: Unused LANGUAGE pragma
Found:
  {-# LANGUAGE RecordWildCards #-}
Perhaps you should remove it.
Note: may require `{-# LANGUAGE DisambiguateRecordFields #-}` adding to the top of the file

1 hint
=====================================================================
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) #-}