build checks.x86_64-linux.mutation-opt-env-conf

  1. 662.60 s [opt-env-conf-test] - functionChunk "long",
  2. 662.60 s [opt-env-conf-test] - " ",
  3. 662.60 s [opt-env-conf-test] - chunk $
  4. 662.60 s [opt-env-conf-test] - T.pack $
  5. 662.60 s [opt-env-conf-test] - show $
  6. 662.60 s [opt-env-conf-test] - let go = \case
  7. 662.60 s [opt-env-conf-test] - [] -> []
  8. 662.60 s [opt-env-conf-test] - '-' : cs -> go cs
  9. 662.60 s [opt-env-conf-test] - c : cs -> c : cs
  10. 662.60 s [opt-env-conf-test] - in go $ NE.toList s,
  11. 662.60 s [opt-env-conf-test] - " instead."
  12. 662.60 s [opt-env-conf-test] - ]
  13. 662.60 s [opt-env-conf-test] - ]
  14. 662.60 s [opt-env-conf-test] + []
  15. 662.60 s [opt-env-conf-test] LintErrorNoReaderForArgument ->
  16. 662.60 s [opt-env-conf-test] [ [ functionChunk "argument",
  17. 662.60 s [opt-env-conf-test] " has no ",
  18. 662.60 s [opt-env-conf-test] Testing mutation ListLit at src/OptEnvConf/Lint.hs:131:13-14
  19. 662.60 s [opt-env-conf-test] @@ -128,13 +128,7 @@
  20. 662.60 s [opt-env-conf-test] ]
  21. 662.60 s [opt-env-conf-test] ]
  22. 662.60 s [opt-env-conf-test] LintErrorNoReaderForOption ->
  23. 662.60 s [opt-env-conf-test] - [ [ functionChunk "option",
  24. 662.60 s [opt-env-conf-test] - " or ",
  25. 662.60 s [opt-env-conf-test] - functionChunk "name",