[inferno-ml] Save evaluation info #355
Annotations
2 errors and 10 warnings
build
Canceling since a higher priority waiting request for 'build-refs/pull/121/merge' exists
|
build
The operation was canceled.
|
build:
inferno-core/src/Inferno/Eval.hs#L271
Warning in eval in module Inferno.Eval: Avoid NonEmpty.unzip ▫︎ Found: "unzip" ▫︎ Perhaps: "Data.Functor.unzip" ▫︎ Note: The function is being deprecated
|
build:
inferno-core/src/Inferno/Eval.hs#L272
Warning in eval in module Inferno.Eval: Avoid NonEmpty.unzip ▫︎ Found: "unzip" ▫︎ Perhaps: "Data.Functor.unzip" ▫︎ Note: The function is being deprecated
|
build:
inferno-core/src/Inferno/Infer.hs#L1266
Warning in infer in module Inferno.Infer: Eta reduce ▫︎ Found: "checkDuplicateFields l fs = aux mempty fs" ▫︎ Perhaps: "checkDuplicateFields l = aux mempty"
|
build:
inferno-core/src/Inferno/Parse.hs#L231
Warning in enumE in module Inferno.Parse: Functor law ▫︎ Found: "f startPos () <$> (Scope . ModuleName <$> variable)" ▫︎ Perhaps: "(f startPos () . Scope . ModuleName <$> variable)"
|
build:
inferno-core/src/Inferno/Parse.hs#L785
Suggestion in rws_type in module Inferno.Parse: Use camelCase ▫︎ Found: "rws_type :: [Text]" ▫︎ Perhaps: "rwsType :: [Text]"
|
build:
inferno-core/src/Inferno/Parse.hs#L786
Suggestion in rws_type in module Inferno.Parse: Use camelCase ▫︎ Found: "rws_type = ..." ▫︎ Perhaps: "rwsType = ..."
|
build:
inferno-core/src/Inferno/Parse.hs#L813
Suggestion in type_variable_raw in module Inferno.Parse: Use camelCase ▫︎ Found: "type_variable_raw :: TyParser Text" ▫︎ Perhaps: "typeVariableRaw :: TyParser Text"
|
build:
inferno-core/src/Inferno/Parse.hs#L814
Suggestion in type_variable_raw in module Inferno.Parse: Use camelCase ▫︎ Found: "type_variable_raw = ..." ▫︎ Perhaps: "typeVariableRaw = ..."
|
build:
inferno-core/src/Inferno/Parse.hs#L816
Suggestion in type_variable in module Inferno.Parse: Use camelCase ▫︎ Found: "type_variable :: TyParser Int" ▫︎ Perhaps: "typeVariable :: TyParser Int"
|
build:
inferno-core/src/Inferno/Parse.hs#L817
Suggestion in type_variable in module Inferno.Parse: Use camelCase ▫︎ Found: "type_variable = ..." ▫︎ Perhaps: "typeVariable = ..."
|