2347.95 s
[unison-runtime] |
2347.95 s
[unison-runtime] 220 | pattern Doc2FrontMatterRef <- ((== doc2FrontMatterRef) -> True)
2347.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.95 s
[unison-runtime]
2347.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:225:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.95 s
[unison-runtime] Pattern synonym with no type signature:
2347.95 s
[unison-runtime] pattern Doc2LaTeXInlineRef :: R.Reference
2347.95 s
[unison-runtime] |
2347.95 s
[unison-runtime] 225 | pattern Doc2LaTeXInlineRef <- ((== doc2LaTeXInlineRef) -> True)
2347.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.95 s
[unison-runtime]
2347.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:230:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.95 s
[unison-runtime] Pattern synonym with no type signature:
2347.95 s
[unison-runtime] pattern Doc2SvgRef :: R.Reference
2347.95 s
[unison-runtime] |
2347.95 s
[unison-runtime] 230 | pattern Doc2SvgRef <- ((== doc2SvgRef) -> True)
2347.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.95 s
[unison-runtime]
2347.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:232:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.95 s
[unison-runtime] Pattern synonym with no type signature:
2347.95 s
[unison-runtime] pattern Doc2Word :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.95 s
[unison-runtime] {a}.
2347.95 s
[unison-runtime] Text -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.95 s
[unison-runtime] |
2347.95 s
[unison-runtime] 232 | pattern Doc2Word txt <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2WordId -> True))) (Term.Text' txt)
2347.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.95 s
[unison-runtime]
2347.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:234:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.95 s
[unison-runtime] Pattern synonym with no type signature:
2347.95 s
[unison-runtime] pattern Doc2Code :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.95 s
[unison-runtime] {a}.
2347.95 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.95 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.95 s
[unison-runtime] |
2347.96 s
[unison-runtime] 234 | pattern Doc2Code d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:236:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2CodeBlock :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] Text
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 236 | pattern Doc2CodeBlock lang d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeBlockId -> True))) [Term.Text' lang, d]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:238:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Bold :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 238 | pattern Doc2Bold d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BoldId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:240:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Italic :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 240 | pattern Doc2Italic d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ItalicId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:242:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Strikethrough :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 242 | pattern Doc2Strikethrough d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StrikethroughId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:244:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Style :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Text
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 244 | pattern Doc2Style s d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StyleId -> True))) [Term.Text' s, d]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:246:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Anchor :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Text
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 246 | pattern Doc2Anchor id d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AnchorId -> True))) [Term.Text' id, d]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:248:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Blockquote :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 248 | pattern Doc2Blockquote d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlockquoteId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:250:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Blankline :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 250 | pattern Doc2Blankline <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlanklineId -> True))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:252:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Linebreak :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 252 | pattern Doc2Linebreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2LinebreakId -> True))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:254:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SectionBreak :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 254 | pattern Doc2SectionBreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionBreakId -> True))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:256:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Tooltip :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 256 | pattern Doc2Tooltip d tip <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TooltipId -> True))) [d, tip]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:258:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Aside :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 258 | pattern Doc2Aside d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AsideId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:260:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Callout :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 260 | pattern Doc2Callout icon d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CalloutId -> True))) [icon, d]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:262:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Table :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 262 | pattern Doc2Table ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TableId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:264:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Folded :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Bool
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 264 | pattern Doc2Folded isFolded d d2 <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2FoldedId -> True))) [Term.Boolean' isFolded, d, d2]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:266:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Paragraph :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 266 | pattern Doc2Paragraph ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ParagraphId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:268:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2BulletedList :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 268 | pattern Doc2BulletedList ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BulletedListId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:270:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2NumberedList :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] Word64
2347.96 s
[unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 270 | pattern Doc2NumberedList n ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NumberedListId -> True))) [Term.Nat' n, Term.List' (toList -> ds)]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:272:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Section :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 272 | pattern Doc2Section title ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionId -> True))) [title, Term.List' (toList -> ds)]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:274:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2NamedLink :: forall {typeVar} {typeAnn} {patternAnn}
2347.96 s
[unison-runtime] {v} {a}.
2347.96 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 274 | pattern Doc2NamedLink name dest <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NamedLinkId -> True))) [name, dest]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:276:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Image :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 276 | pattern Doc2Image alt link caption <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ImageId -> True))) [alt, link, caption]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:278:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Special :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 278 | pattern Doc2Special sf <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SpecialId -> True))) sf
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:280:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Join :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 280 | pattern Doc2Join ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2JoinId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:282:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2UntitledSection :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 282 | pattern Doc2UntitledSection ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2UntitledSectionId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:284:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Column :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 284 | pattern Doc2Column ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ColumnId -> True))) (Term.List' (toList -> ds))
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:286:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2Group :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.96 s
[unison-runtime] {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 286 | pattern Doc2Group d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2GroupId -> True))) d
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:288:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormRef :: R.Reference
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 288 | pattern Doc2SpecialFormRef <- ((== doc2SpecialFormRef) -> True)
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:312:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormSource :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 312 | pattern Doc2SpecialFormSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSourceId -> True))) tm
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:314:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormFoldedSource :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term
2347.96 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 314 | pattern Doc2SpecialFormFoldedSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormFoldedSourceId -> True))) tm
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:316:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormExample :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] Word64
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 316 | pattern Doc2SpecialFormExample n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleId -> True))) [Term.Nat' n, tm]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:318:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormExampleBlock :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] Word64
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 318 | pattern Doc2SpecialFormExampleBlock n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleBlockId -> True))) [Term.Nat' n, tm]
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:320:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormLink :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 320 | pattern Doc2SpecialFormLink tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormLinkId -> True))) tm
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:322:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormSignature :: forall {typeVar} {typeAnn}
2347.96 s
[unison-runtime] {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 322 | pattern Doc2SpecialFormSignature tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureId -> True))) tm
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:324:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.96 s
[unison-runtime] pattern Doc2SpecialFormSignatureInline :: forall {typeVar}
2347.96 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2347.96 s
[unison-runtime] U.Core.ABT.Term
2347.96 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] -> U.Core.ABT.Term
2347.96 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.96 s
[unison-runtime] |
2347.96 s
[unison-runtime] 324 | pattern Doc2SpecialFormSignatureInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureInlineId -> True))) tm
2347.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.96 s
[unison-runtime]
2347.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:326:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.96 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEval :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 326 | pattern Doc2SpecialFormEval tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalId -> True))) tm
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:328:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEvalInline :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] -> U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 328 | pattern Doc2SpecialFormEvalInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalInlineId -> True))) tm
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:330:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbed :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 330 | pattern Doc2SpecialFormEmbed any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedId -> True))) any
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:332:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbedInline :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] -> U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 332 | pattern Doc2SpecialFormEmbedInline any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedInlineId -> True))) any
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:334:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2MediaSource :: forall {typeVar} {typeAnn} {patternAnn}
2347.97 s
[unison-runtime] {v} {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 334 | pattern Doc2MediaSource src mimeType <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2MediaSourceRef _)) [src, mimeType]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:336:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbedVideo :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2347.97 s
[unison-runtime] -> [U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
2347.97 s
[unison-runtime] -> U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 336 | pattern Doc2SpecialFormEmbedVideo sources config <- Doc2SpecialFormEmbed (Term.App' _ (Term.Apps' (Term.Constructor' (ConstructorReference Doc2VideoRef _)) [Term.List' (toList -> sources), Term.List' (toList -> config)]))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:338:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbedFrontMatter :: forall {typeVar}
2347.97 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] [U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
2347.97 s
[unison-runtime] -> U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 338 | pattern Doc2SpecialFormEmbedFrontMatter frontMatter <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2FrontMatterRef _)) (Term.List' (toList -> frontMatter))))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:340:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbedLaTeXInline :: forall {typeVar}
2347.97 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] Text
2347.97 s
[unison-runtime] -> U.Core.ABT.Term
2347.97 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 340 | pattern Doc2SpecialFormEmbedLaTeXInline latex <- Doc2SpecialFormEmbedInline (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2LaTeXInlineRef _)) (Term.Text' latex)))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:342:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2SpecialFormEmbedSvg :: forall {typeVar} {typeAnn}
2347.97 s
[unison-runtime] {patternAnn} {v} {a}.
2347.97 s
[unison-runtime] Text
2347.97 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 342 | pattern Doc2SpecialFormEmbedSvg svg <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2SvgRef _)) (Term.Text' svg)))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:346:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2Example :: forall {vt} {at} {ap} {v} {a}.
2347.97 s
[unison-runtime] [v]
2347.97 s
[unison-runtime] -> Term.Term2 vt at ap v a -> U.Core.ABT.Term (Term.F vt at ap) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 346 | pattern Doc2Example vs body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ (Term.LamsNamedOpt' vs body)))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:349:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2Term :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 349 | pattern Doc2Term body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ body))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:351:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern Doc2TermRef :: R.Reference
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 351 | pattern Doc2TermRef <- ((== doc2TermRef) -> True)
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:353:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyAnnotatedRef :: R.Reference
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 353 | pattern PrettyAnnotatedRef <- ((== prettyAnnotatedRef) -> True)
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:371:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyEmpty :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 371 | pattern PrettyEmpty <- Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyEmptyId -> True))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:373:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyGroup :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 373 | pattern PrettyGroup ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyGroupId -> True))) [ann, tm]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:375:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyLit :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 375 | pattern PrettyLit ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyLitId -> True))) [ann, tm]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:377:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyWrap :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 377 | pattern PrettyWrap ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyWrapId -> True))) [ann, tm]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:379:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyIndent :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 379 | pattern PrettyIndent ann i0 i1 tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyIndentId -> True))) [ann, i0, i1, tm]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:381:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyOrElse :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 381 | pattern PrettyOrElse ann p1 p2 <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyOrElseId -> True))) [ann, p1, p2]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:383:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyTable :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 383 | pattern PrettyTable ann rows <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyTableId -> True))) [ann, Term.List' rows]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:385:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyAppend :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.97 s
[unison-runtime] {a}.
2347.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
2347.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 385 | pattern PrettyAppend ann tms <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyAppendId -> True))) [ann, Term.List' tms]
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:387:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern PrettyRef :: R.Reference
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 387 | pattern PrettyRef <- ((== prettyRef) -> True)
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:393:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern AnsiColorRef :: R.Reference
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 393 | pattern AnsiColorRef <- ((== ansiColorRef) -> True)
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:433:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.97 s
[unison-runtime] Pattern synonym with no type signature:
2347.97 s
[unison-runtime] pattern AnsiColorBlack :: forall {typeVar} {typeAnn} {patternAnn}
2347.97 s
[unison-runtime] {v} {a}.
2347.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.97 s
[unison-runtime] |
2347.97 s
[unison-runtime] 433 | pattern AnsiColorBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlackId -> True))
2347.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.97 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:435:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorRed :: forall {typeVar} {typeAnn} {patternAnn} {v}
2347.98 s
[unison-runtime] {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 435 | pattern AnsiColorRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorRedId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:437:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorGreen :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 437 | pattern AnsiColorGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorGreenId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:439:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorYellow :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 439 | pattern AnsiColorYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorYellowId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:441:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBlue :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 441 | pattern AnsiColorBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlueId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:443:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorMagenta :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 443 | pattern AnsiColorMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorMagentaId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:445:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorCyan :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 445 | pattern AnsiColorCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorCyanId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:447:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorWhite :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 447 | pattern AnsiColorWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorWhiteId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:449:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightBlack :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 449 | pattern AnsiColorBrightBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlackId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:451:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightRed :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 451 | pattern AnsiColorBrightRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightRedId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:453:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightGreen :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 453 | pattern AnsiColorBrightGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightGreenId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:455:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightYellow :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 455 | pattern AnsiColorBrightYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightYellowId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:457:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightBlue :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 457 | pattern AnsiColorBrightBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlueId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:459:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightMagenta :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 459 | pattern AnsiColorBrightMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightMagentaId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:461:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightCyan :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 461 | pattern AnsiColorBrightCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightCyanId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:463:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern AnsiColorBrightWhite :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 463 | pattern AnsiColorBrightWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightWhiteId -> True))
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:465:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextRef :: R.Reference
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 465 | pattern ConsoleTextRef <- ((== consoleTextRef) -> True)
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:479:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextPlain :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 479 | pattern ConsoleTextPlain txt <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextPlainId -> True))) txt
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:481:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextForeground :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 481 | pattern ConsoleTextForeground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextForegroundId -> True))) [color, ct]
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:483:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextBackground :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 483 | pattern ConsoleTextBackground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBackgroundId -> True))) [color, ct]
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:485:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextBold :: forall {typeVar} {typeAnn} {patternAnn}
2347.98 s
[unison-runtime] {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 485 | pattern ConsoleTextBold ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBoldId -> True))) ct
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:487:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextUnderline :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 487 | pattern ConsoleTextUnderline ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextUnderlineId -> True))) ct
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:489:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2347.98 s
[unison-runtime] Pattern synonym with no type signature:
2347.98 s
[unison-runtime] pattern ConsoleTextInvert :: forall {typeVar} {typeAnn}
2347.98 s
[unison-runtime] {patternAnn} {v} {a}.
2347.98 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 489 | pattern ConsoleTextInvert ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextInvertId -> True))) ct
2347.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2347.98 s
[unison-runtime]
2347.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:1025:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2347.98 s
[unison-runtime] This binding for ‘source’ shadows the existing binding
2347.98 s
[unison-runtime] defined at src/Unison/Runtime/IOSource.hs:533:1
2347.98 s
[unison-runtime] |
2347.98 s
[unison-runtime] 1025 | showNotes source env notes =
2347.98 s
[unison-runtime] | ^^^^^^
2347.98 s
[unison-runtime]
2349.00 s
[unison-runtime] [10 of 40] Compiling Unison.Runtime.InternalError ( src/Unison/Runtime/InternalError.hs, dist/build/Unison/Runtime/InternalError.p_o )
2349.00 s
[unison-runtime] [11 of 40] Compiling Unison.Runtime.Pattern ( src/Unison/Runtime/Pattern.hs, dist/build/Unison/Runtime/Pattern.p_o )
2349.00 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:523:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.00 s
[unison-runtime] This binding for ‘from’ shadows the existing binding
2349.00 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Pattern.hs:37:1-36
2349.00 s
[unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2349.00 s
[unison-runtime] |
2349.00 s
[unison-runtime] 523 | renameTo to from = modify . fmap $ insertWith (internalBug [3625, 4463] "renameTo: duplicate rename") from to
2349.00 s
[unison-runtime] | ^^^^
2349.00 s
[unison-runtime]
2349.00 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:548:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.00 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2349.00 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:536:34
2349.00 s
[unison-runtime] |
2349.00 s
[unison-runtime] 548 | (op , p, q) -> P.SequenceOp a p op q
2349.00 s
[unison-runtime] | ^^
2349.00 s
[unison-runtime]
2349.00 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:666:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.00 s
[unison-runtime] This binding for ‘rows’ shadows the existing binding
2349.00 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:664:26
2349.00 s
[unison-runtime] |
2349.00 s
[unison-runtime] 666 | search acc (row : rows )
2349.00 s
[unison-runtime] | ^^^^
2349.00 s
[unison-runtime]
2349.00 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:743:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.00 s
[unison-runtime] This binding for ‘w’ shadows the existing binding
2349.00 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:742:12
2349.00 s
[unison-runtime] |
2349.00 s
[unison-runtime] 743 | (p, (w , [], rn)) ->
2349.00 s
[unison-runtime] | ^
2349.00 s
[unison-runtime]
2349.00 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:752:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.00 s
[unison-runtime] This binding for ‘g’ shadows the existing binding
2349.00 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:751:5
2349.00 s
[unison-runtime] |
2349.00 s
[unison-runtime] 752 | Just (AbsN' us g )
2349.00 s
[unison-runtime] | ^
2349.00 s
[unison-runtime]
2349.01 s
[unison-runtime] [12 of 40] Compiling Unison.Runtime.Referenced ( src/Unison/Runtime/Referenced.hs, dist/build/Unison/Runtime/Referenced.p_o )
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:144:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 144 | Novel canon -> updated r canon
2349.01 s
[unison-runtime] | ^^^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:145:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 145 | Equivalent s canon ->
2349.01 s
[unison-runtime] | ^^^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:150:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:137:27
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 150 | look r = lookup r (if isTy then tym else tmm)
2349.01 s
[unison-runtime] | ^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:152:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 152 | updated s canon = do
2349.01 s
[unison-runtime] | ^^^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:153:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘tym’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:17
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 153 | tym <- if isTy then insert s rn tym else pure tym
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:154:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘tmm’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:21
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 154 | tmm <- if isTy then pure tmm else insert s rn tmm
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:155:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘tys’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:25
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 155 | tys <- pure $ if isTy then tys |> s else tys
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:156:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘tms’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:29
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 156 | tms <- pure $ if isTy then tms else tms |> s
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] [13 of 40] Compiling Unison.Runtime.Serialize.Get ( src/Unison/Runtime/Serialize/Get.hs, dist/build/Unison/Runtime/Serialize/Get.p_o )
2349.01 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:160:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 160 | acc <- acc .|. (m !<<. sh) =
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:163:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2349.01 s
[unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 163 | acc <- acc .|. (clearBit m 7 !<<. sh) =
2349.01 s
[unison-runtime] | ^^^
2349.01 s
[unison-runtime]
2349.01 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:283:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.01 s
[unison-runtime] This binding for ‘snoc’ shadows the existing binding
2349.01 s
[unison-runtime] imported from ‘Data.ByteString’ at src/Unison/Runtime/Serialize/Get.hs:38:1-28
2349.01 s
[unison-runtime] |
2349.01 s
[unison-runtime] 283 | getAccumulating nil snoc finish = \ga -> Get \bs ix ->
2349.02 s
[unison-runtime] | ^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] [14 of 40] Compiling Unison.Runtime.SparseVector ( src/Unison/Runtime/SparseVector.hs, dist/build/Unison/Runtime/SparseVector.p_o )
2349.02 s
[unison-runtime] [15 of 40] Compiling Unison.Runtime.TypeTags ( src/Unison/Runtime/TypeTags.hs, dist/build/Unison/Runtime/TypeTags.p_o )
2349.02 s
[unison-runtime] src/Unison/Runtime/TypeTags.hs:456:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘floatTag’ shadows the existing binding
2349.02 s
[unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:248:1
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag , fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
2349.02 s
[unison-runtime] | ^^^^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/TypeTags.hs:456:93: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘intTag’ shadows the existing binding
2349.02 s
[unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:254:1
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag , longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
2349.02 s
[unison-runtime] | ^^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] [16 of 40] Compiling Unison.Runtime.ANF ( src/Unison/Runtime/ANF.hs, dist/build/Unison/Runtime/ANF.p_o )
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:153:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘trace’ shadows the existing binding
2349.02 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2349.02 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Debug.Trace’)
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 153 | trace acc
2349.02 s
[unison-runtime] | ^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:271:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘guard’ shadows the existing binding
2349.02 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2349.02 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 271 | encloseCase a keep rec0 (MatchCase pats guard body) =
2349.02 s
[unison-runtime] | ^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:380:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘as’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:373:40
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 380 | matchVars !n (u : us) (Var' v : as ) | u == v = matchVars (1 + n) us as
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:570:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:569:27
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 570 | (fmap . fmap) (\tm -> ann a tm ty) (floater top rec tm)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:591:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:588:43
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 591 | bd <- inLocalLam $ rec bd
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:627:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘id’ shadows the existing binding
2349.02 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
2349.02 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 627 | f (v, (id , tm)) =
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:632:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘unzip4’ shadows the existing binding
2349.02 s
[unison-runtime] imported from ‘Data.List’ at src/Unison/Runtime/ANF.hs:106:1-48
2349.02 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 632 | unzip4 [] = ([], [], [], [])
2349.02 s
[unison-runtime] | ^^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:698:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 698 | | LamsNamed' vs bd <- tm0 = (vs, bd)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:701:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 701 | | Ann' bd ty <- bd0 = (Just ty, bd)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:704:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 704 | | LamsNamed' vs bd <- bd1 = (vs, bd)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:820:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:819:20
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 820 | Map.lookup r reps <&> \r -> TApp (FComb r) as
2349.02 s
[unison-runtime] | ^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:829:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘scrut’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:35
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 829 | | scrut <- addDefaultCases func scrut,
2349.02 s
[unison-runtime] | ^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:830:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘cases’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:41
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 830 | cases <- fmap (addDefaultCases func) <$> cases =
2349.02 s
[unison-runtime] | ^^^^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:851:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘t’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:850:23
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 851 | Right t -> t
2349.02 s
[unison-runtime] | ^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:995:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘or’ shadows the existing binding
2349.02 s
[unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/ANF.hs:134:1-86
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 995 | alignFunc _ (FPrim ol) (FPrim or )
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1584:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘e0’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:24
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1584 | eqvSN (Lambda ccs0 e0 , Lambda ccs1 e1)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1584:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘e1’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:40
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1 )
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1720:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:6
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1720:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘e’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:10
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
2349.02 s
[unison-runtime] | ^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1748:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1744:9
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1748 | f ((_, cx), (_, tm )) = (Indirect (), TBinds cx tm)
2349.02 s
[unison-runtime] | ^^
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1773:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2349.02 s
[unison-runtime] Pattern synonym with no type signature:
2349.02 s
[unison-runtime] pattern UFalse :: forall {v}.
2349.02 s
[unison-runtime] ABT.Var v =>
2349.02 s
[unison-runtime] ANormal U.Codebase.Reference.TypeReference v
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1773 | pattern UFalse <- TCon ((== Ty.booleanRef) -> True) 0 []
2349.02 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1777:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2349.02 s
[unison-runtime] Pattern synonym with no type signature:
2349.02 s
[unison-runtime] pattern UTrue :: forall {v}.
2349.02 s
[unison-runtime] ABT.Var v =>
2349.02 s
[unison-runtime] ANormal U.Codebase.Reference.TypeReference v
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1777 | pattern UTrue <- TCon ((== Ty.booleanRef) -> True) 1 []
2349.02 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2349.02 s
[unison-runtime]
2349.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1791:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.02 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2349.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1791:19
2349.02 s
[unison-runtime] |
2349.02 s
[unison-runtime] 1791 | renameCtx v u (d, ctx) | (ctx , b) <- renameCtes v u ctx = ((d, ctx), b)
2349.02 s
[unison-runtime] | ^^^
2349.02 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1871:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:23
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1871 | (rn, ctx ) -> (rn, (d, ctx))
2349.03 s
[unison-runtime] | ^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1878:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2349.03 s
[unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1878 | go _ rns fresh [] = (rns, fresh)
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1879:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2349.03 s
[unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1879 | go avoid rns fresh (bn : bns) = case bn of
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1883:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1883 | (fresh , _) <- renameCtes v u fresh,
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1884:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘avoid’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1884 | avoid <- Set.insert u avoid,
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1885:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘rns’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1885 | rns <- Map.alter (Just . fromMaybe u) v rns ->
2349.03 s
[unison-runtime] | ^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1887:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:20
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1887 | ST d vs ccs expr
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1888:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘avoid’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1888 | | (avoid , us) <- freshens (`Set.member` avoid0) avoid vs,
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1891:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1891 | fresh <- renamesCtes rn fresh,
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1894:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘rns’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1894 | rns <- Map.union rns rn ->
2349.03 s
[unison-runtime] | ^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1961:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1959:30
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1961 | TBinds (directed -> bx) bd <- bd ->
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1973:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1952:8
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1973 | v <- fresh
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1978:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1953:4
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1978 | let (d , msc)
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1979:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1978:12
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 1979 | | (d , [ST1 _ _ BX tm]) <- cx = (d, tm)
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2037:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘n’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2018:22
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2037 | df n =
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2048:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bctx’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:6
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2048 | (brn, bctx ) <- fixupBctx bctx ectx ce
2349.03 s
[unison-runtime] | ^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2049:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:26
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2049 | u <- pure $ Map.findWithDefault u u brn
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2050:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘ectx’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:8
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2050 | (ectx , shaded) <- pure $ renameCtx v u ectx
2349.03 s
[unison-runtime] | ^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2051:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘ce’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:14
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2051 | ce <- pure $ if shaded then ce else ABTN.rename v u <$> ce
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2056:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bctx’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:6
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2056 | (brn, bctx ) <- fixupBctx bctx ectx ce
2349.03 s
[unison-runtime] | ^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2057:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘cb’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:17
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2057 | cb <- pure $ ABTN.renames brn cb
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2132:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘guard’ shadows the existing binding
2349.03 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2349.03 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2132 | anfInitCase u (MatchCase p guard (ABT.AbsN' vs bd))
2349.03 s
[unison-runtime] | ^^^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2165:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2165 | <&> \(us, bd ) ->
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2171:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2171 | <&> \(us, bd ) -> AccumPure $ ABTN.TAbss us bd
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2177:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘exp’ shadows the existing binding
2349.03 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
2349.03 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2177 | <&> \(exp , kf, bd) ->
2349.03 s
[unison-runtime] | ^^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2177:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2177 | <&> \(exp, kf, bd ) ->
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2193:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2193 | P.SequenceLiteral p ll <- l = do
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2198:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2198 | P.SequenceLiteral p rl <- r =
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2274:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2272:22
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2274 | <> foldMap (\(k , c) -> f True k <> valueLinks f c) de
2349.03 s
[unison-runtime] | ^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2434:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘rs’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2433:21
2349.03 s
[unison-runtime] |
2349.03 s
[unison-runtime] 2434 | (\rs -> AHnd rs nh ah) <$> traverse (f True) rs <*> g e
2349.03 s
[unison-runtime] | ^^
2349.03 s
[unison-runtime]
2349.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2519:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.03 s
[unison-runtime] This binding for ‘fr’ shadows the existing binding
2349.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2517:23
2349.03 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2519 | Right (fr , l) -> (pure l, (fr, bnd, co))
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2586:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2584:14
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2586 | pvar v . foldr (\v r -> shows v . showString "," . r) id vs
2349.04 s
[unison-runtime] | ^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2670:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2667:13
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2670 | . foldr (\t r -> showString "," . showsShort t . r) id rs
2349.04 s
[unison-runtime] | ^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2699:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2699 | MatchIntegral bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2702:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2702 | MatchText bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2705:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2705 | MatchBytes bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2708:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2708 | MatchData r bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2714:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2714 | MatchRequest bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2724:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2724 | MatchSum bs ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2349.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2729:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2349.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2349.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2349.04 s
[unison-runtime] |
2349.04 s
[unison-runtime] 2729 | MatchNumeric _ bs df ->
2349.04 s
[unison-runtime] | ^^
2349.04 s
[unison-runtime]
2359.65 s
[unison-runtime] [17 of 40] Compiling Unison.Runtime.MCode ( src/Unison/Runtime/MCode.hs, dist/build/Unison/Runtime/MCode.p_o )
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:830:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 830 | ctxResolve ctx v = walk 0 ctx
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:833:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 833 | walk i (Block ctx ) = walk i ctx
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:834:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 834 | walk i (Tag ctx ) = walk (i + 1) ctx
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:835:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 835 | walk i (Var x m ctx )
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:864:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 864 | sumCtx ctx v vcs
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:870:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 870 | rctxResolve ctx u = M.lookup u ctx
2359.96 s
[unison-runtime] | ^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:909:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘cmbs’ shadows the existing binding
2359.96 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 909 | Just cmbs -> cmbs
2359.96 s
[unison-runtime] | ^^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:912:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘cmbs’ shadows the existing binding
2359.96 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
2359.96 s
[unison-runtime] |
2359.96 s
[unison-runtime] 912 | Just cmbs -> cmbs
2359.96 s
[unison-runtime] | ^^^^
2359.96 s
[unison-runtime]
2359.96 s
[unison-runtime] src/Unison/Runtime/MCode.hs:962:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.96 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.96 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.96 s
[unison-runtime] |
2359.97 s
[unison-runtime] 962 | record ctx l (EM es) = EM $ \c ->
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:979:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 979 | countCtx ctx = counted . C i
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:984:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 984 | countCtx0 !i (Var _ _ ctx ) = countCtx0 (i + 1) ctx
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:985:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 985 | countCtx0 i (Tag ctx ) = countCtx0 (i + 1) ctx
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:986:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 986 | countCtx0 i (Block ctx ) = countCtx0 i ctx
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1015:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1015 | emitSection rns grpr grpn rec ctx (TLets d us ms bu bo) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1020:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1020 | emitSection rns grpr grpn rec ctx (TName u (Left f) args bo) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1021:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1020:31
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1021 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1025:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1025 | emitSection rns grpr grpn rec ctx (TName u (Right v) args bo)
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1027:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1027 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1031:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1031 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1036:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1036 | emitSection _ grpr grpn rec ctx (TVar v)
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1042:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1042 | emitSection _ _ grpn _ ctx (TPrm p args) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1051:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1051 | emitSection _ _ grpn _ ctx (TFOp p args) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1058:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1058 | emitSection rns grpr grpn rec ctx (TApp f args) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1059:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1058:31
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1059 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1061:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1061 | emitSection rns grpr grpn rec ctx (TLocal v bo)
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1066:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1066 | emitSection _ _ _ _ ctx (TLit l) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1074:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1074 | emitSection _ _ _ _ ctx (TBLit l) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1076:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1076 | emitSection rns grpr grpn rec ctx (TMatch v bs)
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1148:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1148 | emitSection rns grpr grpn rec ctx (THnd rs nh ah b) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1161:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1161 | emitSection rns grpr grpn rec ctx (TShift r v e) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1164:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1164 | emitSection _ _ _ _ ctx (TFrc v)
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1185:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1185 | emitFunction _ grpr grpn rec ctx (FVar v) as
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1219:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1219 | emitFunction _ _grpr _ _ ctx (FCont k) as
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1229:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1229 | go !i (Var _ _ ctx ) = go (i + 1) ctx
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1230:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1230 | go i (Tag ctx ) = go (i + 1) ctx
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1282:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1282 | emitLet rns _ grpn _ _ _ ctx (TApp (FCon r n) args) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1286:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1286 | emitLet _ _ grpn _ _ _ ctx (TApp (FPrim p) args) =
2359.97 s
[unison-runtime] | ^^^
2359.97 s
[unison-runtime]
2359.97 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1288:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.97 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.97 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.97 s
[unison-runtime] |
2359.97 s
[unison-runtime] 1288 | emitLet _ _ _ _ _ _ ctx (TDiscard v)
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1290:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1290 | emitLet _ _ _ _ _ _ ctx (TUpdate ind r v)
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1294:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1294 | emitLet rns grpr grpn rec d vcs ctx bnd
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1303:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1303:5
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1303 | f s (w, Lam _ f bd) =
2359.98 s
[unison-runtime] | ^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1534:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1534 | emitDataMatching r rns grpr grpn rec ctx cs df =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1560:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1560 | emitSumMatching rns grpr grpn rec ctx v i cs =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1575:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1575 | emitRequestMatching rns grpr grpn rec ctx hs df = (,) <$> pur <*> tops
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1596:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1596 | emitLitMatching con err rns grpr grpn rec ctx i cs df =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1612:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1612 | emitCase rns grpr grpn rec ctx (ccs, TAbss vs bo) =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1625:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1625 | emitSumCase rns grpr grpn rec ctx v (ccs, TAbss vs bo) =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1657:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1657 | emitClosures grpr grpn rec ctx args k =
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1658:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1658 | allocate ctx args $ \ctx -> k ctx $ emitArgs grpn ctx args
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1660:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1660 | allocate ctx [] k = k ctx
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1660:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1660 | allocate ctx [] k = k ctx
2359.98 s
[unison-runtime] | ^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1661:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1661 | allocate ctx (a : as) k
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1661:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1661 | allocate ctx (a : as) k
2359.98 s
[unison-runtime] | ^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1670:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2359.98 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1670 | emitArgs grpn ctx args
2359.98 s
[unison-runtime] | ^^^
2359.98 s
[unison-runtime]
2359.98 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1826:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2359.98 s
[unison-runtime] This binding for ‘i’ shadows the existing binding
2359.98 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1819:12
2359.98 s
[unison-runtime] |
2359.98 s
[unison-runtime] 1826 | rqc (i , e) =
2359.98 s
[unison-runtime] | ^
2359.98 s
[unison-runtime]
2371.25 s
[unison-runtime] [18 of 40] Compiling Unison.Runtime.Stack ( src/Unison/Runtime/Stack.hs, dist/build/Unison/Runtime/Stack.p_o )
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:465:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern Data1 :: Reference -> PackedTag -> Val -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 465 | pattern Data1 r t i = Closure (GData1 r t i)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.93 s
[unison-runtime]
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:467:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern Data2 :: Reference -> PackedTag -> Val -> Val -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 467 | pattern Data2 r t i j = Closure (GData2 r t i j)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.93 s
[unison-runtime]
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:469:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern DataG :: Reference -> PackedTag -> Seg -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 469 | pattern DataG r t seg = Closure (GDataG r t seg)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.93 s
[unison-runtime]
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:471:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern Captured :: K -> Int -> Seg -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 471 | pattern Captured k a seg = Closure (GCaptured k a seg)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.93 s
[unison-runtime]
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:473:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern Foreign :: Foreign -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 473 | pattern Foreign x = Closure (GForeign x)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.93 s
[unison-runtime]
2371.93 s
[unison-runtime] src/Unison/Runtime/Stack.hs:475:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.93 s
[unison-runtime] Pattern synonym with no type signature:
2371.93 s
[unison-runtime] pattern Affine :: EnumSet Word64 -> AEnv -> AffineRef -> Closure
2371.93 s
[unison-runtime] |
2371.93 s
[unison-runtime] 475 | pattern Affine ps aenv r = Closure (GAffine ps aenv r)
2371.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:477:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.94 s
[unison-runtime] Pattern synonym with no type signature:
2371.94 s
[unison-runtime] pattern BlackHole :: Closure
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 477 | pattern BlackHole <- Closure GBlackHole
2371.94 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:481:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2371.94 s
[unison-runtime] Pattern synonym with no type signature:
2371.94 s
[unison-runtime] pattern UnboxedTypeTag :: UnboxedTypeTag -> Closure
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 481 | pattern UnboxedTypeTag t <- Closure (GUnboxedTypeTag t)
2371.94 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:590:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:578:18
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 590 | Foreign r <- indexArray bsg 0,
2371.94 s
[unison-runtime] | ^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:731:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘udst’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:728:3
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 731 | udst <- unsafeFreezeByteArray udst
2371.94 s
[unison-runtime] | ^^^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:732:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘bdst’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:729:3
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 732 | bdst <- unsafeFreezeArray bdst
2371.94 s
[unison-runtime] | ^^^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:759:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘s’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:755:8
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 759 | (x, s ) <- runStateT (f (Val un bx)) s
2371.94 s
[unison-runtime] | ^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:760:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:759:12
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 760 | x <- evaluate x
2371.94 s
[unison-runtime] | ^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:903:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 903 | dumpAP ap _ _ _ = ap
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:938:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 938 | packXStack (# ap , fp, sp, ustk, bstk #) = Stack {ap = I# ap, fp = I# fp, sp = I# sp, ustk = MutableByteArray ustk, bstk = MutableArray bstk}
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:942:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 942 | unpackXStack (Stack (I# ap ) (I# fp) (I# sp) (MutableByteArray ustk) (MutableArray bstk)) = (# ap, fp, sp, ustk, bstk #)
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:959:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘s’ shadows the existing binding
2371.94 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:958:25
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 959 | (# s , b, x #) -> (# s, (b, packXStack x) #)
2371.94 s
[unison-runtime] | ^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:962:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 962 | show (Stack ap fp sp _ _) =
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1192:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 1192 | ensure stk@(Stack ap fp sp ustk bstk) sze
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1212:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 1212 | bump (Stack ap fp sp ustk bstk) = do
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1221:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 1221 | bumpn (Stack ap fp sp ustk bstk) n = do
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.94 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1231:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.94 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.94 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.94 s
[unison-runtime] |
2371.94 s
[unison-runtime] 1231 | duplicate (Stack ap fp sp ustk bstk) = do
2371.94 s
[unison-runtime] | ^^
2371.94 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1246:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1246 | discardFrame (Stack ap fp _ ustk bstk) = pure $ Stack ap fp fp ustk bstk
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1250:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1250 | saveFrame (Stack ap fp sp ustk bstk) = pure (Stack sp sp sp ustk bstk, sp - fp, fp - ap)
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1254:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1254 | saveArgs (Stack ap fp sp ustk bstk) = pure (Stack fp fp sp ustk bstk, fp - ap)
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1261:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1261 | ap = fp - asz
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1265:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1265 | prepareArgs (Stack ap fp sp ustk bstk) = \case
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1270:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘sp’ shadows the existing binding
2371.95 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1265:26
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1270 | sp <- argOnto (ustk, bstk) sp (ustk, bstk) fp args
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1275:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1275 | acceptArgs (Stack ap fp sp ustk bstk) n = pure $ Stack ap (fp - n) sp ustk bstk
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1279:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1279 | frameArgs (Stack ap _ sp ustk bstk) = pure $ Stack ap ap sp ustk bstk
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2371.95 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg , bseg) margs = do
2371.95 s
[unison-runtime] | ^^^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2371.95 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg ) margs = do
2371.95 s
[unison-runtime] | ^^^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2371.95 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg , bseg) mode = do
2371.95 s
[unison-runtime] | ^^^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2371.95 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg ) mode = do
2371.95 s
[unison-runtime] | ^^^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1347:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1347 | adjustArgs (Stack ap fp sp ustk bstk) sz = pure $ Stack (ap - sz) fp sp ustk bstk
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1355:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2371.95 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2371.95 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1355 | asize (Stack ap fp _ _ _) = fp - ap
2371.95 s
[unison-runtime] | ^^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1517:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2371.95 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1517 | go com (Push f a ci _g _rsect k ) =
2371.95 s
[unison-runtime] | ^
2371.95 s
[unison-runtime]
2371.95 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1519:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.95 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2371.95 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2371.95 s
[unison-runtime] |
2371.95 s
[unison-runtime] 1519 | go com (Mark a ps _ k ) =
2371.95 s
[unison-runtime] | ^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1521:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2371.96 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1521 | go com (Local _ a k ) =
2371.96 s
[unison-runtime] | ^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1523:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2371.96 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1523 | go com (AMark a _ _ k ) =
2371.96 s
[unison-runtime] | ^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1525:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2371.96 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1525 | go com (Keep _ a k ) =
2371.96 s
[unison-runtime] | ^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1547:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2371.96 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1547 | scount (_, bseg ) = bscount bseg
2371.96 s
[unison-runtime] | ^^^^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1554:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2371.96 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1554 | PAp (CIx r _ _) _ (_useg, bseg ) ->
2371.96 s
[unison-runtime] | ^^^^
2371.96 s
[unison-runtime]
2371.96 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1560:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2371.96 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2371.96 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2371.96 s
[unison-runtime] |
2371.96 s
[unison-runtime] 1560 | (Captured k _ (_useg, bseg )) ->
2371.96 s
[unison-runtime] | ^^^^
2371.96 s
[unison-runtime]
2380.03 s
[unison-runtime] [19 of 40] Compiling Unison.Runtime.Exception ( src/Unison/Runtime/Exception.hs, dist/build/Unison/Runtime/Exception.p_o )
2381.76 s
[unison-runtime] [20 of 40] Compiling Unison.Runtime.Serialize ( src/Unison/Runtime/Serialize.hs, dist/build/Unison/Runtime/Serialize.p_o )
2388.24 s
[unison-runtime] [21 of 40] Compiling Unison.Runtime.ANF.Serialize.Tags ( src/Unison/Runtime/ANF/Serialize/Tags.hs, dist/build/Unison/Runtime/ANF/Serialize/Tags.p_o )
2390.04 s
[unison-runtime] [22 of 40] Compiling Unison.Runtime.Profiling ( src/Unison/Runtime/Profiling.hs, dist/build/Unison/Runtime/Profiling.p_o )
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:27:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 27 | combs acc (AMark _ _ _ k ) = combs acc k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:28:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 28 | combs acc (Mark _ _ _ k ) = combs acc k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:29:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 29 | combs acc (Local _ _ k ) = combs acc k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:30:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 30 | combs acc (Keep _ _ k ) = combs acc k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:31:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:16
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:31:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 31 | combs acc (Push _ _ c _ _ k ) = combs (cixToPair c : acc) k
2390.04 s
[unison-runtime] | ^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:62:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2390.04 s
[unison-runtime] defined at src/Unison/Runtime/Profiling.hs:77:1
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 62 | (finish , ts) <- readInput input
2390.04 s
[unison-runtime] | ^^^^^^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:63:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2390.04 s
[unison-runtime] This binding for ‘prof’ shadows the existing binding
2390.04 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:61:26
2390.04 s
[unison-runtime] |
2390.04 s
[unison-runtime] 63 | prof <- pure $ addSamples ts prof
2390.04 s
[unison-runtime] | ^^^^
2390.04 s
[unison-runtime]
2390.04 s
[unison-runtime] [23 of 40] Compiling Unison.Runtime.MCode.Serialize ( src/Unison/Runtime/MCode/Serialize.hs, dist/build/Unison/Runtime/MCode/Serialize.p_o )
2393.06 s
[unison-runtime] [24 of 40] Compiling Unison.Runtime.Decompile ( src/Unison/Runtime/Decompile.hs, dist/build/Unison/Runtime/Decompile.p_o )
2393.06 s
[unison-runtime] src/Unison/Runtime/Decompile.hs:75:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2393.06 s
[unison-runtime] This binding for ‘err’ shadows the existing binding
2393.06 s
[unison-runtime] defined at src/Unison/Runtime/Decompile.hs:75:1
2393.06 s
[unison-runtime] |
2393.06 s
[unison-runtime] 75 | err err x = (singleton err, x)
2393.06 s
[unison-runtime] | ^^^
2393.06 s
[unison-runtime]
2393.06 s
[unison-runtime] src/Unison/Runtime/Decompile.hs:184:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2393.06 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2393.06 s
[unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/Decompile.hs:54:5-8
2393.06 s
[unison-runtime] |
2393.06 s
[unison-runtime] 184 | text
2393.06 s
[unison-runtime] | ^^^^
2393.06 s
[unison-runtime]
2393.06 s
[unison-runtime] [25 of 40] Compiling Unison.Runtime ( src/Unison/Runtime.hs, dist/build/Unison/Runtime.p_o )
2393.06 s
[unison-runtime] src/Unison/Runtime.hs:34:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2393.06 s
[unison-runtime] Pattern synonym with no type signature:
2393.06 s
[unison-runtime] pattern Runtime :: forall {e} {e'} {v}.
2393.06 s
[unison-runtime] IO ()
2393.06 s
[unison-runtime] -> (Unison.Codebase.CodeLookup.CodeLookup v IO ()
2393.06 s
[unison-runtime] -> PrettyPrintEnv
2393.06 s
[unison-runtime] -> Unison.Codebase.Runtime.Profile.ProfileSpec
2393.06 s
[unison-runtime] -> Rt.Term v
2393.06 s
[unison-runtime] -> IO (Either e (Rt.Response e', Rt.Term v)))
2393.06 s
[unison-runtime] -> (Rt.CompileOpts
2393.06 s
[unison-runtime] -> Unison.Codebase.CodeLookup.CodeLookup v IO ()
2393.06 s
[unison-runtime] -> PrettyPrintEnv
2393.06 s
[unison-runtime] -> Reference
2393.06 s
[unison-runtime] -> FilePath
2393.06 s
[unison-runtime] -> IO (Maybe e))
2393.06 s
[unison-runtime] -> Unison.Type.Type v Unison.Parser.Ann.Ann
2393.06 s
[unison-runtime] -> nonempty-containers-0.3.5.0:Data.Set.NonEmpty.Internal.NESet
2393.06 s
[unison-runtime] (Unison.Type.Type v Unison.Parser.Ann.Ann)
2393.06 s
[unison-runtime] -> Rt.Runtime e e' v
2393.06 s
[unison-runtime] |
2393.06 s
[unison-runtime] 34 | pattern Runtime {terminate, evaluate, compileTo, mainType, ioTestTypes} =
2393.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2393.06 s
[unison-runtime]
2393.06 s
[unison-runtime] [26 of 40] Compiling Unison.Codebase.Execute ( src/Unison/Codebase/Execute.hs, dist/build/Unison/Codebase/Execute.p_o )
2393.06 s
[unison-runtime] [27 of 40] Compiling Unison.Runtime.Debug ( src/Unison/Runtime/Debug.hs, dist/build/Unison/Runtime/Debug.p_o )
2393.06 s
[unison-runtime] [28 of 40] Compiling Unison.Runtime.ANF.Serialize.CodeV4 ( src/Unison/Runtime/ANF/Serialize/CodeV4.hs, dist/build/Unison/Runtime/ANF/Serialize/CodeV4.p_o )
2393.06 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize/CodeV4.hs:306:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2393.06 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2393.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299:13
2393.06 s
[unison-runtime] |
2393.06 s
[unison-runtime] 306 | FPrim (Right f ) -> putTag FForeignT <> putFOp f
2393.06 s
[unison-runtime] | ^
2393.06 s
[unison-runtime]
2399.77 s
[unison-runtime] [29 of 40] Compiling Unison.Runtime.ANF.Serialize.ValueV5 ( src/Unison/Runtime/ANF/Serialize/ValueV5.hs, dist/build/Unison/Runtime/ANF/Serialize/ValueV5.p_o )
2403.96 s
[unison-runtime] [30 of 40] Compiling Unison.Runtime.ANF.Optimize ( src/Unison/Runtime/ANF/Optimize.hs, dist/build/Unison/Runtime/ANF/Optimize.p_o )
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:153:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘mod’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 153 | memo orig mod =
2403.96 s
[unison-runtime] | ^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:175:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 175 | descend rec tail bound tm = memo tm $ case tm of
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:205:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 205 | go tail bound tm = step tail bound tm >>= descend go tail bound
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:214:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 214 | go tail bound tm =
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:230:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.96 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 230 | inline avoid (arities , inls) n0 = memo n0 $ go (30 :: Int) n0
2403.96 s
[unison-runtime] | ^^^^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:236:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 236 | step n tail bound (TApp (FComb r) args)
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:241:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 241 | findInline tail bound r args = do
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:243:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.96 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 243 | arity <- Map.lookup r arities
2403.96 s
[unison-runtime] | ^^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:256:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.96 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 256 | tweak isTail bound args arity (InlInfo clazz (ABTN.TAbss vs body))
2403.96 s
[unison-runtime] | ^^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:266:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2403.96 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:264:10
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 266 | TApp f pre <- ABTN.renamesAvoiding (avoid `Set.union` bound) rn body =
2403.96 s
[unison-runtime] | ^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:287:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.96 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 287 | peephole arities affine n0 = memo n0 $ go (30 :: Int) n0
2403.96 s
[unison-runtime] | ^^^^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:291:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.96 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.96 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 291 | whenChanged (go $ n - 1) . rewriteDown \tail _bound -> \case
2403.96 s
[unison-runtime] | ^^^^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:323:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.96 s
[unison-runtime] This binding for ‘n’ shadows the existing binding
2403.96 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:290:8
2403.96 s
[unison-runtime] |
2403.96 s
[unison-runtime] 323 | HandledThunk r n safe expr
2403.96 s
[unison-runtime] | ^
2403.96 s
[unison-runtime]
2403.96 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:325:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.97 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2403.97 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.97 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 325 | Just arity <- Map.lookup r arities,
2403.97 s
[unison-runtime] | ^^^^^
2403.97 s
[unison-runtime]
2403.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:339:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.97 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2403.97 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.97 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 339 | optNormal opts@(arities , _) avoid affine n0 =
2403.97 s
[unison-runtime] | ^^^^^^^
2403.97 s
[unison-runtime]
2403.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:366:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.97 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2403.97 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2403.97 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 366 | optGroup (arities , inls0) self grp@(Rec bs en) =
2403.97 s
[unison-runtime] | ^^^^^^^
2403.97 s
[unison-runtime]
2403.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:456:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.97 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2403.97 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2403.97 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 456 | go tail = \case
2403.97 s
[unison-runtime] | ^^^^
2403.97 s
[unison-runtime]
2403.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:476:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2403.97 s
[unison-runtime] Pattern synonym with no type signature:
2403.97 s
[unison-runtime] pattern Nameable :: forall {ref} {v}. Either ref v -> Func ref v
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 476 | pattern Nameable e <- (nameable -> Just e)
2403.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2403.97 s
[unison-runtime]
2403.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:498:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2403.97 s
[unison-runtime] Pattern synonym with no type signature:
2403.97 s
[unison-runtime] pattern HandlerResume :: forall {v} {ref}.
2403.97 s
[unison-runtime] Var v =>
2403.97 s
[unison-runtime] v
2403.97 s
[unison-runtime] -> Either ref v
2403.97 s
[unison-runtime] -> [v]
2403.97 s
[unison-runtime] -> v
2403.97 s
[unison-runtime] -> Either ref v
2403.97 s
[unison-runtime] -> [v]
2403.97 s
[unison-runtime] -> [ref]
2403.97 s
[unison-runtime] -> ANormal ref v
2403.97 s
[unison-runtime] |
2403.97 s
[unison-runtime] 498 | pattern HandlerResume lz f as lh h bs rs <-
2403.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2403.97 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:516:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 516 | final (bd , All lazy) = (r, length vs, lazy, bd)
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:518:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 518 | prefix rn (TName v g bs bd )
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:522:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘g’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:24
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 522 | g <- ABTN.renameVar rn <$> g,
2403.98 s
[unison-runtime] | ^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:523:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:26
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 523 | bs <- ABTN.renameVar rn <$> bs,
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:12
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 524 | (rn , v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:22
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 524 | (rn, v ) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
2403.98 s
[unison-runtime] | ^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd )
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:529:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bn’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:31
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 529 | bn <- ABTN.renamesAndFreshen0 rn bn,
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:12
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 530 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:24
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 530 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2403.98 s
[unison-runtime] |
2403.98 s
[unison-runtime] 535 | under (ABTN.TAbss vs bd)
2403.98 s
[unison-runtime] | ^^
2403.98 s
[unison-runtime]
2403.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.98 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.98 s
[unison-runtime] |
2403.99 s
[unison-runtime] 535 | under (ABTN.TAbss vs bd )
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:532:12
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 537 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:535:27
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 537 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:540:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 540 | prefix rn (THnd rs nh ah bd )
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:543:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘ah’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:27
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 543 | ah <- ABTN.renameVar rn <$> ah,
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:544:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘nh’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:24
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 544 | nh <- ABTN.renameVar rn nh =
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd )
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:554:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘bn’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:31
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 554 | bn <- ABTN.renamesAndFreshen0 rn bn,
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:12
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 555 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:24
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 555 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:587:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2403.99 s
[unison-runtime] Pattern synonym with no type signature:
2403.99 s
[unison-runtime] pattern HandledThunk :: forall {v} {ref}.
2403.99 s
[unison-runtime] (Var v, Ord ref) =>
2403.99 s
[unison-runtime] ref -> Int -> Bool -> ANormal ref v -> ANormal ref v
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 587 | pattern HandledThunk ref ar safe expr <-
2403.99 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:653:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2403.99 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2403.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:652:29
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 653 | TName lz0 th vs bd <- bd,
2403.99 s
[unison-runtime] | ^^
2403.99 s
[unison-runtime]
2403.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:664:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2403.99 s
[unison-runtime] Pattern synonym with no type signature:
2403.99 s
[unison-runtime] pattern HandlerApp :: forall {v} {ref}.
2403.99 s
[unison-runtime] Var v =>
2403.99 s
[unison-runtime] ANormal ref v -> ANormal ref v
2403.99 s
[unison-runtime] |
2403.99 s
[unison-runtime] 664 | pattern HandlerApp rw <- (matchHandlerApp -> Just rw)
2403.99 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:695:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:694:26
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 695 | | TName lzh0 (Right him1) _ tm <- tm,
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:716:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:715:11
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 716 | v : vs -> v : reverse vs
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:728:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2404.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 728 | augmentHandler bi (arities , inls0) self group
2404.00 s
[unison-runtime] | ^^^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:732:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:730:33
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 732 | Just body <- augmentHandlerEntry thunk mv0 ah body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:735:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘amatcher’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:734:10
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 735 | amatcher <-
2404.00 s
[unison-runtime] | ^^^^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:763:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘args’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:63
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 763 | args <- vs ++ [ar, v],
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:764:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘ccs’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:47
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 764 | ccs <- ccs ++ [BX] =
2404.00 s
[unison-runtime] | ^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:781:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:780:35
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 781 | | TName hv (Right mv1) us body <- body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:808:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:807:19
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 808 | TShift _ kf0 body <- body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:809:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:808:18
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 809 | TName kf (Left jc) [kf1] body <- body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:811:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘bound’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:806:44
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 811 | bound <- Set.union bound (Set.fromList (kf0 : kf : us)),
2404.00 s
[unison-runtime] | ^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:845:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:840:46
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 845 | ABTN.TAbss us bd ->
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:874:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 874 | | TLet d v cc e body <- body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:877:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 877 | | TName v f us body <- body,
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:917:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:916:42
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 917 | | TName rh (Right f) as tm <- tm,
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:924:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:921:25
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 924 | bd <- replaceLinearBody opts avoid bd,
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:968:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2404.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 968 | replaceLinearBody opts@(arities , inls) avoid bd
2404.00 s
[unison-runtime] | ^^^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:969:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2404.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:968:46
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 969 | | TLetD v cc bn bd <- bd =
2404.00 s
[unison-runtime] | ^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:999:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2404.00 s
[unison-runtime] Pattern synonym with no type signature:
2404.00 s
[unison-runtime] pattern SimpleBody :: forall {v} {ref}.
2404.00 s
[unison-runtime] Var v =>
2404.00 s
[unison-runtime] (ANormal ref v -> ANormal ref v)
2404.00 s
[unison-runtime] -> Bool -> Set v -> Set v -> v -> v -> ANormal ref v
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 999 | pattern SimpleBody head ind shad free kf result <-
2404.00 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] [31 of 40] Compiling Unison.Runtime.Builtin ( src/Unison/Runtime/Builtin.hs, dist/build/Unison/Runtime/Builtin.p_o )
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:63:10: warning : [ GHC-63394 ] [ -Wx-partial ]
2404.00 s
[unison-runtime] In the use of ‘head’
2404.00 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2404.00 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 63 | fresh1 = head $ freshes 1
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:508:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘any’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
2404.00 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any , fail, r) = fresh
2404.00 s
[unison-runtime] | ^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:508:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘fail’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
2404.00 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail , r) = fresh
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:511:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Var’ at src/Unison/Runtime/Builtin.hs:47:1-17
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 511 | bug name =
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:693:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘any’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
2404.00 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
2404.00 s
[unison-runtime] | ^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:693:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘fail’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
2404.00 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
2404.00 s
[unison-runtime] | ^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:946:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.00 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2404.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/Builtin.hs:36:1-32
2404.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2404.00 s
[unison-runtime] |
2404.00 s
[unison-runtime] 946 | declareForeign sand arity func = declareForeignWrap sand wrap func
2404.00 s
[unison-runtime] | ^^^^^
2404.00 s
[unison-runtime]
2404.00 s
[unison-runtime] [32 of 40] Compiling Unison.Runtime.Machine.Types ( src/Unison/Runtime/Machine/Types.hs, dist/build/Unison/Runtime/Machine/Types.p_o )
2404.00 s
[unison-runtime] [33 of 40] Compiling Unison.Runtime.ANF.Serialize ( src/Unison/Runtime/ANF/Serialize.hs, dist/build/Unison/Runtime/ANF/Serialize.p_o )
2404.12 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:185:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.12 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2404.12 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Serialize.hs:26:1-45
2404.13 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2404.13 s
[unison-runtime] |
2404.13 s
[unison-runtime] 185 | putOptInfos (arities , inls) =
2404.13 s
[unison-runtime] | ^^^^^^^
2404.13 s
[unison-runtime]
2404.13 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:377:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.13 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2404.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:368:29
2404.13 s
[unison-runtime] |
2404.13 s
[unison-runtime] 377 | FPrim (Right f )
2404.13 s
[unison-runtime] | ^
2404.13 s
[unison-runtime]
2404.13 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:816:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.13 s
[unison-runtime] This binding for ‘co’ shadows the existing binding
2404.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:814:24
2404.13 s
[unison-runtime] |
2404.13 s
[unison-runtime] 816 | <&> \(co , CST _ _ _ tys tms) -> (toList tys, toList tms, co)
2404.13 s
[unison-runtime] | ^^
2404.13 s
[unison-runtime]
2404.13 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:879:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2404.13 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2404.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:878:13
2404.13 s
[unison-runtime] |
2404.13 s
[unison-runtime] 879 | (x , CST _ _ _ tys tms) <-
2404.13 s
[unison-runtime] | ^
2404.13 s
[unison-runtime]
2427.07 s
[unison-runtime] [34 of 40] Compiling Unison.Runtime.ANF.Rehash ( src/Unison/Runtime/ANF/Rehash.hs, dist/build/Unison/Runtime/ANF/Rehash.p_o )
2427.09 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:51:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2427.09 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2427.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Rehash.hs:50:14
2427.09 s
[unison-runtime] |
2427.09 s
[unison-runtime] 51 | | not b, Just r <- Map.lookup r remap = r
2427.09 s
[unison-runtime] | ^
2427.09 s
[unison-runtime]
2427.09 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:53:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2427.09 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2427.09 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2427.09 s
[unison-runtime] |
2427.09 s
[unison-runtime] 53 | scc = second (overGroupLinks rp) <$> scc0
2427.09 s
[unison-runtime] | ^^^
2427.09 s
[unison-runtime]
2427.09 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:78:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2427.10 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2427.10 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2427.10 s
[unison-runtime] |
2427.10 s
[unison-runtime] 78 | rehashSCC scc
2427.10 s
[unison-runtime] | ^^^
2427.10 s
[unison-runtime]
2427.10 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:82:25: warning : [ GHC-63394 ] [ -Wx-partial ]
2427.10 s
[unison-runtime] In the use of ‘head’
2427.10 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2427.10 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2427.10 s
[unison-runtime] |
2427.10 s
[unison-runtime] 82 | sample = case fst $ head ps of
2427.10 s
[unison-runtime] | ^^^^
2427.10 s
[unison-runtime]
2427.10 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:102:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2427.10 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2427.10 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2427.10 s
[unison-runtime] |
2427.10 s
[unison-runtime] 102 | rehashSCC scc = error $ "unexpected SCC:\n" ++ show scc
2427.10 s
[unison-runtime] | ^^^
2427.10 s
[unison-runtime]
2430.53 s
[unison-runtime] [35 of 40] Compiling Unison.Runtime.ANF.MurmurHash.Untyped ( src/Unison/Runtime/ANF/MurmurHash/Untyped.hs, dist/build/Unison/Runtime/ANF/MurmurHash/Untyped.p_o )
2430.53 s
[unison-runtime] [36 of 40] Compiling Unison.Runtime.Foreign.Function ( src/Unison/Runtime/Foreign/Function.hs, dist/build/Unison/Runtime/Foreign/Function.p_o )
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:251:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘ip’ shadows the existing binding
2431.37 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:245:7
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 251 | (Just ip , Just pt) -> UDP.serverSocket (ip, pt)
2431.37 s
[unison-runtime] | ^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:378:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘handle’ shadows the existing binding
2431.37 s
[unison-runtime] imported from ‘Control.Exception’ at src/Unison/Runtime/Foreign/Function.hs:26:1-24
2431.37 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Exception.Base’)
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 378 | \(handle :: Socket) -> do
2431.37 s
[unison-runtime] | ^^^^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:983:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2431.37 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.37 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 983 | \(init , sz) -> do
2431.37 s
[unison-runtime] | ^^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:989:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2431.37 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.37 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 989 | \(init , sz) -> do
2431.37 s
[unison-runtime] | ^^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:999:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2431.37 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.37 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 999 | \(init , sz) -> do
2431.37 s
[unison-runtime] | ^^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1005:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2431.37 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.37 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 1005 | \(init , sz) -> do
2431.37 s
[unison-runtime] | ^^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1383:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘e’ shadows the existing binding
2431.37 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1382:14
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 1383 | e <- Exception.tryAnyDeep e
2431.37 s
[unison-runtime] | ^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1451:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2431.37 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1449:21
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 1451 | stk <- bump stk
2431.37 s
[unison-runtime] | ^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1486:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2431.37 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
2431.37 s
[unison-runtime] |
2431.37 s
[unison-runtime] 1486 | stk <- bump stk
2431.37 s
[unison-runtime] | ^^^
2431.37 s
[unison-runtime]
2431.37 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1489:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.37 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 1489 | stk <- bump stk
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2102:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘rem’ shadows the existing binding
2431.38 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.38 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2102 | renderJsonParseError (JPErr msg pos rem ) =
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2113:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘rem’ shadows the existing binding
2431.38 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.38 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2113 | encodeJsonParseError (JPErr msg pos rem ) =
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2159:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2158:10
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2159 | Just ('-', txt ) -> firstDigit 1 txt
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2163:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2163 | Just ('0', txt ) -> decimal (n + 1) txt
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2164:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2164 | Just (c, txt )
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2172:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2171:16
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2172 | Just ('.', txt )
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2173:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2172:18
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2173 | | (pre, txt ) <- TL.span isDigit txt,
2431.38 s
[unison-runtime] | ^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2178:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘exponent’ shadows the existing binding
2431.38 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2431.38 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2178 | exponent !n txt = case TL.uncons txt of
2431.38 s
[unison-runtime] | ^^^^^^^^
2431.38 s
[unison-runtime]
2431.38 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2179:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.38 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.38 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2178:17
2431.38 s
[unison-runtime] |
2431.38 s
[unison-runtime] 2179 | Just (c, txt ) | c == 'e' || c == 'E' -> case TL.uncons txt of
2431.38 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:13
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2180 | Just (c , txt) | c == '-' || c == '+' -> digits (n + 2) txt
2431.39 s
[unison-runtime] | ^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:16
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2180 | Just (c, txt ) | c == '-' || c == '+' -> digits (n + 2) txt
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2223:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2223 | Just (',', rest ) -> array (acc Sq.|> el) rest
2431.39 s
[unison-runtime] | ^^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2224:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2224 | Just (']', rest ) -> pure (jsonArr $ acc Sq.|> el, rest)
2431.39 s
[unison-runtime] | ^^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2237:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2237 | Just (',', rest ) -> obj (acc Sq.|> el) rest
2431.39 s
[unison-runtime] | ^^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2238:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2238 | Just ('}', rest ) -> pure (jsonObj $ acc Sq.|> el, rest)
2431.39 s
[unison-runtime] | ^^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2243:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2241:11
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2243 | (key, TL.stripStart -> txt ) -> case TL.uncons txt of
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2244:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2243:32
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2244 | Just (':', txt ) ->
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2262:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2261:13
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2262 | (a, txt ) <- hexDig txt
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2263:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2262:11
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2263 | (b, txt ) <- hexDig txt
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2264:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2263:11
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2264 | (c, txt ) <- hexDig txt
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2265:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2264:11
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2265 | (d, txt ) <- hexDig txt
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2272:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:23
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2272 | | (pre, txt ) <- TL.break special txt,
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2273:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:19
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2273 | acc <- pre : acc =
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2275:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
2431.39 s
[unison-runtime] |
2431.39 s
[unison-runtime] 2275 | Just ('"', txt ) ->
2431.39 s
[unison-runtime] | ^^^
2431.39 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2277:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2277 | Just ('\\', txt ) -> case TL.uncons txt of
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2278:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2278 | Just ('f', txt ) -> textBody txt0 ("\f" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2279:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2279 | Just ('n', txt ) -> textBody txt0 ("\n" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2280:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2280 | Just ('r', txt ) -> textBody txt0 ("\r" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2281:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2281 | Just ('t', txt ) -> textBody txt0 ("\t" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2282:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2282 | Just ('b', txt ) -> textBody txt0 ("\b" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2283:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2283 | Just ('/', txt ) -> textBody txt0 ("/" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2284:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2284 | Just ('\\', txt ) -> textBody txt0 ("\\" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2285:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2285 | Just ('"', txt ) -> textBody txt0 ("\"" : acc) txt
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2286:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2286 | Just ('u', txt )
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2287:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2286:26
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2287 | | Just (n, txt ) <- uescape txt ->
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2388:143: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2431.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2381:25
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2388 | | TT.avroReadSchemaUnionTag == t -> ReadSchema.Union . Vector.fromList <$> ((decodeVal v :: IO [(Int, Closure)]) >>= traverse (\case (ix, c ) -> (ix,) <$> avroDecodeReadSchema c))
2431.40 s
[unison-runtime] | ^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2460:90: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2431.40 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2431.40 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2460 | DataC _ _ [name, aliases, doc, BoxedVal typ, BoxedVal status, BoxedVal order, BoxedVal def ] -> (ReadSchema.ReadField . Util.Text.toText <$> decodeVal name) <*> (map Util.Text.toText <$> decodeVal aliases) <*> (fmap Util.Text.toText <$> decodeVal doc) <*> decodeMaybe avroDecodeOrder order <*> avroDecodeFieldStatus status <*> avroDecodeReadSchema typ <*> decodeMaybe avroDecodeDefaultValue def
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2465:73: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.40 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2431.40 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2431.40 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2431.40 s
[unison-runtime] |
2431.40 s
[unison-runtime] 2465 | DataC _ _ [name, doc, BoxedVal typ, aliases, BoxedVal order, BoxedVal def ] -> (AvroSchema.Field . Util.Text.toText <$> decodeVal name) <*> (map Util.Text.toText <$> decodeVal aliases) <*> (fmap Util.Text.toText <$> decodeVal doc) <*> decodeMaybe avroDecodeOrder order <*> avroDecodeSchema typ <*> decodeMaybe avroDecodeDefaultValue def
2431.40 s
[unison-runtime] | ^^^
2431.40 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2581:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.41 s
[unison-runtime] This binding for ‘symbol’ shadows the existing binding
2431.41 s
[unison-runtime] imported from ‘Unison.Symbol’ at src/Unison/Runtime/Foreign/Function.hs:201:1-20
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2581 | DataC _ t [BoxedVal schema, ix, symbol ] | TT.avroDefaultValueEnumTag == t -> AvroSchema.DEnum <$> avroDecodeSchema schema <*> decodeVal ix <*> (Util.Text.toText <$> decodeVal symbol)
2431.41 s
[unison-runtime] | ^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2632:58: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.41 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2431.41 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2431.41 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2632 | ReadSchema.ReadField name aliases doc order status typ def -> BoxedVal $ DataG Ty.avroReadFieldRef TT.avroReadFieldTag (boxedSeg [getBoxedVal (encodeVal (Util.Text.fromText name)), getBoxedVal (encodeVal (map Util.Text.fromText aliases)), getBoxedVal (encodeVal (Util.Text.fromText <$> doc)), getBoxedVal (avroEncodeReadSchema typ), getBoxedVal (avroEncodeFieldStatus status), getBoxedVal (encodeVal (fmap avroEncodeOrder order)), getBoxedVal (encodeVal (fmap avroEncodeDefaultValue def))])
2431.41 s
[unison-runtime] | ^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2642:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.41 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2431.41 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2431.41 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2642 | ReadSchema.Defaulted n def -> BoxedVal $ Data2 Ty.avroFieldStatusRef TT.avroFieldStatusDefaultedTag (encodeVal n) (avroEncodeDefaultValue def)
2431.41 s
[unison-runtime] | ^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2738:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.41 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2431.41 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2431.41 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2738 | AvroSchema.Field name aliases doc order typ def -> BoxedVal $ DataG Ty.avroFieldRef TT.avroFieldTag (segFromList [encodeVal (Util.Text.fromText name), encodeVal (map Util.Text.fromText aliases), encodeVal (Util.Text.fromText <$> doc), avroEncodeSchema typ, encodeVal (fmap avroEncodeOrder order), encodeVal (fmap avroEncodeDefaultValue def)])
2431.41 s
[unison-runtime] | ^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2975:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern ConsV :: Val -> Val -> Val
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2975 | pattern ConsV x y = BoxedVal (ConsC x y)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2982:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup2V :: Val -> Val -> Val
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 2982 | pattern Tup2V x y = BoxedVal (Tup2C x y)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3010:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup3C :: Val -> Val -> Val -> Closure
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3010 | pattern Tup3C x y z = ConsC x (Tup2V y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3012:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup3V :: Val -> Val -> Val -> Val
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3012 | pattern Tup3V x y z = BoxedVal (Tup3C x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3043:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup4C :: Val -> Val -> Val -> Val -> Closure
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3043 | pattern Tup4C w x y z = ConsC w (Tup3V x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3045:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup4V :: Val -> Val -> Val -> Val -> Val
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3045 | pattern Tup4V w x y z = BoxedVal (Tup4C w x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3080:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup5C :: Val -> Val -> Val -> Val -> Val -> Closure
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3080 | pattern Tup5C v w x y z = ConsC v (Tup4V w x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3117:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup5V :: Val -> Val -> Val -> Val -> Val -> Val
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3117 | pattern Tup5V v w x y z = BoxedVal (Tup5C v w x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3119:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2431.41 s
[unison-runtime] Pattern synonym with no type signature:
2431.41 s
[unison-runtime] pattern Tup6C :: Val -> Val -> Val -> Val -> Val -> Val -> Closure
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3119 | pattern Tup6C u v w x y z = ConsC u (Tup5V v w x y z)
2431.41 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2431.41 s
[unison-runtime]
2431.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3203:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2431.41 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2431.41 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:3202:27
2431.41 s
[unison-runtime] |
2431.41 s
[unison-runtime] 3203 | | Just x <- maybeUnwrapBuiltin x = pure x
2431.41 s
[unison-runtime] | ^
2431.41 s
[unison-runtime]
2474.05 s
[unison-runtime] [37 of 40] Compiling Unison.Runtime.Machine.Primops ( src/Unison/Runtime/Machine/Primops.hs, dist/build/Unison/Runtime/Machine/Primops.p_o )
2474.11 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:38:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2474.11 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2474.11 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:36:13
2474.11 s
[unison-runtime] |
2474.11 s
[unison-runtime] 38 | stk <- bump stk
2474.11 s
[unison-runtime] | ^^^
2474.11 s
[unison-runtime]
2474.11 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:124:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2474.11 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2474.11 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:121:14
2474.11 s
[unison-runtime] |
2474.11 s
[unison-runtime] 124 | stk <- bump stk
2474.11 s
[unison-runtime] | ^^^
2474.11 s
[unison-runtime]
2474.11 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:447:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2474.11 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2474.11 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:443:10
2474.11 s
[unison-runtime] |
2474.11 s
[unison-runtime] 447 | !v <- evaluate v
2474.11 s
[unison-runtime] | ^
2474.11 s
[unison-runtime]
2478.75 s
[unison-runtime] [38 of 40] Compiling Unison.Runtime.Machine ( src/Unison/Runtime/Machine.hs, dist/build/Unison/Runtime/Machine.p_o )
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:216:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:190:3
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 216 | CachedVal _ val -> bump stk >>= \stk -> poke stk val
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:313:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:311:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 313 | stk <- name stk args v
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:319:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:315:8
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 319 | henv <-
2478.99 s
[unison-runtime] | ^^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:329:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:30
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 329 | (cap, denv, stk , k) <- splitCont (denv henv) stk k p
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:329:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:35
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 329 | (cap, denv, stk, k ) <- splitCont (denv henv) stk k p
2478.99 s
[unison-runtime] | ^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:330:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:329:15
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 330 | stk <- bump stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:332:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:8
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 332 | henv <- evaluate $ henv {denv = denv}
2478.99 s
[unison-runtime] | ^^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:337:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:31
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 337 | (aenv, stk , k) <- abortCont stk k r
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:337:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:36
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 337 | (aenv, stk, k ) <- abortCont stk k r
2478.99 s
[unison-runtime] | ^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:344:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:341:34
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 344 | (stk , a) <- saveArgs stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:354:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:348:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 354 | stk <- bump stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:363:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:359:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 363 | stk <- bumpn stk 2
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:365:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘miss’ shadows the existing binding
2478.99 s
[unison-runtime] imported from ‘Unison.Runtime.Machine.Primops’ at src/Unison/Runtime/Machine.hs:96:1-37
2478.99 s
[unison-runtime] (and originally defined
2478.99 s
[unison-runtime] at src/Unison/Runtime/Machine/Primops.hs:462:1-4)
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 365 | Left miss -> do
2478.99 s
[unison-runtime] | ^^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:376:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:374:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 376 | stk <- bump stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:379:48: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2478.99 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2478.99 s
[unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 379 | exec env henv !_activeThreads !stk !k _ (Prim1 op i) = do
2478.99 s
[unison-runtime] | ^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:380:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:379:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 380 | stk <- prim1 env stk op i
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:383:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2478.99 s
[unison-runtime] defined at src/Unison/Runtime/Machine.hs:909:1
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 383 | name <- peekOffBi @Util.Text.Text stk i
2478.99 s
[unison-runtime] | ^^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:399:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2478.99 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2478.99 s
[unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 399 | MsgTrace msg ugl pre -> do
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:408:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2478.99 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2478.99 s
[unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 408 | exec env henv !_trackThreads !stk !k _ (Prim2 op i j) = do
2478.99 s
[unison-runtime] | ^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:409:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:408:31
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 409 | stk <- primxx env stk op i j
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:421:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:411:32
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 421 | stk <- bump stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:426:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:424:30
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 426 | stk <- bump stk
2478.99 s
[unison-runtime] | ^^^
2478.99 s
[unison-runtime]
2478.99 s
[unison-runtime] src/Unison/Runtime/Machine.hs:434:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2478.99 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2478.99 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:433:30
2478.99 s
[unison-runtime] |
2478.99 s
[unison-runtime] 434 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:442:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 442 | (stk , a) <- saveArgs stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:449:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 449 | henv <- evaluate $ henv {aenv = aenv}
2479.00 s
[unison-runtime] | ^^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:452:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 452 | (stk , a) <- saveArgs stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:455:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 455 | henv <- evaluate $ HEnv aenv0 denv
2479.00 s
[unison-runtime] | ^^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:460:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:458:30
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 460 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:463:33
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 464 | (b, stk ) <- exStackIOToIO $ foreignCall func args (unpackXStack stk)
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:470:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:466:31
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 470 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:477:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:473:31
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 477 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:484:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:480:31
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 484 | stk <- bump stk -- Bump the boxed stack to make a slot for the result, which will be written in the callback if we succeed.
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:486:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:484:7
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 486 | stk <- encodeExn stk ev
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:496:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:488:31
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 496 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:513:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:508:30
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 513 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:538:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:536:30
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 538 | (stk , a) <- saveArgs stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:638:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 638 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:640:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘exn’ shadows the existing binding
2479.00 s
[unison-runtime] imported from ‘Unison.Runtime.Exception’ at src/Unison/Runtime/Machine.hs:84:60-62
2479.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Exception.hs:47:1-3)
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 640 | Left exn -> do
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:645:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 645 | stk <- bumpn stk 3
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:656:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘re’ shadows the existing binding
2479.00 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2479.00 s
[unison-runtime] (and originally defined in ‘Control.Lens.Review’)
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 656 | | Just re <- fromException exn = case re of
2479.00 s
[unison-runtime] | ^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:657:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 657 | PE _stk _issues msg ->
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:672:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 672 | | Just (Panic msg v) <- fromException exn,
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:673:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:672:25
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 673 | msg <- Util.Text.pack $ "panic: " ++ msg =
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:709:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:708:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 709 | (nx, stk ) <- dataBranch mr stk br =<< bpeekOff stk i
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:715:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:714:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 715 | (t, stk ) <- dumpDataValNoTag stk =<< peekOff stk i
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:719:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘t’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:715:4
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 719 | (ANF.rawTag -> e, ANF.rawTag -> t )
2479.00 s
[unison-runtime] | ^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:730:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:723:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 730 | stk <- moveArgs stk args
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:731:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:730:7
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 731 | stk <- frameArgs stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:743:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:742:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 743 | (stk , fsz, asz) <- saveFrame stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:16
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 755 | (exception, henv , !stk, !k)
2479.00 s
[unison-runtime] | ^^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 755 | (exception, henv, !stk , !k)
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:42
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 755 | (exception, henv, !stk, !k )
2479.00 s
[unison-runtime] | ^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:764:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:755:24
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 764 | (stk , fsz, asz) <- saveFrame stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:846:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 846 | Just activeThreads -> UnliftIO.atomicModifyIORef' activeThreads (\ids -> (Set.insert threadID ids, ()))
2479.00 s
[unison-runtime] | ^^^^^^^^^^^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:851:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 851 | Just activeThreads -> do
2479.00 s
[unison-runtime] | ^^^^^^^^^^^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:896:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 896 | stk <- if sck then pure stk else ensure stk f
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:897:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:896:5
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 897 | stk <- moveArgs stk args
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:898:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:897:5
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 898 | stk <- acceptArgs stk a
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:901:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 901 | stk <- discardFrame stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:902:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:901:5
2479.00 s
[unison-runtime] |
2479.00 s
[unison-runtime] 902 | stk <- bump stk
2479.00 s
[unison-runtime] | ^^^
2479.00 s
[unison-runtime]
2479.00 s
[unison-runtime] src/Unison/Runtime/Machine.hs:911:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.00 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2479.00 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:910:26
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 911 | seg <- closeArgs I stk seg args
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:912:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:909:7
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 912 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:923:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2479.01 s
[unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
2479.01 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:544:1-4)
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 923 | useg <- unsafeFreezeByteArray ucop
2479.01 s
[unison-runtime] | ^^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:928:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2479.01 s
[unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
2479.01 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:555:1-4)
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 928 | bseg <- unsafeFreezeArray bcop
2479.01 s
[unison-runtime] | ^^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:961:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 961 | stk <- ensure stk f
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:962:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:961:15
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 962 | stk <- moveArgs stk args
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:963:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:962:15
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 963 | stk <- dumpSeg stk seg A
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:964:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:963:15
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 964 | stk <- acceptArgs stk a
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:967:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:957:28
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 967 | seg <- closeArgs C stk seg args
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:968:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 968 | stk <- discardFrame =<< frameArgs stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:969:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:968:15
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 969 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:980:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 980 | stk <- discardFrame stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:981:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:980:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 981 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1001:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:999:18
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1001 | seg <- closeArgs K stk seg args
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1002:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:36
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1002 | stk <- discardFrame stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1003:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1002:5
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1003 | stk <- dumpSeg stk seg $ F (countArgs args) a
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1004:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1003:5
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1004 | stk <- adjustArgs stk p
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1015:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1015 | adjust (Mark a rs denv k ) =
2479.01 s
[unison-runtime] | ^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1017:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1017 | adjust (Push n a cix f rsect k ) =
2479.01 s
[unison-runtime] | ^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1019:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1019 | adjust k = (asize stk, k)
2479.01 s
[unison-runtime] | ^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1060:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1059:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1060 | stk <- discardFrame stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1063:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1062:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1063 | stk <- prepareArgs stk (Arg1 i)
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1066:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1065:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1066 | stk <- prepareArgs stk (Arg2 i j)
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1069:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1068:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1069 | stk <- prepareArgs stk (ArgR i l)
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1072:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1071:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1072 | stk <- prepareArgs stk (ArgN as)
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1075:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1074:11
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1075 | stk <-
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1150:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1150 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1154:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1154 | stk <- bumpn stk 2
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1182:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘as’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1177:5
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1182 | VArgN as -> Just $ ArgN as
2479.01 s
[unison-runtime] | ^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1205:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1205 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1207:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1205:7
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1207 | stk <- adjustArgs stk a
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1213:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1213 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1215:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1213:7
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1215 | stk <- adjustArgs stk a
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1219:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1219 | stk <- restoreFrame stk fsz asz
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1220:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1219:7
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1220 | stk <- ensure stk f
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1223:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1223 | stk <- restoreFrame stk 0 asz
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1227:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1227 | stk <- restoreFrame stk 0 asz
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1268:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1268 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1273:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1273 | stk <- bumpn stk 2
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1294:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1294 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1297:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1297 | stk <- bump stk
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1302:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1302 | stk <- bumpn stk 2
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1306:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.01 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.01 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2479.01 s
[unison-runtime] |
2479.01 s
[unison-runtime] 1306 | stk <- bumpn stk 2
2479.01 s
[unison-runtime] | ^^^
2479.01 s
[unison-runtime]
2479.01 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1329:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1329 | stk <- bump stk
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1334:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1334 | stk <- bumpn stk 2
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1357:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1356:20
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1357 | stk <- bumpn stk 5
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1438:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1438 | walk !denv !sz !ck KE =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1440:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1440 | walk !denv !sz !ck (CB _) =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1442:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1442 | walk !denv !sz !ck (Local {}) =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1444:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1444 | walk !denv !sz !ck (AMark {}) =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1446:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1446 | walk !denv !sz !ck (Keep {}) =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1448:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1448:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k )
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:26
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k ) =
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2479.02 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2479.02 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2479.02 s
[unison-runtime] | ^^^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1463:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:18
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1463 | (seg, stk ) <- grabSeg stk sz
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1463:13
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1464 | stk <- adjustArgs stk a
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1479:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1479 | (Local _ a k ) -> walk (sz + a) k
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1480:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1480 | (Push n a _ _ _ k ) -> walk (sz + n + a) k
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1481:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1481 | (Keep _ a k ) -> walk (sz + a) k
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1483:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1483 | (Mark a _ _ k ) -> walk (sz + a) k
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1484:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1484 | (AMark a aenv s k )
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1489:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2479.02 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2479.02 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1489 | finish !aenv !sz !a !k = do
2479.02 s
[unison-runtime] | ^^^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1489:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1489 | finish !aenv !sz !a !k = do
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1490:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:12
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1490 | stk <- truncateSeg stk sz
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1491:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1490:7
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1491 | stk <- adjustArgs stk a
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1552:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘from’ shadows the existing bindings
2479.02 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2479.02 s
[unison-runtime] (and originally defined in ‘Control.Lens.Iso’)
2479.02 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Machine.hs:56:1-35
2479.02 s
[unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1552 | from = M.fromList (zip newl [frsh ..]) <> from0
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1613:25: warning : [ GHC-63394 ] [ -Wx-partial ]
2479.02 s
[unison-runtime] In the use of ‘head’
2479.02 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2479.02 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1613 | let arities = fmap (head . ANF.arities) int <> builtinArities
2479.02 s
[unison-runtime] | ^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1779:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2479.02 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2479.02 s
[unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1779 | MsgTrace _ _ pre -> pre
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1796:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘cst’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:32
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1796 | (rn, cst ) <- runStateT (resolveRef True r) cst
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1797:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘seenty’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:18
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1797 | seenty <- pure $ HM.insert w rn seenty
2479.02 s
[unison-runtime] | ^^^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1798:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘st’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:11
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1798 | st <- pure $ RS seenty seentm cst
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1813:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1812:16
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1813 | r <- M.findWithDefault r r functionUnreplacements -> do
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1814:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘cst’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:32
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1814 | (rn, cst ) <- runStateT (resolveRef False r) cst
2479.02 s
[unison-runtime] | ^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1815:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘seentm’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:25
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1815 | seentm <- pure $ HM.insert w rn seentm
2479.02 s
[unison-runtime] | ^^^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1816:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘st’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:11
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1816 | st <- pure $ RS seenty seentm cst
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1849:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2479.02 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2479.02 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1849 | finish (val, RS _ _ (CST _ _ _ tys tms)) =
2479.02 s
[unison-runtime] | ^^^^^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1878:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1876:21
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1878 | u <- goV u
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1882:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:21
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1882 | u <- goV u
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1883:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:23
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1883 | v <- goV v
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1902:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:17
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1902 | ps <- traverse (resolveTy rty) (EC.setToList ps)
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1903:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:20
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1903:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:23
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 1903 | de <- traverse (\(k , v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2048:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2043:22
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 2048 | cv k s = Captured k a s
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2058:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 2058 | <*> traverse (\(k , v) -> (,) <$> refTy k <*> (goV v)) de
2479.02 s
[unison-runtime] | ^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:21
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 2061 | mrk ps de k =
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:24
2479.02 s
[unison-runtime] |
2479.02 s
[unison-runtime] 2061 | mrk ps de k =
2479.02 s
[unison-runtime] | ^^
2479.02 s
[unison-runtime]
2479.02 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.02 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.02 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2061 | mrk ps de k =
2479.03 s
[unison-runtime] | ^
2479.03 s
[unison-runtime]
2479.03 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2145:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.03 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.03 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2140:22
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2145 | cv k s = Captured k a s
2479.03 s
[unison-runtime] | ^
2479.03 s
[unison-runtime]
2479.03 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2155:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.03 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.03 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2155 | <*> traverse (\(k , v) -> (,) <$> refTy k <*> (goV v)) de
2479.03 s
[unison-runtime] | ^
2479.03 s
[unison-runtime]
2479.03 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.03 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2479.03 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:21
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2158 | mrk ps de k =
2479.03 s
[unison-runtime] | ^^
2479.03 s
[unison-runtime]
2479.03 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.03 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2479.03 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:24
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2158 | mrk ps de k =
2479.03 s
[unison-runtime] | ^^
2479.03 s
[unison-runtime]
2479.03 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2479.03 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2479.03 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
2479.03 s
[unison-runtime] |
2479.03 s
[unison-runtime] 2158 | mrk ps de k =
2479.03 s
[unison-runtime] | ^
2479.03 s
[unison-runtime]
2506.12 s
[unison-runtime] [39 of 40] Compiling Unison.Runtime.Interface ( src/Unison/Runtime/Interface.hs, dist/build/Unison/Runtime/Interface.p_o )
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:223:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:213:22
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 223 | Just d -> recursiveDeclDeps cl d
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:251:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:247:42
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 251 | RF.TermReference r -> recursiveRefDeps cl r
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:353:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:352:20
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 353 | r <- Map.lookup r . remap $ floatRemap ctx
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:360:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:359:16
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 360 | | r <- Map.findWithDefault r r . remap $ floatRemap ctx,
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:361:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:360:5
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 361 | Just r <- Map.lookup r . remap $ intermedRemap ctx =
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:371:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:370:20
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 371 | r <- Map.lookup r . backmap $ intermedRemap ctx
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:399:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:396:9
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 399 | r <- Map.findWithDefault r r frs,
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:400:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:399:9
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 400 | Just r <- Map.lookup r irs =
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:420:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 420 | | Just r <- baseToIntermed ctx r -> r `Map.notMember` m
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:421:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 421 | | Just r <- floatToIntermed ctx r -> r `Map.notMember` m
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:431:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:430:13
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 431 | Just r -> r
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:457:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:448:17
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 457 | ctx <- foldM (uncurry . allocType) ctx $ Prelude.filter p tyrs
2506.20 s
[unison-runtime] | ^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:516:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:514:5
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 516 | (ctx , _) <- loadDeps cl ppe ctx tyrs tmrs
2506.20 s
[unison-runtime] | ^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:517:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:516:6
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 517 | (ctx , _, init) <- prepareEvaluation ppe tm ctx
2506.20 s
[unison-runtime] | ^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:517:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2506.20 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 517 | (ctx, _, init ) <- prepareEvaluation ppe tm ctx
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:539:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
2506.20 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 539 | PC _ finish getProf -> do
2506.20 s
[unison-runtime] | ^^^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:589:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 589 | putTextBig text =
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:612:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:610:3
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 612 | (ctx , _) <- loadDeps cl ppe ctx tyrs tmrs
2506.20 s
[unison-runtime] | ^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:773:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:772:3
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 773 | r <- backReference frs irs r
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:785:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:783:23
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 785 | r <- pure $ Map.findWithDefault r r functionUnreplacements
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:787:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:785:3
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 787 | r <- Map.lookup r (backmap irs)
2506.20 s
[unison-runtime] | ^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:807:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
2506.20 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 807 | finish = fmap (first mkResponse . decom)
2506.20 s
[unison-runtime] | ^^^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:809:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘prettyError’ shadows the existing binding
2506.20 s
[unison-runtime] defined at src/Unison/Runtime/Interface.hs:1263:1
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 809 | prettyError e =
2506.20 s
[unison-runtime] | ^^^^^^^^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:836:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2506.20 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 836 | executeMainComb init cc = do
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:906:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2506.20 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 906 | runStandalone sandboxed sc init =
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:959:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘render’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 959 | render = if fancy then toANSI else toPlain
2506.20 s
[unison-runtime] | ^^^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1021:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2506.20 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 1021 | traceNeeded init src = go mempty init
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1088:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2506.20 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2506.20 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 1088 | standalone cc init =
2506.20 s
[unison-runtime] | ^^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1197:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ppe’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1182:19
2506.20 s
[unison-runtime] |
2506.20 s
[unison-runtime] 1197 | bugMsg ppe tr name (errs, tm)
2506.20 s
[unison-runtime] | ^^^
2506.20 s
[unison-runtime]
2506.20 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1241:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.20 s
[unison-runtime] This binding for ‘ppe’ shadows the existing binding
2506.20 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:12
2506.20 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
2506.21 s
[unison-runtime] | ^^^
2506.21 s
[unison-runtime]
2506.21 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1241:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.21 s
[unison-runtime] This binding for ‘tr’ shadows the existing binding
2506.21 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:16
2506.21 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
2506.21 s
[unison-runtime] | ^^
2506.21 s
[unison-runtime]
2506.21 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1248:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.21 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2506.21 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:19
2506.21 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1248 | name = P.syntaxToColor . prettyHashQualified . PPE.termName ppe $ RF.Ref rf
2506.21 s
[unison-runtime] | ^^^^
2506.21 s
[unison-runtime]
2506.21 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1264:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.21 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2506.21 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2506.21 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1264 | UnstructuredError text -> pure $ P.text text
2506.21 s
[unison-runtime] | ^^^^
2506.21 s
[unison-runtime]
2506.21 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1276:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.21 s
[unison-runtime] This binding for ‘backmapRef’ shadows the existing binding
2506.21 s
[unison-runtime] defined at src/Unison/Runtime/Interface.hs:376:1
2506.21 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1276 | maybe prettyRuntimeExn (\(ppe, backmapRef , decom) -> prettyRuntimeExn' ppe backmapRef decom) ctx issueFn re
2506.21 s
[unison-runtime] | ^^^^^^^^^^
2506.21 s
[unison-runtime]
2506.21 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1286:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2506.21 s
[unison-runtime] This binding for ‘render’ shadows the existing binding
2506.21 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2506.21 s
[unison-runtime] |
2506.21 s
[unison-runtime] 1286 | render (errs, tm) = ["", P.indentN 2 $ pretty ppe tm, tabulateErrors errs]
2506.21 s
[unison-runtime] | ^^^^^^
2506.21 s
[unison-runtime]
2511.87 s
[unison-runtime] [40 of 40] Compiling Unison.Runtime.Vector ( src/Unison/Runtime/Vector.hs, dist/build/Unison/Runtime/Vector.p_o )
2519.92 s
[unison-runtime] buildPhase completed in 4 minutes 29 seconds
2519.93 s
[unison-runtime] Phase: haddockPhase
2520.14 s
[unison-runtime] Preprocessing library for unison-runtime-0.0.0...
2520.15 s
[unison-runtime] Running Haddock on library for unison-runtime-0.0.0...
2520.16 s
[unison-runtime] Warning: The documentation for the following packages are not installed. No
2520.16 s
[unison-runtime] links will be generated to these packages: attoparsec-0.14.4,
2520.16 s
[unison-runtime] attoparsec-0.14.4, fail-4.9.0.0, vector-0.13.2.0
2521.02 s
[unison-runtime] [ 1 of 40] Compiling Unison.Runtime.ANF.POp ( src/Unison/Runtime/ANF/POp.hs, /build/ghc2353_0/ghc_18.o, /build/ghc2353_0/ghc_18.dyn_o )
2522.01 s
[unison-runtime] [ 2 of 40] Compiling Unison.Runtime.Array ( src/Unison/Runtime/Array.hs, /build/ghc2353_0/ghc_30.o, /build/ghc2353_0/ghc_30.dyn_o )
2522.01 s
[unison-runtime] [ 3 of 40] Compiling Unison.Runtime.Builtin.Types ( src/Unison/Runtime/Builtin/Types.hs, /build/ghc2353_0/ghc_34.o, /build/ghc2353_0/ghc_34.dyn_o )
2522.01 s
[unison-runtime] [ 4 of 40] Compiling Unison.Runtime.Canonicalizer ( src/Unison/Runtime/Canonicalizer.hs, /build/ghc2353_0/ghc_36.o, /build/ghc2353_0/ghc_36.dyn_o )
2522.02 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:64:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.02 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2522.02 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:34
2522.02 s
[unison-runtime] |
2522.02 s
[unison-runtime] 64 | | Just x <- M.lookup x slow = do
2522.02 s
[unison-runtime] | ^
2522.02 s
[unison-runtime]
2522.02 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:65:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.02 s
[unison-runtime] This binding for ‘cn’ shadows the existing binding
2522.02 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:13
2522.02 s
[unison-runtime] |
2522.02 s
[unison-runtime] 65 | cn <- evaluate cn {stableMap = HM.insert xname x fast}
2522.02 s
[unison-runtime] | ^^
2522.02 s
[unison-runtime]
2522.02 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:68:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.02 s
[unison-runtime] This binding for ‘cn’ shadows the existing binding
2522.02 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:13
2522.02 s
[unison-runtime] |
2522.02 s
[unison-runtime] 68 | cn <- evaluate (Canon (HM.insert xname x fast) (M.insert x x slow))
2522.02 s
[unison-runtime] | ^^
2522.02 s
[unison-runtime]
2522.03 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:97:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.03 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2522.03 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:36
2522.03 s
[unison-runtime] |
2522.03 s
[unison-runtime] 97 | | Just x <- HM.lookup name fast = pure (x, cn)
2522.03 s
[unison-runtime] | ^
2522.03 s
[unison-runtime]
2522.04 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:98:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.04 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2522.04 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:36
2522.04 s
[unison-runtime] |
2522.04 s
[unison-runtime] 98 | | Just x <- M.lookup x slow = do
2522.04 s
[unison-runtime] | ^
2522.04 s
[unison-runtime]
2522.05 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:99:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.05 s
[unison-runtime] This binding for ‘cn’ shadows the existing binding
2522.05 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:15
2522.05 s
[unison-runtime] |
2522.06 s
[unison-runtime] 99 | cn <- evaluate cn {stableMap = HM.insert name x fast}
2522.06 s
[unison-runtime] | ^^
2522.06 s
[unison-runtime]
2522.06 s
[unison-runtime] src/Unison/Runtime/Canonicalizer.hs:102:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.06 s
[unison-runtime] This binding for ‘cn’ shadows the existing binding
2522.06 s
[unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:15
2522.06 s
[unison-runtime] |
2522.06 s
[unison-runtime] 102 | cn <- evaluate (Canon (HM.insert name x fast) (M.insert x x slow))
2522.06 s
[unison-runtime] | ^^
2522.06 s
[unison-runtime]
2522.06 s
[unison-runtime] [ 5 of 40] Compiling Unison.Runtime.Crypto.P256 ( src/Unison/Runtime/Crypto/P256.hs, /build/ghc2353_0/ghc_38.o, /build/ghc2353_0/ghc_38.dyn_o )
2522.06 s
[unison-runtime] [ 6 of 40] Compiling Unison.Runtime.Crypto.Rsa ( src/Unison/Runtime/Crypto/Rsa.hs, /build/ghc2353_0/ghc_40.o, /build/ghc2353_0/ghc_40.dyn_o )
2522.06 s
[unison-runtime] src/Unison/Runtime/Crypto/Rsa.hs:41:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.06 s
[unison-runtime] This binding for ‘asn1’ shadows the existing binding
2522.06 s
[unison-runtime] bound at src/Unison/Runtime/Crypto/Rsa.hs:30:9
2522.06 s
[unison-runtime] |
2522.06 s
[unison-runtime] 41 | Right asn1 -> case asn1 of
2522.07 s
[unison-runtime] | ^^^^
2522.07 s
[unison-runtime]
2522.07 s
[unison-runtime] src/Unison/Runtime/Crypto/Rsa.hs:75:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.07 s
[unison-runtime] This binding for ‘asn1’ shadows the existing binding
2522.07 s
[unison-runtime] bound at src/Unison/Runtime/Crypto/Rsa.hs:62:9
2522.07 s
[unison-runtime] |
2522.07 s
[unison-runtime] 75 | Right asn1 ->
2522.07 s
[unison-runtime] | ^^^^
2522.07 s
[unison-runtime]
2522.07 s
[unison-runtime] [ 7 of 40] Compiling Unison.Runtime.Foreign.Dynamic ( src/Unison/Runtime/Foreign/Dynamic.hs, /build/ghc2353_0/ghc_44.o, /build/ghc2353_0/ghc_44.dyn_o )
2522.07 s
[unison-runtime] [ 8 of 40] Compiling Unison.Runtime.Foreign.Function.Type ( src/Unison/Runtime/Foreign/Function/Type.hs, /build/ghc2353_0/ghc_48.o, /build/ghc2353_0/ghc_48.dyn_o )
2522.88 s
[unison-runtime] [ 9 of 40] Compiling Unison.Runtime.IOSource ( src/Unison/Runtime/IOSource.hs, nothing )
2522.88 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:93:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.88 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2522.88 s
[unison-runtime] imported from ‘Text.RawString.QQ’ at src/Unison/Runtime/IOSource.hs:11:27
2522.88 s
[unison-runtime] |
2522.88 s
[unison-runtime] 93 | Just (r , _) -> r
2522.88 s
[unison-runtime] | ^
2522.88 s
[unison-runtime]
2522.88 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:102:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2522.88 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2522.89 s
[unison-runtime] imported from ‘Text.RawString.QQ’ at src/Unison/Runtime/IOSource.hs:11:27
2522.89 s
[unison-runtime] |
2522.89 s
[unison-runtime] 102 | Just (r , _) -> r
2522.89 s
[unison-runtime] | ^
2522.89 s
[unison-runtime]
2522.89 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:149:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.89 s
[unison-runtime] Pattern synonym with no type signature:
2522.89 s
[unison-runtime] pattern Doc2Ref :: R.Reference
2522.89 s
[unison-runtime] |
2522.89 s
[unison-runtime] 149 | pattern Doc2Ref <- ((== doc2Ref) -> True)
2522.89 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.89 s
[unison-runtime]
2522.89 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:210:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.89 s
[unison-runtime] Pattern synonym with no type signature:
2522.89 s
[unison-runtime] pattern Doc2MediaSourceRef :: R.Reference
2522.89 s
[unison-runtime] |
2522.89 s
[unison-runtime] 210 | pattern Doc2MediaSourceRef <- ((== doc2MediaSourceRef) -> True)
2522.89 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.89 s
[unison-runtime]
2522.89 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:215:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.89 s
[unison-runtime] Pattern synonym with no type signature:
2522.89 s
[unison-runtime] pattern Doc2VideoRef :: R.Reference
2522.90 s
[unison-runtime] |
2522.90 s
[unison-runtime] 215 | pattern Doc2VideoRef <- ((== doc2VideoRef) -> True)
2522.90 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.90 s
[unison-runtime]
2522.90 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:220:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.90 s
[unison-runtime] Pattern synonym with no type signature:
2522.90 s
[unison-runtime] pattern Doc2FrontMatterRef :: R.Reference
2522.90 s
[unison-runtime] |
2522.90 s
[unison-runtime] 220 | pattern Doc2FrontMatterRef <- ((== doc2FrontMatterRef) -> True)
2522.90 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.90 s
[unison-runtime]
2522.90 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:225:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.90 s
[unison-runtime] Pattern synonym with no type signature:
2522.90 s
[unison-runtime] pattern Doc2LaTeXInlineRef :: R.Reference
2522.90 s
[unison-runtime] |
2522.90 s
[unison-runtime] 225 | pattern Doc2LaTeXInlineRef <- ((== doc2LaTeXInlineRef) -> True)
2522.90 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.90 s
[unison-runtime]
2522.91 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:230:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.91 s
[unison-runtime] Pattern synonym with no type signature:
2522.91 s
[unison-runtime] pattern Doc2SvgRef :: R.Reference
2522.91 s
[unison-runtime] |
2522.91 s
[unison-runtime] 230 | pattern Doc2SvgRef <- ((== doc2SvgRef) -> True)
2522.91 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.91 s
[unison-runtime]
2522.91 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:232:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.91 s
[unison-runtime] Pattern synonym with no type signature:
2522.91 s
[unison-runtime] pattern Doc2Word :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.91 s
[unison-runtime] {a}.
2522.91 s
[unison-runtime] Text -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.91 s
[unison-runtime] |
2522.91 s
[unison-runtime] 232 | pattern Doc2Word txt <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2WordId -> True))) (Term.Text' txt)
2522.92 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.92 s
[unison-runtime]
2522.92 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:234:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.92 s
[unison-runtime] Pattern synonym with no type signature:
2522.92 s
[unison-runtime] pattern Doc2Code :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.92 s
[unison-runtime] {a}.
2522.92 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.92 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.92 s
[unison-runtime] |
2522.92 s
[unison-runtime] 234 | pattern Doc2Code d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeId -> True))) d
2522.92 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.92 s
[unison-runtime]
2522.92 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:236:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.92 s
[unison-runtime] Pattern synonym with no type signature:
2522.92 s
[unison-runtime] pattern Doc2CodeBlock :: forall {typeVar} {typeAnn} {patternAnn}
2522.92 s
[unison-runtime] {v} {a}.
2522.92 s
[unison-runtime] Text
2522.93 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.93 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.93 s
[unison-runtime] |
2522.93 s
[unison-runtime] 236 | pattern Doc2CodeBlock lang d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeBlockId -> True))) [Term.Text' lang, d]
2522.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.93 s
[unison-runtime]
2522.93 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:238:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.93 s
[unison-runtime] Pattern synonym with no type signature:
2522.93 s
[unison-runtime] pattern Doc2Bold :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.93 s
[unison-runtime] {a}.
2522.93 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.93 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.93 s
[unison-runtime] |
2522.93 s
[unison-runtime] 238 | pattern Doc2Bold d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BoldId -> True))) d
2522.93 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.93 s
[unison-runtime]
2522.93 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:240:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.93 s
[unison-runtime] Pattern synonym with no type signature:
2522.93 s
[unison-runtime] pattern Doc2Italic :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.93 s
[unison-runtime] {a}.
2522.93 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.93 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.93 s
[unison-runtime] |
2522.93 s
[unison-runtime] 240 | pattern Doc2Italic d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ItalicId -> True))) d
2522.94 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.94 s
[unison-runtime]
2522.94 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:242:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.94 s
[unison-runtime] Pattern synonym with no type signature:
2522.94 s
[unison-runtime] pattern Doc2Strikethrough :: forall {typeVar} {typeAnn}
2522.94 s
[unison-runtime] {patternAnn} {v} {a}.
2522.94 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.94 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.94 s
[unison-runtime] |
2522.94 s
[unison-runtime] 242 | pattern Doc2Strikethrough d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StrikethroughId -> True))) d
2522.94 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.94 s
[unison-runtime]
2522.94 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:244:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.94 s
[unison-runtime] Pattern synonym with no type signature:
2522.94 s
[unison-runtime] pattern Doc2Style :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.94 s
[unison-runtime] {a}.
2522.94 s
[unison-runtime] Text
2522.94 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.94 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.94 s
[unison-runtime] |
2522.94 s
[unison-runtime] 244 | pattern Doc2Style s d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StyleId -> True))) [Term.Text' s, d]
2522.94 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.94 s
[unison-runtime]
2522.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:246:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.95 s
[unison-runtime] Pattern synonym with no type signature:
2522.95 s
[unison-runtime] pattern Doc2Anchor :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.95 s
[unison-runtime] {a}.
2522.95 s
[unison-runtime] Text
2522.95 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.95 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.95 s
[unison-runtime] |
2522.95 s
[unison-runtime] 246 | pattern Doc2Anchor id d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AnchorId -> True))) [Term.Text' id, d]
2522.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.95 s
[unison-runtime]
2522.95 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:248:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.95 s
[unison-runtime] Pattern synonym with no type signature:
2522.95 s
[unison-runtime] pattern Doc2Blockquote :: forall {typeVar} {typeAnn} {patternAnn}
2522.95 s
[unison-runtime] {v} {a}.
2522.95 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.95 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.95 s
[unison-runtime] |
2522.95 s
[unison-runtime] 248 | pattern Doc2Blockquote d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlockquoteId -> True))) d
2522.95 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.95 s
[unison-runtime]
2522.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:250:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.96 s
[unison-runtime] Pattern synonym with no type signature:
2522.96 s
[unison-runtime] pattern Doc2Blankline :: forall {typeVar} {typeAnn} {patternAnn}
2522.96 s
[unison-runtime] {v} {a}.
2522.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.96 s
[unison-runtime] |
2522.96 s
[unison-runtime] 250 | pattern Doc2Blankline <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlanklineId -> True))
2522.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.96 s
[unison-runtime]
2522.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:252:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.96 s
[unison-runtime] Pattern synonym with no type signature:
2522.96 s
[unison-runtime] pattern Doc2Linebreak :: forall {typeVar} {typeAnn} {patternAnn}
2522.96 s
[unison-runtime] {v} {a}.
2522.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.96 s
[unison-runtime] |
2522.96 s
[unison-runtime] 252 | pattern Doc2Linebreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2LinebreakId -> True))
2522.96 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.96 s
[unison-runtime]
2522.96 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:254:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.96 s
[unison-runtime] Pattern synonym with no type signature:
2522.96 s
[unison-runtime] pattern Doc2SectionBreak :: forall {typeVar} {typeAnn} {patternAnn}
2522.96 s
[unison-runtime] {v} {a}.
2522.96 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.96 s
[unison-runtime] |
2522.96 s
[unison-runtime] 254 | pattern Doc2SectionBreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionBreakId -> True))
2522.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.97 s
[unison-runtime]
2522.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:256:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.97 s
[unison-runtime] Pattern synonym with no type signature:
2522.97 s
[unison-runtime] pattern Doc2Tooltip :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.97 s
[unison-runtime] {a}.
2522.97 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2522.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.97 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.97 s
[unison-runtime] |
2522.97 s
[unison-runtime] 256 | pattern Doc2Tooltip d tip <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TooltipId -> True))) [d, tip]
2522.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.97 s
[unison-runtime]
2522.97 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:258:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.97 s
[unison-runtime] Pattern synonym with no type signature:
2522.97 s
[unison-runtime] pattern Doc2Aside :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.97 s
[unison-runtime] {a}.
2522.97 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.97 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.97 s
[unison-runtime] |
2522.97 s
[unison-runtime] 258 | pattern Doc2Aside d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AsideId -> True))) d
2522.97 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.97 s
[unison-runtime]
2522.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:260:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.98 s
[unison-runtime] Pattern synonym with no type signature:
2522.98 s
[unison-runtime] pattern Doc2Callout :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.98 s
[unison-runtime] {a}.
2522.98 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2522.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.98 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.98 s
[unison-runtime] |
2522.98 s
[unison-runtime] 260 | pattern Doc2Callout icon d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CalloutId -> True))) [icon, d]
2522.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.98 s
[unison-runtime]
2522.98 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:262:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.98 s
[unison-runtime] Pattern synonym with no type signature:
2522.98 s
[unison-runtime] pattern Doc2Table :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.98 s
[unison-runtime] {a}.
2522.98 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2522.98 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.98 s
[unison-runtime] |
2522.98 s
[unison-runtime] 262 | pattern Doc2Table ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TableId -> True))) (Term.List' (toList -> ds))
2522.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.98 s
[unison-runtime]
2522.99 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:264:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.99 s
[unison-runtime] Pattern synonym with no type signature:
2522.99 s
[unison-runtime] pattern Doc2Folded :: forall {typeVar} {typeAnn} {patternAnn} {v}
2522.99 s
[unison-runtime] {a}.
2522.99 s
[unison-runtime] Bool
2522.99 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.99 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.99 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2522.99 s
[unison-runtime] |
2522.99 s
[unison-runtime] 264 | pattern Doc2Folded isFolded d d2 <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2FoldedId -> True))) [Term.Boolean' isFolded, d, d2]
2522.99 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.99 s
[unison-runtime]
2522.99 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:266:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2522.99 s
[unison-runtime] Pattern synonym with no type signature:
2522.99 s
[unison-runtime] pattern Doc2Paragraph :: forall {typeVar} {typeAnn} {patternAnn}
2522.99 s
[unison-runtime] {v} {a}.
2522.99 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2522.99 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2522.99 s
[unison-runtime] |
2522.99 s
[unison-runtime] 266 | pattern Doc2Paragraph ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ParagraphId -> True))) (Term.List' (toList -> ds))
2522.99 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2522.99 s
[unison-runtime]
2523.00 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:268:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.00 s
[unison-runtime] Pattern synonym with no type signature:
2523.00 s
[unison-runtime] pattern Doc2BulletedList :: forall {typeVar} {typeAnn} {patternAnn}
2523.00 s
[unison-runtime] {v} {a}.
2523.00 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.00 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.00 s
[unison-runtime] |
2523.00 s
[unison-runtime] 268 | pattern Doc2BulletedList ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BulletedListId -> True))) (Term.List' (toList -> ds))
2523.00 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.00 s
[unison-runtime]
2523.00 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:270:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.00 s
[unison-runtime] Pattern synonym with no type signature:
2523.00 s
[unison-runtime] pattern Doc2NumberedList :: forall {typeVar} {typeAnn} {patternAnn}
2523.00 s
[unison-runtime] {v} {a}.
2523.00 s
[unison-runtime] Word64
2523.00 s
[unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.00 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.00 s
[unison-runtime] |
2523.00 s
[unison-runtime] 270 | pattern Doc2NumberedList n ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NumberedListId -> True))) [Term.Nat' n, Term.List' (toList -> ds)]
2523.00 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.01 s
[unison-runtime]
2523.01 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:272:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.01 s
[unison-runtime] Pattern synonym with no type signature:
2523.01 s
[unison-runtime] pattern Doc2Section :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.01 s
[unison-runtime] {a}.
2523.01 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.01 s
[unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.01 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.01 s
[unison-runtime] |
2523.01 s
[unison-runtime] 272 | pattern Doc2Section title ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionId -> True))) [title, Term.List' (toList -> ds)]
2523.01 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.01 s
[unison-runtime]
2523.01 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:274:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.01 s
[unison-runtime] Pattern synonym with no type signature:
2523.01 s
[unison-runtime] pattern Doc2NamedLink :: forall {typeVar} {typeAnn} {patternAnn}
2523.01 s
[unison-runtime] {v} {a}.
2523.01 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.01 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] |
2523.02 s
[unison-runtime] 274 | pattern Doc2NamedLink name dest <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NamedLinkId -> True))) [name, dest]
2523.02 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.02 s
[unison-runtime]
2523.02 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:276:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.02 s
[unison-runtime] Pattern synonym with no type signature:
2523.02 s
[unison-runtime] pattern Doc2Image :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.02 s
[unison-runtime] {a}.
2523.02 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.02 s
[unison-runtime] |
2523.02 s
[unison-runtime] 276 | pattern Doc2Image alt link caption <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ImageId -> True))) [alt, link, caption]
2523.02 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.02 s
[unison-runtime]
2523.02 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:278:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.02 s
[unison-runtime] Pattern synonym with no type signature:
2523.02 s
[unison-runtime] pattern Doc2Special :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.02 s
[unison-runtime] {a}.
2523.03 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.03 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.03 s
[unison-runtime] |
2523.03 s
[unison-runtime] 278 | pattern Doc2Special sf <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SpecialId -> True))) sf
2523.03 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.03 s
[unison-runtime]
2523.03 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:280:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.03 s
[unison-runtime] Pattern synonym with no type signature:
2523.03 s
[unison-runtime] pattern Doc2Join :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.03 s
[unison-runtime] {a}.
2523.03 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.03 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.03 s
[unison-runtime] |
2523.03 s
[unison-runtime] 280 | pattern Doc2Join ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2JoinId -> True))) (Term.List' (toList -> ds))
2523.03 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.03 s
[unison-runtime]
2523.03 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:282:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.03 s
[unison-runtime] Pattern synonym with no type signature:
2523.03 s
[unison-runtime] pattern Doc2UntitledSection :: forall {typeVar} {typeAnn}
2523.03 s
[unison-runtime] {patternAnn} {v} {a}.
2523.03 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.03 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.03 s
[unison-runtime] |
2523.03 s
[unison-runtime] 282 | pattern Doc2UntitledSection ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2UntitledSectionId -> True))) (Term.List' (toList -> ds))
2523.03 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.03 s
[unison-runtime]
2523.04 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:284:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.04 s
[unison-runtime] Pattern synonym with no type signature:
2523.04 s
[unison-runtime] pattern Doc2Column :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.04 s
[unison-runtime] {a}.
2523.04 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.04 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.04 s
[unison-runtime] |
2523.04 s
[unison-runtime] 284 | pattern Doc2Column ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ColumnId -> True))) (Term.List' (toList -> ds))
2523.04 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.04 s
[unison-runtime]
2523.04 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:286:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.04 s
[unison-runtime] Pattern synonym with no type signature:
2523.04 s
[unison-runtime] pattern Doc2Group :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.04 s
[unison-runtime] {a}.
2523.04 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.04 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.04 s
[unison-runtime] |
2523.04 s
[unison-runtime] 286 | pattern Doc2Group d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2GroupId -> True))) d
2523.04 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.04 s
[unison-runtime]
2523.05 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:288:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.05 s
[unison-runtime] Pattern synonym with no type signature:
2523.05 s
[unison-runtime] pattern Doc2SpecialFormRef :: R.Reference
2523.05 s
[unison-runtime] |
2523.05 s
[unison-runtime] 288 | pattern Doc2SpecialFormRef <- ((== doc2SpecialFormRef) -> True)
2523.05 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.05 s
[unison-runtime]
2523.05 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:312:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.05 s
[unison-runtime] Pattern synonym with no type signature:
2523.05 s
[unison-runtime] pattern Doc2SpecialFormSource :: forall {typeVar} {typeAnn}
2523.05 s
[unison-runtime] {patternAnn} {v} {a}.
2523.05 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.05 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.05 s
[unison-runtime] |
2523.05 s
[unison-runtime] 312 | pattern Doc2SpecialFormSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSourceId -> True))) tm
2523.05 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.05 s
[unison-runtime]
2523.05 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:314:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.05 s
[unison-runtime] Pattern synonym with no type signature:
2523.05 s
[unison-runtime] pattern Doc2SpecialFormFoldedSource :: forall {typeVar} {typeAnn}
2523.05 s
[unison-runtime] {patternAnn} {v} {a}.
2523.05 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.05 s
[unison-runtime] -> U.Core.ABT.Term
2523.05 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.05 s
[unison-runtime] |
2523.06 s
[unison-runtime] 314 | pattern Doc2SpecialFormFoldedSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormFoldedSourceId -> True))) tm
2523.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.06 s
[unison-runtime]
2523.06 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:316:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.06 s
[unison-runtime] Pattern synonym with no type signature:
2523.06 s
[unison-runtime] pattern Doc2SpecialFormExample :: forall {typeVar} {typeAnn}
2523.06 s
[unison-runtime] {patternAnn} {v} {a}.
2523.06 s
[unison-runtime] Word64
2523.06 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.06 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.06 s
[unison-runtime] |
2523.06 s
[unison-runtime] 316 | pattern Doc2SpecialFormExample n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleId -> True))) [Term.Nat' n, tm]
2523.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.06 s
[unison-runtime]
2523.06 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:318:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.06 s
[unison-runtime] Pattern synonym with no type signature:
2523.06 s
[unison-runtime] pattern Doc2SpecialFormExampleBlock :: forall {typeVar} {typeAnn}
2523.06 s
[unison-runtime] {patternAnn} {v} {a}.
2523.06 s
[unison-runtime] Word64
2523.06 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.06 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.06 s
[unison-runtime] |
2523.07 s
[unison-runtime] 318 | pattern Doc2SpecialFormExampleBlock n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleBlockId -> True))) [Term.Nat' n, tm]
2523.07 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.07 s
[unison-runtime]
2523.07 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:320:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.07 s
[unison-runtime] Pattern synonym with no type signature:
2523.07 s
[unison-runtime] pattern Doc2SpecialFormLink :: forall {typeVar} {typeAnn}
2523.07 s
[unison-runtime] {patternAnn} {v} {a}.
2523.07 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.07 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.07 s
[unison-runtime] |
2523.07 s
[unison-runtime] 320 | pattern Doc2SpecialFormLink tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormLinkId -> True))) tm
2523.07 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.07 s
[unison-runtime]
2523.07 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:322:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.07 s
[unison-runtime] Pattern synonym with no type signature:
2523.07 s
[unison-runtime] pattern Doc2SpecialFormSignature :: forall {typeVar} {typeAnn}
2523.07 s
[unison-runtime] {patternAnn} {v} {a}.
2523.07 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.07 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.07 s
[unison-runtime] |
2523.07 s
[unison-runtime] 322 | pattern Doc2SpecialFormSignature tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureId -> True))) tm
2523.08 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.08 s
[unison-runtime]
2523.08 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:324:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.08 s
[unison-runtime] Pattern synonym with no type signature:
2523.08 s
[unison-runtime] pattern Doc2SpecialFormSignatureInline :: forall {typeVar}
2523.08 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2523.08 s
[unison-runtime] U.Core.ABT.Term
2523.08 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.08 s
[unison-runtime] -> U.Core.ABT.Term
2523.08 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.08 s
[unison-runtime] |
2523.08 s
[unison-runtime] 324 | pattern Doc2SpecialFormSignatureInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureInlineId -> True))) tm
2523.08 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.08 s
[unison-runtime]
2523.08 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:326:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.08 s
[unison-runtime] Pattern synonym with no type signature:
2523.08 s
[unison-runtime] pattern Doc2SpecialFormEval :: forall {typeVar} {typeAnn}
2523.08 s
[unison-runtime] {patternAnn} {v} {a}.
2523.08 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] |
2523.09 s
[unison-runtime] 326 | pattern Doc2SpecialFormEval tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalId -> True))) tm
2523.09 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.09 s
[unison-runtime]
2523.09 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:328:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.09 s
[unison-runtime] Pattern synonym with no type signature:
2523.09 s
[unison-runtime] pattern Doc2SpecialFormEvalInline :: forall {typeVar} {typeAnn}
2523.09 s
[unison-runtime] {patternAnn} {v} {a}.
2523.09 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] -> U.Core.ABT.Term
2523.09 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] |
2523.09 s
[unison-runtime] 328 | pattern Doc2SpecialFormEvalInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalInlineId -> True))) tm
2523.09 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.09 s
[unison-runtime]
2523.09 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:330:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.09 s
[unison-runtime] Pattern synonym with no type signature:
2523.09 s
[unison-runtime] pattern Doc2SpecialFormEmbed :: forall {typeVar} {typeAnn}
2523.09 s
[unison-runtime] {patternAnn} {v} {a}.
2523.09 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.09 s
[unison-runtime] |
2523.10 s
[unison-runtime] 330 | pattern Doc2SpecialFormEmbed any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedId -> True))) any
2523.10 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.10 s
[unison-runtime]
2523.10 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:332:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.10 s
[unison-runtime] Pattern synonym with no type signature:
2523.10 s
[unison-runtime] pattern Doc2SpecialFormEmbedInline :: forall {typeVar} {typeAnn}
2523.10 s
[unison-runtime] {patternAnn} {v} {a}.
2523.10 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.10 s
[unison-runtime] -> U.Core.ABT.Term
2523.10 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.10 s
[unison-runtime] |
2523.10 s
[unison-runtime] 332 | pattern Doc2SpecialFormEmbedInline any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedInlineId -> True))) any
2523.10 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.10 s
[unison-runtime]
2523.10 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:334:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.10 s
[unison-runtime] Pattern synonym with no type signature:
2523.10 s
[unison-runtime] pattern Doc2MediaSource :: forall {typeVar} {typeAnn} {patternAnn}
2523.10 s
[unison-runtime] {v} {a}.
2523.10 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.10 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.10 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.10 s
[unison-runtime] |
2523.10 s
[unison-runtime] 334 | pattern Doc2MediaSource src mimeType <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2MediaSourceRef _)) [src, mimeType]
2523.11 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.11 s
[unison-runtime]
2523.11 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:336:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.11 s
[unison-runtime] Pattern synonym with no type signature:
2523.11 s
[unison-runtime] pattern Doc2SpecialFormEmbedVideo :: forall {typeVar} {typeAnn}
2523.11 s
[unison-runtime] {patternAnn} {v} {a}.
2523.11 s
[unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
2523.11 s
[unison-runtime] -> [U.Core.ABT.Term
2523.11 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
2523.11 s
[unison-runtime] -> U.Core.ABT.Term
2523.11 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.11 s
[unison-runtime] |
2523.11 s
[unison-runtime] 336 | pattern Doc2SpecialFormEmbedVideo sources config <- Doc2SpecialFormEmbed (Term.App' _ (Term.Apps' (Term.Constructor' (ConstructorReference Doc2VideoRef _)) [Term.List' (toList -> sources), Term.List' (toList -> config)]))
2523.11 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.11 s
[unison-runtime]
2523.12 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:338:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.12 s
[unison-runtime] Pattern synonym with no type signature:
2523.12 s
[unison-runtime] pattern Doc2SpecialFormEmbedFrontMatter :: forall {typeVar}
2523.12 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2523.12 s
[unison-runtime] [U.Core.ABT.Term
2523.12 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
2523.12 s
[unison-runtime] -> U.Core.ABT.Term
2523.12 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.12 s
[unison-runtime] |
2523.12 s
[unison-runtime] 338 | pattern Doc2SpecialFormEmbedFrontMatter frontMatter <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2FrontMatterRef _)) (Term.List' (toList -> frontMatter))))
2523.12 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.12 s
[unison-runtime]
2523.12 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:340:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.12 s
[unison-runtime] Pattern synonym with no type signature:
2523.12 s
[unison-runtime] pattern Doc2SpecialFormEmbedLaTeXInline :: forall {typeVar}
2523.12 s
[unison-runtime] {typeAnn} {patternAnn} {v} {a}.
2523.12 s
[unison-runtime] Text
2523.12 s
[unison-runtime] -> U.Core.ABT.Term
2523.13 s
[unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
2523.13 s
[unison-runtime] |
2523.13 s
[unison-runtime] 340 | pattern Doc2SpecialFormEmbedLaTeXInline latex <- Doc2SpecialFormEmbedInline (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2LaTeXInlineRef _)) (Term.Text' latex)))
2523.13 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.13 s
[unison-runtime]
2523.13 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:342:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.13 s
[unison-runtime] Pattern synonym with no type signature:
2523.13 s
[unison-runtime] pattern Doc2SpecialFormEmbedSvg :: forall {typeVar} {typeAnn}
2523.13 s
[unison-runtime] {patternAnn} {v} {a}.
2523.13 s
[unison-runtime] Text
2523.13 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.13 s
[unison-runtime] |
2523.13 s
[unison-runtime] 342 | pattern Doc2SpecialFormEmbedSvg svg <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2SvgRef _)) (Term.Text' svg)))
2523.14 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.14 s
[unison-runtime]
2523.14 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:346:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.14 s
[unison-runtime] Pattern synonym with no type signature:
2523.14 s
[unison-runtime] pattern Doc2Example :: forall {vt} {at} {ap} {v} {a}.
2523.14 s
[unison-runtime] [v]
2523.14 s
[unison-runtime] -> Term.Term2 vt at ap v a -> U.Core.ABT.Term (Term.F vt at ap) v a
2523.14 s
[unison-runtime] |
2523.14 s
[unison-runtime] 346 | pattern Doc2Example vs body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ (Term.LamsNamedOpt' vs body)))
2523.14 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.14 s
[unison-runtime]
2523.14 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:349:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.14 s
[unison-runtime] Pattern synonym with no type signature:
2523.14 s
[unison-runtime] pattern Doc2Term :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.14 s
[unison-runtime] {a}.
2523.14 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.14 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.14 s
[unison-runtime] |
2523.15 s
[unison-runtime] 349 | pattern Doc2Term body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ body))
2523.15 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.15 s
[unison-runtime]
2523.15 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:351:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.15 s
[unison-runtime] Pattern synonym with no type signature:
2523.15 s
[unison-runtime] pattern Doc2TermRef :: R.Reference
2523.15 s
[unison-runtime] |
2523.15 s
[unison-runtime] 351 | pattern Doc2TermRef <- ((== doc2TermRef) -> True)
2523.15 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.15 s
[unison-runtime]
2523.15 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:353:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.15 s
[unison-runtime] Pattern synonym with no type signature:
2523.15 s
[unison-runtime] pattern PrettyAnnotatedRef :: R.Reference
2523.15 s
[unison-runtime] |
2523.15 s
[unison-runtime] 353 | pattern PrettyAnnotatedRef <- ((== prettyAnnotatedRef) -> True)
2523.15 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.15 s
[unison-runtime]
2523.15 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:371:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.15 s
[unison-runtime] Pattern synonym with no type signature:
2523.16 s
[unison-runtime] pattern PrettyEmpty :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.16 s
[unison-runtime] {a}.
2523.16 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.16 s
[unison-runtime] |
2523.16 s
[unison-runtime] 371 | pattern PrettyEmpty <- Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyEmptyId -> True))
2523.16 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.16 s
[unison-runtime]
2523.16 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:373:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.16 s
[unison-runtime] Pattern synonym with no type signature:
2523.16 s
[unison-runtime] pattern PrettyGroup :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.16 s
[unison-runtime] {a}.
2523.16 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.16 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.16 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.16 s
[unison-runtime] |
2523.16 s
[unison-runtime] 373 | pattern PrettyGroup ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyGroupId -> True))) [ann, tm]
2523.16 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.16 s
[unison-runtime]
2523.17 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:375:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.17 s
[unison-runtime] Pattern synonym with no type signature:
2523.17 s
[unison-runtime] pattern PrettyLit :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.17 s
[unison-runtime] {a}.
2523.17 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] |
2523.17 s
[unison-runtime] 375 | pattern PrettyLit ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyLitId -> True))) [ann, tm]
2523.17 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.17 s
[unison-runtime]
2523.17 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:377:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.17 s
[unison-runtime] Pattern synonym with no type signature:
2523.17 s
[unison-runtime] pattern PrettyWrap :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.17 s
[unison-runtime] {a}.
2523.17 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.17 s
[unison-runtime] |
2523.18 s
[unison-runtime] 377 | pattern PrettyWrap ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyWrapId -> True))) [ann, tm]
2523.18 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.18 s
[unison-runtime]
2523.18 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:379:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.18 s
[unison-runtime] Pattern synonym with no type signature:
2523.18 s
[unison-runtime] pattern PrettyIndent :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.18 s
[unison-runtime] {a}.
2523.18 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.18 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.18 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.18 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.18 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.18 s
[unison-runtime] |
2523.18 s
[unison-runtime] 379 | pattern PrettyIndent ann i0 i1 tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyIndentId -> True))) [ann, i0, i1, tm]
2523.18 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.18 s
[unison-runtime]
2523.18 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:381:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.18 s
[unison-runtime] Pattern synonym with no type signature:
2523.18 s
[unison-runtime] pattern PrettyOrElse :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.18 s
[unison-runtime] {a}.
2523.19 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] |
2523.19 s
[unison-runtime] 381 | pattern PrettyOrElse ann p1 p2 <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyOrElseId -> True))) [ann, p1, p2]
2523.19 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.19 s
[unison-runtime]
2523.19 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:383:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.19 s
[unison-runtime] Pattern synonym with no type signature:
2523.19 s
[unison-runtime] pattern PrettyTable :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.19 s
[unison-runtime] {a}.
2523.19 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
2523.19 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.19 s
[unison-runtime] |
2523.20 s
[unison-runtime] 383 | pattern PrettyTable ann rows <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyTableId -> True))) [ann, Term.List' rows]
2523.20 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.20 s
[unison-runtime]
2523.20 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:385:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.20 s
[unison-runtime] Pattern synonym with no type signature:
2523.20 s
[unison-runtime] pattern PrettyAppend :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.20 s
[unison-runtime] {a}.
2523.20 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.20 s
[unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
2523.20 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.20 s
[unison-runtime] |
2523.20 s
[unison-runtime] 385 | pattern PrettyAppend ann tms <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyAppendId -> True))) [ann, Term.List' tms]
2523.20 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.20 s
[unison-runtime]
2523.20 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:387:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.20 s
[unison-runtime] Pattern synonym with no type signature:
2523.20 s
[unison-runtime] pattern PrettyRef :: R.Reference
2523.20 s
[unison-runtime] |
2523.20 s
[unison-runtime] 387 | pattern PrettyRef <- ((== prettyRef) -> True)
2523.20 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.20 s
[unison-runtime]
2523.21 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:393:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.21 s
[unison-runtime] Pattern synonym with no type signature:
2523.21 s
[unison-runtime] pattern AnsiColorRef :: R.Reference
2523.21 s
[unison-runtime] |
2523.21 s
[unison-runtime] 393 | pattern AnsiColorRef <- ((== ansiColorRef) -> True)
2523.21 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.21 s
[unison-runtime]
2523.21 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:433:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.21 s
[unison-runtime] Pattern synonym with no type signature:
2523.21 s
[unison-runtime] pattern AnsiColorBlack :: forall {typeVar} {typeAnn} {patternAnn}
2523.21 s
[unison-runtime] {v} {a}.
2523.21 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.21 s
[unison-runtime] |
2523.21 s
[unison-runtime] 433 | pattern AnsiColorBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlackId -> True))
2523.21 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.21 s
[unison-runtime]
2523.21 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:435:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.21 s
[unison-runtime] Pattern synonym with no type signature:
2523.21 s
[unison-runtime] pattern AnsiColorRed :: forall {typeVar} {typeAnn} {patternAnn} {v}
2523.21 s
[unison-runtime] {a}.
2523.21 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.21 s
[unison-runtime] |
2523.21 s
[unison-runtime] 435 | pattern AnsiColorRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorRedId -> True))
2523.22 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.22 s
[unison-runtime]
2523.22 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:437:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.22 s
[unison-runtime] Pattern synonym with no type signature:
2523.22 s
[unison-runtime] pattern AnsiColorGreen :: forall {typeVar} {typeAnn} {patternAnn}
2523.22 s
[unison-runtime] {v} {a}.
2523.22 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.22 s
[unison-runtime] |
2523.22 s
[unison-runtime] 437 | pattern AnsiColorGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorGreenId -> True))
2523.22 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.22 s
[unison-runtime]
2523.22 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:439:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.22 s
[unison-runtime] Pattern synonym with no type signature:
2523.22 s
[unison-runtime] pattern AnsiColorYellow :: forall {typeVar} {typeAnn} {patternAnn}
2523.22 s
[unison-runtime] {v} {a}.
2523.22 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.22 s
[unison-runtime] |
2523.22 s
[unison-runtime] 439 | pattern AnsiColorYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorYellowId -> True))
2523.22 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.22 s
[unison-runtime]
2523.22 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:441:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.22 s
[unison-runtime] Pattern synonym with no type signature:
2523.22 s
[unison-runtime] pattern AnsiColorBlue :: forall {typeVar} {typeAnn} {patternAnn}
2523.22 s
[unison-runtime] {v} {a}.
2523.23 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.23 s
[unison-runtime] |
2523.23 s
[unison-runtime] 441 | pattern AnsiColorBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlueId -> True))
2523.23 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.23 s
[unison-runtime]
2523.23 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:443:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.23 s
[unison-runtime] Pattern synonym with no type signature:
2523.23 s
[unison-runtime] pattern AnsiColorMagenta :: forall {typeVar} {typeAnn} {patternAnn}
2523.23 s
[unison-runtime] {v} {a}.
2523.23 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.23 s
[unison-runtime] |
2523.23 s
[unison-runtime] 443 | pattern AnsiColorMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorMagentaId -> True))
2523.23 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.23 s
[unison-runtime]
2523.23 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:445:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.23 s
[unison-runtime] Pattern synonym with no type signature:
2523.23 s
[unison-runtime] pattern AnsiColorCyan :: forall {typeVar} {typeAnn} {patternAnn}
2523.23 s
[unison-runtime] {v} {a}.
2523.23 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.23 s
[unison-runtime] |
2523.23 s
[unison-runtime] 445 | pattern AnsiColorCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorCyanId -> True))
2523.23 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.23 s
[unison-runtime]
2523.24 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:447:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.24 s
[unison-runtime] Pattern synonym with no type signature:
2523.24 s
[unison-runtime] pattern AnsiColorWhite :: forall {typeVar} {typeAnn} {patternAnn}
2523.24 s
[unison-runtime] {v} {a}.
2523.24 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.24 s
[unison-runtime] |
2523.24 s
[unison-runtime] 447 | pattern AnsiColorWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorWhiteId -> True))
2523.24 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.24 s
[unison-runtime]
2523.24 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:449:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.24 s
[unison-runtime] Pattern synonym with no type signature:
2523.24 s
[unison-runtime] pattern AnsiColorBrightBlack :: forall {typeVar} {typeAnn}
2523.24 s
[unison-runtime] {patternAnn} {v} {a}.
2523.24 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.24 s
[unison-runtime] |
2523.24 s
[unison-runtime] 449 | pattern AnsiColorBrightBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlackId -> True))
2523.24 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.24 s
[unison-runtime]
2523.25 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:451:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.25 s
[unison-runtime] Pattern synonym with no type signature:
2523.25 s
[unison-runtime] pattern AnsiColorBrightRed :: forall {typeVar} {typeAnn}
2523.25 s
[unison-runtime] {patternAnn} {v} {a}.
2523.25 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.25 s
[unison-runtime] |
2523.25 s
[unison-runtime] 451 | pattern AnsiColorBrightRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightRedId -> True))
2523.25 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.25 s
[unison-runtime]
2523.25 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:453:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.25 s
[unison-runtime] Pattern synonym with no type signature:
2523.25 s
[unison-runtime] pattern AnsiColorBrightGreen :: forall {typeVar} {typeAnn}
2523.25 s
[unison-runtime] {patternAnn} {v} {a}.
2523.25 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.25 s
[unison-runtime] |
2523.25 s
[unison-runtime] 453 | pattern AnsiColorBrightGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightGreenId -> True))
2523.25 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.25 s
[unison-runtime]
2523.26 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:455:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.26 s
[unison-runtime] Pattern synonym with no type signature:
2523.26 s
[unison-runtime] pattern AnsiColorBrightYellow :: forall {typeVar} {typeAnn}
2523.26 s
[unison-runtime] {patternAnn} {v} {a}.
2523.26 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.26 s
[unison-runtime] |
2523.26 s
[unison-runtime] 455 | pattern AnsiColorBrightYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightYellowId -> True))
2523.26 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.26 s
[unison-runtime]
2523.26 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:457:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.26 s
[unison-runtime] Pattern synonym with no type signature:
2523.26 s
[unison-runtime] pattern AnsiColorBrightBlue :: forall {typeVar} {typeAnn}
2523.26 s
[unison-runtime] {patternAnn} {v} {a}.
2523.26 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.26 s
[unison-runtime] |
2523.27 s
[unison-runtime] 457 | pattern AnsiColorBrightBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlueId -> True))
2523.27 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.27 s
[unison-runtime]
2523.27 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:459:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.27 s
[unison-runtime] Pattern synonym with no type signature:
2523.27 s
[unison-runtime] pattern AnsiColorBrightMagenta :: forall {typeVar} {typeAnn}
2523.27 s
[unison-runtime] {patternAnn} {v} {a}.
2523.27 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.27 s
[unison-runtime] |
2523.27 s
[unison-runtime] 459 | pattern AnsiColorBrightMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightMagentaId -> True))
2523.27 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.27 s
[unison-runtime]
2523.27 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:461:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.27 s
[unison-runtime] Pattern synonym with no type signature:
2523.28 s
[unison-runtime] pattern AnsiColorBrightCyan :: forall {typeVar} {typeAnn}
2523.28 s
[unison-runtime] {patternAnn} {v} {a}.
2523.28 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.28 s
[unison-runtime] |
2523.28 s
[unison-runtime] 461 | pattern AnsiColorBrightCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightCyanId -> True))
2523.28 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.28 s
[unison-runtime]
2523.28 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:463:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.28 s
[unison-runtime] Pattern synonym with no type signature:
2523.28 s
[unison-runtime] pattern AnsiColorBrightWhite :: forall {typeVar} {typeAnn}
2523.28 s
[unison-runtime] {patternAnn} {v} {a}.
2523.28 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.28 s
[unison-runtime] |
2523.28 s
[unison-runtime] 463 | pattern AnsiColorBrightWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightWhiteId -> True))
2523.28 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.28 s
[unison-runtime]
2523.29 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:465:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.29 s
[unison-runtime] Pattern synonym with no type signature:
2523.29 s
[unison-runtime] pattern ConsoleTextRef :: R.Reference
2523.29 s
[unison-runtime] |
2523.29 s
[unison-runtime] 465 | pattern ConsoleTextRef <- ((== consoleTextRef) -> True)
2523.29 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.29 s
[unison-runtime]
2523.29 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:479:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.29 s
[unison-runtime] Pattern synonym with no type signature:
2523.29 s
[unison-runtime] pattern ConsoleTextPlain :: forall {typeVar} {typeAnn} {patternAnn}
2523.29 s
[unison-runtime] {v} {a}.
2523.29 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.29 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.29 s
[unison-runtime] |
2523.30 s
[unison-runtime] 479 | pattern ConsoleTextPlain txt <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextPlainId -> True))) txt
2523.30 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.30 s
[unison-runtime]
2523.30 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:481:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.30 s
[unison-runtime] Pattern synonym with no type signature:
2523.30 s
[unison-runtime] pattern ConsoleTextForeground :: forall {typeVar} {typeAnn}
2523.30 s
[unison-runtime] {patternAnn} {v} {a}.
2523.30 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.30 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.30 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.30 s
[unison-runtime] |
2523.30 s
[unison-runtime] 481 | pattern ConsoleTextForeground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextForegroundId -> True))) [color, ct]
2523.31 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.31 s
[unison-runtime]
2523.31 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:483:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.31 s
[unison-runtime] Pattern synonym with no type signature:
2523.31 s
[unison-runtime] pattern ConsoleTextBackground :: forall {typeVar} {typeAnn}
2523.31 s
[unison-runtime] {patternAnn} {v} {a}.
2523.31 s
[unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
2523.31 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.31 s
[unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
2523.31 s
[unison-runtime] |
2523.31 s
[unison-runtime] 483 | pattern ConsoleTextBackground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBackgroundId -> True))) [color, ct]
2523.32 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.32 s
[unison-runtime]
2523.32 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:485:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.32 s
[unison-runtime] Pattern synonym with no type signature:
2523.32 s
[unison-runtime] pattern ConsoleTextBold :: forall {typeVar} {typeAnn} {patternAnn}
2523.32 s
[unison-runtime] {v} {a}.
2523.32 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.32 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.32 s
[unison-runtime] |
2523.32 s
[unison-runtime] 485 | pattern ConsoleTextBold ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBoldId -> True))) ct
2523.32 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.32 s
[unison-runtime]
2523.33 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:487:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.33 s
[unison-runtime] Pattern synonym with no type signature:
2523.33 s
[unison-runtime] pattern ConsoleTextUnderline :: forall {typeVar} {typeAnn}
2523.33 s
[unison-runtime] {patternAnn} {v} {a}.
2523.33 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.33 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.33 s
[unison-runtime] |
2523.33 s
[unison-runtime] 487 | pattern ConsoleTextUnderline ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextUnderlineId -> True))) ct
2523.33 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.33 s
[unison-runtime]
2523.34 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:489:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.34 s
[unison-runtime] Pattern synonym with no type signature:
2523.34 s
[unison-runtime] pattern ConsoleTextInvert :: forall {typeVar} {typeAnn}
2523.34 s
[unison-runtime] {patternAnn} {v} {a}.
2523.34 s
[unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.34 s
[unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
2523.34 s
[unison-runtime] |
2523.34 s
[unison-runtime] 489 | pattern ConsoleTextInvert ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextInvertId -> True))) ct
2523.34 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2523.34 s
[unison-runtime]
2523.34 s
[unison-runtime] src/Unison/Runtime/IOSource.hs:1025:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.34 s
[unison-runtime] This binding for ‘source’ shadows the existing binding
2523.34 s
[unison-runtime] defined at src/Unison/Runtime/IOSource.hs:533:1
2523.34 s
[unison-runtime] |
2523.34 s
[unison-runtime] 1025 | showNotes source env notes =
2523.34 s
[unison-runtime] | ^^^^^^
2523.34 s
[unison-runtime]
2523.34 s
[unison-runtime] [10 of 40] Compiling Unison.Runtime.InternalError ( src/Unison/Runtime/InternalError.hs, /build/ghc2353_0/ghc_50.o, /build/ghc2353_0/ghc_50.dyn_o )
2523.34 s
[unison-runtime] [11 of 40] Compiling Unison.Runtime.Pattern ( src/Unison/Runtime/Pattern.hs, nothing )
2523.35 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:523:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.35 s
[unison-runtime] This binding for ‘from’ shadows the existing binding
2523.35 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Pattern.hs:37:1-36
2523.35 s
[unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2523.35 s
[unison-runtime] |
2523.35 s
[unison-runtime] 523 | renameTo to from = modify . fmap $ insertWith (internalBug [3625, 4463] "renameTo: duplicate rename") from to
2523.35 s
[unison-runtime] | ^^^^
2523.35 s
[unison-runtime]
2523.35 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:548:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.35 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2523.35 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:536:34
2523.35 s
[unison-runtime] |
2523.35 s
[unison-runtime] 548 | (op , p, q) -> P.SequenceOp a p op q
2523.35 s
[unison-runtime] | ^^
2523.35 s
[unison-runtime]
2523.35 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:666:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.35 s
[unison-runtime] This binding for ‘rows’ shadows the existing binding
2523.35 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:664:26
2523.36 s
[unison-runtime] |
2523.36 s
[unison-runtime] 666 | search acc (row : rows )
2523.36 s
[unison-runtime] | ^^^^
2523.36 s
[unison-runtime]
2523.36 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:743:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.36 s
[unison-runtime] This binding for ‘w’ shadows the existing binding
2523.36 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:742:12
2523.36 s
[unison-runtime] |
2523.36 s
[unison-runtime] 743 | (p, (w , [], rn)) ->
2523.36 s
[unison-runtime] | ^
2523.36 s
[unison-runtime]
2523.36 s
[unison-runtime] src/Unison/Runtime/Pattern.hs:752:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.36 s
[unison-runtime] This binding for ‘g’ shadows the existing binding
2523.36 s
[unison-runtime] bound at src/Unison/Runtime/Pattern.hs:751:5
2523.36 s
[unison-runtime] |
2523.36 s
[unison-runtime] 752 | Just (AbsN' us g )
2523.36 s
[unison-runtime] | ^
2523.36 s
[unison-runtime]
2523.36 s
[unison-runtime] [12 of 40] Compiling Unison.Runtime.Referenced ( src/Unison/Runtime/Referenced.hs, /build/ghc2353_0/ghc_60.o, /build/ghc2353_0/ghc_60.dyn_o )
2523.36 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:144:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.36 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2523.36 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2523.36 s
[unison-runtime] |
2523.37 s
[unison-runtime] 144 | Novel canon -> updated r canon
2523.37 s
[unison-runtime] | ^^^^^
2523.37 s
[unison-runtime]
2523.37 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:145:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.37 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2523.37 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2523.37 s
[unison-runtime] |
2523.37 s
[unison-runtime] 145 | Equivalent s canon ->
2523.37 s
[unison-runtime] | ^^^^^
2523.37 s
[unison-runtime]
2523.37 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:150:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.37 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2523.37 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:137:27
2523.37 s
[unison-runtime] |
2523.37 s
[unison-runtime] 150 | look r = lookup r (if isTy then tym else tmm)
2523.38 s
[unison-runtime] | ^
2523.38 s
[unison-runtime]
2523.38 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:152:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.38 s
[unison-runtime] This binding for ‘canon’ shadows the existing binding
2523.38 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
2523.38 s
[unison-runtime] |
2523.38 s
[unison-runtime] 152 | updated s canon = do
2523.38 s
[unison-runtime] | ^^^^^
2523.38 s
[unison-runtime]
2523.38 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:153:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.38 s
[unison-runtime] This binding for ‘tym’ shadows the existing binding
2523.38 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:17
2523.38 s
[unison-runtime] |
2523.38 s
[unison-runtime] 153 | tym <- if isTy then insert s rn tym else pure tym
2523.39 s
[unison-runtime] | ^^^
2523.39 s
[unison-runtime]
2523.39 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:154:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.39 s
[unison-runtime] This binding for ‘tmm’ shadows the existing binding
2523.39 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:21
2523.39 s
[unison-runtime] |
2523.39 s
[unison-runtime] 154 | tmm <- if isTy then pure tmm else insert s rn tmm
2523.39 s
[unison-runtime] | ^^^
2523.39 s
[unison-runtime]
2523.39 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:155:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.39 s
[unison-runtime] This binding for ‘tys’ shadows the existing binding
2523.39 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:25
2523.39 s
[unison-runtime] |
2523.39 s
[unison-runtime] 155 | tys <- pure $ if isTy then tys |> s else tys
2523.39 s
[unison-runtime] | ^^^
2523.39 s
[unison-runtime]
2523.40 s
[unison-runtime] src/Unison/Runtime/Referenced.hs:156:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.40 s
[unison-runtime] This binding for ‘tms’ shadows the existing binding
2523.40 s
[unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:29
2523.40 s
[unison-runtime] |
2523.40 s
[unison-runtime] 156 | tms <- pure $ if isTy then tms else tms |> s
2523.40 s
[unison-runtime] | ^^^
2523.40 s
[unison-runtime]
2523.40 s
[unison-runtime] [13 of 40] Compiling Unison.Runtime.Serialize.Get ( src/Unison/Runtime/Serialize/Get.hs, /build/ghc2353_0/ghc_64.o, /build/ghc2353_0/ghc_64.dyn_o )
2523.40 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:160:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.40 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2523.40 s
[unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
2523.40 s
[unison-runtime] |
2523.40 s
[unison-runtime] 160 | acc <- acc .|. (m !<<. sh) =
2523.40 s
[unison-runtime] | ^^^
2523.40 s
[unison-runtime]
2523.40 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:163:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.40 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2523.40 s
[unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
2523.40 s
[unison-runtime] |
2523.41 s
[unison-runtime] 163 | acc <- acc .|. (clearBit m 7 !<<. sh) =
2523.41 s
[unison-runtime] | ^^^
2523.41 s
[unison-runtime]
2523.41 s
[unison-runtime] src/Unison/Runtime/Serialize/Get.hs:283:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.41 s
[unison-runtime] This binding for ‘snoc’ shadows the existing binding
2523.41 s
[unison-runtime] imported from ‘Data.ByteString’ at src/Unison/Runtime/Serialize/Get.hs:38:1-28
2523.41 s
[unison-runtime] |
2523.41 s
[unison-runtime] 283 | getAccumulating nil snoc finish = \ga -> Get \bs ix ->
2523.41 s
[unison-runtime] | ^^^^
2523.41 s
[unison-runtime]
2523.41 s
[unison-runtime] [14 of 40] Compiling Unison.Runtime.SparseVector ( src/Unison/Runtime/SparseVector.hs, nothing )
2523.41 s
[unison-runtime] [15 of 40] Compiling Unison.Runtime.TypeTags ( src/Unison/Runtime/TypeTags.hs, /build/ghc2353_0/ghc_68.o, /build/ghc2353_0/ghc_68.dyn_o )
2523.41 s
[unison-runtime] src/Unison/Runtime/TypeTags.hs:456:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.41 s
[unison-runtime] This binding for ‘floatTag’ shadows the existing binding
2523.41 s
[unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:248:1
2523.41 s
[unison-runtime] |
2523.41 s
[unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag , fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
2523.41 s
[unison-runtime] | ^^^^^^^^
2523.42 s
[unison-runtime]
2523.42 s
[unison-runtime] src/Unison/Runtime/TypeTags.hs:456:93: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.42 s
[unison-runtime] This binding for ‘intTag’ shadows the existing binding
2523.42 s
[unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:254:1
2523.42 s
[unison-runtime] |
2523.42 s
[unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag , longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
2523.42 s
[unison-runtime] | ^^^^^^
2523.42 s
[unison-runtime]
2523.42 s
[unison-runtime] [16 of 40] Compiling Unison.Runtime.ANF ( src/Unison/Runtime/ANF.hs, /build/ghc2353_0/ghc_12.o, /build/ghc2353_0/ghc_12.dyn_o )
2523.92 s
[unison-runtime] src/Unison/Runtime/ANF.hs:153:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.92 s
[unison-runtime] This binding for ‘trace’ shadows the existing binding
2523.93 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2523.93 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Debug.Trace’)
2523.93 s
[unison-runtime] |
2523.93 s
[unison-runtime] 153 | trace acc
2523.93 s
[unison-runtime] | ^^^^^
2523.93 s
[unison-runtime]
2523.93 s
[unison-runtime] src/Unison/Runtime/ANF.hs:271:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.93 s
[unison-runtime] This binding for ‘guard’ shadows the existing binding
2523.93 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2523.93 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2523.93 s
[unison-runtime] |
2523.93 s
[unison-runtime] 271 | encloseCase a keep rec0 (MatchCase pats guard body) =
2523.93 s
[unison-runtime] | ^^^^^
2523.93 s
[unison-runtime]
2523.93 s
[unison-runtime] src/Unison/Runtime/ANF.hs:380:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.93 s
[unison-runtime] This binding for ‘as’ shadows the existing binding
2523.93 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:373:40
2523.93 s
[unison-runtime] |
2523.93 s
[unison-runtime] 380 | matchVars !n (u : us) (Var' v : as ) | u == v = matchVars (1 + n) us as
2523.93 s
[unison-runtime] | ^^
2523.93 s
[unison-runtime]
2523.93 s
[unison-runtime] src/Unison/Runtime/ANF.hs:570:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.93 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2523.93 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:569:27
2523.93 s
[unison-runtime] |
2523.93 s
[unison-runtime] 570 | (fmap . fmap) (\tm -> ann a tm ty) (floater top rec tm)
2523.94 s
[unison-runtime] | ^^
2523.94 s
[unison-runtime]
2523.94 s
[unison-runtime] src/Unison/Runtime/ANF.hs:591:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.94 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2523.94 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:588:43
2523.94 s
[unison-runtime] |
2523.94 s
[unison-runtime] 591 | bd <- inLocalLam $ rec bd
2523.94 s
[unison-runtime] | ^^
2523.94 s
[unison-runtime]
2523.94 s
[unison-runtime] src/Unison/Runtime/ANF.hs:627:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.94 s
[unison-runtime] This binding for ‘id’ shadows the existing binding
2523.94 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
2523.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2523.94 s
[unison-runtime] |
2523.94 s
[unison-runtime] 627 | f (v, (id , tm)) =
2523.94 s
[unison-runtime] | ^^
2523.94 s
[unison-runtime]
2523.94 s
[unison-runtime] src/Unison/Runtime/ANF.hs:632:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.94 s
[unison-runtime] This binding for ‘unzip4’ shadows the existing binding
2523.94 s
[unison-runtime] imported from ‘Data.List’ at src/Unison/Runtime/ANF.hs:106:1-48
2523.94 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2523.94 s
[unison-runtime] |
2523.94 s
[unison-runtime] 632 | unzip4 [] = ([], [], [], [])
2523.94 s
[unison-runtime] | ^^^^^^
2523.94 s
[unison-runtime]
2523.94 s
[unison-runtime] src/Unison/Runtime/ANF.hs:698:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.94 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2523.94 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2523.94 s
[unison-runtime] |
2523.94 s
[unison-runtime] 698 | | LamsNamed' vs bd <- tm0 = (vs, bd)
2523.94 s
[unison-runtime] | ^^
2523.94 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:701:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2523.95 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2523.95 s
[unison-runtime] |
2523.95 s
[unison-runtime] 701 | | Ann' bd ty <- bd0 = (Just ty, bd)
2523.95 s
[unison-runtime] | ^^
2523.95 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:704:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2523.95 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
2523.95 s
[unison-runtime] |
2523.95 s
[unison-runtime] 704 | | LamsNamed' vs bd <- bd1 = (vs, bd)
2523.95 s
[unison-runtime] | ^^
2523.95 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:820:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2523.95 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:819:20
2523.95 s
[unison-runtime] |
2523.95 s
[unison-runtime] 820 | Map.lookup r reps <&> \r -> TApp (FComb r) as
2523.95 s
[unison-runtime] | ^
2523.95 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:829:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘scrut’ shadows the existing binding
2523.95 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:35
2523.95 s
[unison-runtime] |
2523.95 s
[unison-runtime] 829 | | scrut <- addDefaultCases func scrut,
2523.95 s
[unison-runtime] | ^^^^^
2523.95 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:830:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘cases’ shadows the existing binding
2523.95 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:41
2523.95 s
[unison-runtime] |
2523.95 s
[unison-runtime] 830 | cases <- fmap (addDefaultCases func) <$> cases =
2523.95 s
[unison-runtime] | ^^^^^
2523.95 s
[unison-runtime]
2523.95 s
[unison-runtime] src/Unison/Runtime/ANF.hs:851:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.95 s
[unison-runtime] This binding for ‘t’ shadows the existing binding
2523.96 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:850:23
2523.96 s
[unison-runtime] |
2523.96 s
[unison-runtime] 851 | Right t -> t
2523.96 s
[unison-runtime] | ^
2523.96 s
[unison-runtime]
2523.96 s
[unison-runtime] src/Unison/Runtime/ANF.hs:995:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.96 s
[unison-runtime] This binding for ‘or’ shadows the existing binding
2523.96 s
[unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/ANF.hs:134:1-86
2523.96 s
[unison-runtime] |
2523.96 s
[unison-runtime] 995 | alignFunc _ (FPrim ol) (FPrim or )
2523.96 s
[unison-runtime] | ^^
2523.96 s
[unison-runtime]
2523.96 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1584:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.96 s
[unison-runtime] This binding for ‘e0’ shadows the existing binding
2523.96 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:24
2523.96 s
[unison-runtime] |
2523.96 s
[unison-runtime] 1584 | eqvSN (Lambda ccs0 e0 , Lambda ccs1 e1)
2523.96 s
[unison-runtime] | ^^
2523.96 s
[unison-runtime]
2523.96 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1584:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.96 s
[unison-runtime] This binding for ‘e1’ shadows the existing binding
2523.96 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:40
2523.96 s
[unison-runtime] |
2523.96 s
[unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1 )
2523.96 s
[unison-runtime] | ^^
2523.96 s
[unison-runtime]
2523.96 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1720:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.96 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2523.97 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:6
2523.97 s
[unison-runtime] |
2523.97 s
[unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
2523.97 s
[unison-runtime] | ^^
2523.97 s
[unison-runtime]
2523.97 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1720:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.97 s
[unison-runtime] This binding for ‘e’ shadows the existing binding
2523.97 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:10
2523.97 s
[unison-runtime] |
2523.97 s
[unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
2523.97 s
[unison-runtime] | ^
2523.97 s
[unison-runtime]
2523.97 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1748:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.97 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2523.97 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1744:9
2523.97 s
[unison-runtime] |
2523.97 s
[unison-runtime] 1748 | f ((_, cx), (_, tm )) = (Indirect (), TBinds cx tm)
2523.97 s
[unison-runtime] | ^^
2523.97 s
[unison-runtime]
2523.97 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1773:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.97 s
[unison-runtime] Pattern synonym with no type signature:
2523.97 s
[unison-runtime] pattern UFalse :: forall {v}.
2523.97 s
[unison-runtime] ABT.Var v =>
2523.97 s
[unison-runtime] ANormal U.Codebase.Reference.TypeReference v
2523.97 s
[unison-runtime] |
2523.98 s
[unison-runtime] 1773 | pattern UFalse <- TCon ((== Ty.booleanRef) -> True) 0 []
2523.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2523.98 s
[unison-runtime]
2523.98 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1777:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2523.98 s
[unison-runtime] Pattern synonym with no type signature:
2523.98 s
[unison-runtime] pattern UTrue :: forall {v}.
2523.98 s
[unison-runtime] ABT.Var v =>
2523.98 s
[unison-runtime] ANormal U.Codebase.Reference.TypeReference v
2523.98 s
[unison-runtime] |
2523.98 s
[unison-runtime] 1777 | pattern UTrue <- TCon ((== Ty.booleanRef) -> True) 1 []
2523.98 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2523.98 s
[unison-runtime]
2523.98 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1791:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2523.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1791:19
2523.98 s
[unison-runtime] |
2523.98 s
[unison-runtime] 1791 | renameCtx v u (d, ctx) | (ctx , b) <- renameCtes v u ctx = ((d, ctx), b)
2523.98 s
[unison-runtime] | ^^^
2523.98 s
[unison-runtime]
2523.98 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1871:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.98 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2523.98 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:23
2523.98 s
[unison-runtime] |
2523.98 s
[unison-runtime] 1871 | (rn, ctx ) -> (rn, (d, ctx))
2523.98 s
[unison-runtime] | ^^^
2523.98 s
[unison-runtime]
2523.99 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1878:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.99 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2523.99 s
[unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
2523.99 s
[unison-runtime] |
2523.99 s
[unison-runtime] 1878 | go _ rns fresh [] = (rns, fresh)
2523.99 s
[unison-runtime] | ^^^^^
2523.99 s
[unison-runtime]
2523.99 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1879:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.99 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2523.99 s
[unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
2523.99 s
[unison-runtime] |
2523.99 s
[unison-runtime] 1879 | go avoid rns fresh (bn : bns) = case bn of
2523.99 s
[unison-runtime] | ^^^^^
2523.99 s
[unison-runtime]
2523.99 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1883:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.99 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2523.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
2523.99 s
[unison-runtime] |
2523.99 s
[unison-runtime] 1883 | (fresh , _) <- renameCtes v u fresh,
2523.99 s
[unison-runtime] | ^^^^^
2523.99 s
[unison-runtime]
2523.99 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1884:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2523.99 s
[unison-runtime] This binding for ‘avoid’ shadows the existing binding
2523.99 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
2523.99 s
[unison-runtime] |
2524.00 s
[unison-runtime] 1884 | avoid <- Set.insert u avoid,
2524.00 s
[unison-runtime] | ^^^^^
2524.00 s
[unison-runtime]
2524.00 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1885:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.00 s
[unison-runtime] This binding for ‘rns’ shadows the existing binding
2524.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
2524.00 s
[unison-runtime] |
2524.00 s
[unison-runtime] 1885 | rns <- Map.alter (Just . fromMaybe u) v rns ->
2524.00 s
[unison-runtime] | ^^^
2524.00 s
[unison-runtime]
2524.00 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1887:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.00 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2524.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:20
2524.00 s
[unison-runtime] |
2524.00 s
[unison-runtime] 1887 | ST d vs ccs expr
2524.00 s
[unison-runtime] | ^
2524.00 s
[unison-runtime]
2524.00 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1888:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.00 s
[unison-runtime] This binding for ‘avoid’ shadows the existing binding
2524.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
2524.00 s
[unison-runtime] |
2524.00 s
[unison-runtime] 1888 | | (avoid , us) <- freshens (`Set.member` avoid0) avoid vs,
2524.00 s
[unison-runtime] | ^^^^^
2524.00 s
[unison-runtime]
2524.01 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1891:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.01 s
[unison-runtime] This binding for ‘fresh’ shadows the existing binding
2524.01 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
2524.01 s
[unison-runtime] |
2524.01 s
[unison-runtime] 1891 | fresh <- renamesCtes rn fresh,
2524.01 s
[unison-runtime] | ^^^^^
2524.01 s
[unison-runtime]
2524.01 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1894:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.01 s
[unison-runtime] This binding for ‘rns’ shadows the existing binding
2524.01 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
2524.01 s
[unison-runtime] |
2524.01 s
[unison-runtime] 1894 | rns <- Map.union rns rn ->
2524.01 s
[unison-runtime] | ^^^
2524.01 s
[unison-runtime]
2524.01 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1961:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.01 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2524.01 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1959:30
2524.01 s
[unison-runtime] |
2524.01 s
[unison-runtime] 1961 | TBinds (directed -> bx) bd <- bd ->
2524.01 s
[unison-runtime] | ^^
2524.01 s
[unison-runtime]
2524.01 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1973:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.01 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2524.01 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1952:8
2524.01 s
[unison-runtime] |
2524.01 s
[unison-runtime] 1973 | v <- fresh
2524.02 s
[unison-runtime] | ^
2524.02 s
[unison-runtime]
2524.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1978:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.02 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2524.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1953:4
2524.02 s
[unison-runtime] |
2524.02 s
[unison-runtime] 1978 | let (d , msc)
2524.02 s
[unison-runtime] | ^
2524.02 s
[unison-runtime]
2524.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:1979:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.02 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2524.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:1978:12
2524.02 s
[unison-runtime] |
2524.02 s
[unison-runtime] 1979 | | (d , [ST1 _ _ BX tm]) <- cx = (d, tm)
2524.02 s
[unison-runtime] | ^
2524.02 s
[unison-runtime]
2524.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2037:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.02 s
[unison-runtime] This binding for ‘n’ shadows the existing binding
2524.02 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2018:22
2524.02 s
[unison-runtime] |
2524.02 s
[unison-runtime] 2037 | df n =
2524.02 s
[unison-runtime] | ^
2524.02 s
[unison-runtime]
2524.02 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2048:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.02 s
[unison-runtime] This binding for ‘bctx’ shadows the existing binding
2524.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:6
2524.03 s
[unison-runtime] |
2524.03 s
[unison-runtime] 2048 | (brn, bctx ) <- fixupBctx bctx ectx ce
2524.03 s
[unison-runtime] | ^^^^
2524.03 s
[unison-runtime]
2524.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2049:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.03 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2524.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:26
2524.03 s
[unison-runtime] |
2524.03 s
[unison-runtime] 2049 | u <- pure $ Map.findWithDefault u u brn
2524.03 s
[unison-runtime] | ^
2524.03 s
[unison-runtime]
2524.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2050:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.03 s
[unison-runtime] This binding for ‘ectx’ shadows the existing binding
2524.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:8
2524.03 s
[unison-runtime] |
2524.03 s
[unison-runtime] 2050 | (ectx , shaded) <- pure $ renameCtx v u ectx
2524.03 s
[unison-runtime] | ^^^^
2524.03 s
[unison-runtime]
2524.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2051:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.03 s
[unison-runtime] This binding for ‘ce’ shadows the existing binding
2524.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:14
2524.03 s
[unison-runtime] |
2524.03 s
[unison-runtime] 2051 | ce <- pure $ if shaded then ce else ABTN.rename v u <$> ce
2524.03 s
[unison-runtime] | ^^
2524.03 s
[unison-runtime]
2524.03 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2056:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.03 s
[unison-runtime] This binding for ‘bctx’ shadows the existing binding
2524.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:6
2524.03 s
[unison-runtime] |
2524.04 s
[unison-runtime] 2056 | (brn, bctx ) <- fixupBctx bctx ectx ce
2524.04 s
[unison-runtime] | ^^^^
2524.04 s
[unison-runtime]
2524.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2057:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.04 s
[unison-runtime] This binding for ‘cb’ shadows the existing binding
2524.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:17
2524.04 s
[unison-runtime] |
2524.04 s
[unison-runtime] 2057 | cb <- pure $ ABTN.renames brn cb
2524.04 s
[unison-runtime] | ^^
2524.04 s
[unison-runtime]
2524.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2132:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.04 s
[unison-runtime] This binding for ‘guard’ shadows the existing binding
2524.04 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
2524.04 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2524.04 s
[unison-runtime] |
2524.04 s
[unison-runtime] 2132 | anfInitCase u (MatchCase p guard (ABT.AbsN' vs bd))
2524.04 s
[unison-runtime] | ^^^^^
2524.04 s
[unison-runtime]
2524.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2165:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.04 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2524.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2524.04 s
[unison-runtime] |
2524.04 s
[unison-runtime] 2165 | <&> \(us, bd ) ->
2524.04 s
[unison-runtime] | ^^
2524.04 s
[unison-runtime]
2524.04 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2171:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.04 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2524.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2524.04 s
[unison-runtime] |
2524.04 s
[unison-runtime] 2171 | <&> \(us, bd ) -> AccumPure $ ABTN.TAbss us bd
2524.04 s
[unison-runtime] | ^^
2524.04 s
[unison-runtime]
2524.05 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2177:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.05 s
[unison-runtime] This binding for ‘exp’ shadows the existing binding
2524.05 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
2524.05 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2524.05 s
[unison-runtime] |
2524.05 s
[unison-runtime] 2177 | <&> \(exp , kf, bd) ->
2524.05 s
[unison-runtime] | ^^^
2524.05 s
[unison-runtime]
2524.05 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2177:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.05 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2524.05 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
2524.05 s
[unison-runtime] |
2524.05 s
[unison-runtime] 2177 | <&> \(exp, kf, bd ) ->
2524.05 s
[unison-runtime] | ^^
2524.05 s
[unison-runtime]
2524.05 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2193:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.05 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2524.05 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
2524.05 s
[unison-runtime] |
2524.05 s
[unison-runtime] 2193 | P.SequenceLiteral p ll <- l = do
2524.05 s
[unison-runtime] | ^
2524.05 s
[unison-runtime]
2524.05 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2198:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.06 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2524.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
2524.06 s
[unison-runtime] |
2524.06 s
[unison-runtime] 2198 | P.SequenceLiteral p rl <- r =
2524.06 s
[unison-runtime] | ^
2524.06 s
[unison-runtime]
2524.06 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2274:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.06 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2524.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2272:22
2524.06 s
[unison-runtime] |
2524.06 s
[unison-runtime] 2274 | <> foldMap (\(k , c) -> f True k <> valueLinks f c) de
2524.06 s
[unison-runtime] | ^
2524.06 s
[unison-runtime]
2524.06 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2434:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.06 s
[unison-runtime] This binding for ‘rs’ shadows the existing binding
2524.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2433:21
2524.06 s
[unison-runtime] |
2524.06 s
[unison-runtime] 2434 | (\rs -> AHnd rs nh ah) <$> traverse (f True) rs <*> g e
2524.06 s
[unison-runtime] | ^^
2524.06 s
[unison-runtime]
2524.06 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2519:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.06 s
[unison-runtime] This binding for ‘fr’ shadows the existing binding
2524.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2517:23
2524.06 s
[unison-runtime] |
2524.07 s
[unison-runtime] 2519 | Right (fr , l) -> (pure l, (fr, bnd, co))
2524.07 s
[unison-runtime] | ^^
2524.07 s
[unison-runtime]
2524.07 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2586:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.07 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2524.07 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2584:14
2524.07 s
[unison-runtime] |
2524.07 s
[unison-runtime] 2586 | pvar v . foldr (\v r -> shows v . showString "," . r) id vs
2524.07 s
[unison-runtime] | ^
2524.07 s
[unison-runtime]
2524.07 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2670:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.07 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2524.07 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2667:13
2524.07 s
[unison-runtime] |
2524.07 s
[unison-runtime] 2670 | . foldr (\t r -> showString "," . showsShort t . r) id rs
2524.07 s
[unison-runtime] | ^
2524.07 s
[unison-runtime]
2524.07 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2699:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.07 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.07 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.07 s
[unison-runtime] |
2524.07 s
[unison-runtime] 2699 | MatchIntegral bs df ->
2524.07 s
[unison-runtime] | ^^
2524.07 s
[unison-runtime]
2524.08 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2702:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.08 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.08 s
[unison-runtime] |
2524.08 s
[unison-runtime] 2702 | MatchText bs df ->
2524.08 s
[unison-runtime] | ^^
2524.08 s
[unison-runtime]
2524.08 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2705:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.08 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.08 s
[unison-runtime] |
2524.08 s
[unison-runtime] 2705 | MatchBytes bs df ->
2524.08 s
[unison-runtime] | ^^
2524.08 s
[unison-runtime]
2524.08 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2708:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.08 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.08 s
[unison-runtime] |
2524.08 s
[unison-runtime] 2708 | MatchData r bs df ->
2524.08 s
[unison-runtime] | ^^
2524.08 s
[unison-runtime]
2524.08 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2714:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.08 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.08 s
[unison-runtime] |
2524.08 s
[unison-runtime] 2714 | MatchRequest bs df ->
2524.08 s
[unison-runtime] | ^^
2524.08 s
[unison-runtime]
2524.09 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2724:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.09 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.09 s
[unison-runtime] |
2524.09 s
[unison-runtime] 2724 | MatchSum bs ->
2524.09 s
[unison-runtime] | ^^
2524.09 s
[unison-runtime]
2524.09 s
[unison-runtime] src/Unison/Runtime/ANF.hs:2729:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2524.09 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2524.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
2524.09 s
[unison-runtime] |
2524.09 s
[unison-runtime] 2729 | MatchNumeric _ bs df ->
2524.09 s
[unison-runtime] | ^^
2524.09 s
[unison-runtime]
2527.30 s
[unison-runtime] [17 of 40] Compiling Unison.Runtime.MCode ( src/Unison/Runtime/MCode.hs, /build/ghc2353_0/ghc_52.o, /build/ghc2353_0/ghc_52.dyn_o )
2527.81 s
[unison-runtime] src/Unison/Runtime/MCode.hs:830:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.81 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.81 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.81 s
[unison-runtime] |
2527.81 s
[unison-runtime] 830 | ctxResolve ctx v = walk 0 ctx
2527.81 s
[unison-runtime] | ^^^
2527.81 s
[unison-runtime]
2527.81 s
[unison-runtime] src/Unison/Runtime/MCode.hs:833:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.81 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.81 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2527.81 s
[unison-runtime] |
2527.81 s
[unison-runtime] 833 | walk i (Block ctx ) = walk i ctx
2527.81 s
[unison-runtime] | ^^^
2527.81 s
[unison-runtime]
2527.82 s
[unison-runtime] src/Unison/Runtime/MCode.hs:834:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.82 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2527.82 s
[unison-runtime] |
2527.82 s
[unison-runtime] 834 | walk i (Tag ctx ) = walk (i + 1) ctx
2527.82 s
[unison-runtime] | ^^^
2527.82 s
[unison-runtime]
2527.82 s
[unison-runtime] src/Unison/Runtime/MCode.hs:835:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.82 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
2527.82 s
[unison-runtime] |
2527.82 s
[unison-runtime] 835 | walk i (Var x m ctx )
2527.82 s
[unison-runtime] | ^^^
2527.82 s
[unison-runtime]
2527.82 s
[unison-runtime] src/Unison/Runtime/MCode.hs:864:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.82 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.82 s
[unison-runtime] |
2527.82 s
[unison-runtime] 864 | sumCtx ctx v vcs
2527.82 s
[unison-runtime] | ^^^
2527.82 s
[unison-runtime]
2527.82 s
[unison-runtime] src/Unison/Runtime/MCode.hs:870:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.82 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.82 s
[unison-runtime] |
2527.82 s
[unison-runtime] 870 | rctxResolve ctx u = M.lookup u ctx
2527.83 s
[unison-runtime] | ^^^
2527.83 s
[unison-runtime]
2527.83 s
[unison-runtime] src/Unison/Runtime/MCode.hs:909:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.83 s
[unison-runtime] This binding for ‘cmbs’ shadows the existing binding
2527.83 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
2527.83 s
[unison-runtime] |
2527.83 s
[unison-runtime] 909 | Just cmbs -> cmbs
2527.83 s
[unison-runtime] | ^^^^
2527.83 s
[unison-runtime]
2527.83 s
[unison-runtime] src/Unison/Runtime/MCode.hs:912:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.83 s
[unison-runtime] This binding for ‘cmbs’ shadows the existing binding
2527.83 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
2527.83 s
[unison-runtime] |
2527.83 s
[unison-runtime] 912 | Just cmbs -> cmbs
2527.83 s
[unison-runtime] | ^^^^
2527.83 s
[unison-runtime]
2527.83 s
[unison-runtime] src/Unison/Runtime/MCode.hs:962:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.83 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.83 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.83 s
[unison-runtime] |
2527.83 s
[unison-runtime] 962 | record ctx l (EM es) = EM $ \c ->
2527.83 s
[unison-runtime] | ^^^
2527.83 s
[unison-runtime]
2527.84 s
[unison-runtime] src/Unison/Runtime/MCode.hs:979:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.84 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.84 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.84 s
[unison-runtime] |
2527.84 s
[unison-runtime] 979 | countCtx ctx = counted . C i
2527.84 s
[unison-runtime] | ^^^
2527.84 s
[unison-runtime]
2527.84 s
[unison-runtime] src/Unison/Runtime/MCode.hs:984:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.84 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.84 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.84 s
[unison-runtime] |
2527.84 s
[unison-runtime] 984 | countCtx0 !i (Var _ _ ctx ) = countCtx0 (i + 1) ctx
2527.84 s
[unison-runtime] | ^^^
2527.84 s
[unison-runtime]
2527.84 s
[unison-runtime] src/Unison/Runtime/MCode.hs:985:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.84 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.84 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.84 s
[unison-runtime] |
2527.84 s
[unison-runtime] 985 | countCtx0 i (Tag ctx ) = countCtx0 (i + 1) ctx
2527.84 s
[unison-runtime] | ^^^
2527.84 s
[unison-runtime]
2527.84 s
[unison-runtime] src/Unison/Runtime/MCode.hs:986:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.84 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.85 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.85 s
[unison-runtime] |
2527.85 s
[unison-runtime] 986 | countCtx0 i (Block ctx ) = countCtx0 i ctx
2527.85 s
[unison-runtime] | ^^^
2527.85 s
[unison-runtime]
2527.85 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1015:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.85 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.85 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.85 s
[unison-runtime] |
2527.85 s
[unison-runtime] 1015 | emitSection rns grpr grpn rec ctx (TLets d us ms bu bo) =
2527.85 s
[unison-runtime] | ^^^
2527.85 s
[unison-runtime]
2527.85 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1020:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.85 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.85 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.85 s
[unison-runtime] |
2527.85 s
[unison-runtime] 1020 | emitSection rns grpr grpn rec ctx (TName u (Left f) args bo) =
2527.85 s
[unison-runtime] | ^^^
2527.85 s
[unison-runtime]
2527.85 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1021:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.85 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.85 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1020:31
2527.85 s
[unison-runtime] |
2527.85 s
[unison-runtime] 1021 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2527.85 s
[unison-runtime] | ^^^
2527.85 s
[unison-runtime]
2527.86 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1025:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.86 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.86 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.86 s
[unison-runtime] |
2527.86 s
[unison-runtime] 1025 | emitSection rns grpr grpn rec ctx (TName u (Right v) args bo)
2527.86 s
[unison-runtime] | ^^^
2527.86 s
[unison-runtime]
2527.86 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1027:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.86 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.86 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
2527.86 s
[unison-runtime] |
2527.86 s
[unison-runtime] 1027 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2527.86 s
[unison-runtime] | ^^^
2527.86 s
[unison-runtime]
2527.86 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1031:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.86 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.86 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
2527.86 s
[unison-runtime] |
2527.86 s
[unison-runtime] 1031 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2527.86 s
[unison-runtime] | ^^^
2527.86 s
[unison-runtime]
2527.86 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1036:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.86 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.87 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.87 s
[unison-runtime] |
2527.87 s
[unison-runtime] 1036 | emitSection _ grpr grpn rec ctx (TVar v)
2527.87 s
[unison-runtime] | ^^^
2527.87 s
[unison-runtime]
2527.87 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1042:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.87 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.87 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.87 s
[unison-runtime] |
2527.87 s
[unison-runtime] 1042 | emitSection _ _ grpn _ ctx (TPrm p args) =
2527.87 s
[unison-runtime] | ^^^
2527.87 s
[unison-runtime]
2527.87 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1051:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.87 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.87 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.87 s
[unison-runtime] |
2527.87 s
[unison-runtime] 1051 | emitSection _ _ grpn _ ctx (TFOp p args) =
2527.87 s
[unison-runtime] | ^^^
2527.87 s
[unison-runtime]
2527.87 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1058:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.87 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.87 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.87 s
[unison-runtime] |
2527.87 s
[unison-runtime] 1058 | emitSection rns grpr grpn rec ctx (TApp f args) =
2527.87 s
[unison-runtime] | ^^^
2527.87 s
[unison-runtime]
2527.88 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1059:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.88 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.88 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1058:31
2527.88 s
[unison-runtime] |
2527.88 s
[unison-runtime] 1059 | emitClosures grpr grpn rec ctx args $ \ctx as ->
2527.88 s
[unison-runtime] | ^^^
2527.88 s
[unison-runtime]
2527.88 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1061:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.88 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.88 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.88 s
[unison-runtime] |
2527.88 s
[unison-runtime] 1061 | emitSection rns grpr grpn rec ctx (TLocal v bo)
2527.88 s
[unison-runtime] | ^^^
2527.88 s
[unison-runtime]
2527.88 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1066:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.88 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.88 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.88 s
[unison-runtime] |
2527.88 s
[unison-runtime] 1066 | emitSection _ _ _ _ ctx (TLit l) =
2527.88 s
[unison-runtime] | ^^^
2527.88 s
[unison-runtime]
2527.88 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1074:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.88 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.88 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.88 s
[unison-runtime] |
2527.88 s
[unison-runtime] 1074 | emitSection _ _ _ _ ctx (TBLit l) =
2527.88 s
[unison-runtime] | ^^^
2527.88 s
[unison-runtime]
2527.88 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1076:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.88 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.88 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.88 s
[unison-runtime] |
2527.89 s
[unison-runtime] 1076 | emitSection rns grpr grpn rec ctx (TMatch v bs)
2527.89 s
[unison-runtime] | ^^^
2527.89 s
[unison-runtime]
2527.89 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1148:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.89 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.89 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.89 s
[unison-runtime] |
2527.89 s
[unison-runtime] 1148 | emitSection rns grpr grpn rec ctx (THnd rs nh ah b) =
2527.89 s
[unison-runtime] | ^^^
2527.89 s
[unison-runtime]
2527.89 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1161:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.89 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.89 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.89 s
[unison-runtime] |
2527.89 s
[unison-runtime] 1161 | emitSection rns grpr grpn rec ctx (TShift r v e) =
2527.89 s
[unison-runtime] | ^^^
2527.89 s
[unison-runtime]
2527.89 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1164:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.89 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.89 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.89 s
[unison-runtime] |
2527.89 s
[unison-runtime] 1164 | emitSection _ _ _ _ ctx (TFrc v)
2527.89 s
[unison-runtime] | ^^^
2527.89 s
[unison-runtime]
2527.89 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1185:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.89 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.89 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.89 s
[unison-runtime] |
2527.89 s
[unison-runtime] 1185 | emitFunction _ grpr grpn rec ctx (FVar v) as
2527.90 s
[unison-runtime] | ^^^
2527.90 s
[unison-runtime]
2527.90 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1219:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.90 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.90 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.90 s
[unison-runtime] |
2527.90 s
[unison-runtime] 1219 | emitFunction _ _grpr _ _ ctx (FCont k) as
2527.90 s
[unison-runtime] | ^^^
2527.90 s
[unison-runtime]
2527.90 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1229:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.90 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.90 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.90 s
[unison-runtime] |
2527.90 s
[unison-runtime] 1229 | go !i (Var _ _ ctx ) = go (i + 1) ctx
2527.90 s
[unison-runtime] | ^^^
2527.90 s
[unison-runtime]
2527.90 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1230:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.90 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.90 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.90 s
[unison-runtime] |
2527.90 s
[unison-runtime] 1230 | go i (Tag ctx ) = go (i + 1) ctx
2527.90 s
[unison-runtime] | ^^^
2527.90 s
[unison-runtime]
2527.90 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1282:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.90 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.90 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.90 s
[unison-runtime] |
2527.90 s
[unison-runtime] 1282 | emitLet rns _ grpn _ _ _ ctx (TApp (FCon r n) args) =
2527.90 s
[unison-runtime] | ^^^
2527.90 s
[unison-runtime]
2527.90 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1286:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.90 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.90 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.91 s
[unison-runtime] |
2527.91 s
[unison-runtime] 1286 | emitLet _ _ grpn _ _ _ ctx (TApp (FPrim p) args) =
2527.91 s
[unison-runtime] | ^^^
2527.91 s
[unison-runtime]
2527.91 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1288:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.91 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.91 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.91 s
[unison-runtime] |
2527.91 s
[unison-runtime] 1288 | emitLet _ _ _ _ _ _ ctx (TDiscard v)
2527.91 s
[unison-runtime] | ^^^
2527.91 s
[unison-runtime]
2527.91 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1290:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.91 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.91 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.91 s
[unison-runtime] |
2527.91 s
[unison-runtime] 1290 | emitLet _ _ _ _ _ _ ctx (TUpdate ind r v)
2527.91 s
[unison-runtime] | ^^^
2527.91 s
[unison-runtime]
2527.91 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1294:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.91 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.91 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.91 s
[unison-runtime] |
2527.91 s
[unison-runtime] 1294 | emitLet rns grpr grpn rec d vcs ctx bnd
2527.91 s
[unison-runtime] | ^^^
2527.91 s
[unison-runtime]
2527.91 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1303:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.91 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2527.91 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1303:5
2527.91 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1303 | f s (w, Lam _ f bd) =
2527.92 s
[unison-runtime] | ^
2527.92 s
[unison-runtime]
2527.92 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1534:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.92 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.92 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.92 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1534 | emitDataMatching r rns grpr grpn rec ctx cs df =
2527.92 s
[unison-runtime] | ^^^
2527.92 s
[unison-runtime]
2527.92 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1560:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.92 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.92 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.92 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1560 | emitSumMatching rns grpr grpn rec ctx v i cs =
2527.92 s
[unison-runtime] | ^^^
2527.92 s
[unison-runtime]
2527.92 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1575:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.92 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.92 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.92 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1575 | emitRequestMatching rns grpr grpn rec ctx hs df = (,) <$> pur <*> tops
2527.92 s
[unison-runtime] | ^^^
2527.92 s
[unison-runtime]
2527.92 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1596:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.92 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.92 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.92 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1596 | emitLitMatching con err rns grpr grpn rec ctx i cs df =
2527.92 s
[unison-runtime] | ^^^
2527.92 s
[unison-runtime]
2527.92 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1612:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.92 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.92 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.92 s
[unison-runtime] |
2527.92 s
[unison-runtime] 1612 | emitCase rns grpr grpn rec ctx (ccs, TAbss vs bo) =
2527.92 s
[unison-runtime] | ^^^
2527.92 s
[unison-runtime]
2527.93 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1625:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.93 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.93 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.93 s
[unison-runtime] |
2527.93 s
[unison-runtime] 1625 | emitSumCase rns grpr grpn rec ctx v (ccs, TAbss vs bo) =
2527.93 s
[unison-runtime] | ^^^
2527.93 s
[unison-runtime]
2527.93 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1657:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.93 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.93 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.93 s
[unison-runtime] |
2527.93 s
[unison-runtime] 1657 | emitClosures grpr grpn rec ctx args k =
2527.93 s
[unison-runtime] | ^^^
2527.93 s
[unison-runtime]
2527.93 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1658:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.93 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.93 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2527.93 s
[unison-runtime] |
2527.93 s
[unison-runtime] 1658 | allocate ctx args $ \ctx -> k ctx $ emitArgs grpn ctx args
2527.94 s
[unison-runtime] | ^^^
2527.94 s
[unison-runtime]
2527.94 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1660:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.94 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.94 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2527.94 s
[unison-runtime] |
2527.94 s
[unison-runtime] 1660 | allocate ctx [] k = k ctx
2527.94 s
[unison-runtime] | ^^^
2527.94 s
[unison-runtime]
2527.94 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1660:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.94 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2527.94 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
2527.94 s
[unison-runtime] |
2527.94 s
[unison-runtime] 1660 | allocate ctx [] k = k ctx
2527.94 s
[unison-runtime] | ^
2527.94 s
[unison-runtime]
2527.94 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1661:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.94 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.94 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
2527.94 s
[unison-runtime] |
2527.94 s
[unison-runtime] 1661 | allocate ctx (a : as) k
2527.94 s
[unison-runtime] | ^^^
2527.94 s
[unison-runtime]
2527.94 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1661:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.94 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2527.94 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
2527.94 s
[unison-runtime] |
2527.94 s
[unison-runtime] 1661 | allocate ctx (a : as) k
2527.94 s
[unison-runtime] | ^
2527.94 s
[unison-runtime]
2527.95 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1670:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.95 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2527.95 s
[unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
2527.95 s
[unison-runtime] |
2527.95 s
[unison-runtime] 1670 | emitArgs grpn ctx args
2527.95 s
[unison-runtime] | ^^^
2527.95 s
[unison-runtime]
2527.95 s
[unison-runtime] src/Unison/Runtime/MCode.hs:1826:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2527.95 s
[unison-runtime] This binding for ‘i’ shadows the existing binding
2527.95 s
[unison-runtime] bound at src/Unison/Runtime/MCode.hs:1819:12
2527.95 s
[unison-runtime] |
2527.95 s
[unison-runtime] 1826 | rqc (i , e) =
2527.95 s
[unison-runtime] | ^
2527.95 s
[unison-runtime]
2530.46 s
[unison-runtime] [18 of 40] Compiling Unison.Runtime.Stack ( src/Unison/Runtime/Stack.hs, /build/ghc2353_0/ghc_66.o, /build/ghc2353_0/ghc_66.dyn_o )
2531.05 s
[unison-runtime] src/Unison/Runtime/Stack.hs:465:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.05 s
[unison-runtime] Pattern synonym with no type signature:
2531.05 s
[unison-runtime] pattern Data1 :: Reference -> PackedTag -> Val -> Closure
2531.05 s
[unison-runtime] |
2531.05 s
[unison-runtime] 465 | pattern Data1 r t i = Closure (GData1 r t i)
2531.05 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.05 s
[unison-runtime]
2531.05 s
[unison-runtime] src/Unison/Runtime/Stack.hs:467:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.05 s
[unison-runtime] Pattern synonym with no type signature:
2531.05 s
[unison-runtime] pattern Data2 :: Reference -> PackedTag -> Val -> Val -> Closure
2531.05 s
[unison-runtime] |
2531.05 s
[unison-runtime] 467 | pattern Data2 r t i j = Closure (GData2 r t i j)
2531.05 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.05 s
[unison-runtime]
2531.05 s
[unison-runtime] src/Unison/Runtime/Stack.hs:469:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.05 s
[unison-runtime] Pattern synonym with no type signature:
2531.05 s
[unison-runtime] pattern DataG :: Reference -> PackedTag -> Seg -> Closure
2531.05 s
[unison-runtime] |
2531.05 s
[unison-runtime] 469 | pattern DataG r t seg = Closure (GDataG r t seg)
2531.05 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.05 s
[unison-runtime]
2531.05 s
[unison-runtime] src/Unison/Runtime/Stack.hs:471:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.05 s
[unison-runtime] Pattern synonym with no type signature:
2531.05 s
[unison-runtime] pattern Captured :: K -> Int -> Seg -> Closure
2531.05 s
[unison-runtime] |
2531.06 s
[unison-runtime] 471 | pattern Captured k a seg = Closure (GCaptured k a seg)
2531.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.06 s
[unison-runtime]
2531.06 s
[unison-runtime] src/Unison/Runtime/Stack.hs:473:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.06 s
[unison-runtime] Pattern synonym with no type signature:
2531.06 s
[unison-runtime] pattern Foreign :: Foreign -> Closure
2531.06 s
[unison-runtime] |
2531.06 s
[unison-runtime] 473 | pattern Foreign x = Closure (GForeign x)
2531.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.06 s
[unison-runtime]
2531.06 s
[unison-runtime] src/Unison/Runtime/Stack.hs:475:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.06 s
[unison-runtime] Pattern synonym with no type signature:
2531.06 s
[unison-runtime] pattern Affine :: EnumSet Word64 -> AEnv -> AffineRef -> Closure
2531.06 s
[unison-runtime] |
2531.06 s
[unison-runtime] 475 | pattern Affine ps aenv r = Closure (GAffine ps aenv r)
2531.06 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2531.06 s
[unison-runtime]
2531.06 s
[unison-runtime] src/Unison/Runtime/Stack.hs:477:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.06 s
[unison-runtime] Pattern synonym with no type signature:
2531.07 s
[unison-runtime] pattern BlackHole :: Closure
2531.07 s
[unison-runtime] |
2531.07 s
[unison-runtime] 477 | pattern BlackHole <- Closure GBlackHole
2531.07 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2531.07 s
[unison-runtime]
2531.07 s
[unison-runtime] src/Unison/Runtime/Stack.hs:481:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2531.07 s
[unison-runtime] Pattern synonym with no type signature:
2531.07 s
[unison-runtime] pattern UnboxedTypeTag :: UnboxedTypeTag -> Closure
2531.07 s
[unison-runtime] |
2531.07 s
[unison-runtime] 481 | pattern UnboxedTypeTag t <- Closure (GUnboxedTypeTag t)
2531.07 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2531.07 s
[unison-runtime]
2531.07 s
[unison-runtime] src/Unison/Runtime/Stack.hs:590:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.07 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2531.07 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:578:18
2531.07 s
[unison-runtime] |
2531.07 s
[unison-runtime] 590 | Foreign r <- indexArray bsg 0,
2531.07 s
[unison-runtime] | ^
2531.07 s
[unison-runtime]
2531.07 s
[unison-runtime] src/Unison/Runtime/Stack.hs:731:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.07 s
[unison-runtime] This binding for ‘udst’ shadows the existing binding
2531.07 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:728:3
2531.07 s
[unison-runtime] |
2531.07 s
[unison-runtime] 731 | udst <- unsafeFreezeByteArray udst
2531.07 s
[unison-runtime] | ^^^^
2531.08 s
[unison-runtime]
2531.08 s
[unison-runtime] src/Unison/Runtime/Stack.hs:732:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.08 s
[unison-runtime] This binding for ‘bdst’ shadows the existing binding
2531.08 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:729:3
2531.08 s
[unison-runtime] |
2531.08 s
[unison-runtime] 732 | bdst <- unsafeFreezeArray bdst
2531.08 s
[unison-runtime] | ^^^^
2531.08 s
[unison-runtime]
2531.08 s
[unison-runtime] src/Unison/Runtime/Stack.hs:759:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.08 s
[unison-runtime] This binding for ‘s’ shadows the existing binding
2531.08 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:755:8
2531.08 s
[unison-runtime] |
2531.08 s
[unison-runtime] 759 | (x, s ) <- runStateT (f (Val un bx)) s
2531.08 s
[unison-runtime] | ^
2531.08 s
[unison-runtime]
2531.08 s
[unison-runtime] src/Unison/Runtime/Stack.hs:760:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.08 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2531.08 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:759:12
2531.08 s
[unison-runtime] |
2531.08 s
[unison-runtime] 760 | x <- evaluate x
2531.08 s
[unison-runtime] | ^
2531.08 s
[unison-runtime]
2531.08 s
[unison-runtime] src/Unison/Runtime/Stack.hs:903:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.08 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.08 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.08 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.08 s
[unison-runtime] |
2531.08 s
[unison-runtime] 903 | dumpAP ap _ _ _ = ap
2531.09 s
[unison-runtime] | ^^
2531.09 s
[unison-runtime]
2531.09 s
[unison-runtime] src/Unison/Runtime/Stack.hs:938:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.09 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.09 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.09 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.09 s
[unison-runtime] |
2531.09 s
[unison-runtime] 938 | packXStack (# ap , fp, sp, ustk, bstk #) = Stack {ap = I# ap, fp = I# fp, sp = I# sp, ustk = MutableByteArray ustk, bstk = MutableArray bstk}
2531.09 s
[unison-runtime] | ^^
2531.09 s
[unison-runtime]
2531.09 s
[unison-runtime] src/Unison/Runtime/Stack.hs:942:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.09 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.09 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.09 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.09 s
[unison-runtime] |
2531.09 s
[unison-runtime] 942 | unpackXStack (Stack (I# ap ) (I# fp) (I# sp) (MutableByteArray ustk) (MutableArray bstk)) = (# ap, fp, sp, ustk, bstk #)
2531.09 s
[unison-runtime] | ^^
2531.09 s
[unison-runtime]
2531.10 s
[unison-runtime] src/Unison/Runtime/Stack.hs:959:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.10 s
[unison-runtime] This binding for ‘s’ shadows the existing binding
2531.10 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:958:25
2531.10 s
[unison-runtime] |
2531.10 s
[unison-runtime] 959 | (# s , b, x #) -> (# s, (b, packXStack x) #)
2531.10 s
[unison-runtime] | ^
2531.10 s
[unison-runtime]
2531.10 s
[unison-runtime] src/Unison/Runtime/Stack.hs:962:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.10 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.10 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.10 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.10 s
[unison-runtime] |
2531.10 s
[unison-runtime] 962 | show (Stack ap fp sp _ _) =
2531.10 s
[unison-runtime] | ^^
2531.10 s
[unison-runtime]
2531.10 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1192:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.10 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.10 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.10 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.10 s
[unison-runtime] |
2531.10 s
[unison-runtime] 1192 | ensure stk@(Stack ap fp sp ustk bstk) sze
2531.10 s
[unison-runtime] | ^^
2531.10 s
[unison-runtime]
2531.10 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1212:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.10 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.10 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.10 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.10 s
[unison-runtime] |
2531.10 s
[unison-runtime] 1212 | bump (Stack ap fp sp ustk bstk) = do
2531.10 s
[unison-runtime] | ^^
2531.10 s
[unison-runtime]
2531.10 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1221:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.10 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.10 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.10 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.10 s
[unison-runtime] |
2531.11 s
[unison-runtime] 1221 | bumpn (Stack ap fp sp ustk bstk) n = do
2531.11 s
[unison-runtime] | ^^
2531.11 s
[unison-runtime]
2531.11 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1231:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.11 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.11 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.11 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.11 s
[unison-runtime] |
2531.11 s
[unison-runtime] 1231 | duplicate (Stack ap fp sp ustk bstk) = do
2531.11 s
[unison-runtime] | ^^
2531.11 s
[unison-runtime]
2531.11 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1246:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.11 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.11 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.11 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.11 s
[unison-runtime] |
2531.11 s
[unison-runtime] 1246 | discardFrame (Stack ap fp _ ustk bstk) = pure $ Stack ap fp fp ustk bstk
2531.11 s
[unison-runtime] | ^^
2531.11 s
[unison-runtime]
2531.11 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1250:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.11 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.11 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.11 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.11 s
[unison-runtime] |
2531.11 s
[unison-runtime] 1250 | saveFrame (Stack ap fp sp ustk bstk) = pure (Stack sp sp sp ustk bstk, sp - fp, fp - ap)
2531.11 s
[unison-runtime] | ^^
2531.11 s
[unison-runtime]
2531.12 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1254:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.12 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.12 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.12 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.12 s
[unison-runtime] |
2531.12 s
[unison-runtime] 1254 | saveArgs (Stack ap fp sp ustk bstk) = pure (Stack fp fp sp ustk bstk, fp - ap)
2531.12 s
[unison-runtime] | ^^
2531.12 s
[unison-runtime]
2531.12 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1261:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.12 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.12 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.12 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.12 s
[unison-runtime] |
2531.12 s
[unison-runtime] 1261 | ap = fp - asz
2531.12 s
[unison-runtime] | ^^
2531.12 s
[unison-runtime]
2531.12 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1265:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.12 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.12 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.12 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.12 s
[unison-runtime] |
2531.12 s
[unison-runtime] 1265 | prepareArgs (Stack ap fp sp ustk bstk) = \case
2531.12 s
[unison-runtime] | ^^
2531.12 s
[unison-runtime]
2531.12 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1270:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.12 s
[unison-runtime] This binding for ‘sp’ shadows the existing binding
2531.12 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1265:26
2531.12 s
[unison-runtime] |
2531.12 s
[unison-runtime] 1270 | sp <- argOnto (ustk, bstk) sp (ustk, bstk) fp args
2531.12 s
[unison-runtime] | ^^
2531.12 s
[unison-runtime]
2531.13 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1275:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.13 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.13 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.13 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.13 s
[unison-runtime] |
2531.13 s
[unison-runtime] 1275 | acceptArgs (Stack ap fp sp ustk bstk) n = pure $ Stack ap (fp - n) sp ustk bstk
2531.13 s
[unison-runtime] | ^^
2531.13 s
[unison-runtime]
2531.13 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1279:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.13 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.13 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.13 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.13 s
[unison-runtime] |
2531.13 s
[unison-runtime] 1279 | frameArgs (Stack ap _ sp ustk bstk) = pure $ Stack ap ap sp ustk bstk
2531.13 s
[unison-runtime] | ^^
2531.13 s
[unison-runtime]
2531.13 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.13 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.13 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.13 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.13 s
[unison-runtime] |
2531.13 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
2531.13 s
[unison-runtime] | ^^
2531.13 s
[unison-runtime]
2531.14 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.14 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2531.14 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
2531.14 s
[unison-runtime] |
2531.14 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg , bseg) margs = do
2531.14 s
[unison-runtime] | ^^^^
2531.14 s
[unison-runtime]
2531.14 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1283:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.14 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2531.14 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2531.14 s
[unison-runtime] |
2531.14 s
[unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg ) margs = do
2531.14 s
[unison-runtime] | ^^^^
2531.14 s
[unison-runtime]
2531.14 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.14 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.14 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.14 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.14 s
[unison-runtime] |
2531.14 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
2531.14 s
[unison-runtime] | ^^
2531.14 s
[unison-runtime]
2531.14 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.14 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2531.14 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
2531.14 s
[unison-runtime] |
2531.14 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg , bseg) mode = do
2531.14 s
[unison-runtime] | ^^^^
2531.14 s
[unison-runtime]
2531.15 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1329:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.15 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2531.15 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2531.15 s
[unison-runtime] |
2531.15 s
[unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg ) mode = do
2531.15 s
[unison-runtime] | ^^^^
2531.15 s
[unison-runtime]
2531.15 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1347:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.15 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.15 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.15 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.15 s
[unison-runtime] |
2531.15 s
[unison-runtime] 1347 | adjustArgs (Stack ap fp sp ustk bstk) sz = pure $ Stack (ap - sz) fp sp ustk bstk
2531.15 s
[unison-runtime] | ^^
2531.15 s
[unison-runtime]
2531.15 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1355:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.15 s
[unison-runtime] This binding for ‘ap’ shadows the existing binding
2531.15 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
2531.15 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2531.15 s
[unison-runtime] |
2531.15 s
[unison-runtime] 1355 | asize (Stack ap fp _ _ _) = fp - ap
2531.16 s
[unison-runtime] | ^^
2531.16 s
[unison-runtime]
2531.16 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1517:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.16 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2531.16 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2531.16 s
[unison-runtime] |
2531.16 s
[unison-runtime] 1517 | go com (Push f a ci _g _rsect k ) =
2531.16 s
[unison-runtime] | ^
2531.16 s
[unison-runtime]
2531.16 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1519:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.16 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2531.16 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2531.16 s
[unison-runtime] |
2531.16 s
[unison-runtime] 1519 | go com (Mark a ps _ k ) =
2531.16 s
[unison-runtime] | ^
2531.16 s
[unison-runtime]
2531.16 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1521:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.16 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2531.16 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2531.16 s
[unison-runtime] |
2531.16 s
[unison-runtime] 1521 | go com (Local _ a k ) =
2531.16 s
[unison-runtime] | ^
2531.16 s
[unison-runtime]
2531.17 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1523:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.17 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2531.17 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2531.17 s
[unison-runtime] |
2531.17 s
[unison-runtime] 1523 | go com (AMark a _ _ k ) =
2531.17 s
[unison-runtime] | ^
2531.17 s
[unison-runtime]
2531.17 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1525:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.17 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2531.17 s
[unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
2531.17 s
[unison-runtime] |
2531.17 s
[unison-runtime] 1525 | go com (Keep _ a k ) =
2531.17 s
[unison-runtime] | ^
2531.17 s
[unison-runtime]
2531.17 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1547:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.17 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2531.17 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2531.17 s
[unison-runtime] |
2531.17 s
[unison-runtime] 1547 | scount (_, bseg ) = bscount bseg
2531.17 s
[unison-runtime] | ^^^^
2531.17 s
[unison-runtime]
2531.17 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1554:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.17 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2531.17 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2531.17 s
[unison-runtime] |
2531.18 s
[unison-runtime] 1554 | PAp (CIx r _ _) _ (_useg, bseg ) ->
2531.18 s
[unison-runtime] | ^^^^
2531.18 s
[unison-runtime]
2531.18 s
[unison-runtime] src/Unison/Runtime/Stack.hs:1560:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2531.18 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2531.18 s
[unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
2531.18 s
[unison-runtime] |
2531.18 s
[unison-runtime] 1560 | (Captured k _ (_useg, bseg )) ->
2531.18 s
[unison-runtime] | ^^^^
2531.18 s
[unison-runtime]
2532.46 s
[unison-runtime] [19 of 40] Compiling Unison.Runtime.Exception ( src/Unison/Runtime/Exception.hs, /build/ghc2353_0/ghc_42.o, /build/ghc2353_0/ghc_42.dyn_o )
2532.59 s
[unison-runtime] [20 of 40] Compiling Unison.Runtime.Serialize ( src/Unison/Runtime/Serialize.hs, /build/ghc2353_0/ghc_62.o, /build/ghc2353_0/ghc_62.dyn_o )
2533.84 s
[unison-runtime] [21 of 40] Compiling Unison.Runtime.ANF.Serialize.Tags ( src/Unison/Runtime/ANF/Serialize/Tags.hs, /build/ghc2353_0/ghc_26.o, /build/ghc2353_0/ghc_26.dyn_o )
2534.07 s
[unison-runtime] [22 of 40] Compiling Unison.Runtime.Profiling ( src/Unison/Runtime/Profiling.hs, /build/ghc2353_0/ghc_58.o, /build/ghc2353_0/ghc_58.dyn_o )
2534.07 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:27:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.07 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2534.07 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2534.07 s
[unison-runtime] |
2534.08 s
[unison-runtime] 27 | combs acc (AMark _ _ _ k ) = combs acc k
2534.08 s
[unison-runtime] | ^
2534.08 s
[unison-runtime]
2534.08 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:28:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.08 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2534.08 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2534.08 s
[unison-runtime] |
2534.08 s
[unison-runtime] 28 | combs acc (Mark _ _ _ k ) = combs acc k
2534.08 s
[unison-runtime] | ^
2534.08 s
[unison-runtime]
2534.08 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:29:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.08 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2534.08 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2534.08 s
[unison-runtime] |
2534.08 s
[unison-runtime] 29 | combs acc (Local _ _ k ) = combs acc k
2534.08 s
[unison-runtime] | ^
2534.08 s
[unison-runtime]
2534.08 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:30:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.08 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2534.08 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2534.08 s
[unison-runtime] |
2534.09 s
[unison-runtime] 30 | combs acc (Keep _ _ k ) = combs acc k
2534.09 s
[unison-runtime] | ^
2534.09 s
[unison-runtime]
2534.09 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:31:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.09 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2534.09 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:16
2534.09 s
[unison-runtime] |
2534.09 s
[unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
2534.09 s
[unison-runtime] | ^
2534.09 s
[unison-runtime]
2534.09 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:31:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.09 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2534.09 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
2534.09 s
[unison-runtime] |
2534.09 s
[unison-runtime] 31 | combs acc (Push _ _ c _ _ k ) = combs (cixToPair c : acc) k
2534.09 s
[unison-runtime] | ^
2534.09 s
[unison-runtime]
2534.09 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:62:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.09 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2534.09 s
[unison-runtime] defined at src/Unison/Runtime/Profiling.hs:77:1
2534.09 s
[unison-runtime] |
2534.09 s
[unison-runtime] 62 | (finish , ts) <- readInput input
2534.09 s
[unison-runtime] | ^^^^^^
2534.09 s
[unison-runtime]
2534.10 s
[unison-runtime] src/Unison/Runtime/Profiling.hs:63:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.10 s
[unison-runtime] This binding for ‘prof’ shadows the existing binding
2534.10 s
[unison-runtime] bound at src/Unison/Runtime/Profiling.hs:61:26
2534.10 s
[unison-runtime] |
2534.10 s
[unison-runtime] 63 | prof <- pure $ addSamples ts prof
2534.10 s
[unison-runtime] | ^^^^
2534.10 s
[unison-runtime]
2534.10 s
[unison-runtime] [23 of 40] Compiling Unison.Runtime.MCode.Serialize ( src/Unison/Runtime/MCode/Serialize.hs, nothing )
2534.10 s
[unison-runtime] [24 of 40] Compiling Unison.Runtime.Decompile ( src/Unison/Runtime/Decompile.hs, nothing )
2534.10 s
[unison-runtime] src/Unison/Runtime/Decompile.hs:75:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.10 s
[unison-runtime] This binding for ‘err’ shadows the existing binding
2534.10 s
[unison-runtime] defined at src/Unison/Runtime/Decompile.hs:75:1
2534.10 s
[unison-runtime] |
2534.10 s
[unison-runtime] 75 | err err x = (singleton err, x)
2534.10 s
[unison-runtime] | ^^^
2534.10 s
[unison-runtime]
2534.10 s
[unison-runtime] src/Unison/Runtime/Decompile.hs:184:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.10 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2534.10 s
[unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/Decompile.hs:54:5-8
2534.10 s
[unison-runtime] |
2534.10 s
[unison-runtime] 184 | text
2534.10 s
[unison-runtime] | ^^^^
2534.10 s
[unison-runtime]
2534.10 s
[unison-runtime] [25 of 40] Compiling Unison.Runtime ( src/Unison/Runtime.hs, nothing )
2534.10 s
[unison-runtime] src/Unison/Runtime.hs:34:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2534.10 s
[unison-runtime] Pattern synonym with no type signature:
2534.10 s
[unison-runtime] pattern Runtime :: forall {e} {e'} {v}.
2534.10 s
[unison-runtime] IO ()
2534.10 s
[unison-runtime] -> (Unison.Codebase.CodeLookup.CodeLookup v IO ()
2534.10 s
[unison-runtime] -> PrettyPrintEnv
2534.10 s
[unison-runtime] -> Unison.Codebase.Runtime.Profile.ProfileSpec
2534.11 s
[unison-runtime] -> Rt.Term v
2534.11 s
[unison-runtime] -> IO (Either e (Rt.Response e', Rt.Term v)))
2534.11 s
[unison-runtime] -> (Rt.CompileOpts
2534.11 s
[unison-runtime] -> Unison.Codebase.CodeLookup.CodeLookup v IO ()
2534.11 s
[unison-runtime] -> PrettyPrintEnv
2534.11 s
[unison-runtime] -> Reference
2534.11 s
[unison-runtime] -> FilePath
2534.11 s
[unison-runtime] -> IO (Maybe e))
2534.11 s
[unison-runtime] -> Unison.Type.Type v Unison.Parser.Ann.Ann
2534.11 s
[unison-runtime] -> nonempty-containers-0.3.5.0:Data.Set.NonEmpty.Internal.NESet
2534.11 s
[unison-runtime] (Unison.Type.Type v Unison.Parser.Ann.Ann)
2534.11 s
[unison-runtime] -> Rt.Runtime e e' v
2534.11 s
[unison-runtime] |
2534.11 s
[unison-runtime] 34 | pattern Runtime {terminate, evaluate, compileTo, mainType, ioTestTypes} =
2534.11 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2534.11 s
[unison-runtime]
2534.11 s
[unison-runtime] [26 of 40] Compiling Unison.Codebase.Execute ( src/Unison/Codebase/Execute.hs, nothing )
2534.11 s
[unison-runtime] [27 of 40] Compiling Unison.Runtime.Debug ( src/Unison/Runtime/Debug.hs, nothing )
2534.11 s
[unison-runtime] [28 of 40] Compiling Unison.Runtime.ANF.Serialize.CodeV4 ( src/Unison/Runtime/ANF/Serialize/CodeV4.hs, /build/ghc2353_0/ghc_24.o, /build/ghc2353_0/ghc_24.dyn_o )
2534.18 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize/CodeV4.hs:306:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.18 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2534.18 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299:13
2534.18 s
[unison-runtime] |
2534.18 s
[unison-runtime] 306 | FPrim (Right f ) -> putTag FForeignT <> putFOp f
2534.18 s
[unison-runtime] | ^
2534.18 s
[unison-runtime]
2534.80 s
[unison-runtime] [29 of 40] Compiling Unison.Runtime.ANF.Serialize.ValueV5 ( src/Unison/Runtime/ANF/Serialize/ValueV5.hs, /build/ghc2353_0/ghc_28.o, /build/ghc2353_0/ghc_28.dyn_o )
2534.97 s
[unison-runtime] [30 of 40] Compiling Unison.Runtime.ANF.Optimize ( src/Unison/Runtime/ANF/Optimize.hs, /build/ghc2353_0/ghc_16.o, /build/ghc2353_0/ghc_16.dyn_o )
2534.97 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:153:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.97 s
[unison-runtime] This binding for ‘mod’ shadows the existing binding
2534.97 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.97 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2534.97 s
[unison-runtime] |
2534.97 s
[unison-runtime] 153 | memo orig mod =
2534.97 s
[unison-runtime] | ^^^
2534.97 s
[unison-runtime]
2534.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:175:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.98 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2534.98 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.98 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2534.98 s
[unison-runtime] |
2534.98 s
[unison-runtime] 175 | descend rec tail bound tm = memo tm $ case tm of
2534.98 s
[unison-runtime] | ^^^^
2534.98 s
[unison-runtime]
2534.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:205:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.98 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2534.98 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.98 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2534.98 s
[unison-runtime] |
2534.98 s
[unison-runtime] 205 | go tail bound tm = step tail bound tm >>= descend go tail bound
2534.98 s
[unison-runtime] | ^^^^
2534.98 s
[unison-runtime]
2534.98 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:214:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.98 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2534.99 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.99 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2534.99 s
[unison-runtime] |
2534.99 s
[unison-runtime] 214 | go tail bound tm =
2534.99 s
[unison-runtime] | ^^^^
2534.99 s
[unison-runtime]
2534.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:230:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.99 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2534.99 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2534.99 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2534.99 s
[unison-runtime] |
2534.99 s
[unison-runtime] 230 | inline avoid (arities , inls) n0 = memo n0 $ go (30 :: Int) n0
2534.99 s
[unison-runtime] | ^^^^^^^
2534.99 s
[unison-runtime]
2534.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:236:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.99 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2534.99 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.99 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2534.99 s
[unison-runtime] |
2534.99 s
[unison-runtime] 236 | step n tail bound (TApp (FComb r) args)
2534.99 s
[unison-runtime] | ^^^^
2534.99 s
[unison-runtime]
2534.99 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:241:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2534.99 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2534.99 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2534.99 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2534.99 s
[unison-runtime] |
2534.99 s
[unison-runtime] 241 | findInline tail bound r args = do
2534.99 s
[unison-runtime] | ^^^^
2534.99 s
[unison-runtime]
2535.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:243:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.00 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2535.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2535.00 s
[unison-runtime] |
2535.00 s
[unison-runtime] 243 | arity <- Map.lookup r arities
2535.00 s
[unison-runtime] | ^^^^^
2535.00 s
[unison-runtime]
2535.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:256:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.00 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2535.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2535.00 s
[unison-runtime] |
2535.00 s
[unison-runtime] 256 | tweak isTail bound args arity (InlInfo clazz (ABTN.TAbss vs body))
2535.00 s
[unison-runtime] | ^^^^^
2535.00 s
[unison-runtime]
2535.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:266:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.00 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2535.00 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:264:10
2535.00 s
[unison-runtime] |
2535.00 s
[unison-runtime] 266 | TApp f pre <- ABTN.renamesAvoiding (avoid `Set.union` bound) rn body =
2535.00 s
[unison-runtime] | ^^^
2535.00 s
[unison-runtime]
2535.00 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:287:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.00 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.00 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.00 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.00 s
[unison-runtime] |
2535.01 s
[unison-runtime] 287 | peephole arities affine n0 = memo n0 $ go (30 :: Int) n0
2535.01 s
[unison-runtime] | ^^^^^^^
2535.01 s
[unison-runtime]
2535.01 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:291:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.01 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2535.01 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2535.01 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2535.01 s
[unison-runtime] |
2535.01 s
[unison-runtime] 291 | whenChanged (go $ n - 1) . rewriteDown \tail _bound -> \case
2535.01 s
[unison-runtime] | ^^^^
2535.01 s
[unison-runtime]
2535.01 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:323:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.01 s
[unison-runtime] This binding for ‘n’ shadows the existing binding
2535.01 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:290:8
2535.01 s
[unison-runtime] |
2535.01 s
[unison-runtime] 323 | HandledThunk r n safe expr
2535.01 s
[unison-runtime] | ^
2535.01 s
[unison-runtime]
2535.01 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:325:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.01 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2535.01 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.01 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2535.01 s
[unison-runtime] |
2535.01 s
[unison-runtime] 325 | Just arity <- Map.lookup r arities,
2535.01 s
[unison-runtime] | ^^^^^
2535.01 s
[unison-runtime]
2535.02 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:339:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.02 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.02 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.02 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.02 s
[unison-runtime] |
2535.02 s
[unison-runtime] 339 | optNormal opts@(arities , _) avoid affine n0 =
2535.02 s
[unison-runtime] | ^^^^^^^
2535.02 s
[unison-runtime]
2535.02 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:366:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.02 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.02 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.02 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.02 s
[unison-runtime] |
2535.02 s
[unison-runtime] 366 | optGroup (arities , inls0) self grp@(Rec bs en) =
2535.02 s
[unison-runtime] | ^^^^^^^
2535.02 s
[unison-runtime]
2535.02 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:456:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.02 s
[unison-runtime] This binding for ‘tail’ shadows the existing binding
2535.02 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
2535.02 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2535.02 s
[unison-runtime] |
2535.02 s
[unison-runtime] 456 | go tail = \case
2535.02 s
[unison-runtime] | ^^^^
2535.02 s
[unison-runtime]
2535.02 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:476:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2535.02 s
[unison-runtime] Pattern synonym with no type signature:
2535.02 s
[unison-runtime] pattern Nameable :: forall {ref} {v}. Either ref v -> Func ref v
2535.02 s
[unison-runtime] |
2535.02 s
[unison-runtime] 476 | pattern Nameable e <- (nameable -> Just e)
2535.03 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2535.03 s
[unison-runtime]
2535.03 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:498:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2535.03 s
[unison-runtime] Pattern synonym with no type signature:
2535.03 s
[unison-runtime] pattern HandlerResume :: forall {v} {ref}.
2535.03 s
[unison-runtime] Var v =>
2535.03 s
[unison-runtime] v
2535.03 s
[unison-runtime] -> Either ref v
2535.03 s
[unison-runtime] -> [v]
2535.03 s
[unison-runtime] -> v
2535.03 s
[unison-runtime] -> Either ref v
2535.03 s
[unison-runtime] -> [v]
2535.03 s
[unison-runtime] -> [ref]
2535.03 s
[unison-runtime] -> ANormal ref v
2535.03 s
[unison-runtime] |
2535.03 s
[unison-runtime] 498 | pattern HandlerResume lz f as lh h bs rs <-
2535.03 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2535.03 s
[unison-runtime]
2535.03 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:516:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.03 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.03 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.03 s
[unison-runtime] |
2535.03 s
[unison-runtime] 516 | final (bd , All lazy) = (r, length vs, lazy, bd)
2535.03 s
[unison-runtime] | ^^
2535.03 s
[unison-runtime]
2535.03 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:518:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.04 s
[unison-runtime] |
2535.04 s
[unison-runtime] 518 | prefix rn (TName v g bs bd )
2535.04 s
[unison-runtime] | ^^
2535.04 s
[unison-runtime]
2535.04 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:522:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘g’ shadows the existing binding
2535.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:24
2535.04 s
[unison-runtime] |
2535.04 s
[unison-runtime] 522 | g <- ABTN.renameVar rn <$> g,
2535.04 s
[unison-runtime] | ^
2535.04 s
[unison-runtime]
2535.04 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:523:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘bs’ shadows the existing binding
2535.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:26
2535.04 s
[unison-runtime] |
2535.04 s
[unison-runtime] 523 | bs <- ABTN.renameVar rn <$> bs,
2535.04 s
[unison-runtime] | ^^
2535.04 s
[unison-runtime]
2535.04 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2535.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:12
2535.04 s
[unison-runtime] |
2535.04 s
[unison-runtime] 524 | (rn , v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
2535.04 s
[unison-runtime] | ^^
2535.04 s
[unison-runtime]
2535.04 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2535.04 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:22
2535.04 s
[unison-runtime] |
2535.04 s
[unison-runtime] 524 | (rn, v ) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
2535.04 s
[unison-runtime] | ^
2535.04 s
[unison-runtime]
2535.04 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.04 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.05 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2535.05 s
[unison-runtime] |
2535.05 s
[unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
2535.05 s
[unison-runtime] | ^^
2535.05 s
[unison-runtime]
2535.05 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.05 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.05 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.05 s
[unison-runtime] |
2535.05 s
[unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd )
2535.05 s
[unison-runtime] | ^^
2535.05 s
[unison-runtime]
2535.05 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:529:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.05 s
[unison-runtime] This binding for ‘bn’ shadows the existing binding
2535.05 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:31
2535.05 s
[unison-runtime] |
2535.05 s
[unison-runtime] 529 | bn <- ABTN.renamesAndFreshen0 rn bn,
2535.05 s
[unison-runtime] | ^^
2535.05 s
[unison-runtime]
2535.06 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.06 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2535.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:12
2535.06 s
[unison-runtime] |
2535.06 s
[unison-runtime] 530 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.06 s
[unison-runtime] | ^^
2535.06 s
[unison-runtime]
2535.06 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.06 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.06 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:24
2535.06 s
[unison-runtime] |
2535.06 s
[unison-runtime] 530 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.06 s
[unison-runtime] | ^^
2535.06 s
[unison-runtime]
2535.06 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.06 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.07 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2535.07 s
[unison-runtime] |
2535.07 s
[unison-runtime] 535 | under (ABTN.TAbss vs bd)
2535.07 s
[unison-runtime] | ^^
2535.07 s
[unison-runtime]
2535.07 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.07 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.07 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.07 s
[unison-runtime] |
2535.07 s
[unison-runtime] 535 | under (ABTN.TAbss vs bd )
2535.07 s
[unison-runtime] | ^^
2535.07 s
[unison-runtime]
2535.07 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.07 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2535.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:532:12
2535.08 s
[unison-runtime] |
2535.08 s
[unison-runtime] 537 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.08 s
[unison-runtime] | ^^
2535.08 s
[unison-runtime]
2535.08 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.08 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.08 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:535:27
2535.08 s
[unison-runtime] |
2535.08 s
[unison-runtime] 537 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.08 s
[unison-runtime] | ^^
2535.08 s
[unison-runtime]
2535.08 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:540:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.09 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.09 s
[unison-runtime] |
2535.09 s
[unison-runtime] 540 | prefix rn (THnd rs nh ah bd )
2535.09 s
[unison-runtime] | ^^
2535.09 s
[unison-runtime]
2535.09 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:543:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.09 s
[unison-runtime] This binding for ‘ah’ shadows the existing binding
2535.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:27
2535.09 s
[unison-runtime] |
2535.09 s
[unison-runtime] 543 | ah <- ABTN.renameVar rn <$> ah,
2535.09 s
[unison-runtime] | ^^
2535.09 s
[unison-runtime]
2535.09 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:544:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.09 s
[unison-runtime] This binding for ‘nh’ shadows the existing binding
2535.09 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:24
2535.09 s
[unison-runtime] |
2535.09 s
[unison-runtime] 544 | nh <- ABTN.renameVar rn nh =
2535.09 s
[unison-runtime] | ^^
2535.09 s
[unison-runtime]
2535.10 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.10 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.10 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
2535.10 s
[unison-runtime] |
2535.10 s
[unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
2535.10 s
[unison-runtime] | ^^
2535.10 s
[unison-runtime]
2535.10 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.10 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.10 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
2535.10 s
[unison-runtime] |
2535.10 s
[unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd )
2535.10 s
[unison-runtime] | ^^
2535.10 s
[unison-runtime]
2535.10 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:554:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.10 s
[unison-runtime] This binding for ‘bn’ shadows the existing binding
2535.10 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:31
2535.10 s
[unison-runtime] |
2535.11 s
[unison-runtime] 554 | bn <- ABTN.renamesAndFreshen0 rn bn,
2535.11 s
[unison-runtime] | ^^
2535.11 s
[unison-runtime]
2535.11 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.11 s
[unison-runtime] This binding for ‘rn’ shadows the existing binding
2535.11 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:12
2535.11 s
[unison-runtime] |
2535.11 s
[unison-runtime] 555 | (rn , vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.11 s
[unison-runtime] | ^^
2535.11 s
[unison-runtime]
2535.11 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.11 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.11 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:24
2535.11 s
[unison-runtime] |
2535.11 s
[unison-runtime] 555 | (rn, vs ) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
2535.11 s
[unison-runtime] | ^^
2535.11 s
[unison-runtime]
2535.11 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:587:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2535.11 s
[unison-runtime] Pattern synonym with no type signature:
2535.11 s
[unison-runtime] pattern HandledThunk :: forall {v} {ref}.
2535.11 s
[unison-runtime] (Var v, Ord ref) =>
2535.11 s
[unison-runtime] ref -> Int -> Bool -> ANormal ref v -> ANormal ref v
2535.11 s
[unison-runtime] |
2535.11 s
[unison-runtime] 587 | pattern HandledThunk ref ar safe expr <-
2535.11 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2535.11 s
[unison-runtime]
2535.12 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:653:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.12 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.12 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:652:29
2535.12 s
[unison-runtime] |
2535.12 s
[unison-runtime] 653 | TName lz0 th vs bd <- bd,
2535.12 s
[unison-runtime] | ^^
2535.12 s
[unison-runtime]
2535.12 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:664:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2535.12 s
[unison-runtime] Pattern synonym with no type signature:
2535.12 s
[unison-runtime] pattern HandlerApp :: forall {v} {ref}.
2535.12 s
[unison-runtime] Var v =>
2535.12 s
[unison-runtime] ANormal ref v -> ANormal ref v
2535.12 s
[unison-runtime] |
2535.12 s
[unison-runtime] 664 | pattern HandlerApp rw <- (matchHandlerApp -> Just rw)
2535.12 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2535.12 s
[unison-runtime]
2535.12 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:695:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.12 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2535.12 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:694:26
2535.12 s
[unison-runtime] |
2535.12 s
[unison-runtime] 695 | | TName lzh0 (Right him1) _ tm <- tm,
2535.12 s
[unison-runtime] | ^^
2535.12 s
[unison-runtime]
2535.12 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:716:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.12 s
[unison-runtime] This binding for ‘vs’ shadows the existing binding
2535.12 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:715:11
2535.12 s
[unison-runtime] |
2535.12 s
[unison-runtime] 716 | v : vs -> v : reverse vs
2535.13 s
[unison-runtime] | ^^
2535.13 s
[unison-runtime]
2535.13 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:728:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.13 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.13 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.13 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.13 s
[unison-runtime] |
2535.13 s
[unison-runtime] 728 | augmentHandler bi (arities , inls0) self group
2535.13 s
[unison-runtime] | ^^^^^^^
2535.13 s
[unison-runtime]
2535.13 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:732:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.13 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:730:33
2535.13 s
[unison-runtime] |
2535.13 s
[unison-runtime] 732 | Just body <- augmentHandlerEntry thunk mv0 ah body,
2535.13 s
[unison-runtime] | ^^^^
2535.13 s
[unison-runtime]
2535.13 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:735:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.13 s
[unison-runtime] This binding for ‘amatcher’ shadows the existing binding
2535.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:734:10
2535.13 s
[unison-runtime] |
2535.13 s
[unison-runtime] 735 | amatcher <-
2535.13 s
[unison-runtime] | ^^^^^^^^
2535.13 s
[unison-runtime]
2535.13 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:763:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.13 s
[unison-runtime] This binding for ‘args’ shadows the existing binding
2535.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:63
2535.13 s
[unison-runtime] |
2535.13 s
[unison-runtime] 763 | args <- vs ++ [ar, v],
2535.13 s
[unison-runtime] | ^^^^
2535.13 s
[unison-runtime]
2535.14 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:764:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.14 s
[unison-runtime] This binding for ‘ccs’ shadows the existing binding
2535.14 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:47
2535.14 s
[unison-runtime] |
2535.14 s
[unison-runtime] 764 | ccs <- ccs ++ [BX] =
2535.14 s
[unison-runtime] | ^^^
2535.14 s
[unison-runtime]
2535.14 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:781:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.14 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.14 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:780:35
2535.14 s
[unison-runtime] |
2535.14 s
[unison-runtime] 781 | | TName hv (Right mv1) us body <- body,
2535.14 s
[unison-runtime] | ^^^^
2535.14 s
[unison-runtime]
2535.14 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:808:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.14 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.14 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:807:19
2535.14 s
[unison-runtime] |
2535.14 s
[unison-runtime] 808 | TShift _ kf0 body <- body,
2535.14 s
[unison-runtime] | ^^^^
2535.14 s
[unison-runtime]
2535.14 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:809:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.14 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.14 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:808:18
2535.14 s
[unison-runtime] |
2535.14 s
[unison-runtime] 809 | TName kf (Left jc) [kf1] body <- body,
2535.14 s
[unison-runtime] | ^^^^
2535.14 s
[unison-runtime]
2535.14 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:811:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.14 s
[unison-runtime] This binding for ‘bound’ shadows the existing binding
2535.14 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:806:44
2535.14 s
[unison-runtime] |
2535.14 s
[unison-runtime] 811 | bound <- Set.union bound (Set.fromList (kf0 : kf : us)),
2535.14 s
[unison-runtime] | ^^^^^
2535.14 s
[unison-runtime]
2535.15 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:845:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.15 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.15 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:840:46
2535.15 s
[unison-runtime] |
2535.15 s
[unison-runtime] 845 | ABTN.TAbss us bd ->
2535.15 s
[unison-runtime] | ^^
2535.15 s
[unison-runtime]
2535.15 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:874:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.15 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.15 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
2535.15 s
[unison-runtime] |
2535.15 s
[unison-runtime] 874 | | TLet d v cc e body <- body,
2535.15 s
[unison-runtime] | ^^^^
2535.15 s
[unison-runtime]
2535.15 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:877:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.15 s
[unison-runtime] This binding for ‘body’ shadows the existing binding
2535.15 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
2535.15 s
[unison-runtime] |
2535.15 s
[unison-runtime] 877 | | TName v f us body <- body,
2535.15 s
[unison-runtime] | ^^^^
2535.15 s
[unison-runtime]
2535.15 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:917:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.15 s
[unison-runtime] This binding for ‘tm’ shadows the existing binding
2535.15 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:916:42
2535.15 s
[unison-runtime] |
2535.15 s
[unison-runtime] 917 | | TName rh (Right f) as tm <- tm,
2535.15 s
[unison-runtime] | ^^
2535.15 s
[unison-runtime]
2535.15 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:924:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.15 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.16 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:921:25
2535.16 s
[unison-runtime] |
2535.16 s
[unison-runtime] 924 | bd <- replaceLinearBody opts avoid bd,
2535.16 s
[unison-runtime] | ^^
2535.16 s
[unison-runtime]
2535.16 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:968:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.16 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.16 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
2535.16 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.16 s
[unison-runtime] |
2535.16 s
[unison-runtime] 968 | replaceLinearBody opts@(arities , inls) avoid bd
2535.16 s
[unison-runtime] | ^^^^^^^
2535.16 s
[unison-runtime]
2535.16 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:969:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.16 s
[unison-runtime] This binding for ‘bd’ shadows the existing binding
2535.16 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:968:46
2535.16 s
[unison-runtime] |
2535.16 s
[unison-runtime] 969 | | TLetD v cc bn bd <- bd =
2535.16 s
[unison-runtime] | ^^
2535.16 s
[unison-runtime]
2535.16 s
[unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:999:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2535.16 s
[unison-runtime] Pattern synonym with no type signature:
2535.16 s
[unison-runtime] pattern SimpleBody :: forall {v} {ref}.
2535.16 s
[unison-runtime] Var v =>
2535.16 s
[unison-runtime] (ANormal ref v -> ANormal ref v)
2535.16 s
[unison-runtime] -> Bool -> Set v -> Set v -> v -> v -> ANormal ref v
2535.16 s
[unison-runtime] |
2535.16 s
[unison-runtime] 999 | pattern SimpleBody head ind shad free kf result <-
2535.16 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
2535.16 s
[unison-runtime]
2535.16 s
[unison-runtime] [31 of 40] Compiling Unison.Runtime.Builtin ( src/Unison/Runtime/Builtin.hs, /build/ghc2353_0/ghc_32.o, /build/ghc2353_0/ghc_32.dyn_o )
2535.16 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:63:10: warning : [ GHC-63394 ] [ -Wx-partial ]
2535.16 s
[unison-runtime] In the use of ‘head’
2535.16 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2535.17 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2535.17 s
[unison-runtime] |
2535.17 s
[unison-runtime] 63 | fresh1 = head $ freshes 1
2535.17 s
[unison-runtime] | ^^^^
2535.17 s
[unison-runtime]
2535.17 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:508:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.17 s
[unison-runtime] This binding for ‘any’ shadows the existing binding
2535.17 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
2535.17 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2535.17 s
[unison-runtime] |
2535.17 s
[unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any , fail, r) = fresh
2535.17 s
[unison-runtime] | ^^^
2535.17 s
[unison-runtime]
2535.17 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:508:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.17 s
[unison-runtime] This binding for ‘fail’ shadows the existing binding
2535.17 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
2535.17 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2535.17 s
[unison-runtime] |
2535.17 s
[unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail , r) = fresh
2535.17 s
[unison-runtime] | ^^^^
2535.17 s
[unison-runtime]
2535.17 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:511:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.17 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2535.17 s
[unison-runtime] imported from ‘Unison.Var’ at src/Unison/Runtime/Builtin.hs:47:1-17
2535.17 s
[unison-runtime] |
2535.17 s
[unison-runtime] 511 | bug name =
2535.17 s
[unison-runtime] | ^^^^
2535.17 s
[unison-runtime]
2535.18 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:693:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.18 s
[unison-runtime] This binding for ‘any’ shadows the existing binding
2535.25 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
2535.25 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2535.25 s
[unison-runtime] |
2535.25 s
[unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
2535.25 s
[unison-runtime] | ^^^
2535.25 s
[unison-runtime]
2535.25 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:693:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.25 s
[unison-runtime] This binding for ‘fail’ shadows the existing binding
2535.25 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
2535.25 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2535.25 s
[unison-runtime] |
2535.25 s
[unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
2535.25 s
[unison-runtime] | ^^^^
2535.25 s
[unison-runtime]
2535.25 s
[unison-runtime] src/Unison/Runtime/Builtin.hs:946:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.25 s
[unison-runtime] This binding for ‘arity’ shadows the existing binding
2535.25 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/Builtin.hs:36:1-32
2535.25 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
2535.25 s
[unison-runtime] |
2535.25 s
[unison-runtime] 946 | declareForeign sand arity func = declareForeignWrap sand wrap func
2535.25 s
[unison-runtime] | ^^^^^
2535.25 s
[unison-runtime]
2535.25 s
[unison-runtime] [32 of 40] Compiling Unison.Runtime.Machine.Types ( src/Unison/Runtime/Machine/Types.hs, /build/ghc2353_0/ghc_56.o, /build/ghc2353_0/ghc_56.dyn_o )
2535.25 s
[unison-runtime] [33 of 40] Compiling Unison.Runtime.ANF.Serialize ( src/Unison/Runtime/ANF/Serialize.hs, /build/ghc2353_0/ghc_22.o, /build/ghc2353_0/ghc_22.dyn_o )
2535.25 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:185:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.25 s
[unison-runtime] This binding for ‘arities’ shadows the existing binding
2535.25 s
[unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Serialize.hs:26:1-45
2535.25 s
[unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
2535.25 s
[unison-runtime] |
2535.25 s
[unison-runtime] 185 | putOptInfos (arities , inls) =
2535.25 s
[unison-runtime] | ^^^^^^^
2535.25 s
[unison-runtime]
2535.25 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:377:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.25 s
[unison-runtime] This binding for ‘f’ shadows the existing binding
2535.25 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:368:29
2535.25 s
[unison-runtime] |
2535.25 s
[unison-runtime] 377 | FPrim (Right f )
2535.25 s
[unison-runtime] | ^
2535.25 s
[unison-runtime]
2535.25 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:816:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.26 s
[unison-runtime] This binding for ‘co’ shadows the existing binding
2535.26 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:814:24
2535.26 s
[unison-runtime] |
2535.26 s
[unison-runtime] 816 | <&> \(co , CST _ _ _ tys tms) -> (toList tys, toList tms, co)
2535.26 s
[unison-runtime] | ^^
2535.26 s
[unison-runtime]
2535.26 s
[unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:879:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2535.26 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2535.26 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:878:13
2535.26 s
[unison-runtime] |
2535.26 s
[unison-runtime] 879 | (x , CST _ _ _ tys tms) <-
2535.26 s
[unison-runtime] | ^
2535.26 s
[unison-runtime]
2536.10 s
[unison-runtime] [34 of 40] Compiling Unison.Runtime.ANF.Rehash ( src/Unison/Runtime/ANF/Rehash.hs, /build/ghc2353_0/ghc_20.o, /build/ghc2353_0/ghc_20.dyn_o )
2536.13 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:51:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2536.13 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2536.13 s
[unison-runtime] bound at src/Unison/Runtime/ANF/Rehash.hs:50:14
2536.13 s
[unison-runtime] |
2536.13 s
[unison-runtime] 51 | | not b, Just r <- Map.lookup r remap = r
2536.13 s
[unison-runtime] | ^
2536.13 s
[unison-runtime]
2536.13 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:53:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2536.13 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2536.13 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2536.13 s
[unison-runtime] |
2536.13 s
[unison-runtime] 53 | scc = second (overGroupLinks rp) <$> scc0
2536.13 s
[unison-runtime] | ^^^
2536.13 s
[unison-runtime]
2536.13 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:78:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2536.13 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2536.14 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2536.14 s
[unison-runtime] |
2536.14 s
[unison-runtime] 78 | rehashSCC scc
2536.14 s
[unison-runtime] | ^^^
2536.14 s
[unison-runtime]
2536.14 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:82:25: warning : [ GHC-63394 ] [ -Wx-partial ]
2536.14 s
[unison-runtime] In the use of ‘head’
2536.14 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2536.14 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2536.14 s
[unison-runtime] |
2536.14 s
[unison-runtime] 82 | sample = case fst $ head ps of
2536.14 s
[unison-runtime] | ^^^^
2536.14 s
[unison-runtime]
2536.14 s
[unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:102:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2536.14 s
[unison-runtime] This binding for ‘scc’ shadows the existing binding
2536.14 s
[unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
2536.14 s
[unison-runtime] |
2536.14 s
[unison-runtime] 102 | rehashSCC scc = error $ "unexpected SCC:\n" ++ show scc
2536.14 s
[unison-runtime] | ^^^
2536.14 s
[unison-runtime]
2536.24 s
[unison-runtime] [35 of 40] Compiling Unison.Runtime.ANF.MurmurHash.Untyped ( src/Unison/Runtime/ANF/MurmurHash/Untyped.hs, /build/ghc2353_0/ghc_14.o, /build/ghc2353_0/ghc_14.dyn_o )
2536.24 s
[unison-runtime] [36 of 40] Compiling Unison.Runtime.Foreign.Function ( src/Unison/Runtime/Foreign/Function.hs, /build/ghc2353_0/ghc_46.o, /build/ghc2353_0/ghc_46.dyn_o )
2537.26 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:251:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.26 s
[unison-runtime] This binding for ‘ip’ shadows the existing binding
2537.26 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:245:7
2537.26 s
[unison-runtime] |
2537.26 s
[unison-runtime] 251 | (Just ip , Just pt) -> UDP.serverSocket (ip, pt)
2537.26 s
[unison-runtime] | ^^
2537.26 s
[unison-runtime]
2537.26 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:378:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.26 s
[unison-runtime] This binding for ‘handle’ shadows the existing binding
2537.26 s
[unison-runtime] imported from ‘Control.Exception’ at src/Unison/Runtime/Foreign/Function.hs:26:1-24
2537.26 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Exception.Base’)
2537.26 s
[unison-runtime] |
2537.26 s
[unison-runtime] 378 | \(handle :: Socket) -> do
2537.26 s
[unison-runtime] | ^^^^^^
2537.26 s
[unison-runtime]
2537.27 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:983:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.27 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2537.27 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.27 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2537.27 s
[unison-runtime] |
2537.27 s
[unison-runtime] 983 | \(init , sz) -> do
2537.27 s
[unison-runtime] | ^^^^
2537.27 s
[unison-runtime]
2537.27 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:989:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.27 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2537.27 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.27 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2537.27 s
[unison-runtime] |
2537.27 s
[unison-runtime] 989 | \(init , sz) -> do
2537.27 s
[unison-runtime] | ^^^^
2537.27 s
[unison-runtime]
2537.27 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:999:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.27 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2537.27 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.27 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2537.27 s
[unison-runtime] |
2537.27 s
[unison-runtime] 999 | \(init , sz) -> do
2537.27 s
[unison-runtime] | ^^^^
2537.27 s
[unison-runtime]
2537.28 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1005:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.28 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2537.28 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.28 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2537.28 s
[unison-runtime] |
2537.28 s
[unison-runtime] 1005 | \(init , sz) -> do
2537.28 s
[unison-runtime] | ^^^^
2537.28 s
[unison-runtime]
2537.28 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1383:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.28 s
[unison-runtime] This binding for ‘e’ shadows the existing binding
2537.28 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1382:14
2537.28 s
[unison-runtime] |
2537.28 s
[unison-runtime] 1383 | e <- Exception.tryAnyDeep e
2537.28 s
[unison-runtime] | ^
2537.28 s
[unison-runtime]
2537.28 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1451:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.28 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2537.28 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1449:21
2537.28 s
[unison-runtime] |
2537.28 s
[unison-runtime] 1451 | stk <- bump stk
2537.28 s
[unison-runtime] | ^^^
2537.28 s
[unison-runtime]
2537.28 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1486:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.28 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2537.28 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
2537.28 s
[unison-runtime] |
2537.28 s
[unison-runtime] 1486 | stk <- bump stk
2537.28 s
[unison-runtime] | ^^^
2537.28 s
[unison-runtime]
2537.28 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1489:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.28 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2537.28 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
2537.29 s
[unison-runtime] |
2537.29 s
[unison-runtime] 1489 | stk <- bump stk
2537.29 s
[unison-runtime] | ^^^
2537.29 s
[unison-runtime]
2537.29 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2102:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.29 s
[unison-runtime] This binding for ‘rem’ shadows the existing binding
2537.29 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.29 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2537.29 s
[unison-runtime] |
2537.29 s
[unison-runtime] 2102 | renderJsonParseError (JPErr msg pos rem ) =
2537.29 s
[unison-runtime] | ^^^
2537.29 s
[unison-runtime]
2537.29 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2113:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.29 s
[unison-runtime] This binding for ‘rem’ shadows the existing binding
2537.29 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.29 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2537.29 s
[unison-runtime] |
2537.29 s
[unison-runtime] 2113 | encodeJsonParseError (JPErr msg pos rem ) =
2537.29 s
[unison-runtime] | ^^^
2537.30 s
[unison-runtime]
2537.30 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2159:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.30 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.30 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2158:10
2537.30 s
[unison-runtime] |
2537.30 s
[unison-runtime] 2159 | Just ('-', txt ) -> firstDigit 1 txt
2537.30 s
[unison-runtime] | ^^^
2537.30 s
[unison-runtime]
2537.30 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2163:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.30 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.30 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
2537.30 s
[unison-runtime] |
2537.30 s
[unison-runtime] 2163 | Just ('0', txt ) -> decimal (n + 1) txt
2537.30 s
[unison-runtime] | ^^^
2537.30 s
[unison-runtime]
2537.30 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2164:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.30 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.30 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
2537.30 s
[unison-runtime] |
2537.30 s
[unison-runtime] 2164 | Just (c, txt )
2537.30 s
[unison-runtime] | ^^^
2537.30 s
[unison-runtime]
2537.30 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2172:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.30 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.30 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2171:16
2537.30 s
[unison-runtime] |
2537.30 s
[unison-runtime] 2172 | Just ('.', txt )
2537.30 s
[unison-runtime] | ^^^
2537.30 s
[unison-runtime]
2537.31 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2173:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.31 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.31 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2172:18
2537.31 s
[unison-runtime] |
2537.31 s
[unison-runtime] 2173 | | (pre, txt ) <- TL.span isDigit txt,
2537.31 s
[unison-runtime] | ^^^
2537.31 s
[unison-runtime]
2537.31 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2178:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.31 s
[unison-runtime] This binding for ‘exponent’ shadows the existing binding
2537.31 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
2537.31 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2537.31 s
[unison-runtime] |
2537.31 s
[unison-runtime] 2178 | exponent !n txt = case TL.uncons txt of
2537.31 s
[unison-runtime] | ^^^^^^^^
2537.31 s
[unison-runtime]
2537.31 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2179:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.31 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.31 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2178:17
2537.31 s
[unison-runtime] |
2537.31 s
[unison-runtime] 2179 | Just (c, txt ) | c == 'e' || c == 'E' -> case TL.uncons txt of
2537.31 s
[unison-runtime] | ^^^
2537.31 s
[unison-runtime]
2537.31 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.31 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2537.31 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:13
2537.32 s
[unison-runtime] |
2537.32 s
[unison-runtime] 2180 | Just (c , txt) | c == '-' || c == '+' -> digits (n + 2) txt
2537.32 s
[unison-runtime] | ^
2537.32 s
[unison-runtime]
2537.32 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.32 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.32 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:16
2537.32 s
[unison-runtime] |
2537.32 s
[unison-runtime] 2180 | Just (c, txt ) | c == '-' || c == '+' -> digits (n + 2) txt
2537.32 s
[unison-runtime] | ^^^
2537.32 s
[unison-runtime]
2537.32 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2223:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.32 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2537.32 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
2537.32 s
[unison-runtime] |
2537.32 s
[unison-runtime] 2223 | Just (',', rest ) -> array (acc Sq.|> el) rest
2537.32 s
[unison-runtime] | ^^^^
2537.32 s
[unison-runtime]
2537.32 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2224:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.32 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2537.32 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
2537.32 s
[unison-runtime] |
2537.32 s
[unison-runtime] 2224 | Just (']', rest ) -> pure (jsonArr $ acc Sq.|> el, rest)
2537.32 s
[unison-runtime] | ^^^^
2537.32 s
[unison-runtime]
2537.33 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2237:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.33 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2537.33 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
2537.33 s
[unison-runtime] |
2537.33 s
[unison-runtime] 2237 | Just (',', rest ) -> obj (acc Sq.|> el) rest
2537.33 s
[unison-runtime] | ^^^^
2537.33 s
[unison-runtime]
2537.33 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2238:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.33 s
[unison-runtime] This binding for ‘rest’ shadows the existing binding
2537.33 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
2537.33 s
[unison-runtime] |
2537.33 s
[unison-runtime] 2238 | Just ('}', rest ) -> pure (jsonObj $ acc Sq.|> el, rest)
2537.33 s
[unison-runtime] | ^^^^
2537.33 s
[unison-runtime]
2537.33 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2243:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.33 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.33 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2241:11
2537.33 s
[unison-runtime] |
2537.34 s
[unison-runtime] 2243 | (key, TL.stripStart -> txt ) -> case TL.uncons txt of
2537.34 s
[unison-runtime] | ^^^
2537.34 s
[unison-runtime]
2537.34 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2244:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.34 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.34 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2243:32
2537.34 s
[unison-runtime] |
2537.34 s
[unison-runtime] 2244 | Just (':', txt ) ->
2537.34 s
[unison-runtime] | ^^^
2537.34 s
[unison-runtime]
2537.34 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2262:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.34 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.34 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2261:13
2537.34 s
[unison-runtime] |
2537.34 s
[unison-runtime] 2262 | (a, txt ) <- hexDig txt
2537.34 s
[unison-runtime] | ^^^
2537.34 s
[unison-runtime]
2537.34 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2263:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.34 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.34 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2262:11
2537.34 s
[unison-runtime] |
2537.34 s
[unison-runtime] 2263 | (b, txt ) <- hexDig txt
2537.34 s
[unison-runtime] | ^^^
2537.34 s
[unison-runtime]
2537.35 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2264:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.35 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.35 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2263:11
2537.35 s
[unison-runtime] |
2537.35 s
[unison-runtime] 2264 | (c, txt ) <- hexDig txt
2537.35 s
[unison-runtime] | ^^^
2537.35 s
[unison-runtime]
2537.35 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2265:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.35 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.35 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2264:11
2537.35 s
[unison-runtime] |
2537.35 s
[unison-runtime] 2265 | (d, txt ) <- hexDig txt
2537.35 s
[unison-runtime] | ^^^
2537.35 s
[unison-runtime]
2537.35 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2272:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.35 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.35 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:23
2537.35 s
[unison-runtime] |
2537.35 s
[unison-runtime] 2272 | | (pre, txt ) <- TL.break special txt,
2537.35 s
[unison-runtime] | ^^^
2537.35 s
[unison-runtime]
2537.35 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2273:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.35 s
[unison-runtime] This binding for ‘acc’ shadows the existing binding
2537.35 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:19
2537.35 s
[unison-runtime] |
2537.35 s
[unison-runtime] 2273 | acc <- pre : acc =
2537.35 s
[unison-runtime] | ^^^
2537.35 s
[unison-runtime]
2537.36 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2275:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.36 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.36 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
2537.36 s
[unison-runtime] |
2537.36 s
[unison-runtime] 2275 | Just ('"', txt ) ->
2537.36 s
[unison-runtime] | ^^^
2537.36 s
[unison-runtime]
2537.36 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2277:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.36 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.36 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
2537.36 s
[unison-runtime] |
2537.36 s
[unison-runtime] 2277 | Just ('\\', txt ) -> case TL.uncons txt of
2537.36 s
[unison-runtime] | ^^^
2537.36 s
[unison-runtime]
2537.36 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2278:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.36 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.39 s
[unison-runtime] |
2537.39 s
[unison-runtime] 2278 | Just ('f', txt ) -> textBody txt0 ("\f" : acc) txt
2537.39 s
[unison-runtime] | ^^^
2537.39 s
[unison-runtime]
2537.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2279:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.39 s
[unison-runtime] |
2537.39 s
[unison-runtime] 2279 | Just ('n', txt ) -> textBody txt0 ("\n" : acc) txt
2537.39 s
[unison-runtime] | ^^^
2537.39 s
[unison-runtime]
2537.39 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2280:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.39 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.39 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.39 s
[unison-runtime] |
2537.39 s
[unison-runtime] 2280 | Just ('r', txt ) -> textBody txt0 ("\r" : acc) txt
2537.39 s
[unison-runtime] | ^^^
2537.39 s
[unison-runtime]
2537.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2281:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.40 s
[unison-runtime] |
2537.40 s
[unison-runtime] 2281 | Just ('t', txt ) -> textBody txt0 ("\t" : acc) txt
2537.40 s
[unison-runtime] | ^^^
2537.40 s
[unison-runtime]
2537.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2282:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.40 s
[unison-runtime] |
2537.40 s
[unison-runtime] 2282 | Just ('b', txt ) -> textBody txt0 ("\b" : acc) txt
2537.40 s
[unison-runtime] | ^^^
2537.40 s
[unison-runtime]
2537.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2283:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.40 s
[unison-runtime] |
2537.40 s
[unison-runtime] 2283 | Just ('/', txt ) -> textBody txt0 ("/" : acc) txt
2537.40 s
[unison-runtime] | ^^^
2537.40 s
[unison-runtime]
2537.40 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2284:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.40 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.40 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.40 s
[unison-runtime] |
2537.40 s
[unison-runtime] 2284 | Just ('\\', txt ) -> textBody txt0 ("\\" : acc) txt
2537.40 s
[unison-runtime] | ^^^
2537.40 s
[unison-runtime]
2537.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2285:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.41 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.41 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.41 s
[unison-runtime] |
2537.41 s
[unison-runtime] 2285 | Just ('"', txt ) -> textBody txt0 ("\"" : acc) txt
2537.41 s
[unison-runtime] | ^^^
2537.41 s
[unison-runtime]
2537.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2286:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.41 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.41 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
2537.41 s
[unison-runtime] |
2537.41 s
[unison-runtime] 2286 | Just ('u', txt )
2537.41 s
[unison-runtime] | ^^^
2537.41 s
[unison-runtime]
2537.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2287:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.41 s
[unison-runtime] This binding for ‘txt’ shadows the existing binding
2537.41 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2286:26
2537.41 s
[unison-runtime] |
2537.41 s
[unison-runtime] 2287 | | Just (n, txt ) <- uescape txt ->
2537.41 s
[unison-runtime] | ^^^
2537.41 s
[unison-runtime]
2537.41 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2388:143: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.41 s
[unison-runtime] This binding for ‘c’ shadows the existing binding
2537.41 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2381:25
2537.41 s
[unison-runtime] |
2537.42 s
[unison-runtime] 2388 | | TT.avroReadSchemaUnionTag == t -> ReadSchema.Union . Vector.fromList <$> ((decodeVal v :: IO [(Int, Closure)]) >>= traverse (\case (ix, c ) -> (ix,) <$> avroDecodeReadSchema c))
2537.42 s
[unison-runtime] | ^
2537.42 s
[unison-runtime]
2537.42 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2460:90: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.42 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2537.42 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2537.42 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2537.42 s
[unison-runtime] |
2537.42 s
[unison-runtime] 2460 | DataC _ _ [name, aliases, doc, BoxedVal typ, BoxedVal status, BoxedVal order, BoxedVal def ] -> (ReadSchema.ReadField . Util.Text.toText <$> decodeVal name) <*> (map Util.Text.toText <$> decodeVal aliases) <*> (fmap Util.Text.toText <$> decodeVal doc) <*> decodeMaybe avroDecodeOrder order <*> avroDecodeFieldStatus status <*> avroDecodeReadSchema typ <*> decodeMaybe avroDecodeDefaultValue def
2537.42 s
[unison-runtime] | ^^^
2537.42 s
[unison-runtime]
2537.42 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2465:73: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.42 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2537.43 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2537.43 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2537.43 s
[unison-runtime] |
2537.45 s
[unison-runtime] 2465 | DataC _ _ [name, doc, BoxedVal typ, aliases, BoxedVal order, BoxedVal def ] -> (AvroSchema.Field . Util.Text.toText <$> decodeVal name) <*> (map Util.Text.toText <$> decodeVal aliases) <*> (fmap Util.Text.toText <$> decodeVal doc) <*> decodeMaybe avroDecodeOrder order <*> avroDecodeSchema typ <*> decodeMaybe avroDecodeDefaultValue def
2537.45 s
[unison-runtime] | ^^^
2537.45 s
[unison-runtime]
2537.45 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2581:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.45 s
[unison-runtime] This binding for ‘symbol’ shadows the existing binding
2537.45 s
[unison-runtime] imported from ‘Unison.Symbol’ at src/Unison/Runtime/Foreign/Function.hs:201:1-20
2537.45 s
[unison-runtime] |
2537.45 s
[unison-runtime] 2581 | DataC _ t [BoxedVal schema, ix, symbol ] | TT.avroDefaultValueEnumTag == t -> AvroSchema.DEnum <$> avroDecodeSchema schema <*> decodeVal ix <*> (Util.Text.toText <$> decodeVal symbol)
2537.45 s
[unison-runtime] | ^^^^^^
2537.45 s
[unison-runtime]
2537.46 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2632:58: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.46 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2537.46 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2537.46 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2537.46 s
[unison-runtime] |
2537.46 s
[unison-runtime] 2632 | ReadSchema.ReadField name aliases doc order status typ def -> BoxedVal $ DataG Ty.avroReadFieldRef TT.avroReadFieldTag (boxedSeg [getBoxedVal (encodeVal (Util.Text.fromText name)), getBoxedVal (encodeVal (map Util.Text.fromText aliases)), getBoxedVal (encodeVal (Util.Text.fromText <$> doc)), getBoxedVal (avroEncodeReadSchema typ), getBoxedVal (avroEncodeFieldStatus status), getBoxedVal (encodeVal (fmap avroEncodeOrder order)), getBoxedVal (encodeVal (fmap avroEncodeDefaultValue def))])
2537.57 s
[unison-runtime] | ^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2642:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.57 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2537.57 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2537.57 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 2642 | ReadSchema.Defaulted n def -> BoxedVal $ Data2 Ty.avroFieldStatusRef TT.avroFieldStatusDefaultedTag (encodeVal n) (avroEncodeDefaultValue def)
2537.57 s
[unison-runtime] | ^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2738:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.57 s
[unison-runtime] This binding for ‘def’ shadows the existing binding
2537.57 s
[unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
2537.57 s
[unison-runtime] (and originally defined in ‘Data.Default.Internal’)
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 2738 | AvroSchema.Field name aliases doc order typ def -> BoxedVal $ DataG Ty.avroFieldRef TT.avroFieldTag (segFromList [encodeVal (Util.Text.fromText name), encodeVal (map Util.Text.fromText aliases), encodeVal (Util.Text.fromText <$> doc), avroEncodeSchema typ, encodeVal (fmap avroEncodeOrder order), encodeVal (fmap avroEncodeDefaultValue def)])
2537.57 s
[unison-runtime] | ^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2975:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern ConsV :: Val -> Val -> Val
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 2975 | pattern ConsV x y = BoxedVal (ConsC x y)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2982:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup2V :: Val -> Val -> Val
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 2982 | pattern Tup2V x y = BoxedVal (Tup2C x y)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3010:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup3C :: Val -> Val -> Val -> Closure
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3010 | pattern Tup3C x y z = ConsC x (Tup2V y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3012:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup3V :: Val -> Val -> Val -> Val
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3012 | pattern Tup3V x y z = BoxedVal (Tup3C x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3043:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup4C :: Val -> Val -> Val -> Val -> Closure
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3043 | pattern Tup4C w x y z = ConsC w (Tup3V x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3045:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup4V :: Val -> Val -> Val -> Val -> Val
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3045 | pattern Tup4V w x y z = BoxedVal (Tup4C w x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3080:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup5C :: Val -> Val -> Val -> Val -> Val -> Closure
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3080 | pattern Tup5C v w x y z = ConsC v (Tup4V w x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3117:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup5V :: Val -> Val -> Val -> Val -> Val -> Val
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3117 | pattern Tup5V v w x y z = BoxedVal (Tup5C v w x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3119:1: warning : [ GHC-38417 ] [ -Wmissing-pattern-synonym-signatures ]
2537.57 s
[unison-runtime] Pattern synonym with no type signature:
2537.57 s
[unison-runtime] pattern Tup6C :: Val -> Val -> Val -> Val -> Val -> Val -> Closure
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3119 | pattern Tup6C u v w x y z = ConsC u (Tup5V v w x y z)
2537.57 s
[unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2537.57 s
[unison-runtime]
2537.57 s
[unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3203:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2537.57 s
[unison-runtime] This binding for ‘x’ shadows the existing binding
2537.57 s
[unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:3202:27
2537.57 s
[unison-runtime] |
2537.57 s
[unison-runtime] 3203 | | Just x <- maybeUnwrapBuiltin x = pure x
2537.57 s
[unison-runtime] | ^
2537.57 s
[unison-runtime]
2541.64 s
[unison-runtime] [37 of 40] Compiling Unison.Runtime.Machine.Primops ( src/Unison/Runtime/Machine/Primops.hs, /build/ghc2353_0/ghc_54.o, /build/ghc2353_0/ghc_54.dyn_o )
2541.81 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:38:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2541.81 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2541.81 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:36:13
2541.81 s
[unison-runtime] |
2541.81 s
[unison-runtime] 38 | stk <- bump stk
2541.81 s
[unison-runtime] | ^^^
2541.81 s
[unison-runtime]
2541.81 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:124:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2541.81 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2541.82 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:121:14
2541.82 s
[unison-runtime] |
2541.82 s
[unison-runtime] 124 | stk <- bump stk
2541.82 s
[unison-runtime] | ^^^
2541.82 s
[unison-runtime]
2541.82 s
[unison-runtime] src/Unison/Runtime/Machine/Primops.hs:447:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2541.82 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2541.82 s
[unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:443:10
2541.82 s
[unison-runtime] |
2541.82 s
[unison-runtime] 447 | !v <- evaluate v
2541.82 s
[unison-runtime] | ^
2541.82 s
[unison-runtime]
2542.90 s
[unison-runtime] [38 of 40] Compiling Unison.Runtime.Machine ( src/Unison/Runtime/Machine.hs, nothing )
2543.44 s
[unison-runtime] src/Unison/Runtime/Machine.hs:216:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.45 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.45 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:190:3
2543.45 s
[unison-runtime] |
2543.45 s
[unison-runtime] 216 | CachedVal _ val -> bump stk >>= \stk -> poke stk val
2543.45 s
[unison-runtime] | ^^^
2543.45 s
[unison-runtime]
2543.45 s
[unison-runtime] src/Unison/Runtime/Machine.hs:313:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.45 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.45 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:311:32
2543.45 s
[unison-runtime] |
2543.45 s
[unison-runtime] 313 | stk <- name stk args v
2543.45 s
[unison-runtime] | ^^^
2543.45 s
[unison-runtime]
2543.45 s
[unison-runtime] src/Unison/Runtime/Machine.hs:319:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.45 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2543.45 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:315:8
2543.45 s
[unison-runtime] |
2543.45 s
[unison-runtime] 319 | henv <-
2543.45 s
[unison-runtime] | ^^^^
2543.45 s
[unison-runtime]
2543.45 s
[unison-runtime] src/Unison/Runtime/Machine.hs:329:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.45 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.45 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:30
2543.45 s
[unison-runtime] |
2543.45 s
[unison-runtime] 329 | (cap, denv, stk , k) <- splitCont (denv henv) stk k p
2543.45 s
[unison-runtime] | ^^^
2543.45 s
[unison-runtime]
2543.45 s
[unison-runtime] src/Unison/Runtime/Machine.hs:329:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.45 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.45 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:35
2543.45 s
[unison-runtime] |
2543.45 s
[unison-runtime] 329 | (cap, denv, stk, k ) <- splitCont (denv henv) stk k p
2543.46 s
[unison-runtime] | ^
2543.46 s
[unison-runtime]
2543.46 s
[unison-runtime] src/Unison/Runtime/Machine.hs:330:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.46 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.46 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:329:15
2543.46 s
[unison-runtime] |
2543.46 s
[unison-runtime] 330 | stk <- bump stk
2543.46 s
[unison-runtime] | ^^^
2543.46 s
[unison-runtime]
2543.46 s
[unison-runtime] src/Unison/Runtime/Machine.hs:332:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.46 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2543.46 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:8
2543.46 s
[unison-runtime] |
2543.46 s
[unison-runtime] 332 | henv <- evaluate $ henv {denv = denv}
2543.46 s
[unison-runtime] | ^^^^
2543.46 s
[unison-runtime]
2543.46 s
[unison-runtime] src/Unison/Runtime/Machine.hs:337:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.46 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.46 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:31
2543.46 s
[unison-runtime] |
2543.46 s
[unison-runtime] 337 | (aenv, stk , k) <- abortCont stk k r
2543.46 s
[unison-runtime] | ^^^
2543.46 s
[unison-runtime]
2543.46 s
[unison-runtime] src/Unison/Runtime/Machine.hs:337:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.46 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.46 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:36
2543.46 s
[unison-runtime] |
2543.47 s
[unison-runtime] 337 | (aenv, stk, k ) <- abortCont stk k r
2543.47 s
[unison-runtime] | ^
2543.47 s
[unison-runtime]
2543.47 s
[unison-runtime] src/Unison/Runtime/Machine.hs:344:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.47 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.47 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:341:34
2543.47 s
[unison-runtime] |
2543.47 s
[unison-runtime] 344 | (stk , a) <- saveArgs stk
2543.47 s
[unison-runtime] | ^^^
2543.47 s
[unison-runtime]
2543.47 s
[unison-runtime] src/Unison/Runtime/Machine.hs:354:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.47 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.47 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:348:32
2543.47 s
[unison-runtime] |
2543.47 s
[unison-runtime] 354 | stk <- bump stk
2543.47 s
[unison-runtime] | ^^^
2543.47 s
[unison-runtime]
2543.47 s
[unison-runtime] src/Unison/Runtime/Machine.hs:363:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.47 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.47 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:359:32
2543.47 s
[unison-runtime] |
2543.47 s
[unison-runtime] 363 | stk <- bumpn stk 2
2543.47 s
[unison-runtime] | ^^^
2543.47 s
[unison-runtime]
2543.47 s
[unison-runtime] src/Unison/Runtime/Machine.hs:365:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.47 s
[unison-runtime] This binding for ‘miss’ shadows the existing binding
2543.47 s
[unison-runtime] imported from ‘Unison.Runtime.Machine.Primops’ at src/Unison/Runtime/Machine.hs:96:1-37
2543.47 s
[unison-runtime] (and originally defined
2543.47 s
[unison-runtime] at src/Unison/Runtime/Machine/Primops.hs:462:1-4)
2543.47 s
[unison-runtime] |
2543.47 s
[unison-runtime] 365 | Left miss -> do
2543.47 s
[unison-runtime] | ^^^^
2543.47 s
[unison-runtime]
2543.47 s
[unison-runtime] src/Unison/Runtime/Machine.hs:376:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.47 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.47 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:374:32
2543.47 s
[unison-runtime] |
2543.47 s
[unison-runtime] 376 | stk <- bump stk
2543.47 s
[unison-runtime] | ^^^
2543.47 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:379:48: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2543.48 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.48 s
[unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 379 | exec env henv !_activeThreads !stk !k _ (Prim1 op i) = do
2543.48 s
[unison-runtime] | ^^
2543.48 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:380:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.48 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:379:32
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 380 | stk <- prim1 env stk op i
2543.48 s
[unison-runtime] | ^^^
2543.48 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:383:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2543.48 s
[unison-runtime] defined at src/Unison/Runtime/Machine.hs:909:1
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 383 | name <- peekOffBi @Util.Text.Text stk i
2543.48 s
[unison-runtime] | ^^^^
2543.48 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:399:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2543.48 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.48 s
[unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 399 | MsgTrace msg ugl pre -> do
2543.48 s
[unison-runtime] | ^^^
2543.48 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:408:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘op’ shadows the existing binding
2543.48 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.48 s
[unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 408 | exec env henv !_trackThreads !stk !k _ (Prim2 op i j) = do
2543.48 s
[unison-runtime] | ^^
2543.48 s
[unison-runtime]
2543.48 s
[unison-runtime] src/Unison/Runtime/Machine.hs:409:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.48 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.48 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:408:31
2543.48 s
[unison-runtime] |
2543.48 s
[unison-runtime] 409 | stk <- primxx env stk op i j
2543.48 s
[unison-runtime] | ^^^
2543.48 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:421:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:411:32
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 421 | stk <- bump stk
2543.49 s
[unison-runtime] | ^^^
2543.49 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:426:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:424:30
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 426 | stk <- bump stk
2543.49 s
[unison-runtime] | ^^^
2543.49 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:434:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:433:30
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 434 | stk <- bump stk
2543.49 s
[unison-runtime] | ^^^
2543.49 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:442:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 442 | (stk , a) <- saveArgs stk
2543.49 s
[unison-runtime] | ^^^
2543.49 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:449:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 449 | henv <- evaluate $ henv {aenv = aenv}
2543.49 s
[unison-runtime] | ^^^^
2543.49 s
[unison-runtime]
2543.49 s
[unison-runtime] src/Unison/Runtime/Machine.hs:452:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.49 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.49 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
2543.49 s
[unison-runtime] |
2543.49 s
[unison-runtime] 452 | (stk , a) <- saveArgs stk
2543.49 s
[unison-runtime] | ^^^
2543.49 s
[unison-runtime]
2543.50 s
[unison-runtime] src/Unison/Runtime/Machine.hs:455:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.50 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2543.50 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
2543.50 s
[unison-runtime] |
2543.50 s
[unison-runtime] 455 | henv <- evaluate $ HEnv aenv0 denv
2543.50 s
[unison-runtime] | ^^^^
2543.50 s
[unison-runtime]
2543.50 s
[unison-runtime] src/Unison/Runtime/Machine.hs:460:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.50 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.50 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:458:30
2543.50 s
[unison-runtime] |
2543.50 s
[unison-runtime] 460 | stk <- bump stk
2543.50 s
[unison-runtime] | ^^^
2543.50 s
[unison-runtime]
2543.50 s
[unison-runtime] src/Unison/Runtime/Machine.hs:464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.50 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.50 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:463:33
2543.50 s
[unison-runtime] |
2543.50 s
[unison-runtime] 464 | (b, stk ) <- exStackIOToIO $ foreignCall func args (unpackXStack stk)
2543.50 s
[unison-runtime] | ^^^
2543.50 s
[unison-runtime]
2543.50 s
[unison-runtime] src/Unison/Runtime/Machine.hs:470:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.50 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.50 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:466:31
2543.50 s
[unison-runtime] |
2543.50 s
[unison-runtime] 470 | stk <- bump stk
2543.50 s
[unison-runtime] | ^^^
2543.50 s
[unison-runtime]
2543.51 s
[unison-runtime] src/Unison/Runtime/Machine.hs:477:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.51 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.51 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:473:31
2543.51 s
[unison-runtime] |
2543.51 s
[unison-runtime] 477 | stk <- bump stk
2543.51 s
[unison-runtime] | ^^^
2543.51 s
[unison-runtime]
2543.51 s
[unison-runtime] src/Unison/Runtime/Machine.hs:484:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.51 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.51 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:480:31
2543.51 s
[unison-runtime] |
2543.51 s
[unison-runtime] 484 | stk <- bump stk -- Bump the boxed stack to make a slot for the result, which will be written in the callback if we succeed.
2543.51 s
[unison-runtime] | ^^^
2543.51 s
[unison-runtime]
2543.51 s
[unison-runtime] src/Unison/Runtime/Machine.hs:486:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.51 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.51 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:484:7
2543.51 s
[unison-runtime] |
2543.51 s
[unison-runtime] 486 | stk <- encodeExn stk ev
2543.51 s
[unison-runtime] | ^^^
2543.51 s
[unison-runtime]
2543.51 s
[unison-runtime] src/Unison/Runtime/Machine.hs:496:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.51 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.52 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:488:31
2543.52 s
[unison-runtime] |
2543.52 s
[unison-runtime] 496 | stk <- bump stk
2543.52 s
[unison-runtime] | ^^^
2543.52 s
[unison-runtime]
2543.52 s
[unison-runtime] src/Unison/Runtime/Machine.hs:513:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.52 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.52 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:508:30
2543.52 s
[unison-runtime] |
2543.52 s
[unison-runtime] 513 | stk <- bump stk
2543.52 s
[unison-runtime] | ^^^
2543.52 s
[unison-runtime]
2543.52 s
[unison-runtime] src/Unison/Runtime/Machine.hs:538:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.52 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.52 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:536:30
2543.52 s
[unison-runtime] |
2543.52 s
[unison-runtime] 538 | (stk , a) <- saveArgs stk
2543.52 s
[unison-runtime] | ^^^
2543.52 s
[unison-runtime]
2543.52 s
[unison-runtime] src/Unison/Runtime/Machine.hs:638:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.52 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.52 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
2543.52 s
[unison-runtime] |
2543.52 s
[unison-runtime] 638 | stk <- bump stk
2543.52 s
[unison-runtime] | ^^^
2543.52 s
[unison-runtime]
2543.53 s
[unison-runtime] src/Unison/Runtime/Machine.hs:640:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.53 s
[unison-runtime] This binding for ‘exn’ shadows the existing binding
2543.53 s
[unison-runtime] imported from ‘Unison.Runtime.Exception’ at src/Unison/Runtime/Machine.hs:84:60-62
2543.53 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Exception.hs:47:1-3)
2543.53 s
[unison-runtime] |
2543.53 s
[unison-runtime] 640 | Left exn -> do
2543.53 s
[unison-runtime] | ^^^
2543.53 s
[unison-runtime]
2543.53 s
[unison-runtime] src/Unison/Runtime/Machine.hs:645:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.53 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.53 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
2543.53 s
[unison-runtime] |
2543.53 s
[unison-runtime] 645 | stk <- bumpn stk 3
2543.53 s
[unison-runtime] | ^^^
2543.53 s
[unison-runtime]
2543.53 s
[unison-runtime] src/Unison/Runtime/Machine.hs:656:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.53 s
[unison-runtime] This binding for ‘re’ shadows the existing binding
2543.53 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.53 s
[unison-runtime] (and originally defined in ‘Control.Lens.Review’)
2543.53 s
[unison-runtime] |
2543.53 s
[unison-runtime] 656 | | Just re <- fromException exn = case re of
2543.53 s
[unison-runtime] | ^^
2543.53 s
[unison-runtime]
2543.53 s
[unison-runtime] src/Unison/Runtime/Machine.hs:657:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.53 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2543.53 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
2543.53 s
[unison-runtime] |
2543.54 s
[unison-runtime] 657 | PE _stk _issues msg ->
2543.54 s
[unison-runtime] | ^^^
2543.54 s
[unison-runtime]
2543.54 s
[unison-runtime] src/Unison/Runtime/Machine.hs:672:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.54 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2543.54 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
2543.54 s
[unison-runtime] |
2543.54 s
[unison-runtime] 672 | | Just (Panic msg v) <- fromException exn,
2543.54 s
[unison-runtime] | ^^^
2543.54 s
[unison-runtime]
2543.54 s
[unison-runtime] src/Unison/Runtime/Machine.hs:673:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.54 s
[unison-runtime] This binding for ‘msg’ shadows the existing binding
2543.54 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:672:25
2543.54 s
[unison-runtime] |
2543.54 s
[unison-runtime] 673 | msg <- Util.Text.pack $ "panic: " ++ msg =
2543.54 s
[unison-runtime] | ^^^
2543.54 s
[unison-runtime]
2543.54 s
[unison-runtime] src/Unison/Runtime/Machine.hs:709:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.54 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.55 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:708:37
2543.55 s
[unison-runtime] |
2543.55 s
[unison-runtime] 709 | (nx, stk ) <- dataBranch mr stk br =<< bpeekOff stk i
2543.55 s
[unison-runtime] | ^^^
2543.55 s
[unison-runtime]
2543.55 s
[unison-runtime] src/Unison/Runtime/Machine.hs:715:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.55 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.55 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:714:37
2543.55 s
[unison-runtime] |
2543.55 s
[unison-runtime] 715 | (t, stk ) <- dumpDataValNoTag stk =<< peekOff stk i
2543.55 s
[unison-runtime] | ^^^
2543.55 s
[unison-runtime]
2543.55 s
[unison-runtime] src/Unison/Runtime/Machine.hs:719:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.55 s
[unison-runtime] This binding for ‘t’ shadows the existing binding
2543.55 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:715:4
2543.56 s
[unison-runtime] |
2543.56 s
[unison-runtime] 719 | (ANF.rawTag -> e, ANF.rawTag -> t )
2543.56 s
[unison-runtime] | ^
2543.56 s
[unison-runtime]
2543.56 s
[unison-runtime] src/Unison/Runtime/Machine.hs:730:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.56 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.56 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:723:37
2543.56 s
[unison-runtime] |
2543.56 s
[unison-runtime] 730 | stk <- moveArgs stk args
2543.56 s
[unison-runtime] | ^^^
2543.56 s
[unison-runtime]
2543.56 s
[unison-runtime] src/Unison/Runtime/Machine.hs:731:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.56 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.56 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:730:7
2543.57 s
[unison-runtime] |
2543.57 s
[unison-runtime] 731 | stk <- frameArgs stk
2543.57 s
[unison-runtime] | ^^^
2543.57 s
[unison-runtime]
2543.57 s
[unison-runtime] src/Unison/Runtime/Machine.hs:743:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.57 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.57 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:742:37
2543.57 s
[unison-runtime] |
2543.57 s
[unison-runtime] 743 | (stk , fsz, asz) <- saveFrame stk
2543.57 s
[unison-runtime] | ^^^
2543.57 s
[unison-runtime]
2543.57 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.57 s
[unison-runtime] This binding for ‘henv’ shadows the existing binding
2543.57 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:16
2543.57 s
[unison-runtime] |
2543.57 s
[unison-runtime] 755 | (exception, henv , !stk, !k)
2543.57 s
[unison-runtime] | ^^^^
2543.57 s
[unison-runtime]
2543.58 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.58 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.58 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:37
2543.58 s
[unison-runtime] |
2543.58 s
[unison-runtime] 755 | (exception, henv, !stk , !k)
2543.58 s
[unison-runtime] | ^^^
2543.58 s
[unison-runtime]
2543.58 s
[unison-runtime] src/Unison/Runtime/Machine.hs:755:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.58 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.58 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:42
2543.58 s
[unison-runtime] |
2543.58 s
[unison-runtime] 755 | (exception, henv, !stk, !k )
2543.58 s
[unison-runtime] | ^
2543.58 s
[unison-runtime]
2543.58 s
[unison-runtime] src/Unison/Runtime/Machine.hs:764:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.58 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.58 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:755:24
2543.58 s
[unison-runtime] |
2543.58 s
[unison-runtime] 764 | (stk , fsz, asz) <- saveFrame stk
2543.59 s
[unison-runtime] | ^^^
2543.59 s
[unison-runtime]
2543.59 s
[unison-runtime] src/Unison/Runtime/Machine.hs:846:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.59 s
[unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
2543.59 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
2543.59 s
[unison-runtime] |
2543.59 s
[unison-runtime] 846 | Just activeThreads -> UnliftIO.atomicModifyIORef' activeThreads (\ids -> (Set.insert threadID ids, ()))
2543.59 s
[unison-runtime] | ^^^^^^^^^^^^^
2543.59 s
[unison-runtime]
2543.59 s
[unison-runtime] src/Unison/Runtime/Machine.hs:851:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.59 s
[unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
2543.59 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
2543.59 s
[unison-runtime] |
2543.59 s
[unison-runtime] 851 | Just activeThreads -> do
2543.59 s
[unison-runtime] | ^^^^^^^^^^^^^
2543.59 s
[unison-runtime]
2543.60 s
[unison-runtime] src/Unison/Runtime/Machine.hs:896:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.60 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.60 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
2543.60 s
[unison-runtime] |
2543.60 s
[unison-runtime] 896 | stk <- if sck then pure stk else ensure stk f
2543.60 s
[unison-runtime] | ^^^
2543.60 s
[unison-runtime]
2543.60 s
[unison-runtime] src/Unison/Runtime/Machine.hs:897:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.60 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.60 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:896:5
2543.60 s
[unison-runtime] |
2543.60 s
[unison-runtime] 897 | stk <- moveArgs stk args
2543.60 s
[unison-runtime] | ^^^
2543.60 s
[unison-runtime]
2543.60 s
[unison-runtime] src/Unison/Runtime/Machine.hs:898:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.60 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.60 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:897:5
2543.60 s
[unison-runtime] |
2543.60 s
[unison-runtime] 898 | stk <- acceptArgs stk a
2543.60 s
[unison-runtime] | ^^^
2543.60 s
[unison-runtime]
2543.61 s
[unison-runtime] src/Unison/Runtime/Machine.hs:901:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.61 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.61 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
2543.61 s
[unison-runtime] |
2543.61 s
[unison-runtime] 901 | stk <- discardFrame stk
2543.61 s
[unison-runtime] | ^^^
2543.61 s
[unison-runtime]
2543.61 s
[unison-runtime] src/Unison/Runtime/Machine.hs:902:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.61 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.61 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:901:5
2543.61 s
[unison-runtime] |
2543.61 s
[unison-runtime] 902 | stk <- bump stk
2543.61 s
[unison-runtime] | ^^^
2543.61 s
[unison-runtime]
2543.61 s
[unison-runtime] src/Unison/Runtime/Machine.hs:911:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.61 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2543.61 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:910:26
2543.61 s
[unison-runtime] |
2543.61 s
[unison-runtime] 911 | seg <- closeArgs I stk seg args
2543.61 s
[unison-runtime] | ^^^
2543.61 s
[unison-runtime]
2543.61 s
[unison-runtime] src/Unison/Runtime/Machine.hs:912:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.61 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.61 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:909:7
2543.61 s
[unison-runtime] |
2543.61 s
[unison-runtime] 912 | stk <- bump stk
2543.61 s
[unison-runtime] | ^^^
2543.61 s
[unison-runtime]
2543.61 s
[unison-runtime] src/Unison/Runtime/Machine.hs:923:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.61 s
[unison-runtime] This binding for ‘useg’ shadows the existing binding
2543.61 s
[unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
2543.61 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:544:1-4)
2543.62 s
[unison-runtime] |
2543.62 s
[unison-runtime] 923 | useg <- unsafeFreezeByteArray ucop
2543.62 s
[unison-runtime] | ^^^^
2543.62 s
[unison-runtime]
2543.62 s
[unison-runtime] src/Unison/Runtime/Machine.hs:928:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.62 s
[unison-runtime] This binding for ‘bseg’ shadows the existing binding
2543.62 s
[unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
2543.62 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:555:1-4)
2543.62 s
[unison-runtime] |
2543.62 s
[unison-runtime] 928 | bseg <- unsafeFreezeArray bcop
2543.62 s
[unison-runtime] | ^^^^
2543.62 s
[unison-runtime]
2543.62 s
[unison-runtime] src/Unison/Runtime/Machine.hs:961:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.62 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.62 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2543.62 s
[unison-runtime] |
2543.62 s
[unison-runtime] 961 | stk <- ensure stk f
2543.62 s
[unison-runtime] | ^^^
2543.62 s
[unison-runtime]
2543.62 s
[unison-runtime] src/Unison/Runtime/Machine.hs:962:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.62 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.62 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:961:15
2543.62 s
[unison-runtime] |
2543.62 s
[unison-runtime] 962 | stk <- moveArgs stk args
2543.62 s
[unison-runtime] | ^^^
2543.62 s
[unison-runtime]
2543.62 s
[unison-runtime] src/Unison/Runtime/Machine.hs:963:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.62 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.63 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:962:15
2543.63 s
[unison-runtime] |
2543.63 s
[unison-runtime] 963 | stk <- dumpSeg stk seg A
2543.63 s
[unison-runtime] | ^^^
2543.63 s
[unison-runtime]
2543.63 s
[unison-runtime] src/Unison/Runtime/Machine.hs:964:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.63 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.63 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:963:15
2543.63 s
[unison-runtime] |
2543.63 s
[unison-runtime] 964 | stk <- acceptArgs stk a
2543.63 s
[unison-runtime] | ^^^
2543.63 s
[unison-runtime]
2543.63 s
[unison-runtime] src/Unison/Runtime/Machine.hs:967:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.63 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2543.63 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:957:28
2543.63 s
[unison-runtime] |
2543.63 s
[unison-runtime] 967 | seg <- closeArgs C stk seg args
2543.63 s
[unison-runtime] | ^^^
2543.63 s
[unison-runtime]
2543.63 s
[unison-runtime] src/Unison/Runtime/Machine.hs:968:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.63 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.63 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2543.63 s
[unison-runtime] |
2543.63 s
[unison-runtime] 968 | stk <- discardFrame =<< frameArgs stk
2543.63 s
[unison-runtime] | ^^^
2543.63 s
[unison-runtime]
2543.63 s
[unison-runtime] src/Unison/Runtime/Machine.hs:969:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.63 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.63 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:968:15
2543.63 s
[unison-runtime] |
2543.63 s
[unison-runtime] 969 | stk <- bump stk
2543.64 s
[unison-runtime] | ^^^
2543.64 s
[unison-runtime]
2543.64 s
[unison-runtime] src/Unison/Runtime/Machine.hs:980:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.64 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.64 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
2543.64 s
[unison-runtime] |
2543.64 s
[unison-runtime] 980 | stk <- discardFrame stk
2543.64 s
[unison-runtime] | ^^^
2543.64 s
[unison-runtime]
2543.64 s
[unison-runtime] src/Unison/Runtime/Machine.hs:981:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.64 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.64 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:980:11
2543.64 s
[unison-runtime] |
2543.64 s
[unison-runtime] 981 | stk <- bump stk
2543.64 s
[unison-runtime] | ^^^
2543.64 s
[unison-runtime]
2543.64 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1001:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.64 s
[unison-runtime] This binding for ‘seg’ shadows the existing binding
2543.64 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:999:18
2543.64 s
[unison-runtime] |
2543.64 s
[unison-runtime] 1001 | seg <- closeArgs K stk seg args
2543.64 s
[unison-runtime] | ^^^
2543.64 s
[unison-runtime]
2543.64 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1002:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.64 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.64 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:36
2543.64 s
[unison-runtime] |
2543.65 s
[unison-runtime] 1002 | stk <- discardFrame stk
2543.65 s
[unison-runtime] | ^^^
2543.65 s
[unison-runtime]
2543.65 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1003:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.65 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.65 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1002:5
2543.65 s
[unison-runtime] |
2543.65 s
[unison-runtime] 1003 | stk <- dumpSeg stk seg $ F (countArgs args) a
2543.65 s
[unison-runtime] | ^^^
2543.65 s
[unison-runtime]
2543.65 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1004:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.65 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.65 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1003:5
2543.65 s
[unison-runtime] |
2543.65 s
[unison-runtime] 1004 | stk <- adjustArgs stk p
2543.65 s
[unison-runtime] | ^^^
2543.65 s
[unison-runtime]
2543.65 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1015:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.65 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.65 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2543.65 s
[unison-runtime] |
2543.65 s
[unison-runtime] 1015 | adjust (Mark a rs denv k ) =
2543.65 s
[unison-runtime] | ^
2543.65 s
[unison-runtime]
2543.66 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1017:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.66 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.66 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2543.66 s
[unison-runtime] |
2543.66 s
[unison-runtime] 1017 | adjust (Push n a cix f rsect k ) =
2543.66 s
[unison-runtime] | ^
2543.66 s
[unison-runtime]
2543.66 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1019:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.66 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.66 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
2543.66 s
[unison-runtime] |
2543.66 s
[unison-runtime] 1019 | adjust k = (asize stk, k)
2543.66 s
[unison-runtime] | ^
2543.66 s
[unison-runtime]
2543.66 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1060:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.66 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.66 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1059:11
2543.66 s
[unison-runtime] |
2543.66 s
[unison-runtime] 1060 | stk <- discardFrame stk
2543.66 s
[unison-runtime] | ^^^
2543.66 s
[unison-runtime]
2543.66 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1063:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.66 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.66 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1062:11
2543.66 s
[unison-runtime] |
2543.66 s
[unison-runtime] 1063 | stk <- prepareArgs stk (Arg1 i)
2543.66 s
[unison-runtime] | ^^^
2543.66 s
[unison-runtime]
2543.66 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1066:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.66 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.67 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1065:11
2543.67 s
[unison-runtime] |
2543.67 s
[unison-runtime] 1066 | stk <- prepareArgs stk (Arg2 i j)
2543.67 s
[unison-runtime] | ^^^
2543.67 s
[unison-runtime]
2543.67 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1069:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.67 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.67 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1068:11
2543.67 s
[unison-runtime] |
2543.67 s
[unison-runtime] 1069 | stk <- prepareArgs stk (ArgR i l)
2543.67 s
[unison-runtime] | ^^^
2543.67 s
[unison-runtime]
2543.67 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1072:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.67 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.67 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1071:11
2543.67 s
[unison-runtime] |
2543.67 s
[unison-runtime] 1072 | stk <- prepareArgs stk (ArgN as)
2543.67 s
[unison-runtime] | ^^^
2543.67 s
[unison-runtime]
2543.67 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1075:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.67 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.67 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1074:11
2543.67 s
[unison-runtime] |
2543.67 s
[unison-runtime] 1075 | stk <-
2543.67 s
[unison-runtime] | ^^^
2543.67 s
[unison-runtime]
2543.67 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1150:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.67 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.67 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
2543.67 s
[unison-runtime] |
2543.67 s
[unison-runtime] 1150 | stk <- bump stk
2543.67 s
[unison-runtime] | ^^^
2543.67 s
[unison-runtime]
2543.67 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1154:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.67 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1154 | stk <- bumpn stk 2
2543.68 s
[unison-runtime] | ^^^
2543.68 s
[unison-runtime]
2543.68 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1182:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.68 s
[unison-runtime] This binding for ‘as’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1177:5
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1182 | VArgN as -> Just $ ArgN as
2543.68 s
[unison-runtime] | ^^
2543.68 s
[unison-runtime]
2543.68 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1205:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.68 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1205 | stk <- bump stk
2543.68 s
[unison-runtime] | ^^^
2543.68 s
[unison-runtime]
2543.68 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1207:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.68 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1205:7
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1207 | stk <- adjustArgs stk a
2543.68 s
[unison-runtime] | ^^^
2543.68 s
[unison-runtime]
2543.68 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1213:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.68 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1213 | stk <- bump stk
2543.68 s
[unison-runtime] | ^^^
2543.68 s
[unison-runtime]
2543.68 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1215:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.68 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.68 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1213:7
2543.68 s
[unison-runtime] |
2543.68 s
[unison-runtime] 1215 | stk <- adjustArgs stk a
2543.68 s
[unison-runtime] | ^^^
2543.68 s
[unison-runtime]
2543.69 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1219:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.69 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.69 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2543.69 s
[unison-runtime] |
2543.69 s
[unison-runtime] 1219 | stk <- restoreFrame stk fsz asz
2543.69 s
[unison-runtime] | ^^^
2543.69 s
[unison-runtime]
2543.69 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1220:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.69 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.69 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1219:7
2543.69 s
[unison-runtime] |
2543.69 s
[unison-runtime] 1220 | stk <- ensure stk f
2543.69 s
[unison-runtime] | ^^^
2543.69 s
[unison-runtime]
2543.69 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1223:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.69 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.69 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2543.69 s
[unison-runtime] |
2543.69 s
[unison-runtime] 1223 | stk <- restoreFrame stk 0 asz
2543.69 s
[unison-runtime] | ^^^
2543.69 s
[unison-runtime]
2543.69 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1227:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.69 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.69 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
2543.69 s
[unison-runtime] |
2543.69 s
[unison-runtime] 1227 | stk <- restoreFrame stk 0 asz
2543.69 s
[unison-runtime] | ^^^
2543.69 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1268:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
2543.70 s
[unison-runtime] |
2543.70 s
[unison-runtime] 1268 | stk <- bump stk
2543.70 s
[unison-runtime] | ^^^
2543.70 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1273:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
2543.70 s
[unison-runtime] |
2543.70 s
[unison-runtime] 1273 | stk <- bumpn stk 2
2543.70 s
[unison-runtime] | ^^^
2543.70 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1294:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2543.70 s
[unison-runtime] |
2543.70 s
[unison-runtime] 1294 | stk <- bump stk
2543.70 s
[unison-runtime] | ^^^
2543.70 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1297:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2543.70 s
[unison-runtime] |
2543.70 s
[unison-runtime] 1297 | stk <- bump stk
2543.70 s
[unison-runtime] | ^^^
2543.70 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1302:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2543.70 s
[unison-runtime] |
2543.70 s
[unison-runtime] 1302 | stk <- bumpn stk 2
2543.70 s
[unison-runtime] | ^^^
2543.70 s
[unison-runtime]
2543.70 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1306:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.70 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.70 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
2543.70 s
[unison-runtime] |
2543.71 s
[unison-runtime] 1306 | stk <- bumpn stk 2
2543.71 s
[unison-runtime] | ^^^
2543.71 s
[unison-runtime]
2543.71 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1329:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.71 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.71 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
2543.71 s
[unison-runtime] |
2543.71 s
[unison-runtime] 1329 | stk <- bump stk
2543.71 s
[unison-runtime] | ^^^
2543.71 s
[unison-runtime]
2543.71 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1334:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.71 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.71 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
2543.71 s
[unison-runtime] |
2543.71 s
[unison-runtime] 1334 | stk <- bumpn stk 2
2543.71 s
[unison-runtime] | ^^^
2543.71 s
[unison-runtime]
2543.71 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1357:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.71 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.71 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1356:20
2543.71 s
[unison-runtime] |
2543.71 s
[unison-runtime] 1357 | stk <- bumpn stk 5
2543.71 s
[unison-runtime] | ^^^
2543.71 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1438:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.72 s
[unison-runtime] 1438 | walk !denv !sz !ck KE =
2543.72 s
[unison-runtime] | ^^^^
2543.72 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1440:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.72 s
[unison-runtime] 1440 | walk !denv !sz !ck (CB _) =
2543.72 s
[unison-runtime] | ^^^^
2543.72 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1442:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.72 s
[unison-runtime] 1442 | walk !denv !sz !ck (Local {}) =
2543.72 s
[unison-runtime] | ^^^^
2543.72 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1444:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.72 s
[unison-runtime] 1444 | walk !denv !sz !ck (AMark {}) =
2543.72 s
[unison-runtime] | ^^^^
2543.72 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1446:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.72 s
[unison-runtime] 1446 | walk !denv !sz !ck (Keep {}) =
2543.72 s
[unison-runtime] | ^^^^
2543.72 s
[unison-runtime]
2543.72 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1448:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.72 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.72 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.72 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
2543.73 s
[unison-runtime] | ^^^^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1448:38: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.73 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k )
2543.73 s
[unison-runtime] | ^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.73 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
2543.73 s
[unison-runtime] | ^^^^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘p’ shadows the existing binding
2543.73 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:26
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
2543.73 s
[unison-runtime] | ^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1454:46: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.73 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k ) =
2543.73 s
[unison-runtime] | ^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2543.73 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2543.73 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2543.73 s
[unison-runtime] | ^^^^^^
2543.73 s
[unison-runtime]
2543.73 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.73 s
[unison-runtime] This binding for ‘denv’ shadows the existing binding
2543.73 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
2543.73 s
[unison-runtime] |
2543.73 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2543.73 s
[unison-runtime] | ^^^^
2543.73 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1462:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
2543.74 s
[unison-runtime] | ^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1463:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:18
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1463 | (seg, stk ) <- grabSeg stk sz
2543.74 s
[unison-runtime] | ^^^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1463:13
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1464 | stk <- adjustArgs stk a
2543.74 s
[unison-runtime] | ^^^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1479:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1479 | (Local _ a k ) -> walk (sz + a) k
2543.74 s
[unison-runtime] | ^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1480:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1480 | (Push n a _ _ _ k ) -> walk (sz + n + a) k
2543.74 s
[unison-runtime] | ^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1481:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.74 s
[unison-runtime] |
2543.74 s
[unison-runtime] 1481 | (Keep _ a k ) -> walk (sz + a) k
2543.74 s
[unison-runtime] | ^
2543.74 s
[unison-runtime]
2543.74 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1483:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.74 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.74 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.74 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1483 | (Mark a _ _ k ) -> walk (sz + a) k
2543.75 s
[unison-runtime] | ^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1484:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.75 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1484 | (AMark a aenv s k )
2543.75 s
[unison-runtime] | ^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1489:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2543.75 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2543.75 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1489 | finish !aenv !sz !a !k = do
2543.75 s
[unison-runtime] | ^^^^^^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1489:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.75 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1489 | finish !aenv !sz !a !k = do
2543.75 s
[unison-runtime] | ^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1490:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.75 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:12
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1490 | stk <- truncateSeg stk sz
2543.75 s
[unison-runtime] | ^^^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1491:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘stk’ shadows the existing binding
2543.75 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1490:7
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1491 | stk <- adjustArgs stk a
2543.75 s
[unison-runtime] | ^^^
2543.75 s
[unison-runtime]
2543.75 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1552:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.75 s
[unison-runtime] This binding for ‘from’ shadows the existing bindings
2543.75 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.75 s
[unison-runtime] (and originally defined in ‘Control.Lens.Iso’)
2543.75 s
[unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Machine.hs:56:1-35
2543.75 s
[unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2543.75 s
[unison-runtime] |
2543.75 s
[unison-runtime] 1552 | from = M.fromList (zip newl [frsh ..]) <> from0
2543.76 s
[unison-runtime] | ^^^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1613:25: warning : [ GHC-63394 ] [ -Wx-partial ]
2543.76 s
[unison-runtime] In the use of ‘head’
2543.76 s
[unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
2543.76 s
[unison-runtime] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2543.76 s
[unison-runtime] |
2543.76 s
[unison-runtime] 1613 | let arities = fmap (head . ANF.arities) int <> builtinArities
2543.76 s
[unison-runtime] | ^^^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1779:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.76 s
[unison-runtime] This binding for ‘pre’ shadows the existing binding
2543.76 s
[unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
2543.76 s
[unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
2543.76 s
[unison-runtime] |
2543.76 s
[unison-runtime] 1779 | MsgTrace _ _ pre -> pre
2543.76 s
[unison-runtime] | ^^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1796:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.76 s
[unison-runtime] This binding for ‘cst’ shadows the existing binding
2543.76 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:32
2543.76 s
[unison-runtime] |
2543.76 s
[unison-runtime] 1796 | (rn, cst ) <- runStateT (resolveRef True r) cst
2543.76 s
[unison-runtime] | ^^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1797:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.76 s
[unison-runtime] This binding for ‘seenty’ shadows the existing binding
2543.76 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:18
2543.76 s
[unison-runtime] |
2543.76 s
[unison-runtime] 1797 | seenty <- pure $ HM.insert w rn seenty
2543.76 s
[unison-runtime] | ^^^^^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1798:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.76 s
[unison-runtime] This binding for ‘st’ shadows the existing binding
2543.76 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:11
2543.76 s
[unison-runtime] |
2543.76 s
[unison-runtime] 1798 | st <- pure $ RS seenty seentm cst
2543.76 s
[unison-runtime] | ^^
2543.76 s
[unison-runtime]
2543.76 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1813:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.76 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.76 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1812:16
2543.76 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1813 | r <- M.findWithDefault r r functionUnreplacements -> do
2543.77 s
[unison-runtime] | ^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1814:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘cst’ shadows the existing binding
2543.77 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:32
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1814 | (rn, cst ) <- runStateT (resolveRef False r) cst
2543.77 s
[unison-runtime] | ^^^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1815:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘seentm’ shadows the existing binding
2543.77 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:25
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1815 | seentm <- pure $ HM.insert w rn seentm
2543.77 s
[unison-runtime] | ^^^^^^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1816:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘st’ shadows the existing binding
2543.77 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:11
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1816 | st <- pure $ RS seenty seentm cst
2543.77 s
[unison-runtime] | ^^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1849:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2543.77 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
2543.77 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1849 | finish (val, RS _ _ (CST _ _ _ tys tms)) =
2543.77 s
[unison-runtime] | ^^^^^^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1878:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2543.77 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1876:21
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1878 | u <- goV u
2543.77 s
[unison-runtime] | ^
2543.77 s
[unison-runtime]
2543.77 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1882:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.77 s
[unison-runtime] This binding for ‘u’ shadows the existing binding
2543.77 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:21
2543.77 s
[unison-runtime] |
2543.77 s
[unison-runtime] 1882 | u <- goV u
2543.77 s
[unison-runtime] | ^
2543.77 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1883:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘v’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:23
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 1883 | v <- goV v
2543.78 s
[unison-runtime] | ^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1902:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:17
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 1902 | ps <- traverse (resolveTy rty) (EC.setToList ps)
2543.78 s
[unison-runtime] | ^^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1903:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:20
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
2543.78 s
[unison-runtime] | ^^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:1903:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:23
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 1903 | de <- traverse (\(k , v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
2543.78 s
[unison-runtime] | ^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2048:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2043:22
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 2048 | cv k s = Captured k a s
2543.78 s
[unison-runtime] | ^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2058:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
2543.78 s
[unison-runtime] |
2543.78 s
[unison-runtime] 2058 | <*> traverse (\(k , v) -> (,) <$> refTy k <*> (goV v)) de
2543.78 s
[unison-runtime] | ^
2543.78 s
[unison-runtime]
2543.78 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.78 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2543.78 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:21
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2061 | mrk ps de k =
2543.79 s
[unison-runtime] | ^^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:24
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2061 | mrk ps de k =
2543.79 s
[unison-runtime] | ^^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2061:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2061 | mrk ps de k =
2543.79 s
[unison-runtime] | ^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2145:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2140:22
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2145 | cv k s = Captured k a s
2543.79 s
[unison-runtime] | ^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2155:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2155 | <*> traverse (\(k , v) -> (,) <$> refTy k <*> (goV v)) de
2543.79 s
[unison-runtime] | ^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘ps’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:21
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2158 | mrk ps de k =
2543.79 s
[unison-runtime] | ^^
2543.79 s
[unison-runtime]
2543.79 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.79 s
[unison-runtime] This binding for ‘de’ shadows the existing binding
2543.79 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:24
2543.79 s
[unison-runtime] |
2543.79 s
[unison-runtime] 2158 | mrk ps de k =
2543.79 s
[unison-runtime] | ^^
2543.79 s
[unison-runtime]
2543.80 s
[unison-runtime] src/Unison/Runtime/Machine.hs:2158:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘k’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 2158 | mrk ps de k =
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.80 s
[unison-runtime] [39 of 40] Compiling Unison.Runtime.Interface ( src/Unison/Runtime/Interface.hs, nothing )
2543.80 s
[unison-runtime] src/Unison/Runtime/Interface.hs:223:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘d’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:213:22
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 223 | Just d -> recursiveDeclDeps cl d
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.80 s
[unison-runtime] src/Unison/Runtime/Interface.hs:251:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:247:42
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 251 | RF.TermReference r -> recursiveRefDeps cl r
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.80 s
[unison-runtime] src/Unison/Runtime/Interface.hs:353:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:352:20
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 353 | r <- Map.lookup r . remap $ floatRemap ctx
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.80 s
[unison-runtime] src/Unison/Runtime/Interface.hs:360:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:359:16
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 360 | | r <- Map.findWithDefault r r . remap $ floatRemap ctx,
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.80 s
[unison-runtime] src/Unison/Runtime/Interface.hs:361:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.80 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.80 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:360:5
2543.80 s
[unison-runtime] |
2543.80 s
[unison-runtime] 361 | Just r <- Map.lookup r . remap $ intermedRemap ctx =
2543.80 s
[unison-runtime] | ^
2543.80 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:371:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:370:20
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 371 | r <- Map.lookup r . backmap $ intermedRemap ctx
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:399:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:396:9
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 399 | r <- Map.findWithDefault r r frs,
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:400:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:399:9
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 400 | Just r <- Map.lookup r irs =
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:420:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 420 | | Just r <- baseToIntermed ctx r -> r `Map.notMember` m
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:421:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 421 | | Just r <- floatToIntermed ctx r -> r `Map.notMember` m
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.81 s
[unison-runtime] src/Unison/Runtime/Interface.hs:431:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.81 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.81 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:430:13
2543.81 s
[unison-runtime] |
2543.81 s
[unison-runtime] 431 | Just r -> r
2543.81 s
[unison-runtime] | ^
2543.81 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:457:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2543.82 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:448:17
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 457 | ctx <- foldM (uncurry . allocType) ctx $ Prelude.filter p tyrs
2543.82 s
[unison-runtime] | ^^^
2543.82 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:516:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2543.82 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:514:5
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 516 | (ctx , _) <- loadDeps cl ppe ctx tyrs tmrs
2543.82 s
[unison-runtime] | ^^^
2543.82 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:517:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2543.82 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:516:6
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 517 | (ctx , _, init) <- prepareEvaluation ppe tm ctx
2543.82 s
[unison-runtime] | ^^^
2543.82 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:517:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2543.82 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2543.82 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 517 | (ctx, _, init ) <- prepareEvaluation ppe tm ctx
2543.82 s
[unison-runtime] | ^^^^
2543.82 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:539:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2543.82 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
2543.82 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 539 | PC _ finish getProf -> do
2543.82 s
[unison-runtime] | ^^^^^^
2543.82 s
[unison-runtime]
2543.82 s
[unison-runtime] src/Unison/Runtime/Interface.hs:589:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.82 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2543.82 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2543.82 s
[unison-runtime] |
2543.82 s
[unison-runtime] 589 | putTextBig text =
2543.82 s
[unison-runtime] | ^^^^
2543.82 s
[unison-runtime]
2543.83 s
[unison-runtime] src/Unison/Runtime/Interface.hs:612:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.83 s
[unison-runtime] This binding for ‘ctx’ shadows the existing binding
2543.83 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:610:3
2543.83 s
[unison-runtime] |
2543.83 s
[unison-runtime] 612 | (ctx , _) <- loadDeps cl ppe ctx tyrs tmrs
2543.83 s
[unison-runtime] | ^^^
2543.83 s
[unison-runtime]
2543.83 s
[unison-runtime] src/Unison/Runtime/Interface.hs:773:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.83 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.83 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:772:3
2543.83 s
[unison-runtime] |
2543.83 s
[unison-runtime] 773 | r <- backReference frs irs r
2543.83 s
[unison-runtime] | ^
2543.83 s
[unison-runtime]
2543.83 s
[unison-runtime] src/Unison/Runtime/Interface.hs:785:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.83 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.83 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:783:23
2543.83 s
[unison-runtime] |
2543.83 s
[unison-runtime] 785 | r <- pure $ Map.findWithDefault r r functionUnreplacements
2543.83 s
[unison-runtime] | ^
2543.83 s
[unison-runtime]
2543.83 s
[unison-runtime] src/Unison/Runtime/Interface.hs:787:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.83 s
[unison-runtime] This binding for ‘r’ shadows the existing binding
2543.83 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:785:3
2543.83 s
[unison-runtime] |
2543.83 s
[unison-runtime] 787 | r <- Map.lookup r (backmap irs)
2543.83 s
[unison-runtime] | ^
2543.83 s
[unison-runtime]
2543.83 s
[unison-runtime] src/Unison/Runtime/Interface.hs:807:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.83 s
[unison-runtime] This binding for ‘finish’ shadows the existing binding
2543.83 s
[unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
2543.83 s
[unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
2543.83 s
[unison-runtime] |
2543.83 s
[unison-runtime] 807 | finish = fmap (first mkResponse . decom)
2543.83 s
[unison-runtime] | ^^^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:809:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘prettyError’ shadows the existing binding
2543.84 s
[unison-runtime] defined at src/Unison/Runtime/Interface.hs:1263:1
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 809 | prettyError e =
2543.84 s
[unison-runtime] | ^^^^^^^^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:836:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2543.84 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2543.84 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 836 | executeMainComb init cc = do
2543.84 s
[unison-runtime] | ^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:906:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2543.84 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2543.84 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 906 | runStandalone sandboxed sc init =
2543.84 s
[unison-runtime] | ^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:959:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘render’ shadows the existing binding
2543.84 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 959 | render = if fancy then toANSI else toPlain
2543.84 s
[unison-runtime] | ^^^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1021:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2543.84 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2543.84 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 1021 | traceNeeded init src = go mempty init
2543.84 s
[unison-runtime] | ^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1088:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘init’ shadows the existing binding
2543.84 s
[unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
2543.84 s
[unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 1088 | standalone cc init =
2543.84 s
[unison-runtime] | ^^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1197:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘ppe’ shadows the existing binding
2543.84 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1182:19
2543.84 s
[unison-runtime] |
2543.84 s
[unison-runtime] 1197 | bugMsg ppe tr name (errs, tm)
2543.84 s
[unison-runtime] | ^^^
2543.84 s
[unison-runtime]
2543.84 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1241:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.84 s
[unison-runtime] This binding for ‘ppe’ shadows the existing binding
2543.84 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:12
2543.84 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
2543.85 s
[unison-runtime] | ^^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1241:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.85 s
[unison-runtime] This binding for ‘tr’ shadows the existing binding
2543.85 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:16
2543.85 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
2543.85 s
[unison-runtime] | ^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1248:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.85 s
[unison-runtime] This binding for ‘name’ shadows the existing binding
2543.85 s
[unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:19
2543.85 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1248 | name = P.syntaxToColor . prettyHashQualified . PPE.termName ppe $ RF.Ref rf
2543.85 s
[unison-runtime] | ^^^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1264:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.85 s
[unison-runtime] This binding for ‘text’ shadows the existing binding
2543.85 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2543.85 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1264 | UnstructuredError text -> pure $ P.text text
2543.85 s
[unison-runtime] | ^^^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1276:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.85 s
[unison-runtime] This binding for ‘backmapRef’ shadows the existing binding
2543.85 s
[unison-runtime] defined at src/Unison/Runtime/Interface.hs:376:1
2543.85 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1276 | maybe prettyRuntimeExn (\(ppe, backmapRef , decom) -> prettyRuntimeExn' ppe backmapRef decom) ctx issueFn re
2543.85 s
[unison-runtime] | ^^^^^^^^^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] src/Unison/Runtime/Interface.hs:1286:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2543.85 s
[unison-runtime] This binding for ‘render’ shadows the existing binding
2543.85 s
[unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
2543.85 s
[unison-runtime] |
2543.85 s
[unison-runtime] 1286 | render (errs, tm) = ["", P.indentN 2 $ pretty ppe tm, tabulateErrors errs]
2543.85 s
[unison-runtime] | ^^^^^^
2543.85 s
[unison-runtime]
2543.85 s
[unison-runtime] [40 of 40] Compiling Unison.Runtime.Vector ( src/Unison/Runtime/Vector.hs, nothing )
2543.85 s
[unison-runtime] Haddock coverage:
2543.85 s
[unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.ANF.POp'
2543.85 s
[unison-runtime] Missing documentation for:
2543.85 s
[unison-runtime] Module header
2543.85 s
[unison-runtime] POp (src/Unison/Runtime/ANF/POp.hs:10)
2543.85 s
[unison-runtime] pOpCode (src/Unison/Runtime/ANF/POp.hs:181)
2543.85 s
[unison-runtime] pOpAssoc (src/Unison/Runtime/ANF/POp.hs:335)
2543.85 s
[unison-runtime] pop2word (src/Unison/Runtime/ANF/POp.hs:338)
2543.86 s
[unison-runtime] word2pop (src/Unison/Runtime/ANF/POp.hs:341)
2543.86 s
[unison-runtime] Warning: 'arraychecks' is out of scope.
2543.86 s
[unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
2543.87 s
[unison-runtime] 87% (125 /143) in 'Unison.Runtime.Array'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] createByteArray
2543.87 s
[unison-runtime] byteArrayToList (src/Unison/Runtime/Array.hs:431)
2543.87 s
[unison-runtime] readArray (src/Unison/Runtime/Array.hs:284)
2543.87 s
[unison-runtime] writeArray (src/Unison/Runtime/Array.hs:294)
2543.87 s
[unison-runtime] copyArray (src/Unison/Runtime/Array.hs:306)
2543.87 s
[unison-runtime] traverseArrayIO (src/Unison/Runtime/Array.hs:434)
2543.87 s
[unison-runtime] copyMutableArray (src/Unison/Runtime/Array.hs:328)
2543.87 s
[unison-runtime] cloneMutableArray (src/Unison/Runtime/Array.hs:316)
2543.87 s
[unison-runtime] readByteArray (src/Unison/Runtime/Array.hs:339)
2543.87 s
[unison-runtime] writeByteArray (src/Unison/Runtime/Array.hs:351)
2543.87 s
[unison-runtime] indexByteArray (src/Unison/Runtime/Array.hs:361)
2543.87 s
[unison-runtime] copyByteArray (src/Unison/Runtime/Array.hs:373)
2543.87 s
[unison-runtime] copyMutableByteArray (src/Unison/Runtime/Array.hs:385)
2543.87 s
[unison-runtime] moveByteArray (src/Unison/Runtime/Array.hs:397)
2543.87 s
[unison-runtime] readPrimArray (src/Unison/Runtime/Array.hs:407)
2543.87 s
[unison-runtime] writePrimArray (src/Unison/Runtime/Array.hs:418)
2543.87 s
[unison-runtime] indexPrimArray (src/Unison/Runtime/Array.hs:427)
2543.87 s
[unison-runtime] byteArrayToShortByteString (src/Unison/Runtime/Array.hs:447)
2543.87 s
[unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Builtin.Types'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] typeReferences (src/Unison/Runtime/Builtin/Types.hs:19)
2543.87 s
[unison-runtime] builtinTypeNumbering (src/Unison/Runtime/Builtin/Types.hs:16)
2543.87 s
[unison-runtime] builtinTypeBackref (src/Unison/Runtime/Builtin/Types.hs:27)
2543.87 s
[unison-runtime] 0% ( 0 / 15) in 'Unison.Runtime.Canonicalizer'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] Canonicalizer (src/Unison/Runtime/Canonicalizer.hs:33)
2543.87 s
[unison-runtime] canonicalize (src/Unison/Runtime/Canonicalizer.hs:117)
2543.87 s
[unison-runtime] categorize (src/Unison/Runtime/Canonicalizer.hs:80)
2543.87 s
[unison-runtime] unsafeCategorize (src/Unison/Runtime/Canonicalizer.hs:85)
2543.87 s
[unison-runtime] Canonicity (src/Unison/Runtime/Canonicalizer.hs:42)
2543.87 s
[unison-runtime] CanonMap (src/Unison/Runtime/Canonicalizer.hs:121)
2543.87 s
[unison-runtime] empty (src/Unison/Runtime/Canonicalizer.hs:39)
2543.87 s
[unison-runtime] lookup (src/Unison/Runtime/Canonicalizer.hs:134)
2543.87 s
[unison-runtime] insert (src/Unison/Runtime/Canonicalizer.hs:149)
2543.87 s
[unison-runtime] unsafeLookup (src/Unison/Runtime/Canonicalizer.hs:162)
2543.87 s
[unison-runtime] findWithDefault (src/Unison/Runtime/Canonicalizer.hs:157)
2543.87 s
[unison-runtime] fromListByIndex (src/Unison/Runtime/Canonicalizer.hs:166)
2543.87 s
[unison-runtime] fromList (src/Unison/Runtime/Canonicalizer.hs:171)
2543.87 s
[unison-runtime] emptyCM (src/Unison/Runtime/Canonicalizer.hs:178)
2543.87 s
[unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Crypto.P256'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] derivePublicKey (src/Unison/Runtime/Crypto/P256.hs:30)
2543.87 s
[unison-runtime] signSha256 (src/Unison/Runtime/Crypto/P256.hs:35)
2543.87 s
[unison-runtime] verifySha256 (src/Unison/Runtime/Crypto/P256.hs:44)
2543.87 s
[unison-runtime] 75% ( 3 / 4) in 'Unison.Runtime.Crypto.Rsa'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] 0% ( 0 / 14) in 'Unison.Runtime.Foreign.Dynamic'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] FFType (src/Unison/Runtime/Foreign/Dynamic.hs:15)
2543.87 s
[unison-runtime] FFSpec (src/Unison/Runtime/Foreign/Dynamic.hs:32)
2543.87 s
[unison-runtime] CSpec (src/Unison/Runtime/Foreign/Dynamic.hs:35)
2543.87 s
[unison-runtime] CDynFunc (src/Unison/Runtime/Foreign/Dynamic.hs:41)
2543.87 s
[unison-runtime] cffArgs (src/Unison/Runtime/Foreign/Dynamic.hs:50)
2543.87 s
[unison-runtime] cffResult (src/Unison/Runtime/Foreign/Dynamic.hs:53)
2543.87 s
[unison-runtime] encodeType (src/Unison/Runtime/Foreign/Dynamic.hs:66)
2543.87 s
[unison-runtime] encodeTypes (src/Unison/Runtime/Foreign/Dynamic.hs:81)
2543.87 s
[unison-runtime] PrepException (src/Unison/Runtime/Foreign/Dynamic.hs:88)
2543.87 s
[unison-runtime] adjustSpec (src/Unison/Runtime/Foreign/Dynamic.hs:93)
2543.87 s
[unison-runtime] prepareSpec (src/Unison/Runtime/Foreign/Dynamic.hs:99)
2543.87 s
[unison-runtime] loadForeign (src/Unison/Runtime/Foreign/Dynamic.hs:120)
2543.87 s
[unison-runtime] callForeign (src/Unison/Runtime/Foreign/Dynamic.hs:138)
2543.87 s
[unison-runtime] 33% ( 1 / 3) in 'Unison.Runtime.Foreign.Function.Type'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] foreignFuncBuiltinName (src/Unison/Runtime/Foreign/Function/Type.hs:478)
2543.87 s
[unison-runtime] 0% ( 0 /196) in 'Unison.Runtime.IOSource'
2543.87 s
[unison-runtime] Missing documentation for:
2543.87 s
[unison-runtime] Module header
2543.87 s
[unison-runtime] debug (src/Unison/Runtime/IOSource.hs:37)
2543.87 s
[unison-runtime] parsingEnv (src/Unison/Runtime/IOSource.hs:40)
2543.87 s
[unison-runtime] typecheckingEnv (src/Unison/Runtime/IOSource.hs:50)
2543.87 s
[unison-runtime] parsedFile (src/Unison/Runtime/IOSource.hs:59)
2543.87 s
[unison-runtime] typecheckedFile (src/Unison/Runtime/IOSource.hs:65)
2543.87 s
[unison-runtime] typecheckedFile' (src/Unison/Runtime/IOSource.hs:70)
2543.87 s
[unison-runtime] typecheckedFileTerms (src/Unison/Runtime/IOSource.hs:76)
2543.87 s
[unison-runtime] termNamed (src/Unison/Runtime/IOSource.hs:79)
2543.87 s
[unison-runtime] codeLookup (src/Unison/Runtime/IOSource.hs:84)
2543.87 s
[unison-runtime] codeLookupM (src/Unison/Runtime/IOSource.hs:87)
2543.87 s
[unison-runtime] typeNamedId (src/Unison/Runtime/IOSource.hs:90)
2543.87 s
[unison-runtime] typeNamed (src/Unison/Runtime/IOSource.hs:96)
2543.87 s
[unison-runtime] abilityNamedId (src/Unison/Runtime/IOSource.hs:99)
2543.87 s
[unison-runtime] eitherReference (src/Unison/Runtime/IOSource.hs:109)
2543.87 s
[unison-runtime] optionReference (src/Unison/Runtime/IOSource.hs:110)
2543.87 s
[unison-runtime] isTestReference (src/Unison/Runtime/IOSource.hs:111)
2543.87 s
[unison-runtime] isPropagatedReference (src/Unison/Runtime/IOSource.hs:112)
2543.87 s
[unison-runtime] isTest (src/Unison/Runtime/IOSource.hs:115)
2543.87 s
[unison-runtime] isIOTest (src/Unison/Runtime/IOSource.hs:118)
2543.87 s
[unison-runtime] isPropagatedValue (src/Unison/Runtime/IOSource.hs:121)
2543.87 s
[unison-runtime] eitherLeftId (src/Unison/Runtime/IOSource.hs:124)
2543.87 s
[unison-runtime] eitherRightId (src/Unison/Runtime/IOSource.hs:125)
2543.87 s
[unison-runtime] someId (src/Unison/Runtime/IOSource.hs:126)
2543.87 s
[unison-runtime] noneId (src/Unison/Runtime/IOSource.hs:127)
2543.87 s
[unison-runtime] authorRef (src/Unison/Runtime/IOSource.hs:130)
2543.87 s
[unison-runtime] guidRef (src/Unison/Runtime/IOSource.hs:131)
2543.87 s
[unison-runtime] copyrightHolderRef (src/Unison/Runtime/IOSource.hs:132)
2543.87 s
[unison-runtime] doc2Ref (src/Unison/Runtime/IOSource.hs:135)
2543.87 s
[unison-runtime] doc2SpecialFormRef (src/Unison/Runtime/IOSource.hs:137)
2543.87 s
[unison-runtime] doc2TermRef (src/Unison/Runtime/IOSource.hs:139)
2543.87 s
[unison-runtime] prettyRef (src/Unison/Runtime/IOSource.hs:141)
2543.87 s
[unison-runtime] prettyAnnotatedRef (src/Unison/Runtime/IOSource.hs:143)
2543.87 s
[unison-runtime] ansiColorRef (src/Unison/Runtime/IOSource.hs:145)
2543.87 s
[unison-runtime] consoleTextRef (src/Unison/Runtime/IOSource.hs:147)
2543.87 s
[unison-runtime] Doc2Ref (src/Unison/Runtime/IOSource.hs:149)
2543.87 s
[unison-runtime] doc2WordId (src/Unison/Runtime/IOSource.hs:151)
2543.87 s
[unison-runtime] doc2CodeId (src/Unison/Runtime/IOSource.hs:153)
2543.87 s
[unison-runtime] doc2CodeBlockId (src/Unison/Runtime/IOSource.hs:155)
2543.87 s
[unison-runtime] doc2BoldId (src/Unison/Runtime/IOSource.hs:157)
2543.87 s
[unison-runtime] doc2ItalicId (src/Unison/Runtime/IOSource.hs:159)
2543.87 s
[unison-runtime] doc2StrikethroughId (src/Unison/Runtime/IOSource.hs:161)
2543.87 s
[unison-runtime] doc2StyleId (src/Unison/Runtime/IOSource.hs:163)
2543.87 s
[unison-runtime] doc2AnchorId (src/Unison/Runtime/IOSource.hs:165)
2543.87 s
[unison-runtime] doc2BlockquoteId (src/Unison/Runtime/IOSource.hs:167)
2543.87 s
[unison-runtime] doc2BlanklineId (src/Unison/Runtime/IOSource.hs:169)
2543.87 s
[unison-runtime] doc2LinebreakId (src/Unison/Runtime/IOSource.hs:171)
2543.87 s
[unison-runtime] doc2SectionBreakId (src/Unison/Runtime/IOSource.hs:173)
2543.87 s
[unison-runtime] doc2TooltipId (src/Unison/Runtime/IOSource.hs:175)
2543.87 s
[unison-runtime] doc2AsideId (src/Unison/Runtime/IOSource.hs:177)
2543.87 s
[unison-runtime] doc2CalloutId (src/Unison/Runtime/IOSource.hs:179)
2543.87 s
[unison-runtime] doc2TableId (src/Unison/Runtime/IOSource.hs:181)
2543.87 s
[unison-runtime] doc2FoldedId (src/Unison/Runtime/IOSource.hs:183)
2543.87 s
[unison-runtime] doc2ParagraphId (src/Unison/Runtime/IOSource.hs:185)
2543.87 s
[unison-runtime] doc2BulletedListId (src/Unison/Runtime/IOSource.hs:187)
2543.87 s
[unison-runtime] doc2NumberedListId (src/Unison/Runtime/IOSource.hs:189)
2543.87 s
[unison-runtime] doc2SectionId (src/Unison/Runtime/IOSource.hs:191)
2543.87 s
[unison-runtime] doc2NamedLinkId (src/Unison/Runtime/IOSource.hs:193)
2543.87 s
[unison-runtime] doc2ImageId (src/Unison/Runtime/IOSource.hs:195)
2543.87 s
[unison-runtime] doc2SpecialId (src/Unison/Runtime/IOSource.hs:197)
2543.87 s
[unison-runtime] doc2JoinId (src/Unison/Runtime/IOSource.hs:199)
2543.87 s
[unison-runtime] doc2UntitledSectionId (src/Unison/Runtime/IOSource.hs:201)
2543.87 s
[unison-runtime] doc2ColumnId (src/Unison/Runtime/IOSource.hs:203)
2543.87 s
[unison-runtime] doc2GroupId (src/Unison/Runtime/IOSource.hs:205)
2543.87 s
[unison-runtime] doc2MediaSourceRef (src/Unison/Runtime/IOSource.hs:208)
2543.87 s
[unison-runtime] Doc2MediaSourceRef (src/Unison/Runtime/IOSource.hs:210)
2543.87 s
[unison-runtime] doc2VideoRef (src/Unison/Runtime/IOSource.hs:213)
2543.87 s
[unison-runtime] Doc2VideoRef (src/Unison/Runtime/IOSource.hs:215)
2543.87 s
[unison-runtime] doc2FrontMatterRef (src/Unison/Runtime/IOSource.hs:218)
2543.87 s
[unison-runtime] Doc2FrontMatterRef (src/Unison/Runtime/IOSource.hs:220)
2543.87 s
[unison-runtime] doc2LaTeXInlineRef (src/Unison/Runtime/IOSource.hs:223)
2543.87 s
[unison-runtime] Doc2LaTeXInlineRef (src/Unison/Runtime/IOSource.hs:225)
2543.87 s
[unison-runtime] doc2SvgRef (src/Unison/Runtime/IOSource.hs:228)
2543.87 s
[unison-runtime] Doc2SvgRef (src/Unison/Runtime/IOSource.hs:230)
2543.87 s
[unison-runtime] Doc2Word (src/Unison/Runtime/IOSource.hs:232)
2543.88 s
[unison-runtime] Doc2Code (src/Unison/Runtime/IOSource.hs:234)
2543.88 s
[unison-runtime] Doc2CodeBlock (src/Unison/Runtime/IOSource.hs:236)
2543.88 s
[unison-runtime] Doc2Bold (src/Unison/Runtime/IOSource.hs:238)
2543.88 s
[unison-runtime] Doc2Italic (src/Unison/Runtime/IOSource.hs:240)
2543.88 s
[unison-runtime] Doc2Strikethrough (src/Unison/Runtime/IOSource.hs:242)
2543.88 s
[unison-runtime] Doc2Style (src/Unison/Runtime/IOSource.hs:244)
2543.88 s
[unison-runtime] Doc2Anchor (src/Unison/Runtime/IOSource.hs:246)
2543.88 s
[unison-runtime] Doc2Blockquote (src/Unison/Runtime/IOSource.hs:248)
2543.88 s
[unison-runtime] Doc2Blankline (src/Unison/Runtime/IOSource.hs:250)
2543.88 s
[unison-runtime] Doc2Linebreak (src/Unison/Runtime/IOSource.hs:252)
2543.88 s
[unison-runtime] Doc2SectionBreak (src/Unison/Runtime/IOSource.hs:254)
2543.88 s
[unison-runtime] Doc2Tooltip (src/Unison/Runtime/IOSource.hs:256)
2543.88 s
[unison-runtime] Doc2Aside (src/Unison/Runtime/IOSource.hs:258)
2543.88 s
[unison-runtime] Doc2Callout (src/Unison/Runtime/IOSource.hs:260)
2543.88 s
[unison-runtime] Doc2Table (src/Unison/Runtime/IOSource.hs:262)
2543.88 s
[unison-runtime] Doc2Folded (src/Unison/Runtime/IOSource.hs:264)
2543.88 s
[unison-runtime] Doc2Paragraph (src/Unison/Runtime/IOSource.hs:266)
2543.88 s
[unison-runtime] Doc2BulletedList (src/Unison/Runtime/IOSource.hs:268)
2543.88 s
[unison-runtime] Doc2NumberedList (src/Unison/Runtime/IOSource.hs:270)
2543.88 s
[unison-runtime] Doc2Section (src/Unison/Runtime/IOSource.hs:272)
2543.88 s
[unison-runtime] Doc2NamedLink (src/Unison/Runtime/IOSource.hs:274)
2543.88 s
[unison-runtime] Doc2Image (src/Unison/Runtime/IOSource.hs:276)
2543.88 s
[unison-runtime] Doc2Special (src/Unison/Runtime/IOSource.hs:278)
2543.88 s
[unison-runtime] Doc2Join (src/Unison/Runtime/IOSource.hs:280)
2543.88 s
[unison-runtime] Doc2UntitledSection (src/Unison/Runtime/IOSource.hs:282)
2543.88 s
[unison-runtime] Doc2Column (src/Unison/Runtime/IOSource.hs:284)
2543.88 s
[unison-runtime] Doc2Group (src/Unison/Runtime/IOSource.hs:286)
2543.88 s
[unison-runtime] Doc2SpecialFormRef (src/Unison/Runtime/IOSource.hs:288)
2543.88 s
[unison-runtime] doc2SpecialFormSourceId (src/Unison/Runtime/IOSource.hs:290)
2543.88 s
[unison-runtime] doc2SpecialFormFoldedSourceId (src/Unison/Runtime/IOSource.hs:292)
2543.88 s
[unison-runtime] doc2SpecialFormExampleId (src/Unison/Runtime/IOSource.hs:294)
2543.88 s
[unison-runtime] doc2SpecialFormExampleBlockId (src/Unison/Runtime/IOSource.hs:296)
2543.88 s
[unison-runtime] doc2SpecialFormLinkId (src/Unison/Runtime/IOSource.hs:298)
2543.88 s
[unison-runtime] doc2SpecialFormSignatureId (src/Unison/Runtime/IOSource.hs:300)
2543.88 s
[unison-runtime] doc2SpecialFormSignatureInlineId (src/Unison/Runtime/IOSource.hs:302)
2543.88 s
[unison-runtime] doc2SpecialFormEvalId (src/Unison/Runtime/IOSource.hs:304)
2543.88 s
[unison-runtime] doc2SpecialFormEvalInlineId (src/Unison/Runtime/IOSource.hs:306)
2543.88 s
[unison-runtime] doc2SpecialFormEmbedId (src/Unison/Runtime/IOSource.hs:308)
2543.88 s
[unison-runtime] doc2SpecialFormEmbedInlineId (src/Unison/Runtime/IOSource.hs:310)
2543.88 s
[unison-runtime] Doc2SpecialFormSource (src/Unison/Runtime/IOSource.hs:312)
2543.88 s
[unison-runtime] Doc2SpecialFormFoldedSource (src/Unison/Runtime/IOSource.hs:314)
2543.88 s
[unison-runtime] Doc2SpecialFormExample (src/Unison/Runtime/IOSource.hs:316)
2543.88 s
[unison-runtime] Doc2SpecialFormExampleBlock (src/Unison/Runtime/IOSource.hs:318)
2543.88 s
[unison-runtime] Doc2SpecialFormLink (src/Unison/Runtime/IOSource.hs:320)
2543.88 s
[unison-runtime] Doc2SpecialFormSignature (src/Unison/Runtime/IOSource.hs:322)
2543.88 s
[unison-runtime] Doc2SpecialFormSignatureInline (src/Unison/Runtime/IOSource.hs:324)
2543.88 s
[unison-runtime] Doc2SpecialFormEval (src/Unison/Runtime/IOSource.hs:326)
2543.88 s
[unison-runtime] Doc2SpecialFormEvalInline (src/Unison/Runtime/IOSource.hs:328)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbed (src/Unison/Runtime/IOSource.hs:330)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbedInline (src/Unison/Runtime/IOSource.hs:332)
2543.88 s
[unison-runtime] Doc2MediaSource (src/Unison/Runtime/IOSource.hs:334)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbedVideo (src/Unison/Runtime/IOSource.hs:336)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbedFrontMatter (src/Unison/Runtime/IOSource.hs:338)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbedLaTeXInline (src/Unison/Runtime/IOSource.hs:340)
2543.88 s
[unison-runtime] Doc2SpecialFormEmbedSvg (src/Unison/Runtime/IOSource.hs:342)
2543.88 s
[unison-runtime] Doc2Example (src/Unison/Runtime/IOSource.hs:346)
2543.88 s
[unison-runtime] Doc2Term (src/Unison/Runtime/IOSource.hs:349)
2543.88 s
[unison-runtime] Doc2TermRef (src/Unison/Runtime/IOSource.hs:351)
2543.88 s
[unison-runtime] PrettyAnnotatedRef (src/Unison/Runtime/IOSource.hs:353)
2543.88 s
[unison-runtime] prettyEmptyId (src/Unison/Runtime/IOSource.hs:355)
2543.88 s
[unison-runtime] prettyGroupId (src/Unison/Runtime/IOSource.hs:357)
2543.88 s
[unison-runtime] prettyLitId (src/Unison/Runtime/IOSource.hs:359)
2543.88 s
[unison-runtime] prettyWrapId (src/Unison/Runtime/IOSource.hs:361)
2543.88 s
[unison-runtime] prettyOrElseId (src/Unison/Runtime/IOSource.hs:363)
2543.88 s
[unison-runtime] prettyIndentId (src/Unison/Runtime/IOSource.hs:365)
2543.88 s
[unison-runtime] prettyAppendId (src/Unison/Runtime/IOSource.hs:367)
2543.88 s
[unison-runtime] prettyTableId (src/Unison/Runtime/IOSource.hs:369)
2543.88 s
[unison-runtime] PrettyEmpty (src/Unison/Runtime/IOSource.hs:371)
2543.88 s
[unison-runtime] PrettyGroup (src/Unison/Runtime/IOSource.hs:373)
2543.88 s
[unison-runtime] PrettyLit (src/Unison/Runtime/IOSource.hs:375)
2543.88 s
[unison-runtime] PrettyWrap (src/Unison/Runtime/IOSource.hs:377)
2543.88 s
[unison-runtime] PrettyIndent (src/Unison/Runtime/IOSource.hs:379)
2543.88 s
[unison-runtime] PrettyOrElse (src/Unison/Runtime/IOSource.hs:381)
2543.88 s
[unison-runtime] PrettyTable (src/Unison/Runtime/IOSource.hs:383)
2543.88 s
[unison-runtime] PrettyAppend (src/Unison/Runtime/IOSource.hs:385)
2543.88 s
[unison-runtime] PrettyRef (src/Unison/Runtime/IOSource.hs:387)
2543.88 s
[unison-runtime] prettyGetRef (src/Unison/Runtime/IOSource.hs:389)
2543.88 s
[unison-runtime] doc2FormatConsoleRef (src/Unison/Runtime/IOSource.hs:391)
2543.88 s
[unison-runtime] AnsiColorRef (src/Unison/Runtime/IOSource.hs:393)
2543.88 s
[unison-runtime] ansiColorBlackId (src/Unison/Runtime/IOSource.hs:395)
2543.88 s
[unison-runtime] AnsiColorBlack (src/Unison/Runtime/IOSource.hs:433)
2543.88 s
[unison-runtime] AnsiColorRed (src/Unison/Runtime/IOSource.hs:435)
2543.88 s
[unison-runtime] AnsiColorGreen (src/Unison/Runtime/IOSource.hs:437)
2543.88 s
[unison-runtime] AnsiColorYellow (src/Unison/Runtime/IOSource.hs:439)
2543.88 s
[unison-runtime] AnsiColorBlue (src/Unison/Runtime/IOSource.hs:441)
2543.88 s
[unison-runtime] AnsiColorMagenta (src/Unison/Runtime/IOSource.hs:443)
2543.88 s
[unison-runtime] AnsiColorCyan (src/Unison/Runtime/IOSource.hs:445)
2543.88 s
[unison-runtime] AnsiColorWhite (src/Unison/Runtime/IOSource.hs:447)
2543.88 s
[unison-runtime] AnsiColorBrightBlack (src/Unison/Runtime/IOSource.hs:449)
2543.88 s
[unison-runtime] AnsiColorBrightRed (src/Unison/Runtime/IOSource.hs:451)
2543.88 s
[unison-runtime] AnsiColorBrightGreen (src/Unison/Runtime/IOSource.hs:453)
2543.88 s
[unison-runtime] AnsiColorBrightYellow (src/Unison/Runtime/IOSource.hs:455)
2543.88 s
[unison-runtime] AnsiColorBrightBlue (src/Unison/Runtime/IOSource.hs:457)
2543.88 s
[unison-runtime] AnsiColorBrightMagenta (src/Unison/Runtime/IOSource.hs:459)
2543.88 s
[unison-runtime] AnsiColorBrightCyan (src/Unison/Runtime/IOSource.hs:461)
2543.88 s
[unison-runtime] AnsiColorBrightWhite (src/Unison/Runtime/IOSource.hs:463)
2543.88 s
[unison-runtime] ConsoleTextRef (src/Unison/Runtime/IOSource.hs:465)
2543.88 s
[unison-runtime] consoleTextPlainId (src/Unison/Runtime/IOSource.hs:467)
2543.88 s
[unison-runtime] consoleTextForegroundId (src/Unison/Runtime/IOSource.hs:469)
2543.88 s
[unison-runtime] consoleTextBackgroundId (src/Unison/Runtime/IOSource.hs:471)
2543.88 s
[unison-runtime] consoleTextBoldId (src/Unison/Runtime/IOSource.hs:473)
2543.88 s
[unison-runtime] consoleTextUnderlineId (src/Unison/Runtime/IOSource.hs:475)
2543.88 s
[unison-runtime] consoleTextInvertId (src/Unison/Runtime/IOSource.hs:477)
2543.88 s
[unison-runtime] ConsoleTextPlain (src/Unison/Runtime/IOSource.hs:479)
2543.88 s
[unison-runtime] ConsoleTextForeground (src/Unison/Runtime/IOSource.hs:481)
2543.88 s
[unison-runtime] ConsoleTextBackground (src/Unison/Runtime/IOSource.hs:483)
2543.88 s
[unison-runtime] ConsoleTextBold (src/Unison/Runtime/IOSource.hs:485)
2543.88 s
[unison-runtime] ConsoleTextUnderline (src/Unison/Runtime/IOSource.hs:487)
2543.88 s
[unison-runtime] ConsoleTextInvert (src/Unison/Runtime/IOSource.hs:489)
2543.88 s
[unison-runtime] iarrayFromListRef (src/Unison/Runtime/IOSource.hs:492)
2543.88 s
[unison-runtime] ibarrayFromBytesRef (src/Unison/Runtime/IOSource.hs:495)
2543.88 s
[unison-runtime] constructorNamed (src/Unison/Runtime/IOSource.hs:498)
2543.88 s
[unison-runtime] constructorName (src/Unison/Runtime/IOSource.hs:518)
2543.88 s
[unison-runtime] sourceString (src/Unison/Runtime/IOSource.hs:529)
2543.88 s
[unison-runtime] source (src/Unison/Runtime/IOSource.hs:533)
2543.88 s
[unison-runtime] Note (src/Unison/Runtime/IOSource.hs:1013)
2543.88 s
[unison-runtime] TFile (src/Unison/Runtime/IOSource.hs:1015)
2543.88 s
[unison-runtime] SynthResult (src/Unison/Runtime/IOSource.hs:1017)
2543.88 s
[unison-runtime] EitherResult (src/Unison/Runtime/IOSource.hs:1022)
2543.88 s
[unison-runtime] showNotes (src/Unison/Runtime/IOSource.hs:1025)
2543.88 s
[unison-runtime] ppEnv (src/Unison/Runtime/IOSource.hs:1029)
2543.88 s
[unison-runtime] 33% ( 1 / 3) in 'Unison.Runtime.InternalError'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] CompileExn (src/Unison/Runtime/InternalError.hs:15)
2543.88 s
[unison-runtime] internalBug (src/Unison/Runtime/InternalError.hs:21)
2543.88 s
[unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Pattern'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] DataSpec (src/Unison/Runtime/Pattern.hs:55)
2543.88 s
[unison-runtime] splitPatterns (src/Unison/Runtime/Pattern.hs:782)
2543.88 s
[unison-runtime] builtinDataSpec (src/Unison/Runtime/Pattern.hs:86)
2543.88 s
[unison-runtime] 0% ( 0 / 12) in 'Unison.Runtime.Referenced'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] Referenced (src/Unison/Runtime/Referenced.hs:53)
2543.88 s
[unison-runtime] dereference (src/Unison/Runtime/Referenced.hs:109)
2543.88 s
[unison-runtime] Referential (src/Unison/Runtime/Referenced.hs:85)
2543.88 s
[unison-runtime] RefNum (src/Unison/Runtime/Referenced.hs:34)
2543.88 s
[unison-runtime] CanonST (src/Unison/Runtime/Referenced.hs:120)
2543.88 s
[unison-runtime] emptyCST (src/Unison/Runtime/Referenced.hs:129)
2543.88 s
[unison-runtime] Canonize (src/Unison/Runtime/Referenced.hs:131)
2543.88 s
[unison-runtime] resolveRef (src/Unison/Runtime/Referenced.hs:134)
2543.88 s
[unison-runtime] canonicalizeRefs (src/Unison/Runtime/Referenced.hs:170)
2543.88 s
[unison-runtime] recanonicalizeRefs (src/Unison/Runtime/Referenced.hs:186)
2543.88 s
[unison-runtime] toReferenced (src/Unison/Runtime/Referenced.hs:206)
2543.88 s
[unison-runtime] 3% ( 1 / 27) in 'Unison.Runtime.Serialize.Get'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] Get (src/Unison/Runtime/Serialize/Get.hs:55)
2543.88 s
[unison-runtime] GetExn (src/Unison/Runtime/Serialize/Get.hs:84)
2543.88 s
[unison-runtime] getExnMsg (src/Unison/Runtime/Serialize/Get.hs:90)
2543.88 s
[unison-runtime] Ix (src/Unison/Runtime/Serialize/Get.hs:53)
2543.88 s
[unison-runtime] evaluated (src/Unison/Runtime/Serialize/Get.hs:81)
2543.88 s
[unison-runtime] getByteString (src/Unison/Runtime/Serialize/Get.hs:263)
2543.88 s
[unison-runtime] getWord8 (src/Unison/Runtime/Serialize/Get.hs:133)
2543.88 s
[unison-runtime] getVarInt (src/Unison/Runtime/Serialize/Get.hs:142)
2543.88 s
[unison-runtime] getInt64be (src/Unison/Runtime/Serialize/Get.hs:170)
2543.88 s
[unison-runtime] getWord16be (src/Unison/Runtime/Serialize/Get.hs:189)
2543.88 s
[unison-runtime] getWord32be (src/Unison/Runtime/Serialize/Get.hs:202)
2543.88 s
[unison-runtime] getWord64be (src/Unison/Runtime/Serialize/Get.hs:217)
2543.88 s
[unison-runtime] getWord64le (src/Unison/Runtime/Serialize/Get.hs:236)
2543.88 s
[unison-runtime] getDoublebe (src/Unison/Runtime/Serialize/Get.hs:259)
2543.88 s
[unison-runtime] getFloatbe (src/Unison/Runtime/Serialize/Get.hs:255)
2543.88 s
[unison-runtime] getAccumulating (src/Unison/Runtime/Serialize/Get.hs:283)
2543.88 s
[unison-runtime] getAccumulatingRevList (src/Unison/Runtime/Serialize/Get.hs:295)
2543.88 s
[unison-runtime] getArray (src/Unison/Runtime/Serialize/Get.hs:307)
2543.88 s
[unison-runtime] getList (src/Unison/Runtime/Serialize/Get.hs:271)
2543.88 s
[unison-runtime] getSeq (src/Unison/Runtime/Serialize/Get.hs:303)
2543.88 s
[unison-runtime] getPrimArray (src/Unison/Runtime/Serialize/Get.hs:317)
2543.88 s
[unison-runtime] remaining (src/Unison/Runtime/Serialize/Get.hs:127)
2543.88 s
[unison-runtime] runGet (src/Unison/Runtime/Serialize/Get.hs:58)
2543.88 s
[unison-runtime] runGetCatch (src/Unison/Runtime/Serialize/Get.hs:69)
2543.88 s
[unison-runtime] runGetCatchIO (src/Unison/Runtime/Serialize/Get.hs:63)
2543.88 s
[unison-runtime] 0% ( 0 / 11) in 'Unison.Runtime.SparseVector'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] SparseVector (src/Unison/Runtime/SparseVector.hs:19)
2543.88 s
[unison-runtime] map (src/Unison/Runtime/SparseVector.hs:29)
2543.88 s
[unison-runtime] mask (src/Unison/Runtime/SparseVector.hs:39)
2543.88 s
[unison-runtime] zipWith (src/Unison/Runtime/SparseVector.hs:83)
2543.88 s
[unison-runtime] _1 (src/Unison/Runtime/SparseVector.hs:93)
2543.88 s
[unison-runtime] _2 (src/Unison/Runtime/SparseVector.hs:96)
2543.88 s
[unison-runtime] unzip (src/Unison/Runtime/SparseVector.hs:103)
2543.88 s
[unison-runtime] choose (src/Unison/Runtime/SparseVector.hs:114)
2543.88 s
[unison-runtime] merge (src/Unison/Runtime/SparseVector.hs:128)
2543.88 s
[unison-runtime] eq (src/Unison/Runtime/SparseVector.hs:168)
2543.88 s
[unison-runtime] 1% ( 2 /148) in 'Unison.Runtime.TypeTags'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] Tag (src/Unison/Runtime/TypeTags.hs:181)
2543.88 s
[unison-runtime] RTag (src/Unison/Runtime/TypeTags.hs:168)
2543.88 s
[unison-runtime] CTag (src/Unison/Runtime/TypeTags.hs:172)
2543.88 s
[unison-runtime] packTags (src/Unison/Runtime/TypeTags.hs:192)
2543.88 s
[unison-runtime] unpackTags (src/Unison/Runtime/TypeTags.hs:198)
2543.88 s
[unison-runtime] maskTags (src/Unison/Runtime/TypeTags.hs:204)
2543.88 s
[unison-runtime] typeTag (src/Unison/Runtime/TypeTags.hs:208)
2543.88 s
[unison-runtime] anyTag (src/Unison/Runtime/TypeTags.hs:269)
2543.88 s
[unison-runtime] floatTag (src/Unison/Runtime/TypeTags.hs:248)
2543.88 s
[unison-runtime] natTag (src/Unison/Runtime/TypeTags.hs:251)
2543.88 s
[unison-runtime] intTag (src/Unison/Runtime/TypeTags.hs:254)
2543.88 s
[unison-runtime] charTag (src/Unison/Runtime/TypeTags.hs:257)
2543.88 s
[unison-runtime] unitTag (src/Unison/Runtime/TypeTags.hs:260)
2543.88 s
[unison-runtime] leftTag (src/Unison/Runtime/TypeTags.hs:285)
2543.88 s
[unison-runtime] rightTag (src/Unison/Runtime/TypeTags.hs:285)
2543.88 s
[unison-runtime] noneTag (src/Unison/Runtime/TypeTags.hs:275)
2543.88 s
[unison-runtime] someTag (src/Unison/Runtime/TypeTags.hs:275)
2543.88 s
[unison-runtime] falseTag (src/Unison/Runtime/TypeTags.hs:263)
2543.88 s
[unison-runtime] trueTag (src/Unison/Runtime/TypeTags.hs:266)
2543.88 s
[unison-runtime] pairTag (src/Unison/Runtime/TypeTags.hs:358)
2543.88 s
[unison-runtime] failureTag (src/Unison/Runtime/TypeTags.hs:272)
2543.88 s
[unison-runtime] noBufTag (src/Unison/Runtime/TypeTags.hs:295)
2543.88 s
[unison-runtime] lineBufTag (src/Unison/Runtime/TypeTags.hs:295)
2543.88 s
[unison-runtime] blockBufTag (src/Unison/Runtime/TypeTags.hs:295)
2543.88 s
[unison-runtime] sizedBlockBufTag (src/Unison/Runtime/TypeTags.hs:295)
2543.88 s
[unison-runtime] readModeTag (src/Unison/Runtime/TypeTags.hs:309)
2543.88 s
[unison-runtime] writeModeTag (src/Unison/Runtime/TypeTags.hs:309)
2543.88 s
[unison-runtime] appendModeTag (src/Unison/Runtime/TypeTags.hs:309)
2543.88 s
[unison-runtime] readWriteModeTag (src/Unison/Runtime/TypeTags.hs:309)
2543.88 s
[unison-runtime] seekAbsoluteTag (src/Unison/Runtime/TypeTags.hs:323)
2543.88 s
[unison-runtime] seekRelativeTag (src/Unison/Runtime/TypeTags.hs:323)
2543.88 s
[unison-runtime] seekEndTag (src/Unison/Runtime/TypeTags.hs:323)
2543.88 s
[unison-runtime] exceptionTag (src/Unison/Runtime/TypeTags.hs:350)
2543.88 s
[unison-runtime] exceptionRaiseTag (src/Unison/Runtime/TypeTags.hs:350)
2543.88 s
[unison-runtime] stdInTag (src/Unison/Runtime/TypeTags.hs:336)
2543.88 s
[unison-runtime] stdOutTag (src/Unison/Runtime/TypeTags.hs:336)
2543.88 s
[unison-runtime] stdErrTag (src/Unison/Runtime/TypeTags.hs:336)
2543.88 s
[unison-runtime] seqViewElemTag (src/Unison/Runtime/TypeTags.hs:365)
2543.88 s
[unison-runtime] seqViewEmptyTag (src/Unison/Runtime/TypeTags.hs:365)
2543.88 s
[unison-runtime] mapTipTag (src/Unison/Runtime/TypeTags.hs:377)
2543.88 s
[unison-runtime] mapBinTag (src/Unison/Runtime/TypeTags.hs:377)
2543.88 s
[unison-runtime] setWrapTag (src/Unison/Runtime/TypeTags.hs:389)
2543.88 s
[unison-runtime] jsonNullTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonBoolTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonObjTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonNumTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonTextTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonArrTag (src/Unison/Runtime/TypeTags.hs:400)
2543.88 s
[unison-runtime] jsonParseErrorTag (src/Unison/Runtime/TypeTags.hs:416)
2543.88 s
[unison-runtime] avroNullTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroRecordTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroBytesTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroFixedTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroArrayTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroMapTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroUnionTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroEnumTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroStringTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroIntTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroLongTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroFloatTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroDoubleTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroBooleanTag (src/Unison/Runtime/TypeTags.hs:426)
2543.88 s
[unison-runtime] avroReadSchemaNullTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaBooleanTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaIntTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaLongTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaFloatTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaDoubleTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaBytesTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaStringTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaArrayTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaMapTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaRecordTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaEnumTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaUnionTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaFixedTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaFreeUnionTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroReadSchemaNamedTypeTag (src/Unison/Runtime/TypeTags.hs:455)
2543.88 s
[unison-runtime] avroTypeNameTag (src/Unison/Runtime/TypeTags.hs:553)
2543.88 s
[unison-runtime] avroLogicalIntDateTag (src/Unison/Runtime/TypeTags.hs:475)
2543.88 s
[unison-runtime] avroLogicalIntTimeTag (src/Unison/Runtime/TypeTags.hs:475)
2543.88 s
[unison-runtime] avroLogicalIntDecimalTag (src/Unison/Runtime/TypeTags.hs:475)
2543.88 s
[unison-runtime] avroReadFloatFromInt32Tag (src/Unison/Runtime/TypeTags.hs:523)
2543.88 s
[unison-runtime] avroReadFloatFromInt64Tag (src/Unison/Runtime/TypeTags.hs:523)
2543.88 s
[unison-runtime] avroReadFloatTag (src/Unison/Runtime/TypeTags.hs:523)
2543.88 s
[unison-runtime] avroLogicalLongTimeMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalLongTimestampMillisTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalLongTimestampMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalLongLocalTimestampMillisTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalLongLocalTimestampMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalLongDecimalTag (src/Unison/Runtime/TypeTags.hs:500)
2543.88 s
[unison-runtime] avroLogicalFixedDurationTag (src/Unison/Runtime/TypeTags.hs:510)
2543.88 s
[unison-runtime] avroLogicalFixedDecimalTag (src/Unison/Runtime/TypeTags.hs:510)
2543.88 s
[unison-runtime] avroLogicalStringUUIDTag (src/Unison/Runtime/TypeTags.hs:520)
2543.88 s
[unison-runtime] avroReadDoubleFromInt32Tag (src/Unison/Runtime/TypeTags.hs:533)
2543.88 s
[unison-runtime] avroReadDoubleFromInt64Tag (src/Unison/Runtime/TypeTags.hs:533)
2543.88 s
[unison-runtime] avroReadDoubleFromFloatTag (src/Unison/Runtime/TypeTags.hs:533)
2543.88 s
[unison-runtime] avroReadDoubleTag (src/Unison/Runtime/TypeTags.hs:533)
2543.88 s
[unison-runtime] avroDecimalTag (src/Unison/Runtime/TypeTags.hs:556)
2543.88 s
[unison-runtime] avroReadLongInt32Tag (src/Unison/Runtime/TypeTags.hs:543)
2543.88 s
[unison-runtime] avroReadLongTag (src/Unison/Runtime/TypeTags.hs:543)
2543.88 s
[unison-runtime] avroLogicalBytesDecimalTag (src/Unison/Runtime/TypeTags.hs:497)
2543.88 s
[unison-runtime] avroLogicalStringUuidTag (src/Unison/Runtime/TypeTags.hs:494)
2543.88 s
[unison-runtime] avroReadFieldTag (src/Unison/Runtime/TypeTags.hs:485)
2543.88 s
[unison-runtime] avroFieldTag (src/Unison/Runtime/TypeTags.hs:488)
2543.88 s
[unison-runtime] avroFieldStatusAsIsTag (src/Unison/Runtime/TypeTags.hs:559)
2543.88 s
[unison-runtime] avroFieldStatusDefaultedTag (src/Unison/Runtime/TypeTags.hs:559)
2543.88 s
[unison-runtime] avroFieldStatusIgnoredTag (src/Unison/Runtime/TypeTags.hs:559)
2543.88 s
[unison-runtime] avroOrderAscendingTag (src/Unison/Runtime/TypeTags.hs:569)
2543.88 s
[unison-runtime] avroOrderDescendingTag (src/Unison/Runtime/TypeTags.hs:569)
2543.88 s
[unison-runtime] avroOrderIgnoreTag (src/Unison/Runtime/TypeTags.hs:569)
2543.88 s
[unison-runtime] avroDefaultValueIntTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueLongTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueFloatTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueDoubleTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueBytesTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueStringTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueArrayTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueMapTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueRecordTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueUnionTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueFixedTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueEnumTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueNullTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroDefaultValueBooleanTag (src/Unison/Runtime/TypeTags.hs:445)
2543.88 s
[unison-runtime] avroSchemaNullTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaBooleanTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaIntTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaLongTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaFloatTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaDoubleTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaBytesTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaStringTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaArrayTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaMapTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaNamedTypeTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaRecordTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaEnumTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaUnionTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroSchemaFixedTag (src/Unison/Runtime/TypeTags.hs:465)
2543.88 s
[unison-runtime] avroReadRecordTag (src/Unison/Runtime/TypeTags.hs:491)
2543.88 s
[unison-runtime] avroFixedTypeTag (src/Unison/Runtime/TypeTags.hs:436)
2543.88 s
[unison-runtime] avroRecordTypeTag (src/Unison/Runtime/TypeTags.hs:439)
2543.88 s
[unison-runtime] avroEnumTypeTag (src/Unison/Runtime/TypeTags.hs:442)
2543.88 s
[unison-runtime] 3% ( 3 / 87) in 'Unison.Runtime.ANF'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] minimizeCyclesOrCrash (src/Unison/Runtime/ANF.hs:850)
2543.88 s
[unison-runtime] TVar (src/Unison/Runtime/ANF.hs:1258)
2543.88 s
[unison-runtime] TLit (src/Unison/Runtime/ANF.hs:1143)
2543.88 s
[unison-runtime] TBLit (src/Unison/Runtime/ANF.hs:1149)
2543.88 s
[unison-runtime] TApp (src/Unison/Runtime/ANF.hs:1156)
2543.88 s
[unison-runtime] TApv (src/Unison/Runtime/ANF.hs:1166)
2543.88 s
[unison-runtime] TCom (src/Unison/Runtime/ANF.hs:1176)
2543.88 s
[unison-runtime] TCon (src/Unison/Runtime/ANF.hs:1187)
2543.88 s
[unison-runtime] UFalse (src/Unison/Runtime/ANF.hs:1773)
2543.88 s
[unison-runtime] UTrue (src/Unison/Runtime/ANF.hs:1777)
2543.88 s
[unison-runtime] TKon (src/Unison/Runtime/ANF.hs:1197)
2543.88 s
[unison-runtime] TReq (src/Unison/Runtime/ANF.hs:1208)
2543.88 s
[unison-runtime] TPrm (src/Unison/Runtime/ANF.hs:1218)
2543.88 s
[unison-runtime] TFOp (src/Unison/Runtime/ANF.hs:1228)
2543.88 s
[unison-runtime] THnd (src/Unison/Runtime/ANF.hs:1237)
2543.88 s
[unison-runtime] TLet (src/Unison/Runtime/ANF.hs:1106)
2543.88 s
[unison-runtime] TLetD (src/Unison/Runtime/ANF.hs:1115)
2543.88 s
[unison-runtime] TFrc (src/Unison/Runtime/ANF.hs:1255)
2543.88 s
[unison-runtime] TLets (src/Unison/Runtime/ANF.hs:1125)
2543.88 s
[unison-runtime] TName (src/Unison/Runtime/ANF.hs:1134)
2543.88 s
[unison-runtime] TBind (src/Unison/Runtime/ANF.hs:1333)
2543.88 s
[unison-runtime] TBinds (src/Unison/Runtime/ANF.hs:1340)
2543.88 s
[unison-runtime] TShift (src/Unison/Runtime/ANF.hs:1245)
2543.88 s
[unison-runtime] TMatch (src/Unison/Runtime/ANF.hs:1252)
2543.88 s
[unison-runtime] TDiscard (src/Unison/Runtime/ANF.hs:1261)
2543.88 s
[unison-runtime] TLocal (src/Unison/Runtime/ANF.hs:1265)
2543.88 s
[unison-runtime] TUpdate (src/Unison/Runtime/ANF.hs:1269)
2543.88 s
[unison-runtime] FloatName (src/Unison/Runtime/ANF.hs:409)
2543.88 s
[unison-runtime] prettyFloatName (src/Unison/Runtime/ANF.hs:416)
2543.88 s
[unison-runtime] Mem (src/Unison/Runtime/ANF.hs:857)
2543.88 s
[unison-runtime] Lit (src/Unison/Runtime/ANF.hs:1481)
2543.88 s
[unison-runtime] Direction (src/Unison/Runtime/ANF.hs:1506)
2543.88 s
[unison-runtime] SuperNormal (src/Unison/Runtime/ANF.hs:1528)
2543.88 s
[unison-runtime] arity (src/Unison/Runtime/ANF.hs:1556)
2543.88 s
[unison-runtime] SuperGroup (src/Unison/Runtime/ANF.hs:1531)
2543.88 s
[unison-runtime] arities (src/Unison/Runtime/ANF.hs:1562)
2543.88 s
[unison-runtime] POp (src/Unison/Runtime/ANF/POp.hs:10)
2543.88 s
[unison-runtime] close (src/Unison/Runtime/ANF.hs:401)
2543.88 s
[unison-runtime] saturate (src/Unison/Runtime/ANF.hs:765)
2543.88 s
[unison-runtime] float (src/Unison/Runtime/ANF.hs:657)
2543.88 s
[unison-runtime] floatGroup (src/Unison/Runtime/ANF.hs:681)
2543.88 s
[unison-runtime] lamLift (src/Unison/Runtime/ANF.hs:744)
2543.88 s
[unison-runtime] lamLiftGroup (src/Unison/Runtime/ANF.hs:756)
2543.88 s
[unison-runtime] litRef (src/Unison/Runtime/ANF.hs:1492)
2543.88 s
[unison-runtime] inlineAlias (src/Unison/Runtime/ANF.hs:845)
2543.88 s
[unison-runtime] addDefaultCases (src/Unison/Runtime/ANF.hs:824)
2543.88 s
[unison-runtime] ANormalF (src/Unison/Runtime/ANF.hs:875)
2543.88 s
[unison-runtime] ANormal (src/Unison/Runtime/ANF.hs:1500)
2543.88 s
[unison-runtime] RTag (src/Unison/Runtime/TypeTags.hs:168)
2543.88 s
[unison-runtime] CTag (src/Unison/Runtime/TypeTags.hs:172)
2543.88 s
[unison-runtime] Tag (src/Unison/Runtime/TypeTags.hs:181)
2543.88 s
[unison-runtime] GroupRef (src/Unison/Runtime/ANF.hs:1595)
2543.88 s
[unison-runtime] Code (src/Unison/Runtime/ANF.hs:1613)
2543.88 s
[unison-runtime] Value (src/Unison/Runtime/ANF.hs:1602)
2543.88 s
[unison-runtime] Cont (src/Unison/Runtime/ANF.hs:1645)
2543.88 s
[unison-runtime] BLit (src/Unison/Runtime/ANF.hs:1659)
2543.88 s
[unison-runtime] packTags (src/Unison/Runtime/TypeTags.hs:192)
2543.88 s
[unison-runtime] unpackTags (src/Unison/Runtime/TypeTags.hs:198)
2543.88 s
[unison-runtime] maskTags (src/Unison/Runtime/TypeTags.hs:204)
2543.88 s
[unison-runtime] ANFM (src/Unison/Runtime/ANF.hs:1588)
2543.88 s
[unison-runtime] Branched (src/Unison/Runtime/ANF.hs:1354)
2543.88 s
[unison-runtime] Func (src/Unison/Runtime/ANF.hs:1466)
2543.88 s
[unison-runtime] SGEqv (src/Unison/Runtime/ANF.hs:1546)
2543.88 s
[unison-runtime] equivocate (src/Unison/Runtime/ANF.hs:1572)
2543.88 s
[unison-runtime] superNormalize (src/Unison/Runtime/ANF.hs:1717)
2543.88 s
[unison-runtime] anfTerm (src/Unison/Runtime/ANF.hs:1744)
2543.88 s
[unison-runtime] codeGroup (src/Unison/Runtime/ANF.hs:1617)
2543.88 s
[unison-runtime] valueTermLinks (src/Unison/Runtime/ANF.hs:2211)
2543.88 s
[unison-runtime] collectValueLinks (src/Unison/Runtime/ANF.hs:2217)
2543.88 s
[unison-runtime] valueLinks (src/Unison/Runtime/ANF.hs:2226)
2543.88 s
[unison-runtime] groupTermLinks (src/Unison/Runtime/ANF.hs:2375)
2543.88 s
[unison-runtime] replaceConstructors (src/Unison/Runtime/ANF.hs:798)
2543.88 s
[unison-runtime] replaceFunctions (src/Unison/Runtime/ANF.hs:814)
2543.88 s
[unison-runtime] foldGroup (src/Unison/Runtime/ANF.hs:1630)
2543.88 s
[unison-runtime] foldGroupLinks (src/Unison/Runtime/ANF.hs:2401)
2543.88 s
[unison-runtime] overGroup (src/Unison/Runtime/ANF.hs:1626)
2543.88 s
[unison-runtime] overGroupLinks (src/Unison/Runtime/ANF.hs:2385)
2543.88 s
[unison-runtime] traverseGroup (src/Unison/Runtime/ANF.hs:1637)
2543.88 s
[unison-runtime] traverseGroupLinks (src/Unison/Runtime/ANF.hs:2393)
2543.88 s
[unison-runtime] normalLinks (src/Unison/Runtime/ANF.hs:2408)
2543.88 s
[unison-runtime] prettyGroup (src/Unison/Runtime/ANF.hs:2552)
2543.88 s
[unison-runtime] prettySuperNormal (src/Unison/Runtime/ANF.hs:2590)
2543.88 s
[unison-runtime] prettyANF (src/Unison/Runtime/ANF.hs:2602)
2543.88 s
[unison-runtime] 12% ( 5 / 40) in 'Unison.Runtime.MCode'
2543.88 s
[unison-runtime] Missing documentation for:
2543.88 s
[unison-runtime] Module header
2543.88 s
[unison-runtime] Args' (src/Unison/Runtime/MCode.hs:265)
2543.88 s
[unison-runtime] Args (src/Unison/Runtime/MCode.hs:273)
2543.88 s
[unison-runtime] RefNums (src/Unison/Runtime/MCode.hs:664)
2543.88 s
[unison-runtime] MLit (src/Unison/Runtime/MCode.hs:467)
2543.88 s
[unison-runtime] GInstr (src/Unison/Runtime/MCode.hs:483)
2543.88 s
[unison-runtime] Instr (src/Unison/Runtime/MCode.hs:477)
2543.88 s
[unison-runtime] RInstr (src/Unison/Runtime/MCode.hs:479)
2543.88 s
[unison-runtime] GSection (src/Unison/Runtime/MCode.hs:582)
2543.88 s
[unison-runtime] RSection (src/Unison/Runtime/MCode.hs:580)
2543.88 s
[unison-runtime] Section (src/Unison/Runtime/MCode.hs:578)
2543.88 s
[unison-runtime] GComb (src/Unison/Runtime/MCode.hs:686)
2543.89 s
[unison-runtime] GCombInfo (src/Unison/Runtime/MCode.hs:679)
2543.89 s
[unison-runtime] Comb (src/Unison/Runtime/MCode.hs:675)
2543.89 s
[unison-runtime] RCombInfo (src/Unison/Runtime/MCode.hs:714)
2543.89 s
[unison-runtime] RCombs (src/Unison/Runtime/MCode.hs:709)
2543.89 s
[unison-runtime] CombIx (src/Unison/Runtime/MCode.hs:651)
2543.89 s
[unison-runtime] GRef (src/Unison/Runtime/MCode.hs:727)
2543.89 s
[unison-runtime] RRef (src/Unison/Runtime/MCode.hs:725)
2543.89 s
[unison-runtime] Prim1 (src/Unison/Runtime/MCode.hs:301)
2543.89 s
[unison-runtime] Prim2 (src/Unison/Runtime/MCode.hs:378)
2543.89 s
[unison-runtime] GBranch (src/Unison/Runtime/MCode.hs:749)
2543.89 s
[unison-runtime] Branch (src/Unison/Runtime/MCode.hs:745)
2543.89 s
[unison-runtime] RBranch (src/Unison/Runtime/MCode.hs:747)
2543.89 s
[unison-runtime] emitCombs (src/Unison/Runtime/MCode.hs:886)
2543.89 s
[unison-runtime] emitComb (src/Unison/Runtime/MCode.hs:997)
2543.89 s
[unison-runtime] absurdCombs (src/Unison/Runtime/MCode.hs:926)
2543.89 s
[unison-runtime] emptyRNs (src/Unison/Runtime/MCode.hs:671)
2543.89 s
[unison-runtime] argsToLists (src/Unison/Runtime/MCode.hs:283)
2543.89 s
[unison-runtime] countArgs (src/Unison/Runtime/MCode.hs:293)
2543.89 s
[unison-runtime] combRef (src/Unison/Runtime/MCode.hs:659)
2543.89 s
[unison-runtime] combDeps (src/Unison/Runtime/MCode.hs:1690)
2543.89 s
[unison-runtime] combTypes (src/Unison/Runtime/MCode.hs:1694)
2543.89 s
[unison-runtime] prettyCombs (src/Unison/Runtime/MCode.hs:1757)
2543.89 s
[unison-runtime] prettyComb (src/Unison/Runtime/MCode.hs:1764)
2543.89 s
[unison-runtime] Warning: 'int' is out of scope.
2543.89 s
[unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
2543.89 s
[unison-runtime] Warning: 'Val' is ambiguous. It is defined
2543.89 s
[unison-runtime] * at src/Unison/Runtime/Stack.hs:971:12
2543.89 s
[unison-runtime] * at src/Unison/Runtime/Stack.hs:971:1
2543.89 s
[unison-runtime] You may be able to disambiguate the identifier by qualifying it or
2543.89 s
[unison-runtime] by specifying the type/value namespace explicitly.
2543.89 s
[unison-runtime] Defaulting to the one defined at src/Unison/Runtime/Stack.hs:971:1
2543.89 s
[unison-runtime] 9% ( 13 /141) in 'Unison.Runtime.Stack'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] K (src/Unison/Runtime/Stack.hs:280)
2543.89 s
[unison-runtime] GClosure (src/Unison/Runtime/Stack.hs:403)
2543.89 s
[unison-runtime] Closure (src/Unison/Runtime/Stack.hs:316)
2543.89 s
[unison-runtime] Failure (src/Unison/Runtime/Stack.hs:2354)
2543.89 s
[unison-runtime] Foreign (src/Unison/Runtime/Stack.hs:1814)
2543.89 s
[unison-runtime] foreignRef (src/Unison/Runtime/Stack.hs:1864)
2543.89 s
[unison-runtime] foreignName (src/Unison/Runtime/Stack.hs:1907)
2543.89 s
[unison-runtime] BuiltinForeign (src/Unison/Runtime/Stack.hs:1858)
2543.89 s
[unison-runtime] AffineRef (src/Unison/Runtime/Stack.hs:449)
2543.89 s
[unison-runtime] AEnv (src/Unison/Runtime/Stack.hs:352)
2543.89 s
[unison-runtime] DEnv (src/Unison/Runtime/Stack.hs:355)
2543.89 s
[unison-runtime] HEnv (src/Unison/Runtime/Stack.hs:366)
2543.89 s
[unison-runtime] closureTag (src/Unison/Runtime/Stack.hs:532)
2543.89 s
[unison-runtime] formDataReplaced (src/Unison/Runtime/Stack.hs:578)
2543.89 s
[unison-runtime] unitClosure (src/Unison/Runtime/Stack.hs:1581)
2543.89 s
[unison-runtime] UnboxedTypeTag (src/Unison/Runtime/Stack.hs:381)
2543.89 s
[unison-runtime] unboxedTypeTagToInt (src/Unison/Runtime/Stack.hs:389)
2543.89 s
[unison-runtime] unboxedTypeTagFromInt (src/Unison/Runtime/Stack.hs:396)
2543.89 s
[unison-runtime] IxClosure (src/Unison/Runtime/Stack.hs:378)
2543.89 s
[unison-runtime] Callback (src/Unison/Runtime/Stack.hs:273)
2543.89 s
[unison-runtime] Augment (src/Unison/Runtime/Stack.hs:912)
2543.89 s
[unison-runtime] Dump (src/Unison/Runtime/Stack.hs:899)
2543.89 s
[unison-runtime] Stack (src/Unison/Runtime/Stack.hs:914)
2543.89 s
[unison-runtime] XStack (src/Unison/Runtime/Stack.hs:923)
2543.89 s
[unison-runtime] XStack (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] packXStack (src/Unison/Runtime/Stack.hs:938)
2543.89 s
[unison-runtime] unpackXStack (src/Unison/Runtime/Stack.hs:942)
2543.89 s
[unison-runtime] xStackIOToIO (src/Unison/Runtime/Stack.hs:946)
2543.89 s
[unison-runtime] stackIOToIOX (src/Unison/Runtime/Stack.hs:950)
2543.89 s
[unison-runtime] estackIOToIOX (src/Unison/Runtime/Stack.hs:954)
2543.89 s
[unison-runtime] exStackIOToIO (src/Unison/Runtime/Stack.hs:958)
2543.89 s
[unison-runtime] IOXStack (src/Unison/Runtime/Stack.hs:925)
2543.89 s
[unison-runtime] IOEXStack (src/Unison/Runtime/Stack.hs:927)
2543.89 s
[unison-runtime] apX (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] fpX (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] spX (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] ustkX (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] bstkX (src/Unison/Runtime/Stack.hs:931)
2543.89 s
[unison-runtime] Off (src/Unison/Runtime/Stack.hs:787)
2543.89 s
[unison-runtime] SZ (src/Unison/Runtime/Stack.hs:789)
2543.89 s
[unison-runtime] FP (src/Unison/Runtime/Stack.hs:791)
2543.89 s
[unison-runtime] Seg (src/Unison/Runtime/Stack.hs:1006)
2543.89 s
[unison-runtime] USeg (src/Unison/Runtime/Stack.hs:1000)
2543.89 s
[unison-runtime] BSeg (src/Unison/Runtime/Stack.hs:1004)
2543.89 s
[unison-runtime] SegList (src/Unison/Runtime/Stack.hs:690)
2543.89 s
[unison-runtime] falseVal (src/Unison/Runtime/Stack.hs:675)
2543.89 s
[unison-runtime] trueVal (src/Unison/Runtime/Stack.hs:679)
2543.89 s
[unison-runtime] traceK (src/Unison/Runtime/Stack.hs:515)
2543.89 s
[unison-runtime] frameDataSize (src/Unison/Runtime/Stack.hs:603)
2543.89 s
[unison-runtime] RuntimePanic (src/Unison/Runtime/Stack.hs:765)
2543.89 s
[unison-runtime] marshalUnwrapForeignIO (src/Unison/Runtime/Stack.hs:772)
2543.89 s
[unison-runtime] unull (src/Unison/Runtime/Stack.hs:1504)
2543.89 s
[unison-runtime] bnull (src/Unison/Runtime/Stack.hs:1507)
2543.89 s
[unison-runtime] nullSeg (src/Unison/Runtime/Stack.hs:1510)
2543.89 s
[unison-runtime] peekD (src/Unison/Runtime/Stack.hs:1367)
2543.89 s
[unison-runtime] peekOffD (src/Unison/Runtime/Stack.hs:1388)
2543.89 s
[unison-runtime] peekC (src/Unison/Runtime/Stack.hs:1375)
2543.89 s
[unison-runtime] peekOffC (src/Unison/Runtime/Stack.hs:1396)
2543.89 s
[unison-runtime] poke (src/Unison/Runtime/Stack.hs:1081)
2543.89 s
[unison-runtime] pokeD (src/Unison/Runtime/Stack.hs:1412)
2543.89 s
[unison-runtime] pokeOffD (src/Unison/Runtime/Stack.hs:1443)
2543.89 s
[unison-runtime] pokeC (src/Unison/Runtime/Stack.hs:1418)
2543.89 s
[unison-runtime] pokeOffC (src/Unison/Runtime/Stack.hs:1455)
2543.89 s
[unison-runtime] pokeBool (src/Unison/Runtime/Stack.hs:1115)
2543.89 s
[unison-runtime] peekTag (src/Unison/Runtime/Stack.hs:1107)
2543.89 s
[unison-runtime] peekTagOff (src/Unison/Runtime/Stack.hs:1111)
2543.89 s
[unison-runtime] peekI (src/Unison/Runtime/Stack.hs:1027)
2543.89 s
[unison-runtime] peekOffI (src/Unison/Runtime/Stack.hs:1035)
2543.89 s
[unison-runtime] peekN (src/Unison/Runtime/Stack.hs:1359)
2543.89 s
[unison-runtime] peekOffN (src/Unison/Runtime/Stack.hs:1380)
2543.89 s
[unison-runtime] pokeN (src/Unison/Runtime/Stack.hs:1406)
2543.89 s
[unison-runtime] pokeOffN (src/Unison/Runtime/Stack.hs:1437)
2543.89 s
[unison-runtime] pokeOffI (src/Unison/Runtime/Stack.hs:1449)
2543.89 s
[unison-runtime] pokeByte (src/Unison/Runtime/Stack.hs:1431)
2543.89 s
[unison-runtime] peekBi (src/Unison/Runtime/Stack.hs:1468)
2543.89 s
[unison-runtime] peekOffBi (src/Unison/Runtime/Stack.hs:1472)
2543.89 s
[unison-runtime] pokeBi (src/Unison/Runtime/Stack.hs:1460)
2543.89 s
[unison-runtime] pokeOffBi (src/Unison/Runtime/Stack.hs:1464)
2543.89 s
[unison-runtime] peekBool (src/Unison/Runtime/Stack.hs:1476)
2543.89 s
[unison-runtime] peekOffBool (src/Unison/Runtime/Stack.hs:1484)
2543.89 s
[unison-runtime] peekOffS (src/Unison/Runtime/Stack.hs:1492)
2543.89 s
[unison-runtime] pokeS (src/Unison/Runtime/Stack.hs:1496)
2543.89 s
[unison-runtime] pokeOffS (src/Unison/Runtime/Stack.hs:1500)
2543.89 s
[unison-runtime] frameView (src/Unison/Runtime/Stack.hs:1529)
2543.89 s
[unison-runtime] scount (src/Unison/Runtime/Stack.hs:1547)
2543.89 s
[unison-runtime] closureTermRefs (src/Unison/Runtime/Stack.hs:1553)
2543.89 s
[unison-runtime] dumpAP (src/Unison/Runtime/Stack.hs:902)
2543.89 s
[unison-runtime] dumpFP (src/Unison/Runtime/Stack.hs:906)
2543.89 s
[unison-runtime] alloc (src/Unison/Runtime/Stack.hs:1009)
2543.89 s
[unison-runtime] peek (src/Unison/Runtime/Stack.hs:1019)
2543.89 s
[unison-runtime] upeek (src/Unison/Runtime/Stack.hs:1047)
2543.89 s
[unison-runtime] bpeek (src/Unison/Runtime/Stack.hs:1043)
2543.89 s
[unison-runtime] peekOff (src/Unison/Runtime/Stack.hs:1055)
2543.89 s
[unison-runtime] upeekOff (src/Unison/Runtime/Stack.hs:1067)
2543.89 s
[unison-runtime] bpeekOff (src/Unison/Runtime/Stack.hs:1063)
2543.89 s
[unison-runtime] bpokeOff (src/Unison/Runtime/Stack.hs:1143)
2543.89 s
[unison-runtime] pokeOff (src/Unison/Runtime/Stack.hs:1131)
2543.89 s
[unison-runtime] upokeT (src/Unison/Runtime/Stack.hs:1075)
2543.89 s
[unison-runtime] upokeOffT (src/Unison/Runtime/Stack.hs:1137)
2543.89 s
[unison-runtime] bump (src/Unison/Runtime/Stack.hs:1212)
2543.89 s
[unison-runtime] bumpn (src/Unison/Runtime/Stack.hs:1221)
2543.89 s
[unison-runtime] truncateSeg (src/Unison/Runtime/Stack.hs:1180)
2543.89 s
[unison-runtime] ensure (src/Unison/Runtime/Stack.hs:1192)
2543.89 s
[unison-runtime] duplicate (src/Unison/Runtime/Stack.hs:1231)
2543.89 s
[unison-runtime] discardFrame (src/Unison/Runtime/Stack.hs:1246)
2543.89 s
[unison-runtime] saveFrame (src/Unison/Runtime/Stack.hs:1250)
2543.89 s
[unison-runtime] saveArgs (src/Unison/Runtime/Stack.hs:1254)
2543.89 s
[unison-runtime] restoreFrame (src/Unison/Runtime/Stack.hs:1258)
2543.89 s
[unison-runtime] prepareArgs (src/Unison/Runtime/Stack.hs:1265)
2543.89 s
[unison-runtime] acceptArgs (src/Unison/Runtime/Stack.hs:1275)
2543.89 s
[unison-runtime] frameArgs (src/Unison/Runtime/Stack.hs:1279)
2543.89 s
[unison-runtime] augSeg (src/Unison/Runtime/Stack.hs:1283)
2543.89 s
[unison-runtime] dumpSeg (src/Unison/Runtime/Stack.hs:1329)
2543.89 s
[unison-runtime] adjustArgs (src/Unison/Runtime/Stack.hs:1347)
2543.89 s
[unison-runtime] fsize (src/Unison/Runtime/Stack.hs:1351)
2543.89 s
[unison-runtime] asize (src/Unison/Runtime/Stack.hs:1355)
2543.89 s
[unison-runtime] traverseListToSeg (src/Unison/Runtime/Stack.hs:727)
2543.89 s
[unison-runtime] traverseAccumSegToList (src/Unison/Runtime/Stack.hs:751)
2543.89 s
[unison-runtime] natTypeTag (src/Unison/Runtime/Stack.hs:499)
2543.89 s
[unison-runtime] intTypeTag (src/Unison/Runtime/Stack.hs:503)
2543.89 s
[unison-runtime] charTypeTag (src/Unison/Runtime/Stack.hs:507)
2543.89 s
[unison-runtime] floatTypeTag (src/Unison/Runtime/Stack.hs:511)
2543.89 s
[unison-runtime] hasNoAllocations (src/Unison/Runtime/Stack.hs:1578)
2543.89 s
[unison-runtime] inflateMap (src/Unison/Runtime/Stack.hs:1790)
2543.89 s
[unison-runtime] deflateMap (src/Unison/Runtime/Stack.hs:1800)
2543.89 s
[unison-runtime] HashAlgorithm (src/Unison/Runtime/Stack.hs:2342)
2543.89 s
[unison-runtime] Tls (src/Unison/Runtime/Stack.hs:2346)
2543.89 s
[unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Exception'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] RuntimeExn (src/Unison/Runtime/Exception.hs:15)
2543.89 s
[unison-runtime] die (src/Unison/Runtime/Exception.hs:35)
2543.89 s
[unison-runtime] exn (src/Unison/Runtime/Exception.hs:47)
2543.89 s
[unison-runtime] 0% ( 0 / 75) in 'Unison.Runtime.Serialize'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] unknownTag (src/Unison/Runtime/Serialize.hs:44)
2543.89 s
[unison-runtime] Tag (src/Unison/Runtime/Serialize.hs:55)
2543.89 s
[unison-runtime] putTag (src/Unison/Runtime/Serialize.hs:60)
2543.89 s
[unison-runtime] getTag (src/Unison/Runtime/Serialize.hs:64)
2543.89 s
[unison-runtime] putVarInt (src/Unison/Runtime/Serialize.hs:69)
2543.89 s
[unison-runtime] putChar (src/Unison/Runtime/Serialize.hs:80)
2543.89 s
[unison-runtime] getChar (src/Unison/Runtime/Serialize.hs:83)
2543.89 s
[unison-runtime] putFloat (src/Unison/Runtime/Serialize.hs:87)
2543.89 s
[unison-runtime] getFloat (src/Unison/Runtime/Serialize.hs:90)
2543.89 s
[unison-runtime] putBool (src/Unison/Runtime/Serialize.hs:94)
2543.89 s
[unison-runtime] getBool (src/Unison/Runtime/Serialize.hs:97)
2543.89 s
[unison-runtime] putNat (src/Unison/Runtime/Serialize.hs:105)
2543.89 s
[unison-runtime] getNat (src/Unison/Runtime/Serialize.hs:108)
2543.89 s
[unison-runtime] putInt (src/Unison/Runtime/Serialize.hs:112)
2543.89 s
[unison-runtime] getInt (src/Unison/Runtime/Serialize.hs:115)
2543.89 s
[unison-runtime] putLength (src/Unison/Runtime/Serialize.hs:126)
2543.89 s
[unison-runtime] getLength (src/Unison/Runtime/Serialize.hs:137)
2543.89 s
[unison-runtime] putPositive (src/Unison/Runtime/Serialize.hs:146)
2543.89 s
[unison-runtime] getPositive (src/Unison/Runtime/Serialize.hs:154)
2543.89 s
[unison-runtime] putFoldable (src/Unison/Runtime/Serialize.hs:169)
2543.89 s
[unison-runtime] putMap (src/Unison/Runtime/Serialize.hs:174)
2543.89 s
[unison-runtime] getMap (src/Unison/Runtime/Serialize.hs:178)
2543.89 s
[unison-runtime] putMapping (src/Unison/Runtime/Serialize.hs:183)
2543.89 s
[unison-runtime] getMapping (src/Unison/Runtime/Serialize.hs:187)
2543.89 s
[unison-runtime] putEnumMap (src/Unison/Runtime/Serialize.hs:196)
2543.89 s
[unison-runtime] getEnumMap (src/Unison/Runtime/Serialize.hs:199)
2543.89 s
[unison-runtime] putEnumSet (src/Unison/Runtime/Serialize.hs:202)
2543.89 s
[unison-runtime] getEnumSet (src/Unison/Runtime/Serialize.hs:206)
2543.89 s
[unison-runtime] putMaybe (src/Unison/Runtime/Serialize.hs:209)
2543.89 s
[unison-runtime] getMaybe (src/Unison/Runtime/Serialize.hs:213)
2543.89 s
[unison-runtime] putPair (src/Unison/Runtime/Serialize.hs:221)
2543.89 s
[unison-runtime] getPair (src/Unison/Runtime/Serialize.hs:225)
2543.89 s
[unison-runtime] getBytes (src/Unison/Runtime/Serialize.hs:229)
2543.89 s
[unison-runtime] putBytes (src/Unison/Runtime/Serialize.hs:233)
2543.89 s
[unison-runtime] getByteArray (src/Unison/Runtime/Serialize.hs:236)
2543.89 s
[unison-runtime] putByteArray (src/Unison/Runtime/Serialize.hs:239)
2543.89 s
[unison-runtime] naturalToWord64s (src/Unison/Runtime/Serialize.hs:245)
2543.89 s
[unison-runtime] word64sToNatural (src/Unison/Runtime/Serialize.hs:252)
2543.89 s
[unison-runtime] putNatural (src/Unison/Runtime/Serialize.hs:256)
2543.89 s
[unison-runtime] getNatural (src/Unison/Runtime/Serialize.hs:262)
2543.89 s
[unison-runtime] putInteger (src/Unison/Runtime/Serialize.hs:269)
2543.89 s
[unison-runtime] getInteger (src/Unison/Runtime/Serialize.hs:275)
2543.89 s
[unison-runtime] putArray (src/Unison/Runtime/Serialize.hs:281)
2543.89 s
[unison-runtime] getBlock (src/Unison/Runtime/Serialize.hs:290)
2543.89 s
[unison-runtime] putBlock (src/Unison/Runtime/Serialize.hs:293)
2543.89 s
[unison-runtime] putHash (src/Unison/Runtime/Serialize.hs:296)
2543.89 s
[unison-runtime] getHash (src/Unison/Runtime/Serialize.hs:302)
2543.89 s
[unison-runtime] putReferent (src/Unison/Runtime/Serialize.hs:309)
2543.89 s
[unison-runtime] getReferent (src/Unison/Runtime/Serialize.hs:319)
2543.89 s
[unison-runtime] GetRefLookup (src/Unison/Runtime/Serialize.hs:331)
2543.89 s
[unison-runtime] PutRefLookup (src/Unison/Runtime/Serialize.hs:333)
2543.89 s
[unison-runtime] putReferentByNumber (src/Unison/Runtime/Serialize.hs:336)
2543.89 s
[unison-runtime] putNumberedReferent (src/Unison/Runtime/Serialize.hs:346)
2543.89 s
[unison-runtime] getReferentByNumber (src/Unison/Runtime/Serialize.hs:356)
2543.89 s
[unison-runtime] getNumberedReferent (src/Unison/Runtime/Serialize.hs:364)
2543.89 s
[unison-runtime] getConstructorType (src/Unison/Runtime/Serialize.hs:371)
2543.89 s
[unison-runtime] putConstructorType (src/Unison/Runtime/Serialize.hs:378)
2543.89 s
[unison-runtime] putConstructorReferenceByNumber (src/Unison/Runtime/Serialize.hs:384)
2543.89 s
[unison-runtime] getConstructorReferenceByNumber (src/Unison/Runtime/Serialize.hs:389)
2543.89 s
[unison-runtime] putNumberedConstructorReference (src/Unison/Runtime/Serialize.hs:394)
2543.89 s
[unison-runtime] getNumberedConstructorReference (src/Unison/Runtime/Serialize.hs:399)
2543.89 s
[unison-runtime] putString (src/Unison/Runtime/Serialize.hs:403)
2543.89 s
[unison-runtime] getString (src/Unison/Runtime/Serialize.hs:406)
2543.89 s
[unison-runtime] putText (src/Unison/Runtime/Serialize.hs:409)
2543.89 s
[unison-runtime] getText (src/Unison/Runtime/Serialize.hs:415)
2543.89 s
[unison-runtime] putReference (src/Unison/Runtime/Serialize.hs:422)
2543.89 s
[unison-runtime] putReferenceByNumber (src/Unison/Runtime/Serialize.hs:428)
2543.89 s
[unison-runtime] putRefNum (src/Unison/Runtime/Serialize.hs:434)
2543.89 s
[unison-runtime] getReference (src/Unison/Runtime/Serialize.hs:438)
2543.89 s
[unison-runtime] getReferenceByNumber (src/Unison/Runtime/Serialize.hs:447)
2543.89 s
[unison-runtime] lookupRef (src/Unison/Runtime/Serialize.hs:451)
2543.89 s
[unison-runtime] getRefNum (src/Unison/Runtime/Serialize.hs:457)
2543.89 s
[unison-runtime] putConstructorReference (src/Unison/Runtime/Serialize.hs:461)
2543.89 s
[unison-runtime] getConstructorReference (src/Unison/Runtime/Serialize.hs:465)
2543.89 s
[unison-runtime] 0% ( 0 / 8) in 'Unison.Runtime.ANF.Serialize.Tags'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] TmTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:5)
2543.89 s
[unison-runtime] FnTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:19)
2543.89 s
[unison-runtime] MtTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:28)
2543.89 s
[unison-runtime] LtTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:38)
2543.89 s
[unison-runtime] BLTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:47)
2543.89 s
[unison-runtime] VaTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:66)
2543.89 s
[unison-runtime] CoTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:68)
2543.89 s
[unison-runtime] 0% ( 0 / 10) in 'Unison.Runtime.Profiling'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] addSample (src/Unison/Runtime/Profiling.hs:12)
2543.89 s
[unison-runtime] addSamples (src/Unison/Runtime/Profiling.hs:34)
2543.89 s
[unison-runtime] TickComm (src/Unison/Runtime/Profiling.hs:41)
2543.89 s
[unison-runtime] readInput (src/Unison/Runtime/Profiling.hs:48)
2543.89 s
[unison-runtime] profileLoop (src/Unison/Runtime/Profiling.hs:61)
2543.89 s
[unison-runtime] enqueue (src/Unison/Runtime/Profiling.hs:69)
2543.89 s
[unison-runtime] finish (src/Unison/Runtime/Profiling.hs:77)
2543.89 s
[unison-runtime] ProfileComm (src/Unison/Runtime/Profiling.hs:84)
2543.89 s
[unison-runtime] spawnProfiler (src/Unison/Runtime/Profiling.hs:91)
2543.89 s
[unison-runtime] 0% ( 0 / 5) in 'Unison.Runtime.MCode.Serialize'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] putComb (src/Unison/Runtime/MCode/Serialize.hs:44)
2543.89 s
[unison-runtime] getComb (src/Unison/Runtime/MCode/Serialize.hs:51)
2543.89 s
[unison-runtime] putCombIx (src/Unison/Runtime/MCode/Serialize.hs:353)
2543.89 s
[unison-runtime] getCombIx (src/Unison/Runtime/MCode/Serialize.hs:356)
2543.89 s
[unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Decompile'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] decompile (src/Unison/Runtime/Decompile.hs:99)
2543.89 s
[unison-runtime] DecompResult (src/Unison/Runtime/Decompile.hs:90)
2543.89 s
[unison-runtime] DecompError (src/Unison/Runtime/Decompile.hs:77)
2543.89 s
[unison-runtime] 0% ( 0 / 9) in 'Unison.Runtime'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] Runtime (src/Unison/Runtime.hs:32)
2543.89 s
[unison-runtime] Runtime (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] terminate (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] evaluate (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] compileTo (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] mainType (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] ioTestTypes (src/Unison/Runtime.hs:34)
2543.89 s
[unison-runtime] Error (src/Unison/Runtime.hs:25)
2543.89 s
[unison-runtime] 33% ( 1 / 3) in 'Unison.Codebase.Execute'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] execute (src/Unison/Codebase/Execute.hs:43)
2543.89 s
[unison-runtime] codebaseToCodeLookup (src/Unison/Codebase/Execute.hs:82)
2543.89 s
[unison-runtime] 8% ( 1 / 12) in 'Unison.Runtime.Debug'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] traceComb (src/Unison/Runtime/Debug.hs:36)
2543.89 s
[unison-runtime] traceCombs (src/Unison/Runtime/Debug.hs:44)
2543.89 s
[unison-runtime] tracePretty (src/Unison/Runtime/Debug.hs:53)
2543.89 s
[unison-runtime] tracePrettyDefs (src/Unison/Runtime/Debug.hs:62)
2543.89 s
[unison-runtime] tracePrettyCodes (src/Unison/Runtime/Debug.hs:120)
2543.89 s
[unison-runtime] tracePrettyGroup (src/Unison/Runtime/Debug.hs:82)
2543.89 s
[unison-runtime] tracePrettyRGroup (src/Unison/Runtime/Debug.hs:91)
2543.89 s
[unison-runtime] tracePrettyRPGroup (src/Unison/Runtime/Debug.hs:99)
2543.89 s
[unison-runtime] tracePrettyGroups (src/Unison/Runtime/Debug.hs:106)
2543.89 s
[unison-runtime] tracePrettyNormal (src/Unison/Runtime/Debug.hs:73)
2543.89 s
[unison-runtime] 0% ( 0 / 39) in 'Unison.Runtime.ANF.Serialize.CodeV4'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] pushCtx (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:28)
2543.89 s
[unison-runtime] index (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:31)
2543.89 s
[unison-runtime] deindex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:39)
2543.89 s
[unison-runtime] putIndex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:45)
2543.89 s
[unison-runtime] getIndex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:49)
2543.89 s
[unison-runtime] putVar (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:53)
2543.89 s
[unison-runtime] getVar (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:58)
2543.89 s
[unison-runtime] putArgs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:62)
2543.89 s
[unison-runtime] getArgs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:65)
2543.89 s
[unison-runtime] putCCs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:69)
2543.89 s
[unison-runtime] getCCs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:76)
2543.89 s
[unison-runtime] putGroup (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:103)
2543.89 s
[unison-runtime] getGroup (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:116)
2543.89 s
[unison-runtime] putCode (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:126)
2543.89 s
[unison-runtime] getCode (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:130)
2543.89 s
[unison-runtime] putCodeWithHeader (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:135)
2543.89 s
[unison-runtime] getCodeWithHeader (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:141)
2543.89 s
[unison-runtime] putCacheability (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:151)
2543.89 s
[unison-runtime] getCacheability (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:155)
2543.89 s
[unison-runtime] putComb (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:168)
2543.89 s
[unison-runtime] getFresh (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:172)
2543.89 s
[unison-runtime] getComb (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:180)
2543.89 s
[unison-runtime] putNormal (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:193)
2543.89 s
[unison-runtime] getNormal (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:241)
2543.89 s
[unison-runtime] putFunc (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299)
2543.89 s
[unison-runtime] getFunc (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:309)
2543.89 s
[unison-runtime] putFOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:325)
2543.89 s
[unison-runtime] getFOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:328)
2543.89 s
[unison-runtime] putPOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:332)
2543.89 s
[unison-runtime] getPOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:337)
2543.89 s
[unison-runtime] putLit (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:344)
2543.89 s
[unison-runtime] getLit (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:354)
2543.89 s
[unison-runtime] putBranches (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:371)
2543.89 s
[unison-runtime] getBranches (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:411)
2543.89 s
[unison-runtime] putCase (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:450)
2543.89 s
[unison-runtime] getCase (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:459)
2543.89 s
[unison-runtime] putCTag (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:468)
2543.89 s
[unison-runtime] getCTag (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:471)
2543.89 s
[unison-runtime] 0% ( 0 / 5) in 'Unison.Runtime.ANF.Serialize.ValueV5'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] getValueWithHeader (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:215)
2543.89 s
[unison-runtime] putValueWithHeader (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:199)
2543.89 s
[unison-runtime] putVersionedValue (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:206)
2543.89 s
[unison-runtime] versionedValueBytes (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:211)
2543.89 s
[unison-runtime] 0% ( 0 / 10) in 'Unison.Runtime.ANF.Optimize'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] optimize (src/Unison/Runtime/ANF/Optimize.hs:382)
2543.89 s
[unison-runtime] inline (src/Unison/Runtime/ANF/Optimize.hs:230)
2543.89 s
[unison-runtime] Arities (src/Unison/Runtime/ANF/Optimize.hs:65)
2543.89 s
[unison-runtime] InlineInfo (src/Unison/Runtime/ANF/Optimize.hs:59)
2543.89 s
[unison-runtime] InlineClass (src/Unison/Runtime/ANF/Optimize.hs:46)
2543.89 s
[unison-runtime] InlineInfos (src/Unison/Runtime/ANF/Optimize.hs:67)
2543.89 s
[unison-runtime] OptInfos (src/Unison/Runtime/ANF/Optimize.hs:69)
2543.89 s
[unison-runtime] optimizeHandler (src/Unison/Runtime/ANF/Optimize.hs:710)
2543.89 s
[unison-runtime] buildOptInfos (src/Unison/Runtime/ANF/Optimize.hs:597)
2543.89 s
[unison-runtime] 0% ( 0 / 14) in 'Unison.Runtime.Builtin'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] builtinTermNumbering (src/Unison/Runtime/Builtin.hs:1579)
2543.89 s
[unison-runtime] builtinTypeNumbering (src/Unison/Runtime/Builtin/Types.hs:16)
2543.89 s
[unison-runtime] builtinTermBackref (src/Unison/Runtime/Builtin.hs:1583)
2543.89 s
[unison-runtime] builtinTypeBackref (src/Unison/Runtime/Builtin/Types.hs:27)
2543.89 s
[unison-runtime] builtinArities (src/Unison/Runtime/Builtin.hs:1605)
2543.89 s
[unison-runtime] builtinOptInfo (src/Unison/Runtime/Builtin.hs:1610)
2543.89 s
[unison-runtime] numberedTermLookup (src/Unison/Runtime/Builtin.hs:1575)
2543.89 s
[unison-runtime] Sandbox (src/Unison/Runtime/Builtin.hs:928)
2543.89 s
[unison-runtime] baseSandboxInfo (src/Unison/Runtime/Builtin.hs:1597)
2543.89 s
[unison-runtime] unitValue (src/Unison/Runtime/Builtin.hs:954)
2543.89 s
[unison-runtime] natValue (src/Unison/Runtime/Builtin.hs:957)
2543.89 s
[unison-runtime] builtinForeignNames (src/Unison/Runtime/Builtin.hs:1587)
2543.89 s
[unison-runtime] sandboxedForeignFuncs (src/Unison/Runtime/Builtin.hs:1614)
2543.89 s
[unison-runtime] 3% ( 1 / 27) in 'Unison.Runtime.Machine.Types'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] Tag (src/Unison/Runtime/Machine/Types.hs:57)
2543.89 s
[unison-runtime] MCombs (src/Unison/Runtime/Machine/Types.hs:59)
2543.89 s
[unison-runtime] Combs (src/Unison/Runtime/Machine/Types.hs:61)
2543.89 s
[unison-runtime] MSection (src/Unison/Runtime/Machine/Types.hs:63)
2543.89 s
[unison-runtime] MBranch (src/Unison/Runtime/Machine/Types.hs:65)
2543.89 s
[unison-runtime] MInstr (src/Unison/Runtime/Machine/Types.hs:67)
2543.89 s
[unison-runtime] MComb (src/Unison/Runtime/Machine/Types.hs:69)
2543.89 s
[unison-runtime] MRef (src/Unison/Runtime/Machine/Types.hs:71)
2543.89 s
[unison-runtime] Tracer (src/Unison/Runtime/Machine/Types.hs:73)
2543.89 s
[unison-runtime] refLookup (src/Unison/Runtime/Machine/Types.hs:79)
2543.89 s
[unison-runtime] RuntimeProfiler (src/Unison/Runtime/Machine/Types.hs:88)
2543.89 s
[unison-runtime] Tick (src/Unison/Runtime/Machine/Types.hs:101)
2543.89 s
[unison-runtime] tickCallback (src/Unison/Runtime/Machine/Types.hs:135)
2543.89 s
[unison-runtime] CCache (src/Unison/Runtime/Machine/Types.hs:162)
2543.89 s
[unison-runtime] refNumsTm (src/Unison/Runtime/Machine/Types.hs:183)
2543.89 s
[unison-runtime] refNumsTy (src/Unison/Runtime/Machine/Types.hs:186)
2543.89 s
[unison-runtime] refNumTm (src/Unison/Runtime/Machine/Types.hs:189)
2543.89 s
[unison-runtime] baseCCache (src/Unison/Runtime/Machine/Types.hs:195)
2543.89 s
[unison-runtime] lookupCode (src/Unison/Runtime/Machine/Types.hs:230)
2543.89 s
[unison-runtime] canonicalizeCodeRefs (src/Unison/Runtime/Machine/Types.hs:242)
2543.89 s
[unison-runtime] resolveCode (src/Unison/Runtime/Machine/Types.hs:250)
2543.89 s
[unison-runtime] cacheability (src/Unison/Runtime/Machine/Types.hs:264)
2543.89 s
[unison-runtime] checkSandboxing (src/Unison/Runtime/Machine/Types.hs:275)
2543.89 s
[unison-runtime] checkValueSandboxing (src/Unison/Runtime/Machine/Types.hs:293)
2543.89 s
[unison-runtime] codeValidate (src/Unison/Runtime/Machine/Types.hs:314)
2543.89 s
[unison-runtime] 1% ( 1 / 73) in 'Unison.Runtime.ANF.Serialize'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] Version (src/Unison/Runtime/ANF/Serialize.hs:45)
2543.89 s
[unison-runtime] index (src/Unison/Runtime/ANF/Serialize.hs:49)
2543.89 s
[unison-runtime] deindex (src/Unison/Runtime/ANF/Serialize.hs:57)
2543.89 s
[unison-runtime] pushCtx (src/Unison/Runtime/ANF/Serialize.hs:63)
2543.89 s
[unison-runtime] putIndex (src/Unison/Runtime/ANF/Serialize.hs:66)
2543.89 s
[unison-runtime] getIndex (src/Unison/Runtime/ANF/Serialize.hs:70)
2543.89 s
[unison-runtime] putVar (src/Unison/Runtime/ANF/Serialize.hs:73)
2543.89 s
[unison-runtime] getVar (src/Unison/Runtime/ANF/Serialize.hs:78)
2543.89 s
[unison-runtime] putArgs (src/Unison/Runtime/ANF/Serialize.hs:81)
2543.89 s
[unison-runtime] getArgs (src/Unison/Runtime/ANF/Serialize.hs:84)
2543.89 s
[unison-runtime] putCCs (src/Unison/Runtime/ANF/Serialize.hs:87)
2543.89 s
[unison-runtime] getCCs (src/Unison/Runtime/ANF/Serialize.hs:94)
2543.89 s
[unison-runtime] putGroup (src/Unison/Runtime/ANF/Serialize.hs:121)
2543.89 s
[unison-runtime] getGroup (src/Unison/Runtime/ANF/Serialize.hs:134)
2543.89 s
[unison-runtime] putCode (src/Unison/Runtime/ANF/Serialize.hs:143)
2543.89 s
[unison-runtime] getCode (src/Unison/Runtime/ANF/Serialize.hs:146)
2543.89 s
[unison-runtime] putInlineInfo (src/Unison/Runtime/ANF/Serialize.hs:153)
2543.89 s
[unison-runtime] getInlineInfo (src/Unison/Runtime/ANF/Serialize.hs:161)
2543.89 s
[unison-runtime] putInlineExpr (src/Unison/Runtime/ANF/Serialize.hs:169)
2543.89 s
[unison-runtime] getInlineExpr (src/Unison/Runtime/ANF/Serialize.hs:178)
2543.89 s
[unison-runtime] putOptInfos (src/Unison/Runtime/ANF/Serialize.hs:185)
2543.89 s
[unison-runtime] getOptInfos (src/Unison/Runtime/ANF/Serialize.hs:191)
2543.89 s
[unison-runtime] putInlineClass (src/Unison/Runtime/ANF/Serialize.hs:201)
2543.89 s
[unison-runtime] getInlineClass (src/Unison/Runtime/ANF/Serialize.hs:207)
2543.89 s
[unison-runtime] putCacheability (src/Unison/Runtime/ANF/Serialize.hs:215)
2543.89 s
[unison-runtime] getCacheability (src/Unison/Runtime/ANF/Serialize.hs:219)
2543.89 s
[unison-runtime] putComb (src/Unison/Runtime/ANF/Serialize.hs:236)
2543.89 s
[unison-runtime] getFresh (src/Unison/Runtime/ANF/Serialize.hs:240)
2543.89 s
[unison-runtime] getComb (src/Unison/Runtime/ANF/Serialize.hs:248)
2543.89 s
[unison-runtime] putNormal (src/Unison/Runtime/ANF/Serialize.hs:261)
2543.89 s
[unison-runtime] getNormal (src/Unison/Runtime/ANF/Serialize.hs:311)
2543.89 s
[unison-runtime] putFunc (src/Unison/Runtime/ANF/Serialize.hs:368)
2543.89 s
[unison-runtime] getFunc (src/Unison/Runtime/ANF/Serialize.hs:384)
2543.89 s
[unison-runtime] putFOp (src/Unison/Runtime/ANF/Serialize.hs:401)
2543.89 s
[unison-runtime] getFOp (src/Unison/Runtime/ANF/Serialize.hs:404)
2543.89 s
[unison-runtime] putPOp (src/Unison/Runtime/ANF/Serialize.hs:407)
2543.89 s
[unison-runtime] getPOp (src/Unison/Runtime/ANF/Serialize.hs:412)
2543.89 s
[unison-runtime] putLit (src/Unison/Runtime/ANF/Serialize.hs:418)
2543.89 s
[unison-runtime] getLit (src/Unison/Runtime/ANF/Serialize.hs:427)
2543.89 s
[unison-runtime] putBLit (src/Unison/Runtime/ANF/Serialize.hs:438)
2543.89 s
[unison-runtime] putAsMap (src/Unison/Runtime/ANF/Serialize.hs:475)
2543.89 s
[unison-runtime] getBLit (src/Unison/Runtime/ANF/Serialize.hs:494)
2543.89 s
[unison-runtime] putRefs (src/Unison/Runtime/ANF/Serialize.hs:519)
2543.89 s
[unison-runtime] getRefs (src/Unison/Runtime/ANF/Serialize.hs:522)
2543.89 s
[unison-runtime] putBranches (src/Unison/Runtime/ANF/Serialize.hs:531)
2543.89 s
[unison-runtime] getBranches (src/Unison/Runtime/ANF/Serialize.hs:570)
2543.89 s
[unison-runtime] putCase (src/Unison/Runtime/ANF/Serialize.hs:610)
2543.89 s
[unison-runtime] getCase (src/Unison/Runtime/ANF/Serialize.hs:619)
2543.89 s
[unison-runtime] putCTag (src/Unison/Runtime/ANF/Serialize.hs:627)
2543.89 s
[unison-runtime] getCTag (src/Unison/Runtime/ANF/Serialize.hs:630)
2543.89 s
[unison-runtime] putGroupRef (src/Unison/Runtime/ANF/Serialize.hs:633)
2543.89 s
[unison-runtime] getGroupRef (src/Unison/Runtime/ANF/Serialize.hs:637)
2543.89 s
[unison-runtime] putValue (src/Unison/Runtime/ANF/Serialize.hs:661)
2543.89 s
[unison-runtime] getValue (src/Unison/Runtime/ANF/Serialize.hs:679)
2543.89 s
[unison-runtime] putCont (src/Unison/Runtime/ANF/Serialize.hs:725)
2543.89 s
[unison-runtime] getCont (src/Unison/Runtime/ANF/Serialize.hs:740)
2543.89 s
[unison-runtime] deserializeCode (src/Unison/Runtime/ANF/Serialize.hs:781)
2543.89 s
[unison-runtime] serializeCode (src/Unison/Runtime/ANF/Serialize.hs:795)
2543.89 s
[unison-runtime] serializeCodeWithVersion (src/Unison/Runtime/ANF/Serialize.hs:802)
2543.89 s
[unison-runtime] getVersionedValue (src/Unison/Runtime/ANF/Serialize.hs:852)
2543.89 s
[unison-runtime] deserializeValue (src/Unison/Runtime/ANF/Serialize.hs:864)
2543.89 s
[unison-runtime] serializeValue (src/Unison/Runtime/ANF/Serialize.hs:867)
2543.89 s
[unison-runtime] serializeValueWithVersion (src/Unison/Runtime/ANF/Serialize.hs:875)
2543.89 s
[unison-runtime] serializeValueForHash (src/Unison/Runtime/ANF/Serialize.hs:907)
2543.89 s
[unison-runtime] getGroupCurrent (src/Unison/Runtime/ANF/Serialize.hs:915)
2543.89 s
[unison-runtime] GDeserial (src/Unison/Runtime/ANF/Serialize.hs:917)
2543.89 s
[unison-runtime] DeserialIO (src/Unison/Runtime/ANF/Serialize.hs:919)
2543.89 s
[unison-runtime] DeserialST (src/Unison/Runtime/ANF/Serialize.hs:921)
2543.89 s
[unison-runtime] valueToCode (src/Unison/Runtime/ANF/Serialize.hs:925)
2543.89 s
[unison-runtime] valueVersion (src/Unison/Runtime/ANF/Serialize.hs:934)
2543.89 s
[unison-runtime] codeVersion (src/Unison/Runtime/ANF/Serialize.hs:937)
2543.89 s
[unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.ANF.Rehash'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] checkGroupHashes (src/Unison/Runtime/ANF/Rehash.hs:24)
2543.89 s
[unison-runtime] rehashGroups (src/Unison/Runtime/ANF/Rehash.hs:36)
2543.89 s
[unison-runtime] checkMissing (src/Unison/Runtime/ANF/Rehash.hs:59)
2543.89 s
[unison-runtime] rehashSCC (src/Unison/Runtime/ANF/Rehash.hs:78)
2543.89 s
[unison-runtime] checkSCC (src/Unison/Runtime/ANF/Rehash.hs:105)
2543.89 s
[unison-runtime] 0% ( 0 / 47) in 'Unison.Runtime.ANF.MurmurHash.Untyped'
2543.89 s
[unison-runtime] Missing documentation for:
2543.89 s
[unison-runtime] Module header
2543.89 s
[unison-runtime] hash64ValueUntyped (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:37)
2543.89 s
[unison-runtime] UntypedValue (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:39)
2543.89 s
[unison-runtime] HRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:48)
2543.89 s
[unison-runtime] hash64AddShort (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:54)
2543.89 s
[unison-runtime] hash64AddRef (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:57)
2543.90 s
[unison-runtime] hrefPlain (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:63)
2543.90 s
[unison-runtime] hrefIndexed (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:66)
2543.90 s
[unison-runtime] pushCtx (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:74)
2543.90 s
[unison-runtime] hash64AddTermRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:77)
2543.90 s
[unison-runtime] hash64AddTypeRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:80)
2543.90 s
[unison-runtime] hash64AddValue (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:83)
2543.90 s
[unison-runtime] hash64AddGroupRef (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:102)
2543.90 s
[unison-runtime] hash64AddValues (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:107)
2543.90 s
[unison-runtime] hash64AddCont (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:110)
2543.90 s
[unison-runtime] hash64AddReferent (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:124)
2543.90 s
[unison-runtime] hash64AddWord8 (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:138)
2543.90 s
[unison-runtime] hash64AddByteArray (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:141)
2543.90 s
[unison-runtime] hash64AddDouble (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:149)
2543.90 s
[unison-runtime] hash64AddInteger (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:155)
2543.90 s
[unison-runtime] hash64AddNatural (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:162)
2543.90 s
[unison-runtime] hash64AddBLit (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:167)
2543.90 s
[unison-runtime] hash64AddCode (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:202)
2543.90 s
[unison-runtime] hash64AddGroup (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:211)
2543.90 s
[unison-runtime] hash64AddSuper (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:225)
2543.90 s
[unison-runtime] hash64AddNormal (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:231)
2543.90 s
[unison-runtime] hash64AddVar (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:277)
2543.90 s
[unison-runtime] hash64AddVars (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:287)
2543.90 s
[unison-runtime] hash64AddFunc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:290)
2543.90 s
[unison-runtime] hash64AddLit (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:313)
2543.90 s
[unison-runtime] hash64AddBranches (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:330)
2543.90 s
[unison-runtime] hash64AddNAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:369)
2543.90 s
[unison-runtime] hash64AddTAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:381)
2543.90 s
[unison-runtime] hash64AddYAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:393)
2543.90 s
[unison-runtime] hash64AddDAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:405)
2543.90 s
[unison-runtime] hash64AddSAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:412)
2543.90 s
[unison-runtime] hash64AddRAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:419)
2543.90 s
[unison-runtime] hash64AddPOp (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:429)
2543.90 s
[unison-runtime] hash64AddForeign (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:432)
2543.90 s
[unison-runtime] hash64AddEither (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:440)
2543.90 s
[unison-runtime] hash64AddMaybe (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:445)
2543.90 s
[unison-runtime] rot (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:450)
2543.90 s
[unison-runtime] hash64AddAssocs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:454)
2543.90 s
[unison-runtime] hash64AddEMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:462)
2543.90 s
[unison-runtime] hash64AddMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:466)
2543.90 s
[unison-runtime] hash64AddUMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:471)
2543.90 s
[unison-runtime] hash64AddAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:489)
2543.90 s
[unison-runtime] 0% ( 0 / 8) in 'Unison.Runtime.Foreign.Function'
2543.90 s
[unison-runtime] Missing documentation for:
2543.90 s
[unison-runtime] Module header
2543.90 s
[unison-runtime] ForeignConvention (src/Unison/Runtime/Foreign/Function.hs:2776)
2543.90 s
[unison-runtime] foreignCall (src/Unison/Runtime/Foreign/Function.hs:224)
2543.90 s
[unison-runtime] readsAtError (src/Unison/Runtime/Foreign/Function.hs:2795)
2543.90 s
[unison-runtime] foreignConventionError (src/Unison/Runtime/Foreign/Function.hs:2800)
2543.90 s
[unison-runtime] pseudoConstructors (src/Unison/Runtime/Foreign/Function.hs:3566)
2543.90 s
[unison-runtime] functionReplacements (src/Unison/Runtime/Foreign/Function.hs:2080)
2543.90 s
[unison-runtime] functionUnreplacements (src/Unison/Runtime/Foreign/Function.hs:2080)
2543.90 s
[unison-runtime] 0% ( 0 /151) in 'Unison.Runtime.Machine.Primops'
2543.90 s
[unison-runtime] Missing documentation for:
2543.90 s
[unison-runtime] Module header
2543.90 s
[unison-runtime] prim1wrap (src/Unison/Runtime/Machine/Primops.hs:36)
2543.90 s
[unison-runtime] prim1 (src/Unison/Runtime/Machine/Primops.hs:43)
2543.90 s
[unison-runtime] prim2wrap2 (src/Unison/Runtime/Machine/Primops.hs:121)
2543.90 s
[unison-runtime] primxx (src/Unison/Runtime/Machine/Primops.hs:130)
2543.90 s
[unison-runtime] termLinkVal (src/Unison/Runtime/Machine/Primops.hs:210)
2543.90 s
[unison-runtime] typeLinkVal (src/Unison/Runtime/Machine/Primops.hs:213)
2543.90 s
[unison-runtime] deci (src/Unison/Runtime/Machine/Primops.hs:224)
2543.90 s
[unison-runtime] decn (src/Unison/Runtime/Machine/Primops.hs:227)
2543.90 s
[unison-runtime] inci (src/Unison/Runtime/Machine/Primops.hs:230)
2543.90 s
[unison-runtime] incn (src/Unison/Runtime/Machine/Primops.hs:233)
2543.90 s
[unison-runtime] trnc (src/Unison/Runtime/Machine/Primops.hs:236)
2543.90 s
[unison-runtime] negi (src/Unison/Runtime/Machine/Primops.hs:239)
2543.90 s
[unison-runtime] sgni (src/Unison/Runtime/Machine/Primops.hs:242)
2543.90 s
[unison-runtime] absf (src/Unison/Runtime/Machine/Primops.hs:245)
2543.90 s
[unison-runtime] ceil (src/Unison/Runtime/Machine/Primops.hs:248)
2543.90 s
[unison-runtime] flor (src/Unison/Runtime/Machine/Primops.hs:251)
2543.90 s
[unison-runtime] trnf (src/Unison/Runtime/Machine/Primops.hs:254)
2543.90 s
[unison-runtime] rndf (src/Unison/Runtime/Machine/Primops.hs:257)
2543.90 s
[unison-runtime] expf (src/Unison/Runtime/Machine/Primops.hs:260)
2543.90 s
[unison-runtime] logf (src/Unison/Runtime/Machine/Primops.hs:263)
2543.90 s
[unison-runtime] sqtf (src/Unison/Runtime/Machine/Primops.hs:266)
2543.90 s
[unison-runtime] cosf (src/Unison/Runtime/Machine/Primops.hs:269)
2543.90 s
[unison-runtime] sinf (src/Unison/Runtime/Machine/Primops.hs:272)
2543.90 s
[unison-runtime] tanf (src/Unison/Runtime/Machine/Primops.hs:275)
2543.90 s
[unison-runtime] cshf (src/Unison/Runtime/Machine/Primops.hs:278)
2543.90 s
[unison-runtime] snhf (src/Unison/Runtime/Machine/Primops.hs:281)
2543.90 s
[unison-runtime] tnhf (src/Unison/Runtime/Machine/Primops.hs:284)
2543.90 s
[unison-runtime] acsf (src/Unison/Runtime/Machine/Primops.hs:287)
2543.90 s
[unison-runtime] asnf (src/Unison/Runtime/Machine/Primops.hs:290)
2543.90 s
[unison-runtime] atnf (src/Unison/Runtime/Machine/Primops.hs:293)
2543.90 s
[unison-runtime] asnh (src/Unison/Runtime/Machine/Primops.hs:296)
2543.90 s
[unison-runtime] acsh (src/Unison/Runtime/Machine/Primops.hs:299)
2543.90 s
[unison-runtime] atnh (src/Unison/Runtime/Machine/Primops.hs:302)
2543.90 s
[unison-runtime] itof (src/Unison/Runtime/Machine/Primops.hs:305)
2543.90 s
[unison-runtime] ntof (src/Unison/Runtime/Machine/Primops.hs:308)
2543.90 s
[unison-runtime] lzro (src/Unison/Runtime/Machine/Primops.hs:311)
2543.90 s
[unison-runtime] tzro (src/Unison/Runtime/Machine/Primops.hs:314)
2543.90 s
[unison-runtime] popc (src/Unison/Runtime/Machine/Primops.hs:317)
2543.90 s
[unison-runtime] comn (src/Unison/Runtime/Machine/Primops.hs:320)
2543.90 s
[unison-runtime] comi (src/Unison/Runtime/Machine/Primops.hs:323)
2543.90 s
[unison-runtime] notb (src/Unison/Runtime/Machine/Primops.hs:326)
2543.90 s
[unison-runtime] sizt (src/Unison/Runtime/Machine/Primops.hs:329)
2543.90 s
[unison-runtime] sizs (src/Unison/Runtime/Machine/Primops.hs:332)
2543.90 s
[unison-runtime] itot (src/Unison/Runtime/Machine/Primops.hs:335)
2543.90 s
[unison-runtime] ntot (src/Unison/Runtime/Machine/Primops.hs:338)
2543.90 s
[unison-runtime] ftot (src/Unison/Runtime/Machine/Primops.hs:341)
2543.90 s
[unison-runtime] usnc (src/Unison/Runtime/Machine/Primops.hs:344)
2543.90 s
[unison-runtime] ucns (src/Unison/Runtime/Machine/Primops.hs:348)
2543.90 s
[unison-runtime] readIntegral (src/Unison/Runtime/Machine/Primops.hs:352)
2543.90 s
[unison-runtime] clamp (src/Unison/Runtime/Machine/Primops.hs:356)
2543.90 s
[unison-runtime] ttoi (src/Unison/Runtime/Machine/Primops.hs:365)
2543.90 s
[unison-runtime] tton (src/Unison/Runtime/Machine/Primops.hs:373)
2543.90 s
[unison-runtime] ttof (src/Unison/Runtime/Machine/Primops.hs:377)
2543.90 s
[unison-runtime] vwls (src/Unison/Runtime/Machine/Primops.hs:383)
2543.90 s
[unison-runtime] vwrs (src/Unison/Runtime/Machine/Primops.hs:391)
2543.90 s
[unison-runtime] pakt (src/Unison/Runtime/Machine/Primops.hs:399)
2543.90 s
[unison-runtime] upkt (src/Unison/Runtime/Machine/Primops.hs:406)
2543.90 s
[unison-runtime] pakb (src/Unison/Runtime/Machine/Primops.hs:414)
2543.90 s
[unison-runtime] upkb (src/Unison/Runtime/Machine/Primops.hs:422)
2543.90 s
[unison-runtime] sizb (src/Unison/Runtime/Machine/Primops.hs:427)
2543.90 s
[unison-runtime] fltb (src/Unison/Runtime/Machine/Primops.hs:430)
2543.90 s
[unison-runtime] refr (src/Unison/Runtime/Machine/Primops.hs:440)
2543.90 s
[unison-runtime] refn (src/Unison/Runtime/Machine/Primops.hs:443)
2543.90 s
[unison-runtime] rrfc (src/Unison/Runtime/Machine/Primops.hs:452)
2543.90 s
[unison-runtime] tikr (src/Unison/Runtime/Machine/Primops.hs:459)
2543.90 s
[unison-runtime] miss (src/Unison/Runtime/Machine/Primops.hs:462)
2543.90 s
[unison-runtime] sdbl (src/Unison/Runtime/Machine/Primops.hs:472)
2543.90 s
[unison-runtime] sandboxList (src/Unison/Runtime/Machine/Primops.hs:476)
2543.90 s
[unison-runtime] lkup (src/Unison/Runtime/Machine/Primops.hs:482)
2543.90 s
[unison-runtime] cvld (src/Unison/Runtime/Machine/Primops.hs:488)
2543.90 s
[unison-runtime] tltt (src/Unison/Runtime/Machine/Primops.hs:498)
2543.90 s
[unison-runtime] dbtx (src/Unison/Runtime/Machine/Primops.hs:503)
2543.90 s
[unison-runtime] addi (src/Unison/Runtime/Machine/Primops.hs:512)
2543.90 s
[unison-runtime] subi (src/Unison/Runtime/Machine/Primops.hs:516)
2543.90 s
[unison-runtime] muli (src/Unison/Runtime/Machine/Primops.hs:520)
2543.90 s
[unison-runtime] divi (src/Unison/Runtime/Machine/Primops.hs:524)
2543.90 s
[unison-runtime] modi (src/Unison/Runtime/Machine/Primops.hs:528)
2543.90 s
[unison-runtime] eqli (src/Unison/Runtime/Machine/Primops.hs:532)
2543.90 s
[unison-runtime] neqi (src/Unison/Runtime/Machine/Primops.hs:536)
2543.90 s
[unison-runtime] leqi (src/Unison/Runtime/Machine/Primops.hs:540)
2543.90 s
[unison-runtime] lesi (src/Unison/Runtime/Machine/Primops.hs:544)
2543.90 s
[unison-runtime] andi (src/Unison/Runtime/Machine/Primops.hs:548)
2543.90 s
[unison-runtime] iori (src/Unison/Runtime/Machine/Primops.hs:552)
2543.90 s
[unison-runtime] xori (src/Unison/Runtime/Machine/Primops.hs:556)
2543.90 s
[unison-runtime] shli (src/Unison/Runtime/Machine/Primops.hs:560)
2543.90 s
[unison-runtime] shri (src/Unison/Runtime/Machine/Primops.hs:564)
2543.90 s
[unison-runtime] powi (src/Unison/Runtime/Machine/Primops.hs:568)
2543.90 s
[unison-runtime] addn (src/Unison/Runtime/Machine/Primops.hs:572)
2543.90 s
[unison-runtime] subn (src/Unison/Runtime/Machine/Primops.hs:576)
2543.90 s
[unison-runtime] muln (src/Unison/Runtime/Machine/Primops.hs:580)
2543.90 s
[unison-runtime] divn (src/Unison/Runtime/Machine/Primops.hs:584)
2543.90 s
[unison-runtime] modn (src/Unison/Runtime/Machine/Primops.hs:588)
2543.90 s
[unison-runtime] shln (src/Unison/Runtime/Machine/Primops.hs:592)
2543.90 s
[unison-runtime] shrn (src/Unison/Runtime/Machine/Primops.hs:596)
2543.90 s
[unison-runtime] pown (src/Unison/Runtime/Machine/Primops.hs:600)
2543.90 s
[unison-runtime] eqln (src/Unison/Runtime/Machine/Primops.hs:604)
2543.90 s
[unison-runtime] neqn (src/Unison/Runtime/Machine/Primops.hs:608)
2543.90 s
[unison-runtime] leqn (src/Unison/Runtime/Machine/Primops.hs:612)
2543.90 s
[unison-runtime] lesn (src/Unison/Runtime/Machine/Primops.hs:616)
2543.90 s
[unison-runtime] andn (src/Unison/Runtime/Machine/Primops.hs:620)
2543.90 s
[unison-runtime] iorn (src/Unison/Runtime/Machine/Primops.hs:624)
2543.90 s
[unison-runtime] xorn (src/Unison/Runtime/Machine/Primops.hs:628)
2543.90 s
[unison-runtime] drpn (src/Unison/Runtime/Machine/Primops.hs:632)
2543.90 s
[unison-runtime] eqlf (src/Unison/Runtime/Machine/Primops.hs:636)
2543.90 s
[unison-runtime] neqf (src/Unison/Runtime/Machine/Primops.hs:640)
2543.90 s
[unison-runtime] leqf (src/Unison/Runtime/Machine/Primops.hs:644)
2543.90 s
[unison-runtime] lesf (src/Unison/Runtime/Machine/Primops.hs:648)
2543.90 s
[unison-runtime] addf (src/Unison/Runtime/Machine/Primops.hs:652)
2543.90 s
[unison-runtime] subf (src/Unison/Runtime/Machine/Primops.hs:656)
2543.90 s
[unison-runtime] mulf (src/Unison/Runtime/Machine/Primops.hs:660)
2543.90 s
[unison-runtime] divf (src/Unison/Runtime/Machine/Primops.hs:664)
2543.90 s
[unison-runtime] atn2 (src/Unison/Runtime/Machine/Primops.hs:668)
2543.90 s
[unison-runtime] powf (src/Unison/Runtime/Machine/Primops.hs:672)
2543.90 s
[unison-runtime] logb (src/Unison/Runtime/Machine/Primops.hs:676)
2543.90 s
[unison-runtime] maxf (src/Unison/Runtime/Machine/Primops.hs:680)
2543.90 s
[unison-runtime] minf (src/Unison/Runtime/Machine/Primops.hs:684)
2543.90 s
[unison-runtime] drpt (src/Unison/Runtime/Machine/Primops.hs:688)
2543.90 s
[unison-runtime] takt (src/Unison/Runtime/Machine/Primops.hs:699)
2543.90 s
[unison-runtime] catt (src/Unison/Runtime/Machine/Primops.hs:710)
2543.90 s
[unison-runtime] ixot (src/Unison/Runtime/Machine/Primops.hs:714)
2543.90 s
[unison-runtime] eqlt (src/Unison/Runtime/Machine/Primops.hs:718)
2543.90 s
[unison-runtime] leqt (src/Unison/Runtime/Machine/Primops.hs:722)
2543.90 s
[unison-runtime] lest (src/Unison/Runtime/Machine/Primops.hs:726)
2543.90 s
[unison-runtime] eqlu (src/Unison/Runtime/Machine/Primops.hs:730)
2543.90 s
[unison-runtime] cmpu (src/Unison/Runtime/Machine/Primops.hs:734)
2543.90 s
[unison-runtime] lequ (src/Unison/Runtime/Machine/Primops.hs:738)
2543.90 s
[unison-runtime] lesu (src/Unison/Runtime/Machine/Primops.hs:742)
2543.90 s
[unison-runtime] drps (src/Unison/Runtime/Machine/Primops.hs:750)
2543.90 s
[unison-runtime] taks (src/Unison/Runtime/Machine/Primops.hs:754)
2543.90 s
[unison-runtime] cons (src/Unison/Runtime/Machine/Primops.hs:758)
2543.90 s
[unison-runtime] snoc (src/Unison/Runtime/Machine/Primops.hs:762)
2543.90 s
[unison-runtime] idxs (src/Unison/Runtime/Machine/Primops.hs:766)
2543.90 s
[unison-runtime] SeqView (src/Unison/Runtime/Machine/Primops.hs:769)
2543.90 s
[unison-runtime] decodeSeqView (src/Unison/Runtime/Machine/Primops.hs:776)
2543.90 s
[unison-runtime] seqViewE (src/Unison/Runtime/Machine/Primops.hs:783)
2543.90 s
[unison-runtime] encodeSeqView (src/Unison/Runtime/Machine/Primops.hs:790)
2543.90 s
[unison-runtime] spll (src/Unison/Runtime/Machine/Primops.hs:815)
2543.90 s
[unison-runtime] splr (src/Unison/Runtime/Machine/Primops.hs:823)
2543.90 s
[unison-runtime] cats (src/Unison/Runtime/Machine/Primops.hs:831)
2543.90 s
[unison-runtime] takb (src/Unison/Runtime/Machine/Primops.hs:838)
2543.90 s
[unison-runtime] drpb (src/Unison/Runtime/Machine/Primops.hs:843)
2543.90 s
[unison-runtime] idxb (src/Unison/Runtime/Machine/Primops.hs:847)
2543.90 s
[unison-runtime] catb (src/Unison/Runtime/Machine/Primops.hs:851)
2543.90 s
[unison-runtime] ixob (src/Unison/Runtime/Machine/Primops.hs:855)
2543.90 s
[unison-runtime] refw (src/Unison/Runtime/Machine/Primops.hs:859)
2543.90 s
[unison-runtime] cast (src/Unison/Runtime/Machine/Primops.hs:863)
2543.90 s
[unison-runtime] andb (src/Unison/Runtime/Machine/Primops.hs:867)
2543.90 s
[unison-runtime] iorb (src/Unison/Runtime/Machine/Primops.hs:871)
2543.90 s
[unison-runtime] sdbv (src/Unison/Runtime/Machine/Primops.hs:875)
2543.90 s
[unison-runtime] sdbx (src/Unison/Runtime/Machine/Primops.hs:884)
2543.90 s
[unison-runtime] Warning: 'env' is out of scope.
2543.90 s
[unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
2543.90 s
[unison-runtime] Warning: 'henv' is out of scope.
2543.90 s
[unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
2543.90 s
[unison-runtime] 5% ( 1 / 18) in 'Unison.Runtime.Machine'
2543.90 s
[unison-runtime] Missing documentation for:
2543.90 s
[unison-runtime] Module header
2543.90 s
[unison-runtime] CCache (src/Unison/Runtime/Machine/Types.hs:162)
2543.90 s
[unison-runtime] Combs (src/Unison/Runtime/Machine/Types.hs:61)
2543.90 s
[unison-runtime] Tracer (src/Unison/Runtime/Machine/Types.hs:73)
2543.90 s
[unison-runtime] apply0 (src/Unison/Runtime/Machine.hs:189)
2543.90 s
[unison-runtime] baseCCache (src/Unison/Runtime/Machine/Types.hs:195)
2543.90 s
[unison-runtime] cacheAdd (src/Unison/Runtime/Machine.hs:1719)
2543.90 s
[unison-runtime] cacheAdd0 (src/Unison/Runtime/Machine.hs:1594)
2543.90 s
[unison-runtime] eval0 (src/Unison/Runtime/Machine.hs:129)
2543.90 s
[unison-runtime] expandSandbox (src/Unison/Runtime/Machine.hs:1698)
2543.90 s
[unison-runtime] preEvalTopLevelConstants (src/Unison/Runtime/Machine.hs:1659)
2543.90 s
[unison-runtime] refLookup (src/Unison/Runtime/Machine/Types.hs:79)
2543.90 s
[unison-runtime] refNumTm (src/Unison/Runtime/Machine/Types.hs:189)
2543.90 s
[unison-runtime] refNumsTm (src/Unison/Runtime/Machine/Types.hs:183)
2543.90 s
[unison-runtime] refNumsTy (src/Unison/Runtime/Machine/Types.hs:186)
2543.90 s
[unison-runtime] reifyValue (src/Unison/Runtime/Machine.hs:1941)
2543.90 s
[unison-runtime] resolveSection (src/Unison/Runtime/Machine.hs:1521)
2543.90 s
[unison-runtime] 27% ( 5 / 18) in 'Unison.Runtime.Interface'
2543.90 s
[unison-runtime] Missing documentation for:
2543.90 s
[unison-runtime] Module header
2543.90 s
[unison-runtime] startRuntime (src/Unison/Runtime/Interface.hs:872)
2543.90 s
[unison-runtime] withRuntime (src/Unison/Runtime/Interface.hs:896)
2543.90 s
[unison-runtime] standalone (src/Unison/Runtime/Interface.hs:1088)
2543.90 s
[unison-runtime] runStandalone (src/Unison/Runtime/Interface.hs:906)
2543.90 s
[unison-runtime] decodeStandalone (src/Unison/Runtime/Interface.hs:856)
2543.90 s
[unison-runtime] Runtime (src/Unison/Runtime.hs:32)
2543.90 s
[unison-runtime] terminate (src/Unison/Runtime.hs:34)
2543.90 s
[unison-runtime] getStoredCache (src/Unison/Runtime/Interface.hs:941)
2543.90 s
[unison-runtime] putStoredCache (src/Unison/Runtime/Interface.hs:927)
2543.90 s
[unison-runtime] prettyRuntimeExn (src/Unison/Runtime/Interface.hs:1251)
2543.90 s
[unison-runtime] renderDecompError (src/Unison/Runtime/Interface.hs:1107)
2543.90 s
[unison-runtime] tabulateErrors (src/Unison/Runtime/Interface.hs:1152)
2543.90 s
[unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.Vector'
2543.90 s
[unison-runtime] Missing documentation for:
2543.90 s
[unison-runtime] Module header
2543.90 s
[unison-runtime] Vec (src/Unison/Runtime/Vector.hs:10)
2543.90 s
[unison-runtime] Nat (src/Unison/Runtime/Vector.hs:23)
2543.90 s
[unison-runtime] mu (src/Unison/Runtime/Vector.hs:26)
2543.90 s
[unison-runtime] bound (src/Unison/Runtime/Vector.hs:42)
2543.90 s
[unison-runtime] toList (src/Unison/Runtime/Vector.hs:50)
2545.08 s
[unison-runtime] Warning: Unison.Runtime.Array: could not find link destinations for:
2545.08 s
[unison-runtime] - Data.Vector.Generic.Base.Mutable
2545.08 s
[unison-runtime] - Unison.Runtime.Array.CheckCtx
2545.09 s
[unison-runtime] Warning: Unison.Runtime.Pattern: could not find link destinations for:
2545.09 s
[unison-runtime] - Unison.Runtime.Pattern.Cons
2545.09 s
[unison-runtime] - Unison.Runtime.Pattern.Term
2545.10 s
[unison-runtime] Warning: Unison.Runtime.ANF: could not find link destinations for:
2545.10 s
[unison-runtime] - Unison.Runtime.ANF.DNormal
2545.10 s
[unison-runtime] - Unison.Runtime.ANF.Cte
2545.10 s
[unison-runtime] - Unison.Runtime.ANF.FloatSeg
2545.10 s
[unison-runtime] Warning: Unison.Runtime.MCode: could not find link destinations for:
2545.10 s
[unison-runtime] - Unison.Runtime.MCode.RCtx
2545.11 s
[unison-runtime] Warning: Unison.Runtime.Stack: could not find link destinations for:
2545.11 s
[unison-runtime] - Unison.Runtime.Stack.BVal
2545.11 s
[unison-runtime] - Unison.Runtime.Stack.UVal
2545.11 s
[unison-runtime] - Unison.Runtime.Stack.DebugCallStack
2545.11 s
[unison-runtime] Warning: Unison.Runtime.Profiling: could not find link destinations for:
2545.11 s
[unison-runtime] - Unison.Runtime.Machine.Types.ProfTicker
2545.11 s
[unison-runtime] Warning: Unison.Runtime.Debug: could not find link destinations for:
2545.11 s
[unison-runtime] - Unison.Runtime.Debug.Term
2545.11 s
[unison-runtime] Warning: Unison.Runtime.ANF.Optimize: could not find link destinations for:
2545.11 s
[unison-runtime] - Unison.Runtime.ANF.Optimize.Memo
2545.12 s
[unison-runtime] Warning: Unison.Runtime.Machine.Types: could not find link destinations for:
2545.12 s
[unison-runtime] - Unison.Runtime.Machine.Types.ProfTicker
2545.12 s
[unison-runtime] - Unison.Runtime.Machine.Types.NilTick
2564.10 s
[unison-runtime] Documentation created: dist/doc/html/unison-runtime/,
2564.11 s
[unison-runtime] dist/doc/html/unison-runtime/unison-runtime.txt
2564.19 s
[unison-runtime] haddockPhase completed in 45 seconds
2564.19 s
[unison-runtime] Phase: installPhase
2564.43 s
[unison-runtime] Installing library in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2566.84 s
[unison-runtime] Phase: fixupPhase
2566.87 s
[unison-runtime] shrinking RPATHs of ELF executables and libraries in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0
2566.90 s
[unison-runtime] shrinking /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/libHSunison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF-ghc9.10.3.so
2567.04 s
[unison-runtime] checking for references to /build/ in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0...
2567.11 s
[unison-runtime] patching script interpreter paths in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0
2567.12 s
[unison-runtime] stripping (with command strip and flags -S -p) in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0/lib
2568.24 s
[unison-runtime] shrinking RPATHs of ELF executables and libraries in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc
2568.26 s
[unison-runtime] checking for references to /build/ in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc...
2568.30 s
[unison-runtime] patching script interpreter paths in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc
2568.71 s
[unison-runtime:post-build] Uploading to the NixCI cache: /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0
2568.75 s
[unison-runtime:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2569.05 s
[unison-runtime:post-build] copying 2 paths...
2569.05 s
[unison-runtime:post-build] copying path '/nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc' to 'https://cache.nix-ci.com'...
2571.92 s
[unison-runtime:post-build] copying path '/nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0' to 'https://cache.nix-ci.com'...
2600.23 s
[unison-runtime:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2600.49 s
[unison-runtime:post-build] copying 2 paths...
2600.50 s
[unison-runtime:post-build] copying path '/nix/store/zcz9i9fhyg590pf3rvvddf6fkld5cwfq-stacklock2nix-pkg-sources-unison-runtime' to 'https://cache.nix-ci.com'...
2600.87 s
[unison-runtime:post-build] copying path '/nix/store/yga2fgs89n9jx7sdv9jd7wwvjf51p9j2-unison-runtime-0.0.0.drv' to 'https://cache.nix-ci.com'...
2601.02 s
Progress: 234 of 238 built, 823 of 823 downloaded from cache
2601.14 s
Building /nix/store/n0lwq9x55yilc5mzy494i8mfhibibmab-unison-share-api-0.0.0.drv
2602.11 s
[unison-share-api] Phase: setupCompilerEnvironmentPhase
2602.11 s
[unison-share-api] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
2603.56 s
[unison-share-api] Phase: unpackPhase
2603.56 s
[unison-share-api] unpacking source archive /nix/store/331ry2gh40a9n9pmz809rn5lnrl2jm92-stacklock2nix-pkg-sources-unison-share-api
2603.58 s
[unison-share-api] source root is stacklock2nix-pkg-sources-unison-share-api
2603.60 s
[unison-share-api] Phase: patchPhase
2603.61 s
[unison-share-api] Phase: compileBuildDriverPhase
2603.62 s
[unison-share-api] setupCompileFlags: -package-db=/build/tmp.XsUtuXMfOI/setup-package.conf.d -threaded
2603.67 s
[unison-share-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.XsUtuXMfOI/Main.o )
2603.71 s
[unison-share-api] [2 of 2] Linking Setup
2605.01 s
[unison-share-api] Phase: updateAutotoolsGnuConfigScriptsPhase
2605.03 s
[unison-share-api] Phase: configurePhase
2605.04 s
[unison-share-api] configureFlags: --verbose --prefix=/nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc/share/doc/unison-share-api-0.0.0 --with-gcc=gcc --package-db=/build/tmp.XsUtuXMfOI/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/wl2nw5l4x4dg6kclbgpq7v9212i1s6cy-ncurses-6.6/lib --extra-lib-dirs=/nix/store/2zs4bbi72plfm8j6zxf1js4f3yc4yzwy-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/qhmqdg27kcrlkl8ida6d5hiacw0y8d21-elfutils-0.194/lib --extra-lib-dirs=/nix/store/y56aqb1m3y5davn6hsv4jfbml78qw4mv-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/wjfhh11sfcdf97mvg7hbxickybxzk850-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/lib
2605.05 s
[unison-share-api] Using Parsec parser
2605.05 s
[unison-share-api] Configuring unison-share-api-0.0.0...
2606.05 s
[unison-share-api] Dependency Diff: using Diff-1.0.2
2606.07 s
[unison-share-api] Dependency aeson >=2.0.0.0: using aeson-2.2.4.1
2606.07 s
[unison-share-api] Dependency base: using base-4.20.2.0
2606.07 s
[unison-share-api] Dependency binary: using binary-0.8.9.3
2606.07 s
[unison-share-api] Dependency bytes: using bytes-0.17.5
2606.07 s
[unison-share-api] Dependency bytestring: using bytestring-0.12.2.0
2606.07 s
[unison-share-api] Dependency cborg: using cborg-0.2.10.0
2606.07 s
[unison-share-api] Dependency conduit: using conduit-1.3.6.1
2606.07 s
[unison-share-api] Dependency containers: using containers-0.7
2606.07 s
[unison-share-api] Dependency directory: using directory-1.3.8.5
2606.07 s
[unison-share-api] Dependency errors: using errors-2.3.0
2606.07 s
[unison-share-api] Dependency extra: using extra-1.8.1
2606.07 s
[unison-share-api] Dependency filepath: using filepath-1.5.4.0
2606.07 s
[unison-share-api] Dependency fuzzyfind: using fuzzyfind-3.0.2
2606.07 s
[unison-share-api] Dependency hs-mcp: using hs-mcp-0.1.1.0
2606.07 s
[unison-share-api] Dependency http-media: using http-media-0.8.1.1
2606.07 s
[unison-share-api] Dependency http-types: using http-types-0.12.4
2606.07 s
[unison-share-api] Dependency ki-unlifted: using ki-unlifted-1.0.0.2
2606.07 s
[unison-share-api] Dependency lens: using lens-5.3.6
2606.07 s
[unison-share-api] Dependency lucid: using lucid-2.11.20250303
2606.07 s
[unison-share-api] Dependency memory: using memory-0.18.0
2606.07 s
[unison-share-api] Dependency mtl: using mtl-2.3.1
2606.07 s
[unison-share-api] Dependency network: using network-3.2.8.0
2606.07 s
[unison-share-api] Dependency nonempty-containers: using nonempty-containers-0.3.5.0
2606.07 s
[unison-share-api] Dependency openapi3: using openapi3-3.2.4
2606.07 s
[unison-share-api] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
2606.07 s
[unison-share-api] Dependency serialise: using serialise-0.2.6.1
2606.07 s
[unison-share-api] Dependency servant: using servant-0.20.3.0
2606.07 s
[unison-share-api] Dependency servant-docs: using servant-docs-0.13.1
2606.07 s
[unison-share-api] Dependency servant-openapi3: using servant-openapi3-2.0.1.6
2606.07 s
[unison-share-api] Dependency servant-server: using servant-server-0.20.3.0
2606.07 s
[unison-share-api] Dependency servant-websockets: using servant-websockets-2.0.0
2606.07 s
[unison-share-api] Dependency stm-chans: using stm-chans-3.0.0.11
2606.07 s
[unison-share-api] Dependency text: using text-2.1.3
2606.07 s
[unison-share-api] Dependency time: using time-1.12.2
2606.07 s
[unison-share-api] Dependency transformers: using transformers-0.6.1.1
2606.07 s
[unison-share-api] Dependency unison-codebase: using unison-codebase-0.0.0
2606.07 s
[unison-share-api] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
2606.07 s
[unison-share-api] Dependency unison-codebase-sqlite-hashing-v2: using
2606.07 s
[unison-share-api] unison-codebase-sqlite-hashing-v2-0.0.0
2606.07 s
[unison-share-api] Dependency unison-core: using unison-core-0.0.0
2606.07 s
[unison-share-api] Dependency unison-core1: using unison-core1-0.0.0
2606.07 s
[unison-share-api] Dependency unison-hash: using unison-hash-0.0.0
2606.07 s
[unison-share-api] Dependency unison-hash-orphans-aeson: using unison-hash-orphans-aeson-0.0.0
2606.07 s
[unison-share-api] Dependency unison-hashing-v2: using unison-hashing-v2-0.0.0
2606.07 s
[unison-share-api] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
2606.07 s
[unison-share-api] Dependency unison-prelude: using unison-prelude-0.0.0
2606.07 s
[unison-share-api] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
2606.07 s
[unison-share-api] Dependency unison-runtime: using unison-runtime-0.0.0
2606.07 s
[unison-share-api] Dependency unison-share-projects-api: using unison-share-projects-api-0.0.0
2606.07 s
[unison-share-api] Dependency unison-sqlite: using unison-sqlite-0.0.0
2606.07 s
[unison-share-api] Dependency unison-syntax: using unison-syntax-0.0.0
2606.07 s
[unison-share-api] Dependency unison-util-base32hex: using unison-util-base32hex-0.0.0
2606.07 s
[unison-share-api] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
2606.07 s
[unison-share-api] Dependency unison-util-relation: using unison-util-relation-0.0.0
2606.07 s
[unison-share-api] Dependency unliftio: using unliftio-0.2.25.1
2606.07 s
[unison-share-api] Dependency uri-encode: using uri-encode-1.5.0.7
2606.07 s
[unison-share-api] Dependency utf8-string: using utf8-string-1.0.2
2606.07 s
[unison-share-api] Dependency vector: using vector-0.13.2.0
2606.07 s
[unison-share-api] Dependency wai: using wai-3.2.4
2606.07 s
[unison-share-api] Dependency wai-cors: using wai-cors-0.2.7
2606.07 s
[unison-share-api] Dependency warp: using warp-3.4.9
2606.07 s
[unison-share-api] Dependency websockets: using websockets-0.13.0.0
2606.07 s
[unison-share-api] Dependency wuss: using wuss-2.0.2.7
2606.07 s
[unison-share-api] Dependency yaml: using yaml-0.11.11.2
2606.07 s
[unison-share-api] Dependency base: using base-4.20.2.0
2606.07 s
[unison-share-api] Dependency bytestring: using bytestring-0.12.2.0
2606.07 s
[unison-share-api] Dependency code-page: using code-page-0.2.1
2606.07 s
[unison-share-api] Dependency easytest: using easytest-0.1
2606.07 s
[unison-share-api] Dependency hedgehog: using hedgehog-1.5
2606.07 s
[unison-share-api] Dependency raw-strings-qq: using raw-strings-qq-1.1
2606.07 s
[unison-share-api] Dependency serialise: using serialise-0.2.6.1
2606.07 s
[unison-share-api] Dependency text: using text-2.1.3
2606.07 s
[unison-share-api] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
2606.07 s
[unison-share-api] Dependency unison-hash: using unison-hash-0.0.0
2606.07 s
[unison-share-api] Dependency unison-prelude: using unison-prelude-0.0.0
2606.07 s
[unison-share-api] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
2606.07 s
[unison-share-api] Dependency unison-share-api: using unison-share-api-0.0.0
2606.07 s
[unison-share-api] Dependency vector: using vector-0.13.2.0
2606.07 s
[unison-share-api] Source component graph:
2606.07 s
[unison-share-api] component lib
2606.07 s
[unison-share-api] component test:unison-share-api-tests dependency lib
2606.07 s
[unison-share-api] Configured component graph:
2606.07 s
[unison-share-api] component unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.07 s
[unison-share-api] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2606.07 s
[unison-share-api] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2606.07 s
[unison-share-api] include base-4.20.2.0-4d66
2606.07 s
[unison-share-api] include binary-0.8.9.3-6b8f
2606.07 s
[unison-share-api] include bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
2606.07 s
[unison-share-api] include bytestring-0.12.2.0-25ef
2606.07 s
[unison-share-api] include cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
2606.07 s
[unison-share-api] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2606.07 s
[unison-share-api] include containers-0.7-e888
2606.07 s
[unison-share-api] include directory-1.3.8.5-65d6
2606.07 s
[unison-share-api] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2606.07 s
[unison-share-api] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2606.07 s
[unison-share-api] include filepath-1.5.4.0-a61e
2606.07 s
[unison-share-api] include fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
2606.07 s
[unison-share-api] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2606.07 s
[unison-share-api] include http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
2606.07 s
[unison-share-api] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2606.07 s
[unison-share-api] include ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
2606.07 s
[unison-share-api] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2606.07 s
[unison-share-api] include lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
2606.07 s
[unison-share-api] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2606.07 s
[unison-share-api] include mtl-2.3.1-f2f2
2606.07 s
[unison-share-api] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2606.07 s
[unison-share-api] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2606.07 s
[unison-share-api] include openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
2606.07 s
[unison-share-api] include regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
2606.07 s
[unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.07 s
[unison-share-api] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2606.07 s
[unison-share-api] include servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
2606.07 s
[unison-share-api] include servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
2606.07 s
[unison-share-api] include servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
2606.07 s
[unison-share-api] include servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
2606.07 s
[unison-share-api] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2606.07 s
[unison-share-api] include text-2.1.3-3f03
2606.07 s
[unison-share-api] include time-1.12.2-fafe
2606.07 s
[unison-share-api] include transformers-0.6.1.1-eb98
2606.07 s
[unison-share-api] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2606.07 s
[unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.07 s
[unison-share-api] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2606.07 s
[unison-share-api] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2606.07 s
[unison-share-api] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2606.07 s
[unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.07 s
[unison-share-api] include unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
2606.08 s
[unison-share-api] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2606.08 s
[unison-share-api] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2606.08 s
[unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.08 s
[unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.08 s
[unison-share-api] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2606.08 s
[unison-share-api] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2606.08 s
[unison-share-api] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2606.08 s
[unison-share-api] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2606.08 s
[unison-share-api] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2606.08 s
[unison-share-api] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2606.08 s
[unison-share-api] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2606.08 s
[unison-share-api] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2606.08 s
[unison-share-api] include uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
2606.08 s
[unison-share-api] include utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
2606.08 s
[unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.08 s
[unison-share-api] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2606.08 s
[unison-share-api] include wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
2606.08 s
[unison-share-api] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2606.08 s
[unison-share-api] include websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
2606.08 s
[unison-share-api] include wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
2606.08 s
[unison-share-api] include yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
2606.08 s
[unison-share-api] component unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
2606.08 s
[unison-share-api] include base-4.20.2.0-4d66
2606.08 s
[unison-share-api] include bytestring-0.12.2.0-25ef
2606.08 s
[unison-share-api] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2606.08 s
[unison-share-api] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2606.08 s
[unison-share-api] include hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
2606.08 s
[unison-share-api] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2606.08 s
[unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.08 s
[unison-share-api] include text-2.1.3-3f03
2606.08 s
[unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.08 s
[unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.08 s
[unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.08 s
[unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.08 s
[unison-share-api] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.08 s
[unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.08 s
[unison-share-api] Linked component graph:
2606.08 s
[unison-share-api] unit unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.08 s
[unison-share-api] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2606.08 s
[unison-share-api] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2606.08 s
[unison-share-api] include base-4.20.2.0-4d66
2606.08 s
[unison-share-api] include binary-0.8.9.3-6b8f
2606.08 s
[unison-share-api] include bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
2606.08 s
[unison-share-api] include bytestring-0.12.2.0-25ef
2606.08 s
[unison-share-api] include cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
2606.08 s
[unison-share-api] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2606.08 s
[unison-share-api] include containers-0.7-e888
2606.08 s
[unison-share-api] include directory-1.3.8.5-65d6
2606.08 s
[unison-share-api] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2606.08 s
[unison-share-api] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2606.08 s
[unison-share-api] include filepath-1.5.4.0-a61e
2606.08 s
[unison-share-api] include fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
2606.08 s
[unison-share-api] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2606.08 s
[unison-share-api] include http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
2606.08 s
[unison-share-api] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2606.08 s
[unison-share-api] include ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
2606.08 s
[unison-share-api] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2606.08 s
[unison-share-api] include lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
2606.08 s
[unison-share-api] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2606.08 s
[unison-share-api] include mtl-2.3.1-f2f2
2606.08 s
[unison-share-api] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2606.08 s
[unison-share-api] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2606.08 s
[unison-share-api] include openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
2606.08 s
[unison-share-api] include regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
2606.08 s
[unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.08 s
[unison-share-api] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2606.08 s
[unison-share-api] include servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
2606.08 s
[unison-share-api] include servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
2606.08 s
[unison-share-api] include servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
2606.08 s
[unison-share-api] include servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
2606.08 s
[unison-share-api] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2606.08 s
[unison-share-api] include text-2.1.3-3f03
2606.08 s
[unison-share-api] include time-1.12.2-fafe
2606.08 s
[unison-share-api] include transformers-0.6.1.1-eb98
2606.08 s
[unison-share-api] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2606.08 s
[unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.08 s
[unison-share-api] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2606.08 s
[unison-share-api] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2606.08 s
[unison-share-api] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2606.08 s
[unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.08 s
[unison-share-api] include unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
2606.08 s
[unison-share-api] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2606.08 s
[unison-share-api] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2606.08 s
[unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.08 s
[unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.08 s
[unison-share-api] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2606.08 s
[unison-share-api] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2606.08 s
[unison-share-api] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2606.08 s
[unison-share-api] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2606.08 s
[unison-share-api] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2606.08 s
[unison-share-api] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2606.08 s
[unison-share-api] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2606.08 s
[unison-share-api] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2606.08 s
[unison-share-api] include uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
2606.08 s
[unison-share-api] include utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
2606.08 s
[unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.08 s
[unison-share-api] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2606.08 s
[unison-share-api] include wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
2606.08 s
[unison-share-api] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2606.08 s
[unison-share-api] include websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
2606.08 s
[unison-share-api] include wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
2606.08 s
[unison-share-api] include yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
2606.08 s
[unison-share-api] Unison.Server.Backend=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Backend,Unison.Server.Backend.DefinitionDiff=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Backend.DefinitionDiff,Unison.Server.CodebaseServer=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.CodebaseServer,Unison.Server.Doc=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Doc,Unison.Server.Doc.AsHtml=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Doc.AsHtml,Unison.Server.Doc.Markdown.Render=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Doc.Markdown.Render,Unison.Server.Doc.Markdown.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Doc.Markdown.Types,Unison.Server.Errors=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Errors,Unison.Server.HistoryComments.API=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.HistoryComments.API,Unison.Server.HistoryComments.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.HistoryComments.Types,Unison.Server.Local=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local,Unison.Server.Local.Definitions=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Definitions,Unison.Server.Local.Endpoints.Current=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.Current,Unison.Server.Local.Endpoints.DefinitionSummary=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.DefinitionSummary,Unison.Server.Local.Endpoints.Definitions=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.Definitions,Unison.Server.Local.Endpoints.FuzzyFind=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.FuzzyFind,Unison.Server.Local.Endpoints.NamespaceDetails=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.NamespaceDetails,Unison.Server.Local.Endpoints.NamespaceListing=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.NamespaceListing,Unison.Server.Local.Endpoints.Projects=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.Projects,Unison.Server.Local.Endpoints.Projects.Queries=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.Projects.Queries,Unison.Server.Local.Endpoints.Projects.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.Projects.Types,Unison.Server.Local.Endpoints.UCM=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Local.Endpoints.UCM,Unison.Server.NameSearch=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.NameSearch,Unison.Server.NameSearch.FromNames=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.NameSearch.FromNames,Unison.Server.Orphans=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Orphans,Unison.Server.QueryResult=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.QueryResult,Unison.Server.SearchResult=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.SearchResult,Unison.Server.SearchResultPrime=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.SearchResultPrime,Unison.Server.Syntax=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Syntax,Unison.Server.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Server.Types,Unison.Sync.API=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Sync.API,Unison.Sync.Common=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Sync.Common,Unison.Sync.EntityValidation=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Sync.EntityValidation,Unison.Sync.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Sync.Types,Unison.SyncV2.API=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.SyncV2.API,Unison.SyncV2.Types=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.SyncV2.Types,Unison.Util.Find=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Util.Find,Unison.Util.Servant.CBOR=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Util.Servant.CBOR,Unison.Util.Websockets=unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R:Unison.Util.Websockets
2606.08 s
[unison-share-api] unit unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
2606.08 s
[unison-share-api] include base-4.20.2.0-4d66
2606.08 s
[unison-share-api] include bytestring-0.12.2.0-25ef
2606.08 s
[unison-share-api] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2606.08 s
[unison-share-api] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2606.10 s
[unison-share-api] include hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
2606.10 s
[unison-share-api] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2606.10 s
[unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.10 s
[unison-share-api] include text-2.1.3-3f03
2606.10 s
[unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.10 s
[unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.10 s
[unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.10 s
[unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.10 s
[unison-share-api] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.10 s
[unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.10 s
[unison-share-api] Ready component graph:
2606.10 s
[unison-share-api] definite unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.10 s
[unison-share-api] depends Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2606.10 s
[unison-share-api] depends aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2606.10 s
[unison-share-api] depends base-4.20.2.0-4d66
2606.10 s
[unison-share-api] depends binary-0.8.9.3-6b8f
2606.10 s
[unison-share-api] depends bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
2606.10 s
[unison-share-api] depends bytestring-0.12.2.0-25ef
2606.10 s
[unison-share-api] depends cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
2606.10 s
[unison-share-api] depends conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2606.10 s
[unison-share-api] depends containers-0.7-e888
2606.10 s
[unison-share-api] depends directory-1.3.8.5-65d6
2606.10 s
[unison-share-api] depends errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2606.10 s
[unison-share-api] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2606.10 s
[unison-share-api] depends filepath-1.5.4.0-a61e
2606.10 s
[unison-share-api] depends fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
2606.10 s
[unison-share-api] depends hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2606.10 s
[unison-share-api] depends http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
2606.10 s
[unison-share-api] depends http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2606.10 s
[unison-share-api] depends ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
2606.10 s
[unison-share-api] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
2606.10 s
[unison-share-api] depends lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
2606.10 s
[unison-share-api] depends memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2606.10 s
[unison-share-api] depends mtl-2.3.1-f2f2
2606.10 s
[unison-share-api] depends network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2606.10 s
[unison-share-api] depends nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2606.10 s
[unison-share-api] depends openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
2606.10 s
[unison-share-api] depends regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
2606.10 s
[unison-share-api] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.10 s
[unison-share-api] depends servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2606.10 s
[unison-share-api] depends servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
2606.10 s
[unison-share-api] depends servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
2606.10 s
[unison-share-api] depends servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
2606.10 s
[unison-share-api] depends servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
2606.10 s
[unison-share-api] depends stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2606.10 s
[unison-share-api] depends text-2.1.3-3f03
2606.10 s
[unison-share-api] depends time-1.12.2-fafe
2606.10 s
[unison-share-api] depends transformers-0.6.1.1-eb98
2606.10 s
[unison-share-api] depends unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2606.10 s
[unison-share-api] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.10 s
[unison-share-api] depends unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2606.10 s
[unison-share-api] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2606.10 s
[unison-share-api] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2606.10 s
[unison-share-api] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.10 s
[unison-share-api] depends unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
2606.10 s
[unison-share-api] depends unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2606.10 s
[unison-share-api] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2606.10 s
[unison-share-api] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.10 s
[unison-share-api] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.10 s
[unison-share-api] depends unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2606.10 s
[unison-share-api] depends unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2606.10 s
[unison-share-api] depends unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2606.10 s
[unison-share-api] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2606.10 s
[unison-share-api] depends unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2606.10 s
[unison-share-api] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2606.10 s
[unison-share-api] depends unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2606.10 s
[unison-share-api] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2606.10 s
[unison-share-api] depends uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
2606.10 s
[unison-share-api] depends utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
2606.10 s
[unison-share-api] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.10 s
[unison-share-api] depends wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2606.10 s
[unison-share-api] depends wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
2606.10 s
[unison-share-api] depends warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2606.10 s
[unison-share-api] depends websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
2606.10 s
[unison-share-api] depends wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
2606.10 s
[unison-share-api] depends yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
2606.10 s
[unison-share-api] definite unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
2606.10 s
[unison-share-api] depends base-4.20.2.0-4d66
2606.10 s
[unison-share-api] depends bytestring-0.12.2.0-25ef
2606.10 s
[unison-share-api] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2606.10 s
[unison-share-api] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
2606.10 s
[unison-share-api] depends hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
2606.10 s
[unison-share-api] depends raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2606.10 s
[unison-share-api] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2606.10 s
[unison-share-api] depends text-2.1.3-3f03
2606.10 s
[unison-share-api] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2606.10 s
[unison-share-api] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2606.10 s
[unison-share-api] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2606.10 s
[unison-share-api] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2606.10 s
[unison-share-api] depends unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.10 s
[unison-share-api] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2606.10 s
[unison-share-api] Using Cabal-3.12.1.0 compiled by ghc-9.10
2606.11 s
[unison-share-api] Using compiler: ghc-9.10.3
2606.11 s
[unison-share-api] Using install prefix:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
2606.11 s
[unison-share-api] Executables installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/bin
2606.11 s
[unison-share-api] Libraries installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2606.11 s
[unison-share-api] Dynamic Libraries installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af
2606.11 s
[unison-share-api] Private executables installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/libexec/x86_64-linux-ghc-9.10.3-21af/unison-share-api-0.0.0
2606.11 s
[unison-share-api] Data files installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/share/x86_64-linux-ghc-9.10.3-21af/unison-share-api-0.0.0
2606.11 s
[unison-share-api] Documentation installed in:
2606.11 s
[unison-share-api] /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc/share/doc/unison-share-api-0.0.0
2606.11 s
[unison-share-api] Configuration files installed in:
2606.11 s
[unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/etc
2606.11 s
[unison-share-api] No alex found
2606.11 s
[unison-share-api] Using ar found on system at:
2606.11 s
[unison-share-api] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
2606.11 s
[unison-share-api] No c2hs found
2606.11 s
[unison-share-api] No cpphs found
2606.11 s
[unison-share-api] No doctest found
2606.11 s
[unison-share-api] Using gcc version 15.2.0 given by user at:
2606.11 s
[unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
2606.11 s
[unison-share-api] Using ghc version 9.10.3 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
2606.11 s
[unison-share-api] Using ghc-pkg version 9.10.3 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
2606.11 s
[unison-share-api] No ghcjs found
2606.11 s
[unison-share-api] No ghcjs-pkg found
2606.11 s
[unison-share-api] No greencard found
2606.11 s
[unison-share-api] Using haddock version 2.31.1 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
2606.11 s
[unison-share-api] No happy found
2606.11 s
[unison-share-api] Using haskell-suite found on system at: haskell-suite-dummy-location
2606.11 s
[unison-share-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2606.11 s
[unison-share-api] No hmake found
2606.11 s
[unison-share-api] Using hpc version 0.69 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
2606.11 s
[unison-share-api] Using hsc2hs version 0.68.10 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2606.11 s
[unison-share-api] Using hscolour version 1.25 found on system at:
2606.11 s
[unison-share-api] /nix/store/hvlf3xzdw0p5s3kybdkch6iqyz0740rc-hscolour-1.25/bin/HsColour
2606.11 s
[unison-share-api] No jhc found
2606.11 s
[unison-share-api] Using ld found on system at:
2606.11 s
[unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
2606.11 s
[unison-share-api] No pkg-config found
2606.11 s
[unison-share-api] Using runghc version 9.10.3 found on system at:
2606.11 s
[unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
2606.11 s
[unison-share-api] Using strip version 2.46 found on system at:
2606.11 s
[unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
2606.11 s
[unison-share-api] Using tar found on system at:
2606.11 s
[unison-share-api] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
2606.11 s
[unison-share-api] No uhc found
2607.91 s
[unison-share-api] Phase: buildPhase
2608.07 s
[unison-share-api] Preprocessing library for unison-share-api-0.0.0...
2608.07 s
[unison-share-api] Building library for unison-share-api-0.0.0...
2608.25 s
[unison-share-api] [ 1 of 39] Compiling Unison.Server.Doc.Markdown.Types ( src/Unison/Server/Doc/Markdown/Types.hs, dist/build/Unison/Server/Doc/Markdown/Types.o, dist/build/Unison/Server/Doc/Markdown/Types.dyn_o )
2609.10 s
[unison-share-api] [ 2 of 39] Compiling Unison.Server.Orphans ( src/Unison/Server/Orphans.hs, dist/build/Unison/Server/Orphans.o, dist/build/Unison/Server/Orphans.dyn_o )
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 202 | Right name -> pure name
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 211 | Right name -> pure name
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 395 | for hqName \name -> case Name.segments name of
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 402 | for hqName \name -> case Name.segments name of
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 451 | toQueryParam name = into @Text name
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 477 | toQueryParam name = into @Text name
2609.10 s
[unison-share-api] | ^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements )) ->
2609.10 s
[unison-share-api] | ^^^^^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements )) ->
2609.10 s
[unison-share-api] | ^^^^^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2609.10 s
[unison-share-api] | ^^^^^^^^
2609.10 s
[unison-share-api]
2609.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2609.10 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2609.10 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2609.10 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2609.10 s
[unison-share-api] |
2609.10 s
[unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2609.10 s
[unison-share-api] | ^^^^^^^^
2609.10 s
[unison-share-api]
2612.35 s
[unison-share-api] [ 3 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Types ( src/Unison/Server/Local/Endpoints/Projects/Types.hs, dist/build/Unison/Server/Local/Endpoints/Projects/Types.o, dist/build/Unison/Server/Local/Endpoints/Projects/Types.dyn_o )
2612.67 s
[unison-share-api] [ 4 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Queries ( src/Unison/Server/Local/Endpoints/Projects/Queries.hs, dist/build/Unison/Server/Local/Endpoints/Projects/Queries.o, dist/build/Unison/Server/Local/Endpoints/Projects/Queries.dyn_o )
2613.29 s
[unison-share-api] [ 5 of 39] Compiling Unison.Server.SearchResult ( src/Unison/Server/SearchResult.hs, dist/build/Unison/Server/SearchResult.o, dist/build/Unison/Server/SearchResult.dyn_o )
2613.29 s
[unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2613.29 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 88 | | (name , r) <- R.toList types
2613.29 s
[unison-share-api] | ^^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2613.29 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 92 | | (name , r) <- R.toList terms
2613.29 s
[unison-share-api] | ^^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] [ 6 of 39] Compiling Unison.Server.QueryResult ( src/Unison/Server/QueryResult.hs, dist/build/Unison/Server/QueryResult.o, dist/build/Unison/Server/QueryResult.dyn_o )
2613.29 s
[unison-share-api] [ 7 of 39] Compiling Unison.Server.NameSearch ( src/Unison/Server/NameSearch.hs, dist/build/Unison/Server/NameSearch.o, dist/build/Unison/Server/NameSearch.dyn_o )
2613.29 s
[unison-share-api] [ 8 of 39] Compiling Unison.Server.NameSearch.FromNames ( src/Unison/Server/NameSearch/FromNames.hs, dist/build/Unison/Server/NameSearch/FromNames.o, dist/build/Unison/Server/NameSearch/FromNames.dyn_o )
2613.29 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
2613.29 s
[unison-share-api] | ^^^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
2613.29 s
[unison-share-api] | ^^^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] [ 9 of 39] Compiling Unison.Server.SearchResultPrime ( src/Unison/Server/SearchResultPrime.hs, dist/build/Unison/Server/SearchResultPrime.o, dist/build/Unison/Server/SearchResultPrime.dyn_o )
2613.29 s
[unison-share-api] [10 of 39] Compiling Unison.Server.Syntax ( src/Unison/Server/Syntax.hs, dist/build/Unison/Server/Syntax.o, dist/build/Unison/Server/Syntax.dyn_o )
2613.29 s
[unison-share-api] [11 of 39] Compiling Unison.Server.Doc ( src/Unison/Server/Doc.hs, dist/build/Unison/Server/Doc.o, dist/build/Unison/Server/Doc.dyn_o )
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:216:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2613.29 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2613.29 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
2613.29 s
[unison-share-api] | ^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:217:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2613.29 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2613.29 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
2613.29 s
[unison-share-api] | ^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:264:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 264 | full tm @(Term.Ann' _ _) _ =
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:266:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 266 | full tm typ =
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:266:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘typ’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 266 | full tm typ =
2613.29 s
[unison-share-api] | ^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:283:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 283 | Just tm -> go tm
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:294:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2613.29 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
2613.29 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:326:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘types’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 326 | Just types -> pure (zip rs types)
2613.29 s
[unison-share-api] | ^^^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:351:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 351 | tm r = Right $ LD.TermReferent r
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:370:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) -> do
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:374:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) -> do
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:399:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2613.29 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2613.29 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2613.29 s
[unison-share-api] | ^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:402:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2613.29 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2613.29 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
2613.29 s
[unison-share-api] | ^^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:404:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:425:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘go’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 425 | go s1@(!seen, !acc) = \case
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:427:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm ), _anns] ->
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2613.29 s
[unison-share-api] src/Unison/Server/Doc.hs:441:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2613.29 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2613.29 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
2613.29 s
[unison-share-api] |
2613.29 s
[unison-share-api] 441 | Just tm -> do
2613.29 s
[unison-share-api] | ^^
2613.29 s
[unison-share-api]
2622.26 s
[unison-share-api] [12 of 39] Compiling Unison.Server.Doc.Markdown.Render ( src/Unison/Server/Doc/Markdown/Render.hs, dist/build/Unison/Server/Doc/Markdown/Render.o, dist/build/Unison/Server/Doc/Markdown/Render.dyn_o )
2622.27 s
[unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.27 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2622.27 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
2622.27 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2622.27 s
[unison-share-api] |
2622.27 s
[unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2622.27 s
[unison-share-api] | ^^^
2622.27 s
[unison-share-api]
2622.52 s
[unison-share-api] [13 of 39] Compiling Unison.Server.Doc.AsHtml ( src/Unison/Server/Doc/AsHtml.hs, dist/build/Unison/Server/Doc/AsHtml.o, dist/build/Unison/Server/Doc/AsHtml.dyn_o )
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2622.52 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
2622.52 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2622.52 s
[unison-share-api] | ^^^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2622.52 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 69 | Href h ->
2622.52 s
[unison-share-api] | ^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘isFolded’ shadows the existing binding
2622.52 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 102 | IsFolded isFolded summary details ->
2622.52 s
[unison-share-api] | ^^^^^^^^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2622.52 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 317 | Callout icon content -> do
2622.52 s
[unison-share-api] | ^^^^^^^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘rows_’ shadows the existing binding
2622.52 s
[unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
2622.52 s
[unison-share-api] (and originally defined in ‘Lucid.Html5’)
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 339 | rows_ =
2622.52 s
[unison-share-api] | ^^^^^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2622.52 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 385 | Href h ->
2622.52 s
[unison-share-api] | ^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘href’ shadows the existing binding
2622.52 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
2622.52 s
[unison-share-api] | ^^^^
2622.52 s
[unison-share-api]
2622.52 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2622.52 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2622.52 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2622.52 s
[unison-share-api] |
2622.52 s
[unison-share-api] 498 | Group content ->
2622.52 s
[unison-share-api] | ^^^^^^^
2622.52 s
[unison-share-api]
2624.11 s
[unison-share-api] [14 of 39] Compiling Unison.Server.Types ( src/Unison/Server/Types.hs, dist/build/Unison/Server/Types.o, dist/build/Unison/Server/Types.dyn_o )
2624.11 s
[unison-share-api] src/Unison/Server/Types.hs:753:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2624.11 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2624.11 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2624.11 s
[unison-share-api] |
2624.11 s
[unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary , tag} ->
2624.11 s
[unison-share-api] | ^^^^^^^
2624.11 s
[unison-share-api]
2624.11 s
[unison-share-api] src/Unison/Server/Types.hs:762:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2624.11 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2624.11 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2624.11 s
[unison-share-api] |
2624.11 s
[unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary , tag} ->
2624.11 s
[unison-share-api] | ^^^^^^^
2624.11 s
[unison-share-api]
2624.11 s
[unison-share-api] src/Unison/Server/Types.hs:860:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2624.11 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2624.11 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2624.11 s
[unison-share-api] |
2624.11 s
[unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
2624.11 s
[unison-share-api] | ^
2624.11 s
[unison-share-api]
2624.11 s
[unison-share-api] src/Unison/Server/Types.hs:868:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2624.11 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2624.11 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2624.11 s
[unison-share-api] |
2624.11 s
[unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
2624.11 s
[unison-share-api] | ^
2624.11 s
[unison-share-api]
2628.86 s
[unison-share-api] [15 of 39] Compiling Unison.Server.HistoryComments.Types ( src/Unison/Server/HistoryComments/Types.hs, dist/build/Unison/Server/HistoryComments/Types.o, dist/build/Unison/Server/HistoryComments/Types.dyn_o )
2629.61 s
[unison-share-api] [16 of 39] Compiling Unison.Server.HistoryComments.API ( src/Unison/Server/HistoryComments/API.hs, dist/build/Unison/Server/HistoryComments/API.o, dist/build/Unison/Server/HistoryComments/API.dyn_o )
2629.61 s
[unison-share-api] [17 of 39] Compiling Unison.Server.Backend.DefinitionDiff ( src/Unison/Server/Backend/DefinitionDiff.hs, dist/build/Unison/Server/Backend/DefinitionDiff.o, dist/build/Unison/Server/Backend/DefinitionDiff.dyn_o )
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2629.61 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2629.61 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
2629.61 s
[unison-share-api] | ^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘lefts’ shadows the existing binding
2629.61 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2629.61 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2629.61 s
[unison-share-api] | ^^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘rights’ shadows the existing binding
2629.61 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2629.61 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2629.61 s
[unison-share-api] | ^^^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘left’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 144 | pairLines left right =
2629.61 s
[unison-share-api] | ^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘right’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 144 | pairLines left right =
2629.61 s
[unison-share-api] | ^^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2629.61 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2629.61 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 223 | Diff.Both from to ->
2629.61 s
[unison-share-api] | ^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] [18 of 39] Compiling Unison.Server.Backend ( src/Unison/Server/Backend.hs, dist/build/Unison/Server/Backend.o, dist/build/Unison/Server/Backend.dyn_o )
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘isDoc’ shadows the existing binding
2629.61 s
[unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 464 | let isDoc = isDoc' sig
2629.61 s
[unison-share-api] | ^^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:488:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 488 | Just r -> do
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:642:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘results’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 642 | ( \hqname results ->
2629.61 s
[unison-share-api] | ^^^^^^^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:805:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 805 | terms r @(Reference.Builtin _) = pure (Just (Term.ref () r))
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:806:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 806 | terms (Reference.DerivedId r ) =
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:809:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:814:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:815:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:836:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 836 | decls (Reference.DerivedId r ) =
2629.61 s
[unison-share-api] | ^
2629.61 s
[unison-share-api]
2629.61 s
[unison-share-api] src/Unison/Server/Backend.hs:851:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.61 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2629.61 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
2629.61 s
[unison-share-api] |
2629.61 s
[unison-share-api] 851 | potentialDocNames & foldMapM \name ->
2629.61 s
[unison-share-api] | ^^^^
2629.61 s
[unison-share-api]
2629.62 s
[unison-share-api] src/Unison/Server/Backend.hs:905:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.62 s
[unison-share-api] This binding for ‘runtime’ shadows the existing binding
2629.62 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
2629.62 s
[unison-share-api] |
2629.62 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2629.62 s
[unison-share-api] | ^^^^^^^
2629.62 s
[unison-share-api]
2629.62 s
[unison-share-api] src/Unison/Server/Backend.hs:905:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.62 s
[unison-share-api] This binding for ‘codebase’ shadows the existing binding
2629.62 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
2629.62 s
[unison-share-api] |
2629.62 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2629.62 s
[unison-share-api] | ^^^^^^^^
2629.62 s
[unison-share-api]
2629.62 s
[unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2629.62 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2629.62 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
2629.62 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2629.62 s
[unison-share-api] |
2629.62 s
[unison-share-api] 1241 | Reference.DerivedId id ->
2629.62 s
[unison-share-api] | ^^
2629.62 s
[unison-share-api]
2631.60 s
[unison-share-api] [19 of 39] Compiling Unison.Server.Local.Endpoints.Projects ( src/Unison/Server/Local/Endpoints/Projects.hs, dist/build/Unison/Server/Local/Endpoints/Projects.o, dist/build/Unison/Server/Local/Endpoints/Projects.dyn_o )
2631.73 s
[unison-share-api] [20 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceListing ( src/Unison/Server/Local/Endpoints/NamespaceListing.hs, dist/build/Unison/Server/Local/Endpoints/NamespaceListing.o, dist/build/Unison/Server/Local/Endpoints/NamespaceListing.dyn_o )
2632.52 s
[unison-share-api] [21 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceDetails ( src/Unison/Server/Local/Endpoints/NamespaceDetails.hs, dist/build/Unison/Server/Local/Endpoints/NamespaceDetails.o, dist/build/Unison/Server/Local/Endpoints/NamespaceDetails.dyn_o )
2632.52 s
[unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.52 s
[unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
2632.52 s
[unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
2632.52 s
[unison-share-api] |
2632.52 s
[unison-share-api] 61 | namespaceDetails <- do
2632.52 s
[unison-share-api] | ^^^^^^^^^^^^^^^^
2632.52 s
[unison-share-api]
2632.52 s
[unison-share-api] [22 of 39] Compiling Unison.Server.Local.Endpoints.FuzzyFind ( src/Unison/Server/Local/Endpoints/FuzzyFind.hs, dist/build/Unison/Server/Local/Endpoints/FuzzyFind.o, dist/build/Unison/Server/Local/Endpoints/FuzzyFind.dyn_o )
2632.52 s
[unison-share-api] [23 of 39] Compiling Unison.Server.Local.Endpoints.DefinitionSummary ( src/Unison/Server/Local/Endpoints/DefinitionSummary.hs, dist/build/Unison/Server/Local/Endpoints/DefinitionSummary.o, dist/build/Unison/Server/Local/Endpoints/DefinitionSummary.dyn_o )
2632.52 s
[unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.52 s
[unison-share-api] This binding for ‘root’ shadows the existing binding
2632.52 s
[unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
2632.52 s
[unison-share-api] |
2632.52 s
[unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
2632.52 s
[unison-share-api] | ^^^^
2632.52 s
[unison-share-api]
2632.52 s
[unison-share-api] [24 of 39] Compiling Unison.Server.Local.Endpoints.Current ( src/Unison/Server/Local/Endpoints/Current.hs, dist/build/Unison/Server/Local/Endpoints/Current.o, dist/build/Unison/Server/Local/Endpoints/Current.dyn_o )
2632.52 s
[unison-share-api] [25 of 39] Compiling Unison.Server.Local.Endpoints.UCM ( src/Unison/Server/Local/Endpoints/UCM.hs, dist/build/Unison/Server/Local/Endpoints/UCM.o, dist/build/Unison/Server/Local/Endpoints/UCM.dyn_o )
2632.52 s
[unison-share-api] [26 of 39] Compiling Unison.Server.Local ( src/Unison/Server/Local.hs, dist/build/Unison/Server/Local.o, dist/build/Unison/Server/Local.dyn_o )
2632.52 s
[unison-share-api] src/Unison/Server/Local.hs:85:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.52 s
[unison-share-api] This binding for ‘b’ shadows the existing binding
2632.52 s
[unison-share-api] bound at src/Unison/Server/Local.hs:73:18
2632.52 s
[unison-share-api] |
2632.52 s
[unison-share-api] 85 | Both nextChild fn -> \b -> do
2632.52 s
[unison-share-api] | ^
2632.52 s
[unison-share-api]
2632.52 s
[unison-share-api] [27 of 39] Compiling Unison.Server.Local.Definitions ( src/Unison/Server/Local/Definitions.hs, dist/build/Unison/Server/Local/Definitions.o, dist/build/Unison/Server/Local/Definitions.dyn_o )
2632.52 s
[unison-share-api] [28 of 39] Compiling Unison.Server.Local.Endpoints.Definitions ( src/Unison/Server/Local/Endpoints/Definitions.hs, dist/build/Unison/Server/Local/Endpoints/Definitions.o, dist/build/Unison/Server/Local/Endpoints/Definitions.dyn_o )
2632.52 s
[unison-share-api] [29 of 39] Compiling Unison.Server.Errors ( src/Unison/Server/Errors.hs, dist/build/Unison/Server/Errors.o, dist/build/Unison/Server/Errors.dyn_o )
2632.52 s
[unison-share-api] [30 of 39] Compiling Unison.Server.CodebaseServer ( src/Unison/Server/CodebaseServer.hs, dist/build/Unison/Server/CodebaseServer.o, dist/build/Unison/Server/CodebaseServer.dyn_o )
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 309 | namespacePath path =
2632.65 s
[unison-share-api] | ^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 319 | toUrlPath path =
2632.65 s
[unison-share-api] | ^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘fail’ shadows the existing binding
2632.65 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
2632.65 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 524 | fail =
2632.65 s
[unison-share-api] | ^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘api’ shadows the existing binding
2632.65 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2632.65 s
[unison-share-api] | ^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘server’ shadows the existing binding
2632.65 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2632.65 s
[unison-share-api] | ^^^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 637 | oldTerm @TermDefinition {termDefinition = oldTermDispObject} <- Defn.termDefinitionByName codebase oldPPED oldNameSearch width rt oldTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldTerm))
2632.65 s
[unison-share-api] | ^^^^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘newTerm’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 638 | newTerm @TermDefinition {termDefinition = newTermDisplayObj} <- Defn.termDefinitionByName codebase newPPED newNameSearch width rt newTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newTerm))
2632.65 s
[unison-share-api] | ^^^^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘oldType’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 666 | oldType @TypeDefinition {typeDefinition = oldTypeDispObj} <- Defn.typeDefinitionByName codebase oldPPED oldNameSearch width rt oldType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldType))
2632.65 s
[unison-share-api] | ^^^^^^^
2632.65 s
[unison-share-api]
2632.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2632.65 s
[unison-share-api] This binding for ‘newType’ shadows the existing binding
2632.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
2632.65 s
[unison-share-api] |
2632.65 s
[unison-share-api] 667 | newType @TypeDefinition {typeDefinition = newTypeDisplayObj} <- Defn.typeDefinitionByName codebase newPPED newNameSearch width rt newType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newType))
2632.65 s
[unison-share-api] | ^^^^^^^
2632.65 s
[unison-share-api]
2634.53 s
[unison-share-api] [31 of 39] Compiling Unison.Sync.Types ( src/Unison/Sync/Types.hs, dist/build/Unison/Sync/Types.o, dist/build/Unison/Sync/Types.dyn_o )
2634.57 s
[unison-share-api] [32 of 39] Compiling Unison.Sync.Common ( src/Unison/Sync/Common.hs, dist/build/Unison/Sync/Common.o, dist/build/Unison/Sync/Common.dyn_o )
2634.57 s
[unison-share-api] [33 of 39] Compiling Unison.Sync.EntityValidation ( src/Unison/Sync/EntityValidation.hs, dist/build/Unison/Sync/EntityValidation.o, dist/build/Unison/Sync/EntityValidation.dyn_o )
2634.57 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
2634.57 s
[unison-share-api] | ^^^^^^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
2634.57 s
[unison-share-api] | ^^^^^^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] [34 of 39] Compiling Unison.Sync.API ( src/Unison/Sync/API.hs, dist/build/Unison/Sync/API.o, dist/build/Unison/Sync/API.dyn_o )
2634.57 s
[unison-share-api] [35 of 39] Compiling Unison.Util.Find ( src/Unison/Util/Find.hs, dist/build/Unison/Util/Find.o, dist/build/Unison/Util/Find.dyn_o )
2634.57 s
[unison-share-api] src/Unison/Util/Find.hs:85:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘s’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Find.hs:77:24
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
2634.57 s
[unison-share-api] | ^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Find.hs:107:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘matches’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Find.hs:106:11
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 107 | addContext matches =
2634.57 s
[unison-share-api] | ^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Find.hs:108:55: warning : [ GHC-63394 ] [ -Wx-partial ]
2634.57 s
[unison-share-api] In the use of ‘tail’
2634.57 s
[unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
2634.57 s
[unison-share-api] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
2634.57 s
[unison-share-api] | ^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Find.hs:212:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 212 | (start, len) : (start2, len2) : groups
2634.57 s
[unison-share-api] | ^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Find.hs:216:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 216 | (start, len) : groups ->
2634.57 s
[unison-share-api] | ^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] [36 of 39] Compiling Unison.Util.Servant.CBOR ( src/Unison/Util/Servant/CBOR.hs, dist/build/Unison/Util/Servant/CBOR.o, dist/build/Unison/Util/Servant/CBOR.dyn_o )
2634.57 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
2634.57 s
[unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 65 | mapLeft f = either (Left . f) Right
2634.57 s
[unison-share-api] | ^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘rem’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
2634.57 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 153 | CBOR.Done rem _ a -> do
2634.57 s
[unison-share-api] | ^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 162 | k <- newDecoder
2634.57 s
[unison-share-api] | ^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 166 | k <- newDecoder
2634.57 s
[unison-share-api] | ^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] [37 of 39] Compiling Unison.SyncV2.Types ( src/Unison/SyncV2/Types.hs, dist/build/Unison/SyncV2/Types.o, dist/build/Unison/SyncV2/Types.dyn_o )
2634.57 s
[unison-share-api] [38 of 39] Compiling Unison.SyncV2.API ( src/Unison/SyncV2/API.hs, dist/build/Unison/SyncV2/API.o, dist/build/Unison/SyncV2/API.dyn_o )
2634.57 s
[unison-share-api] [39 of 39] Compiling Unison.Util.Websockets ( src/Unison/Util/Websockets.hs, dist/build/Unison/Util/Websockets.o, dist/build/Unison/Util/Websockets.dyn_o )
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2634.57 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 39 | dimap f g (Queues {receive , send}) =
2634.57 s
[unison-share-api] | ^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2634.57 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 39 | dimap f g (Queues {receive, send }) =
2634.57 s
[unison-share-api] | ^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2634.57 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 50 | let receive = do readTBMQueue receiveQ
2634.57 s
[unison-share-api] | ^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2634.57 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 51 | let send msg = do
2634.57 s
[unison-share-api] | ^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘headers’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2634.57 s
[unison-share-api] | ^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘action’ shadows the existing binding
2634.57 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2634.57 s
[unison-share-api] | ^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
2634.57 s
[unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 150 | let defaultPort = 80 :: Int
2634.57 s
[unison-share-api] | ^^^^^^^^^^^
2634.57 s
[unison-share-api]
2634.57 s
[unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2634.57 s
[unison-share-api] This binding for ‘toIO’ shadows the existing binding
2634.57 s
[unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
2634.57 s
[unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2634.57 s
[unison-share-api] |
2634.57 s
[unison-share-api] 159 | toIO <- askRunInIO
2634.57 s
[unison-share-api] | ^^^^
2634.57 s
[unison-share-api]
2634.96 s
[unison-share-api] [ 1 of 39] Compiling Unison.Server.Doc.Markdown.Types ( src/Unison/Server/Doc/Markdown/Types.hs, dist/build/Unison/Server/Doc/Markdown/Types.p_o )
2635.91 s
[unison-share-api] [ 2 of 39] Compiling Unison.Server.Orphans ( src/Unison/Server/Orphans.hs, dist/build/Unison/Server/Orphans.p_o )
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 202 | Right name -> pure name
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 211 | Right name -> pure name
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 395 | for hqName \name -> case Name.segments name of
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 402 | for hqName \name -> case Name.segments name of
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 451 | toQueryParam name = into @Text name
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 477 | toQueryParam name = into @Text name
2635.91 s
[unison-share-api] | ^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements )) ->
2635.91 s
[unison-share-api] | ^^^^^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements )) ->
2635.91 s
[unison-share-api] | ^^^^^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2635.91 s
[unison-share-api] | ^^^^^^^^
2635.91 s
[unison-share-api]
2635.91 s
[unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2635.91 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2635.91 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2635.91 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2635.91 s
[unison-share-api] |
2635.91 s
[unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2635.91 s
[unison-share-api] | ^^^^^^^^
2635.91 s
[unison-share-api]
2638.83 s
[unison-share-api] [ 3 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Types ( src/Unison/Server/Local/Endpoints/Projects/Types.hs, dist/build/Unison/Server/Local/Endpoints/Projects/Types.p_o )
2639.28 s
[unison-share-api] [ 4 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Queries ( src/Unison/Server/Local/Endpoints/Projects/Queries.hs, dist/build/Unison/Server/Local/Endpoints/Projects/Queries.p_o )
2640.08 s
[unison-share-api] [ 5 of 39] Compiling Unison.Server.SearchResult ( src/Unison/Server/SearchResult.hs, dist/build/Unison/Server/SearchResult.p_o )
2640.12 s
[unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.12 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2640.12 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2640.12 s
[unison-share-api] |
2640.12 s
[unison-share-api] 88 | | (name , r) <- R.toList types
2640.12 s
[unison-share-api] | ^^^^
2640.12 s
[unison-share-api]
2640.12 s
[unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.12 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2640.12 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2640.12 s
[unison-share-api] |
2640.12 s
[unison-share-api] 92 | | (name , r) <- R.toList terms
2640.12 s
[unison-share-api] | ^^^^
2640.12 s
[unison-share-api]
2640.12 s
[unison-share-api] [ 6 of 39] Compiling Unison.Server.QueryResult ( src/Unison/Server/QueryResult.hs, dist/build/Unison/Server/QueryResult.p_o )
2640.12 s
[unison-share-api] [ 7 of 39] Compiling Unison.Server.NameSearch ( src/Unison/Server/NameSearch.hs, dist/build/Unison/Server/NameSearch.p_o )
2640.12 s
[unison-share-api] [ 8 of 39] Compiling Unison.Server.NameSearch.FromNames ( src/Unison/Server/NameSearch/FromNames.hs, dist/build/Unison/Server/NameSearch/FromNames.p_o )
2640.13 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
2640.13 s
[unison-share-api] | ^^^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
2640.13 s
[unison-share-api] | ^^^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] [ 9 of 39] Compiling Unison.Server.SearchResultPrime ( src/Unison/Server/SearchResultPrime.hs, dist/build/Unison/Server/SearchResultPrime.p_o )
2640.13 s
[unison-share-api] [10 of 39] Compiling Unison.Server.Syntax ( src/Unison/Server/Syntax.hs, dist/build/Unison/Server/Syntax.p_o )
2640.13 s
[unison-share-api] [11 of 39] Compiling Unison.Server.Doc ( src/Unison/Server/Doc.hs, dist/build/Unison/Server/Doc.p_o )
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:216:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2640.13 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2640.13 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
2640.13 s
[unison-share-api] | ^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:217:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2640.13 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2640.13 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
2640.13 s
[unison-share-api] | ^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:264:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 264 | full tm @(Term.Ann' _ _) _ =
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:266:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 266 | full tm typ =
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:266:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘typ’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 266 | full tm typ =
2640.13 s
[unison-share-api] | ^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:283:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 283 | Just tm -> go tm
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:294:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2640.13 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
2640.13 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:326:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘types’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 326 | Just types -> pure (zip rs types)
2640.13 s
[unison-share-api] | ^^^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:351:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 351 | tm r = Right $ LD.TermReferent r
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:370:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) -> do
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:374:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) -> do
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:399:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2640.13 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2640.13 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2640.13 s
[unison-share-api] | ^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:402:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2640.13 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2640.13 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
2640.13 s
[unison-share-api] | ^^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:404:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:425:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘go’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 425 | go s1@(!seen, !acc) = \case
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:427:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm ), _anns] ->
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2640.13 s
[unison-share-api] src/Unison/Server/Doc.hs:441:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2640.13 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2640.13 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
2640.13 s
[unison-share-api] |
2640.13 s
[unison-share-api] 441 | Just tm -> do
2640.13 s
[unison-share-api] | ^^
2640.13 s
[unison-share-api]
2650.72 s
[unison-share-api] [12 of 39] Compiling Unison.Server.Doc.Markdown.Render ( src/Unison/Server/Doc/Markdown/Render.hs, dist/build/Unison/Server/Doc/Markdown/Render.p_o )
2650.73 s
[unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2650.73 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2650.73 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
2650.73 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2650.73 s
[unison-share-api] |
2650.73 s
[unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2650.73 s
[unison-share-api] | ^^^
2650.73 s
[unison-share-api]
2651.10 s
[unison-share-api] [13 of 39] Compiling Unison.Server.Doc.AsHtml ( src/Unison/Server/Doc/AsHtml.hs, dist/build/Unison/Server/Doc/AsHtml.p_o )
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2651.10 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
2651.10 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2651.10 s
[unison-share-api] | ^^^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2651.10 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 69 | Href h ->
2651.10 s
[unison-share-api] | ^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘isFolded’ shadows the existing binding
2651.10 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 102 | IsFolded isFolded summary details ->
2651.10 s
[unison-share-api] | ^^^^^^^^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2651.10 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 317 | Callout icon content -> do
2651.10 s
[unison-share-api] | ^^^^^^^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘rows_’ shadows the existing binding
2651.10 s
[unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
2651.10 s
[unison-share-api] (and originally defined in ‘Lucid.Html5’)
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 339 | rows_ =
2651.10 s
[unison-share-api] | ^^^^^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2651.10 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 385 | Href h ->
2651.10 s
[unison-share-api] | ^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘href’ shadows the existing binding
2651.10 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
2651.10 s
[unison-share-api] | ^^^^
2651.10 s
[unison-share-api]
2651.10 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2651.10 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2651.10 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2651.10 s
[unison-share-api] |
2651.10 s
[unison-share-api] 498 | Group content ->
2651.10 s
[unison-share-api] | ^^^^^^^
2651.10 s
[unison-share-api]
2652.65 s
[unison-share-api] [14 of 39] Compiling Unison.Server.Types ( src/Unison/Server/Types.hs, dist/build/Unison/Server/Types.p_o )
2652.65 s
[unison-share-api] src/Unison/Server/Types.hs:753:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2652.65 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2652.65 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2652.65 s
[unison-share-api] |
2652.65 s
[unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary , tag} ->
2652.65 s
[unison-share-api] | ^^^^^^^
2652.65 s
[unison-share-api]
2652.65 s
[unison-share-api] src/Unison/Server/Types.hs:762:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2652.65 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2652.65 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2652.65 s
[unison-share-api] |
2652.65 s
[unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary , tag} ->
2652.65 s
[unison-share-api] | ^^^^^^^
2652.65 s
[unison-share-api]
2652.66 s
[unison-share-api] src/Unison/Server/Types.hs:860:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2652.66 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2652.66 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2652.66 s
[unison-share-api] |
2652.66 s
[unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
2652.66 s
[unison-share-api] | ^
2652.66 s
[unison-share-api]
2652.66 s
[unison-share-api] src/Unison/Server/Types.hs:868:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2652.66 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2652.66 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2652.66 s
[unison-share-api] |
2652.66 s
[unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
2652.66 s
[unison-share-api] | ^
2652.66 s
[unison-share-api]
2656.66 s
[unison-share-api] [15 of 39] Compiling Unison.Server.HistoryComments.Types ( src/Unison/Server/HistoryComments/Types.hs, dist/build/Unison/Server/HistoryComments/Types.p_o )
2657.46 s
[unison-share-api] [16 of 39] Compiling Unison.Server.HistoryComments.API ( src/Unison/Server/HistoryComments/API.hs, dist/build/Unison/Server/HistoryComments/API.p_o )
2657.46 s
[unison-share-api] [17 of 39] Compiling Unison.Server.Backend.DefinitionDiff ( src/Unison/Server/Backend/DefinitionDiff.hs, dist/build/Unison/Server/Backend/DefinitionDiff.p_o )
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2657.46 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2657.46 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
2657.46 s
[unison-share-api] | ^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘lefts’ shadows the existing binding
2657.46 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2657.46 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2657.46 s
[unison-share-api] | ^^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘rights’ shadows the existing binding
2657.46 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2657.46 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2657.46 s
[unison-share-api] | ^^^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘left’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 144 | pairLines left right =
2657.46 s
[unison-share-api] | ^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘right’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 144 | pairLines left right =
2657.46 s
[unison-share-api] | ^^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2657.46 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2657.46 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 223 | Diff.Both from to ->
2657.46 s
[unison-share-api] | ^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] [18 of 39] Compiling Unison.Server.Backend ( src/Unison/Server/Backend.hs, dist/build/Unison/Server/Backend.p_o )
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘isDoc’ shadows the existing binding
2657.46 s
[unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 464 | let isDoc = isDoc' sig
2657.46 s
[unison-share-api] | ^^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:488:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 488 | Just r -> do
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:642:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘results’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 642 | ( \hqname results ->
2657.46 s
[unison-share-api] | ^^^^^^^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:805:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 805 | terms r @(Reference.Builtin _) = pure (Just (Term.ref () r))
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:806:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 806 | terms (Reference.DerivedId r ) =
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:809:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:814:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.46 s
[unison-share-api] src/Unison/Server/Backend.hs:815:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.46 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.46 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.46 s
[unison-share-api] |
2657.46 s
[unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
2657.46 s
[unison-share-api] | ^
2657.46 s
[unison-share-api]
2657.47 s
[unison-share-api] src/Unison/Server/Backend.hs:836:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.47 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2657.47 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2657.47 s
[unison-share-api] |
2657.47 s
[unison-share-api] 836 | decls (Reference.DerivedId r ) =
2657.47 s
[unison-share-api] | ^
2657.47 s
[unison-share-api]
2657.47 s
[unison-share-api] src/Unison/Server/Backend.hs:851:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.47 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2657.47 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
2657.47 s
[unison-share-api] |
2657.47 s
[unison-share-api] 851 | potentialDocNames & foldMapM \name ->
2657.47 s
[unison-share-api] | ^^^^
2657.47 s
[unison-share-api]
2657.47 s
[unison-share-api] src/Unison/Server/Backend.hs:905:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.47 s
[unison-share-api] This binding for ‘runtime’ shadows the existing binding
2657.47 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
2657.47 s
[unison-share-api] |
2657.47 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2657.47 s
[unison-share-api] | ^^^^^^^
2657.47 s
[unison-share-api]
2657.47 s
[unison-share-api] src/Unison/Server/Backend.hs:905:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.47 s
[unison-share-api] This binding for ‘codebase’ shadows the existing binding
2657.47 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
2657.47 s
[unison-share-api] |
2657.47 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2657.47 s
[unison-share-api] | ^^^^^^^^
2657.47 s
[unison-share-api]
2657.47 s
[unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2657.47 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2657.47 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
2657.47 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2657.47 s
[unison-share-api] |
2657.47 s
[unison-share-api] 1241 | Reference.DerivedId id ->
2657.47 s
[unison-share-api] | ^^
2657.47 s
[unison-share-api]
2659.24 s
[unison-share-api] [19 of 39] Compiling Unison.Server.Local.Endpoints.Projects ( src/Unison/Server/Local/Endpoints/Projects.hs, dist/build/Unison/Server/Local/Endpoints/Projects.p_o )
2659.56 s
[unison-share-api] [20 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceListing ( src/Unison/Server/Local/Endpoints/NamespaceListing.hs, dist/build/Unison/Server/Local/Endpoints/NamespaceListing.p_o )
2660.23 s
[unison-share-api] [21 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceDetails ( src/Unison/Server/Local/Endpoints/NamespaceDetails.hs, dist/build/Unison/Server/Local/Endpoints/NamespaceDetails.p_o )
2660.23 s
[unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.23 s
[unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
2660.23 s
[unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
2660.23 s
[unison-share-api] |
2660.23 s
[unison-share-api] 61 | namespaceDetails <- do
2660.23 s
[unison-share-api] | ^^^^^^^^^^^^^^^^
2660.23 s
[unison-share-api]
2660.23 s
[unison-share-api] [22 of 39] Compiling Unison.Server.Local.Endpoints.FuzzyFind ( src/Unison/Server/Local/Endpoints/FuzzyFind.hs, dist/build/Unison/Server/Local/Endpoints/FuzzyFind.p_o )
2660.23 s
[unison-share-api] [23 of 39] Compiling Unison.Server.Local.Endpoints.DefinitionSummary ( src/Unison/Server/Local/Endpoints/DefinitionSummary.hs, dist/build/Unison/Server/Local/Endpoints/DefinitionSummary.p_o )
2660.23 s
[unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.23 s
[unison-share-api] This binding for ‘root’ shadows the existing binding
2660.23 s
[unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
2660.23 s
[unison-share-api] |
2660.23 s
[unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
2660.23 s
[unison-share-api] | ^^^^
2660.23 s
[unison-share-api]
2660.23 s
[unison-share-api] [24 of 39] Compiling Unison.Server.Local.Endpoints.Current ( src/Unison/Server/Local/Endpoints/Current.hs, dist/build/Unison/Server/Local/Endpoints/Current.p_o )
2660.23 s
[unison-share-api] [25 of 39] Compiling Unison.Server.Local.Endpoints.UCM ( src/Unison/Server/Local/Endpoints/UCM.hs, dist/build/Unison/Server/Local/Endpoints/UCM.p_o )
2660.23 s
[unison-share-api] [26 of 39] Compiling Unison.Server.Local ( src/Unison/Server/Local.hs, dist/build/Unison/Server/Local.p_o )
2660.23 s
[unison-share-api] src/Unison/Server/Local.hs:85:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.23 s
[unison-share-api] This binding for ‘b’ shadows the existing binding
2660.23 s
[unison-share-api] bound at src/Unison/Server/Local.hs:73:18
2660.23 s
[unison-share-api] |
2660.23 s
[unison-share-api] 85 | Both nextChild fn -> \b -> do
2660.23 s
[unison-share-api] | ^
2660.23 s
[unison-share-api]
2660.23 s
[unison-share-api] [27 of 39] Compiling Unison.Server.Local.Definitions ( src/Unison/Server/Local/Definitions.hs, dist/build/Unison/Server/Local/Definitions.p_o )
2660.23 s
[unison-share-api] [28 of 39] Compiling Unison.Server.Local.Endpoints.Definitions ( src/Unison/Server/Local/Endpoints/Definitions.hs, dist/build/Unison/Server/Local/Endpoints/Definitions.p_o )
2660.48 s
[unison-share-api] [29 of 39] Compiling Unison.Server.Errors ( src/Unison/Server/Errors.hs, dist/build/Unison/Server/Errors.p_o )
2660.48 s
[unison-share-api] [30 of 39] Compiling Unison.Server.CodebaseServer ( src/Unison/Server/CodebaseServer.hs, dist/build/Unison/Server/CodebaseServer.p_o )
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 309 | namespacePath path =
2660.61 s
[unison-share-api] | ^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 319 | toUrlPath path =
2660.61 s
[unison-share-api] | ^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘fail’ shadows the existing binding
2660.61 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
2660.61 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 524 | fail =
2660.61 s
[unison-share-api] | ^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘api’ shadows the existing binding
2660.61 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2660.61 s
[unison-share-api] | ^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘server’ shadows the existing binding
2660.61 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2660.61 s
[unison-share-api] | ^^^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 637 | oldTerm @TermDefinition {termDefinition = oldTermDispObject} <- Defn.termDefinitionByName codebase oldPPED oldNameSearch width rt oldTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldTerm))
2660.61 s
[unison-share-api] | ^^^^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘newTerm’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 638 | newTerm @TermDefinition {termDefinition = newTermDisplayObj} <- Defn.termDefinitionByName codebase newPPED newNameSearch width rt newTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newTerm))
2660.61 s
[unison-share-api] | ^^^^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘oldType’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 666 | oldType @TypeDefinition {typeDefinition = oldTypeDispObj} <- Defn.typeDefinitionByName codebase oldPPED oldNameSearch width rt oldType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldType))
2660.61 s
[unison-share-api] | ^^^^^^^
2660.61 s
[unison-share-api]
2660.61 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2660.61 s
[unison-share-api] This binding for ‘newType’ shadows the existing binding
2660.61 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
2660.61 s
[unison-share-api] |
2660.61 s
[unison-share-api] 667 | newType @TypeDefinition {typeDefinition = newTypeDisplayObj} <- Defn.typeDefinitionByName codebase newPPED newNameSearch width rt newType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newType))
2660.61 s
[unison-share-api] | ^^^^^^^
2660.61 s
[unison-share-api]
2662.33 s
[unison-share-api] [31 of 39] Compiling Unison.Sync.Types ( src/Unison/Sync/Types.hs, dist/build/Unison/Sync/Types.p_o )
2662.37 s
[unison-share-api] [32 of 39] Compiling Unison.Sync.Common ( src/Unison/Sync/Common.hs, dist/build/Unison/Sync/Common.p_o )
2662.37 s
[unison-share-api] [33 of 39] Compiling Unison.Sync.EntityValidation ( src/Unison/Sync/EntityValidation.hs, dist/build/Unison/Sync/EntityValidation.p_o )
2662.37 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
2662.37 s
[unison-share-api] | ^^^^^^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
2662.37 s
[unison-share-api] | ^^^^^^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] [34 of 39] Compiling Unison.Sync.API ( src/Unison/Sync/API.hs, dist/build/Unison/Sync/API.p_o )
2662.37 s
[unison-share-api] [35 of 39] Compiling Unison.Util.Find ( src/Unison/Util/Find.hs, dist/build/Unison/Util/Find.p_o )
2662.37 s
[unison-share-api] src/Unison/Util/Find.hs:85:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘s’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Find.hs:77:24
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
2662.37 s
[unison-share-api] | ^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Find.hs:107:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘matches’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Find.hs:106:11
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 107 | addContext matches =
2662.37 s
[unison-share-api] | ^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Find.hs:108:55: warning : [ GHC-63394 ] [ -Wx-partial ]
2662.37 s
[unison-share-api] In the use of ‘tail’
2662.37 s
[unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
2662.37 s
[unison-share-api] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
2662.37 s
[unison-share-api] | ^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Find.hs:212:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 212 | (start, len) : (start2, len2) : groups
2662.37 s
[unison-share-api] | ^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Find.hs:216:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 216 | (start, len) : groups ->
2662.37 s
[unison-share-api] | ^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] [36 of 39] Compiling Unison.Util.Servant.CBOR ( src/Unison/Util/Servant/CBOR.hs, dist/build/Unison/Util/Servant/CBOR.p_o )
2662.37 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
2662.37 s
[unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 65 | mapLeft f = either (Left . f) Right
2662.37 s
[unison-share-api] | ^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘rem’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
2662.37 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 153 | CBOR.Done rem _ a -> do
2662.37 s
[unison-share-api] | ^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 162 | k <- newDecoder
2662.37 s
[unison-share-api] | ^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 166 | k <- newDecoder
2662.37 s
[unison-share-api] | ^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] [37 of 39] Compiling Unison.SyncV2.Types ( src/Unison/SyncV2/Types.hs, dist/build/Unison/SyncV2/Types.p_o )
2662.37 s
[unison-share-api] [38 of 39] Compiling Unison.SyncV2.API ( src/Unison/SyncV2/API.hs, dist/build/Unison/SyncV2/API.p_o )
2662.37 s
[unison-share-api] [39 of 39] Compiling Unison.Util.Websockets ( src/Unison/Util/Websockets.hs, dist/build/Unison/Util/Websockets.p_o )
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2662.37 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 39 | dimap f g (Queues {receive , send}) =
2662.37 s
[unison-share-api] | ^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2662.37 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 39 | dimap f g (Queues {receive, send }) =
2662.37 s
[unison-share-api] | ^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2662.37 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 50 | let receive = do readTBMQueue receiveQ
2662.37 s
[unison-share-api] | ^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2662.37 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 51 | let send msg = do
2662.37 s
[unison-share-api] | ^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘headers’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2662.37 s
[unison-share-api] | ^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘action’ shadows the existing binding
2662.37 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2662.37 s
[unison-share-api] | ^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
2662.37 s
[unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 150 | let defaultPort = 80 :: Int
2662.37 s
[unison-share-api] | ^^^^^^^^^^^
2662.37 s
[unison-share-api]
2662.37 s
[unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2662.37 s
[unison-share-api] This binding for ‘toIO’ shadows the existing binding
2662.37 s
[unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
2662.37 s
[unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2662.37 s
[unison-share-api] |
2662.37 s
[unison-share-api] 159 | toIO <- askRunInIO
2662.37 s
[unison-share-api] | ^^^^
2662.37 s
[unison-share-api]
2670.43 s
[unison-share-api] Preprocessing test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
2670.44 s
[unison-share-api] Building test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
2670.52 s
[unison-share-api] [1 of 4] Compiling Unison.Test.Server.Backend.DefinitionDiff ( tests/Unison/Test/Server/Backend/DefinitionDiff.hs, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Server/Backend/DefinitionDiff.o, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Server/Backend/DefinitionDiff.dyn_o )
2671.36 s
[unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:20:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2671.36 s
[unison-share-api] This binding for ‘success’ shadows the existing binding
2671.36 s
[unison-share-api] imported from ‘Hedgehog’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:7:1-35
2671.36 s
[unison-share-api] (and originally defined in ‘Hedgehog.Internal.Property’)
2671.36 s
[unison-share-api] |
2671.36 s
[unison-share-api] 20 | success <-
2671.36 s
[unison-share-api] | ^^^^^^^
2671.36 s
[unison-share-api]
2671.36 s
[unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:215:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2671.36 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2671.36 s
[unison-share-api] imported from ‘Text.RawString.QQ’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:10:27
2671.36 s
[unison-share-api] |
2671.36 s
[unison-share-api] 215 | testDiff l r =
2671.36 s
[unison-share-api] | ^
2671.36 s
[unison-share-api]
2671.36 s
[unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:231:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2671.36 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2671.36 s
[unison-share-api] imported from ‘Text.RawString.QQ’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:10:27
2671.36 s
[unison-share-api] |
2671.36 s
[unison-share-api] 231 | formatRow l r = Text.justifyLeft maxLeftWidth ' ' l <> " | " <> r
2671.36 s
[unison-share-api] | ^
2671.36 s
[unison-share-api]
2672.01 s
[unison-share-api] [2 of 4] Compiling Unison.Test.Sync.Gen ( tests/Unison/Test/Sync/Gen.hs, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Sync/Gen.o, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Sync/Gen.dyn_o )
2672.01 s
[unison-share-api] [3 of 4] Compiling Unison.Test.Sync.Roundtrip ( tests/Unison/Test/Sync/Roundtrip.hs, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Sync/Roundtrip.o, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Unison/Test/Sync/Roundtrip.dyn_o )
2672.01 s
[unison-share-api] tests/Unison/Test/Sync/Roundtrip.hs:16:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2672.01 s
[unison-share-api] This binding for ‘success’ shadows the existing binding
2672.01 s
[unison-share-api] imported from ‘Hedgehog’ at tests/Unison/Test/Sync/Roundtrip.hs:8:1-35
2672.01 s
[unison-share-api] (and originally defined in ‘Hedgehog.Internal.Property’)
2672.01 s
[unison-share-api] |
2672.01 s
[unison-share-api] 16 | success <-
2672.01 s
[unison-share-api] | ^^^^^^^
2672.01 s
[unison-share-api]
2672.01 s
[unison-share-api] [4 of 4] Compiling Main ( tests/Main.hs, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Main.o, dist/build/unison-share-api-tests/unison-share-api-tests-tmp/Main.dyn_o )
2672.45 s
[unison-share-api] [5 of 5] Linking dist/build/unison-share-api-tests/unison-share-api-tests
2676.90 s
[unison-share-api] buildPhase completed in 1 minutes 9 seconds
2676.92 s
[unison-share-api] Phase: checkPhase
2677.71 s
[unison-share-api] Running 1 test suites...
2677.71 s
[unison-share-api] Test suite unison-share-api-tests: RUNNING...
2677.74 s
[unison-share-api] Randomness seed for this run is 2434190257538508122
2677.74 s
[unison-share-api] Raw test output to follow ...
2677.74 s
[unison-share-api] ------------------------------------------------------------
2677.74 s
[unison-share-api] ━━━ syncv2.roundtrip ━━━
2677.85 s
[unison-share-api] ✓ termComponentRoundtrip passed 100 tests.
2677.85 s
[unison-share-api] ✓ 1 succeeded.
2677.86 s
[unison-share-api] ━━━ linewise-diffs ━━━
2677.86 s
[unison-share-api] 🦄 syncv2.roundtrip
2677.89 s
[unison-share-api] ✓ sides-always-equal-lengths passed 100 tests.
2677.89 s
[unison-share-api] ✓ simple-modification passed 100 tests.
2677.89 s
[unison-share-api] ✓ unrelated-strings passed 100 tests.
2677.89 s
[unison-share-api] ✓ complex-diff passed 100 tests.
2677.89 s
[unison-share-api] ✓ 4 succeeded.
2677.89 s
[unison-share-api] 🦄 definitiondiffs
2677.89 s
[unison-share-api] ------------------------------------------------------------
2677.89 s
[unison-share-api]
2677.89 s
[unison-share-api]
2677.89 s
[unison-share-api] ✅ 2 tests passed, no failures! 👍 🎉
2677.90 s
[unison-share-api] Test suite unison-share-api-tests: PASS
2677.90 s
[unison-share-api] Test suite logged to:
2677.90 s
[unison-share-api] dist/test/unison-share-api-0.0.0-unison-share-api-tests.log
2677.90 s
[unison-share-api] 1 of 1 test suites (1 of 1 test cases) passed.
2677.93 s
[unison-share-api] Phase: haddockPhase
2678.31 s
[unison-share-api] Preprocessing library for unison-share-api-0.0.0...
2678.32 s
[unison-share-api] Running Haddock on library for unison-share-api-0.0.0...
2678.34 s
[unison-share-api] Warning: The documentation for the following packages are not installed. No
2678.34 s
[unison-share-api] links will be generated to these packages: attoparsec-0.14.4,
2678.34 s
[unison-share-api] attoparsec-0.14.4, fail-4.9.0.0, libyaml-clib-0.2.5, vector-0.13.2.0
2679.30 s
[unison-share-api] [ 1 of 39] Compiling Unison.Server.Doc.Markdown.Types ( src/Unison/Server/Doc/Markdown/Types.hs, /build/ghc3007_0/ghc_10.o, /build/ghc3007_0/ghc_10.dyn_o )
2680.44 s
[unison-share-api] [ 2 of 39] Compiling Unison.Server.Orphans ( src/Unison/Server/Orphans.hs, /build/ghc3007_0/ghc_42.o, /build/ghc3007_0/ghc_42.dyn_o )
2681.06 s
[unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.06 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.06 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.06 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.06 s
[unison-share-api] |
2681.06 s
[unison-share-api] 202 | Right name -> pure name
2681.06 s
[unison-share-api] | ^^^^
2681.07 s
[unison-share-api]
2681.07 s
[unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.07 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.07 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.07 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.07 s
[unison-share-api] |
2681.07 s
[unison-share-api] 211 | Right name -> pure name
2681.07 s
[unison-share-api] | ^^^^
2681.07 s
[unison-share-api]
2681.07 s
[unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.07 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.07 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.07 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.07 s
[unison-share-api] |
2681.07 s
[unison-share-api] 395 | for hqName \name -> case Name.segments name of
2681.07 s
[unison-share-api] | ^^^^
2681.07 s
[unison-share-api]
2681.08 s
[unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.08 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.08 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.08 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.08 s
[unison-share-api] |
2681.08 s
[unison-share-api] 402 | for hqName \name -> case Name.segments name of
2681.08 s
[unison-share-api] | ^^^^
2681.08 s
[unison-share-api]
2681.08 s
[unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.08 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.08 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.08 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.08 s
[unison-share-api] |
2681.08 s
[unison-share-api] 451 | toQueryParam name = into @Text name
2681.08 s
[unison-share-api] | ^^^^
2681.08 s
[unison-share-api]
2681.08 s
[unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.08 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2681.08 s
[unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
2681.09 s
[unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
2681.09 s
[unison-share-api] |
2681.09 s
[unison-share-api] 477 | toQueryParam name = into @Text name
2681.09 s
[unison-share-api] | ^^^^
2681.09 s
[unison-share-api]
2681.09 s
[unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.09 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2681.09 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2681.09 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2681.09 s
[unison-share-api] |
2681.09 s
[unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements )) ->
2681.09 s
[unison-share-api] | ^^^^^^^^
2681.09 s
[unison-share-api]
2681.09 s
[unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.09 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2681.09 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2681.09 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2681.09 s
[unison-share-api] |
2681.10 s
[unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements )) ->
2681.10 s
[unison-share-api] | ^^^^^^^^
2681.10 s
[unison-share-api]
2681.10 s
[unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.10 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2681.10 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2681.10 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2681.10 s
[unison-share-api] |
2681.10 s
[unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2681.11 s
[unison-share-api] | ^^^^^^^^
2681.11 s
[unison-share-api]
2681.11 s
[unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2681.11 s
[unison-share-api] This binding for ‘elements’ shadows the existing binding
2681.11 s
[unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
2681.11 s
[unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
2681.11 s
[unison-share-api] |
2681.12 s
[unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
2681.12 s
[unison-share-api] | ^^^^^^^^
2681.12 s
[unison-share-api]
2682.37 s
[unison-share-api] [ 3 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Types ( src/Unison/Server/Local/Endpoints/Projects/Types.hs, /build/ghc3007_0/ghc_34.o, /build/ghc3007_0/ghc_34.dyn_o )
2682.63 s
[unison-share-api] [ 4 of 39] Compiling Unison.Server.Local.Endpoints.Projects.Queries ( src/Unison/Server/Local/Endpoints/Projects/Queries.hs, /build/ghc3007_0/ghc_32.o, /build/ghc3007_0/ghc_32.dyn_o )
2684.68 s
[unison-share-api] [ 5 of 39] Compiling Unison.Server.SearchResult ( src/Unison/Server/SearchResult.hs, /build/ghc3007_0/ghc_46.o, /build/ghc3007_0/ghc_46.dyn_o )
2684.68 s
[unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.68 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2684.68 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2684.68 s
[unison-share-api] |
2684.68 s
[unison-share-api] 88 | | (name , r) <- R.toList types
2684.68 s
[unison-share-api] | ^^^^
2684.68 s
[unison-share-api]
2684.68 s
[unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.68 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2684.68 s
[unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
2684.68 s
[unison-share-api] |
2684.68 s
[unison-share-api] 92 | | (name , r) <- R.toList terms
2684.68 s
[unison-share-api] | ^^^^
2684.68 s
[unison-share-api]
2684.68 s
[unison-share-api] [ 6 of 39] Compiling Unison.Server.QueryResult ( src/Unison/Server/QueryResult.hs, /build/ghc3007_0/ghc_44.o, /build/ghc3007_0/ghc_44.dyn_o )
2684.68 s
[unison-share-api] [ 7 of 39] Compiling Unison.Server.NameSearch ( src/Unison/Server/NameSearch.hs, /build/ghc3007_0/ghc_38.o, /build/ghc3007_0/ghc_38.dyn_o )
2684.68 s
[unison-share-api] [ 8 of 39] Compiling Unison.Server.NameSearch.FromNames ( src/Unison/Server/NameSearch/FromNames.hs, /build/ghc3007_0/ghc_40.o, /build/ghc3007_0/ghc_40.dyn_o )
2684.68 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.68 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2684.68 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
2684.68 s
[unison-share-api] |
2684.68 s
[unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
2684.68 s
[unison-share-api] | ^^^^^
2684.68 s
[unison-share-api]
2684.68 s
[unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.68 s
[unison-share-api] This binding for ‘names’ shadows the existing binding
2684.68 s
[unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
2684.68 s
[unison-share-api] |
2684.68 s
[unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
2684.69 s
[unison-share-api] | ^^^^^
2684.69 s
[unison-share-api]
2684.69 s
[unison-share-api] [ 9 of 39] Compiling Unison.Server.SearchResultPrime ( src/Unison/Server/SearchResultPrime.hs, /build/ghc3007_0/ghc_48.o, /build/ghc3007_0/ghc_48.dyn_o )
2684.69 s
[unison-share-api] [10 of 39] Compiling Unison.Server.Syntax ( src/Unison/Server/Syntax.hs, /build/ghc3007_0/ghc_50.o, /build/ghc3007_0/ghc_50.dyn_o )
2684.69 s
[unison-share-api] [11 of 39] Compiling Unison.Server.Doc ( src/Unison/Server/Doc.hs, /build/ghc3007_0/ghc_6.o, /build/ghc3007_0/ghc_6.dyn_o )
2684.69 s
[unison-share-api] src/Unison/Server/Doc.hs:216:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.69 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2684.69 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2684.69 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2684.69 s
[unison-share-api] |
2684.69 s
[unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
2684.69 s
[unison-share-api] | ^^^
2684.69 s
[unison-share-api]
2684.69 s
[unison-share-api] src/Unison/Server/Doc.hs:217:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.69 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2684.69 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2684.69 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2684.69 s
[unison-share-api] |
2684.69 s
[unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
2684.69 s
[unison-share-api] | ^^^
2684.69 s
[unison-share-api]
2684.70 s
[unison-share-api] src/Unison/Server/Doc.hs:264:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.70 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.70 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2684.70 s
[unison-share-api] |
2684.70 s
[unison-share-api] 264 | full tm @(Term.Ann' _ _) _ =
2684.70 s
[unison-share-api] | ^^
2684.70 s
[unison-share-api]
2684.70 s
[unison-share-api] src/Unison/Server/Doc.hs:266:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.70 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.70 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
2684.70 s
[unison-share-api] |
2684.70 s
[unison-share-api] 266 | full tm typ =
2684.70 s
[unison-share-api] | ^^
2684.70 s
[unison-share-api]
2684.70 s
[unison-share-api] src/Unison/Server/Doc.hs:266:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.70 s
[unison-share-api] This binding for ‘typ’ shadows the existing binding
2684.70 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
2684.70 s
[unison-share-api] |
2684.70 s
[unison-share-api] 266 | full tm typ =
2684.70 s
[unison-share-api] | ^^^
2684.70 s
[unison-share-api]
2684.70 s
[unison-share-api] src/Unison/Server/Doc.hs:283:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.70 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.70 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.71 s
[unison-share-api] |
2684.71 s
[unison-share-api] 283 | Just tm -> go tm
2684.71 s
[unison-share-api] | ^^
2684.71 s
[unison-share-api]
2684.71 s
[unison-share-api] src/Unison/Server/Doc.hs:294:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.71 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2684.71 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
2684.71 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2684.71 s
[unison-share-api] |
2684.71 s
[unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
2684.71 s
[unison-share-api] | ^^
2684.71 s
[unison-share-api]
2684.71 s
[unison-share-api] src/Unison/Server/Doc.hs:326:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.71 s
[unison-share-api] This binding for ‘types’ shadows the existing binding
2684.71 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
2684.71 s
[unison-share-api] |
2684.71 s
[unison-share-api] 326 | Just types -> pure (zip rs types)
2684.71 s
[unison-share-api] | ^^^^^
2684.71 s
[unison-share-api]
2684.72 s
[unison-share-api] src/Unison/Server/Doc.hs:351:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.72 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.72 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.72 s
[unison-share-api] |
2684.72 s
[unison-share-api] 351 | tm r = Right $ LD.TermReferent r
2684.72 s
[unison-share-api] | ^^
2684.72 s
[unison-share-api]
2684.72 s
[unison-share-api] src/Unison/Server/Doc.hs:370:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.72 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.72 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.72 s
[unison-share-api] |
2684.72 s
[unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) -> do
2684.72 s
[unison-share-api] | ^^
2684.72 s
[unison-share-api]
2684.72 s
[unison-share-api] src/Unison/Server/Doc.hs:374:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.72 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.72 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.72 s
[unison-share-api] |
2684.73 s
[unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) -> do
2684.73 s
[unison-share-api] | ^^
2684.73 s
[unison-share-api]
2684.73 s
[unison-share-api] src/Unison/Server/Doc.hs:399:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.73 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2684.73 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2684.73 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2684.73 s
[unison-share-api] |
2684.73 s
[unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2684.73 s
[unison-share-api] | ^^^
2684.73 s
[unison-share-api]
2684.73 s
[unison-share-api] src/Unison/Server/Doc.hs:402:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.73 s
[unison-share-api] This binding for ‘any’ shadows the existing binding
2684.73 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
2684.73 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2684.73 s
[unison-share-api] |
2684.73 s
[unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
2684.73 s
[unison-share-api] | ^^^
2684.73 s
[unison-share-api]
2684.73 s
[unison-share-api] src/Unison/Server/Doc.hs:404:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.74 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.74 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.74 s
[unison-share-api] |
2684.74 s
[unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
2684.74 s
[unison-share-api] | ^^
2684.74 s
[unison-share-api]
2684.74 s
[unison-share-api] src/Unison/Server/Doc.hs:425:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.74 s
[unison-share-api] This binding for ‘go’ shadows the existing binding
2684.74 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
2684.74 s
[unison-share-api] |
2684.74 s
[unison-share-api] 425 | go s1@(!seen, !acc) = \case
2684.74 s
[unison-share-api] | ^^
2684.74 s
[unison-share-api]
2684.74 s
[unison-share-api] src/Unison/Server/Doc.hs:427:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.74 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.74 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
2684.74 s
[unison-share-api] |
2684.74 s
[unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm ), _anns] ->
2684.74 s
[unison-share-api] | ^^
2684.74 s
[unison-share-api]
2684.75 s
[unison-share-api] src/Unison/Server/Doc.hs:441:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2684.75 s
[unison-share-api] This binding for ‘tm’ shadows the existing binding
2684.75 s
[unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
2684.75 s
[unison-share-api] |
2684.75 s
[unison-share-api] 441 | Just tm -> do
2684.75 s
[unison-share-api] | ^^
2684.75 s
[unison-share-api]
2690.65 s
[unison-share-api] [12 of 39] Compiling Unison.Server.Doc.Markdown.Render ( src/Unison/Server/Doc/Markdown/Render.hs, nothing )
2690.93 s
[unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2690.93 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2690.94 s
[unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
2690.94 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2690.94 s
[unison-share-api] |
2690.94 s
[unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2690.94 s
[unison-share-api] | ^^^
2690.94 s
[unison-share-api]
2690.96 s
[unison-share-api] [13 of 39] Compiling Unison.Server.Doc.AsHtml ( src/Unison/Server/Doc/AsHtml.hs, /build/ghc3007_0/ghc_8.o, /build/ghc3007_0/ghc_8.dyn_o )
2691.20 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.20 s
[unison-share-api] This binding for ‘sum’ shadows the existing binding
2691.20 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
2691.20 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2691.20 s
[unison-share-api] |
2691.20 s
[unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
2691.20 s
[unison-share-api] | ^^^
2691.20 s
[unison-share-api]
2691.20 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.20 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2691.20 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2691.20 s
[unison-share-api] |
2691.20 s
[unison-share-api] 69 | Href h ->
2691.20 s
[unison-share-api] | ^
2691.20 s
[unison-share-api]
2691.22 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.22 s
[unison-share-api] This binding for ‘isFolded’ shadows the existing binding
2691.22 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
2691.22 s
[unison-share-api] |
2691.22 s
[unison-share-api] 102 | IsFolded isFolded summary details ->
2691.22 s
[unison-share-api] | ^^^^^^^^
2691.22 s
[unison-share-api]
2691.22 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.22 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2691.22 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2691.22 s
[unison-share-api] |
2691.22 s
[unison-share-api] 317 | Callout icon content -> do
2691.22 s
[unison-share-api] | ^^^^^^^
2691.22 s
[unison-share-api]
2691.22 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.22 s
[unison-share-api] This binding for ‘rows_’ shadows the existing binding
2691.22 s
[unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
2691.22 s
[unison-share-api] (and originally defined in ‘Lucid.Html5’)
2691.22 s
[unison-share-api] |
2691.22 s
[unison-share-api] 339 | rows_ =
2691.22 s
[unison-share-api] | ^^^^^
2691.22 s
[unison-share-api]
2691.22 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.22 s
[unison-share-api] This binding for ‘h’ shadows the existing binding
2691.22 s
[unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
2691.22 s
[unison-share-api] |
2691.22 s
[unison-share-api] 385 | Href h ->
2691.22 s
[unison-share-api] | ^
2691.22 s
[unison-share-api]
2691.22 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.22 s
[unison-share-api] This binding for ‘href’ shadows the existing binding
2691.22 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
2691.22 s
[unison-share-api] |
2691.22 s
[unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
2691.22 s
[unison-share-api] | ^^^^
2691.22 s
[unison-share-api]
2691.23 s
[unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2691.23 s
[unison-share-api] This binding for ‘content’ shadows the existing binding
2691.23 s
[unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
2691.23 s
[unison-share-api] |
2691.23 s
[unison-share-api] 498 | Group content ->
2691.23 s
[unison-share-api] | ^^^^^^^
2691.23 s
[unison-share-api]
2693.29 s
[unison-share-api] [14 of 39] Compiling Unison.Server.Types ( src/Unison/Server/Types.hs, /build/ghc3007_0/ghc_52.o, /build/ghc3007_0/ghc_52.dyn_o )
2693.29 s
[unison-share-api] src/Unison/Server/Types.hs:753:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2693.29 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2693.29 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2693.29 s
[unison-share-api] |
2693.29 s
[unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary , tag} ->
2693.29 s
[unison-share-api] | ^^^^^^^
2693.29 s
[unison-share-api]
2693.29 s
[unison-share-api] src/Unison/Server/Types.hs:762:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2693.29 s
[unison-share-api] This binding for ‘summary’ shadows the existing binding
2693.29 s
[unison-share-api] bound at src/Unison/Server/Types.hs:743:34
2693.29 s
[unison-share-api] |
2693.29 s
[unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary , tag} ->
2693.30 s
[unison-share-api] | ^^^^^^^
2693.30 s
[unison-share-api]
2693.30 s
[unison-share-api] src/Unison/Server/Types.hs:860:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2693.30 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2693.30 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2693.30 s
[unison-share-api] |
2693.30 s
[unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
2693.30 s
[unison-share-api] | ^
2693.30 s
[unison-share-api]
2693.30 s
[unison-share-api] src/Unison/Server/Types.hs:868:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2693.30 s
[unison-share-api] This binding for ‘o’ shadows the existing binding
2693.30 s
[unison-share-api] bound at src/Unison/Server/Types.hs:855:49
2693.30 s
[unison-share-api] |
2693.30 s
[unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
2693.30 s
[unison-share-api] | ^
2693.30 s
[unison-share-api]
2700.04 s
[unison-share-api] [15 of 39] Compiling Unison.Server.HistoryComments.Types ( src/Unison/Server/HistoryComments/Types.hs, nothing )
2700.83 s
[unison-share-api] [16 of 39] Compiling Unison.Server.HistoryComments.API ( src/Unison/Server/HistoryComments/API.hs, nothing )
2700.84 s
[unison-share-api] [17 of 39] Compiling Unison.Server.Backend.DefinitionDiff ( src/Unison/Server/Backend/DefinitionDiff.hs, /build/ghc3007_0/ghc_4.o, /build/ghc3007_0/ghc_4.dyn_o )
2700.84 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.84 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2700.84 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2700.84 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2700.84 s
[unison-share-api] |
2700.85 s
[unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
2700.85 s
[unison-share-api] | ^^^^
2700.85 s
[unison-share-api]
2700.85 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.85 s
[unison-share-api] This binding for ‘lefts’ shadows the existing binding
2700.85 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2700.85 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2700.85 s
[unison-share-api] |
2700.85 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2700.85 s
[unison-share-api] | ^^^^^
2700.85 s
[unison-share-api]
2700.85 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.85 s
[unison-share-api] This binding for ‘rights’ shadows the existing binding
2700.85 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2700.85 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2700.85 s
[unison-share-api] |
2700.86 s
[unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
2700.86 s
[unison-share-api] | ^^^^^^
2700.86 s
[unison-share-api]
2700.86 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.86 s
[unison-share-api] This binding for ‘left’ shadows the existing binding
2700.86 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
2700.86 s
[unison-share-api] |
2700.86 s
[unison-share-api] 144 | pairLines left right =
2700.86 s
[unison-share-api] | ^^^^
2700.86 s
[unison-share-api]
2700.86 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.86 s
[unison-share-api] This binding for ‘right’ shadows the existing binding
2700.86 s
[unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
2700.86 s
[unison-share-api] |
2700.86 s
[unison-share-api] 144 | pairLines left right =
2700.88 s
[unison-share-api] | ^^^^^
2700.88 s
[unison-share-api]
2700.88 s
[unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2700.88 s
[unison-share-api] This binding for ‘from’ shadows the existing binding
2700.88 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
2700.88 s
[unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
2700.88 s
[unison-share-api] |
2700.88 s
[unison-share-api] 223 | Diff.Both from to ->
2700.88 s
[unison-share-api] | ^^^^
2700.88 s
[unison-share-api]
2701.13 s
[unison-share-api] [18 of 39] Compiling Unison.Server.Backend ( src/Unison/Server/Backend.hs, /build/ghc3007_0/ghc_2.o, /build/ghc3007_0/ghc_2.dyn_o )
2701.74 s
[unison-share-api] src/Unison/Server/Backend.hs:464:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.74 s
[unison-share-api] This binding for ‘isDoc’ shadows the existing binding
2701.74 s
[unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
2701.74 s
[unison-share-api] |
2701.74 s
[unison-share-api] 464 | let isDoc = isDoc' sig
2701.74 s
[unison-share-api] | ^^^^^
2701.74 s
[unison-share-api]
2701.75 s
[unison-share-api] src/Unison/Server/Backend.hs:488:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.75 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.75 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
2701.75 s
[unison-share-api] |
2701.75 s
[unison-share-api] 488 | Just r -> do
2701.75 s
[unison-share-api] | ^
2701.75 s
[unison-share-api]
2701.75 s
[unison-share-api] src/Unison/Server/Backend.hs:642:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.75 s
[unison-share-api] This binding for ‘results’ shadows the existing binding
2701.75 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
2701.75 s
[unison-share-api] |
2701.75 s
[unison-share-api] 642 | ( \hqname results ->
2701.75 s
[unison-share-api] | ^^^^^^^
2701.75 s
[unison-share-api]
2701.75 s
[unison-share-api] src/Unison/Server/Backend.hs:805:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.75 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.75 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.75 s
[unison-share-api] |
2701.75 s
[unison-share-api] 805 | terms r @(Reference.Builtin _) = pure (Just (Term.ref () r))
2701.75 s
[unison-share-api] | ^
2701.75 s
[unison-share-api]
2701.75 s
[unison-share-api] src/Unison/Server/Backend.hs:806:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.75 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.75 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.75 s
[unison-share-api] |
2701.75 s
[unison-share-api] 806 | terms (Reference.DerivedId r ) =
2701.75 s
[unison-share-api] | ^
2701.75 s
[unison-share-api]
2701.76 s
[unison-share-api] src/Unison/Server/Backend.hs:809:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.76 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.76 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.76 s
[unison-share-api] |
2701.76 s
[unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
2701.76 s
[unison-share-api] | ^
2701.76 s
[unison-share-api]
2701.77 s
[unison-share-api] src/Unison/Server/Backend.hs:814:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.77 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.77 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.77 s
[unison-share-api] |
2701.77 s
[unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
2701.77 s
[unison-share-api] | ^
2701.77 s
[unison-share-api]
2701.77 s
[unison-share-api] src/Unison/Server/Backend.hs:815:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.77 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.77 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.77 s
[unison-share-api] |
2701.77 s
[unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
2701.77 s
[unison-share-api] | ^
2701.77 s
[unison-share-api]
2701.78 s
[unison-share-api] src/Unison/Server/Backend.hs:836:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.78 s
[unison-share-api] This binding for ‘r’ shadows the existing binding
2701.78 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
2701.78 s
[unison-share-api] |
2701.78 s
[unison-share-api] 836 | decls (Reference.DerivedId r ) =
2701.78 s
[unison-share-api] | ^
2701.78 s
[unison-share-api]
2701.78 s
[unison-share-api] src/Unison/Server/Backend.hs:851:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.78 s
[unison-share-api] This binding for ‘name’ shadows the existing binding
2701.78 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
2701.78 s
[unison-share-api] |
2701.78 s
[unison-share-api] 851 | potentialDocNames & foldMapM \name ->
2701.78 s
[unison-share-api] | ^^^^
2701.78 s
[unison-share-api]
2701.78 s
[unison-share-api] src/Unison/Server/Backend.hs:905:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.78 s
[unison-share-api] This binding for ‘runtime’ shadows the existing binding
2701.78 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
2701.78 s
[unison-share-api] |
2701.78 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2701.78 s
[unison-share-api] | ^^^^^^^
2701.79 s
[unison-share-api]
2701.79 s
[unison-share-api] src/Unison/Server/Backend.hs:905:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.79 s
[unison-share-api] This binding for ‘codebase’ shadows the existing binding
2701.79 s
[unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
2701.79 s
[unison-share-api] |
2701.79 s
[unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
2701.79 s
[unison-share-api] | ^^^^^^^^
2701.79 s
[unison-share-api]
2701.80 s
[unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2701.80 s
[unison-share-api] This binding for ‘id’ shadows the existing binding
2701.80 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
2701.80 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2701.80 s
[unison-share-api] |
2701.80 s
[unison-share-api] 1241 | Reference.DerivedId id ->
2701.80 s
[unison-share-api] | ^^
2701.80 s
[unison-share-api]
2704.70 s
[unison-share-api] [19 of 39] Compiling Unison.Server.Local.Endpoints.Projects ( src/Unison/Server/Local/Endpoints/Projects.hs, /build/ghc3007_0/ghc_30.o, /build/ghc3007_0/ghc_30.dyn_o )
2705.34 s
[unison-share-api] [20 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceListing ( src/Unison/Server/Local/Endpoints/NamespaceListing.hs, /build/ghc3007_0/ghc_28.o, /build/ghc3007_0/ghc_28.dyn_o )
2706.87 s
[unison-share-api] [21 of 39] Compiling Unison.Server.Local.Endpoints.NamespaceDetails ( src/Unison/Server/Local/Endpoints/NamespaceDetails.hs, /build/ghc3007_0/ghc_26.o, /build/ghc3007_0/ghc_26.dyn_o )
2706.87 s
[unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2706.87 s
[unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
2706.87 s
[unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
2706.87 s
[unison-share-api] |
2706.87 s
[unison-share-api] 61 | namespaceDetails <- do
2706.87 s
[unison-share-api] | ^^^^^^^^^^^^^^^^
2706.87 s
[unison-share-api]
2706.87 s
[unison-share-api] [22 of 39] Compiling Unison.Server.Local.Endpoints.FuzzyFind ( src/Unison/Server/Local/Endpoints/FuzzyFind.hs, /build/ghc3007_0/ghc_24.o, /build/ghc3007_0/ghc_24.dyn_o )
2706.87 s
[unison-share-api] [23 of 39] Compiling Unison.Server.Local.Endpoints.DefinitionSummary ( src/Unison/Server/Local/Endpoints/DefinitionSummary.hs, /build/ghc3007_0/ghc_20.o, /build/ghc3007_0/ghc_20.dyn_o )
2706.88 s
[unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2706.88 s
[unison-share-api] This binding for ‘root’ shadows the existing binding
2706.88 s
[unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
2706.88 s
[unison-share-api] |
2706.88 s
[unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
2706.88 s
[unison-share-api] | ^^^^
2706.88 s
[unison-share-api]
2706.88 s
[unison-share-api] [24 of 39] Compiling Unison.Server.Local.Endpoints.Current ( src/Unison/Server/Local/Endpoints/Current.hs, /build/ghc3007_0/ghc_18.o, /build/ghc3007_0/ghc_18.dyn_o )
2706.88 s
[unison-share-api] [25 of 39] Compiling Unison.Server.Local.Endpoints.UCM ( src/Unison/Server/Local/Endpoints/UCM.hs, /build/ghc3007_0/ghc_36.o, /build/ghc3007_0/ghc_36.dyn_o )
2706.88 s
[unison-share-api] [26 of 39] Compiling Unison.Server.Local ( src/Unison/Server/Local.hs, /build/ghc3007_0/ghc_14.o, /build/ghc3007_0/ghc_14.dyn_o )
2706.89 s
[unison-share-api] src/Unison/Server/Local.hs:85:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2706.89 s
[unison-share-api] This binding for ‘b’ shadows the existing binding
2706.89 s
[unison-share-api] bound at src/Unison/Server/Local.hs:73:18
2706.89 s
[unison-share-api] |
2706.89 s
[unison-share-api] 85 | Both nextChild fn -> \b -> do
2706.89 s
[unison-share-api] | ^
2706.89 s
[unison-share-api]
2706.89 s
[unison-share-api] [27 of 39] Compiling Unison.Server.Local.Definitions ( src/Unison/Server/Local/Definitions.hs, /build/ghc3007_0/ghc_16.o, /build/ghc3007_0/ghc_16.dyn_o )
2706.89 s
[unison-share-api] [28 of 39] Compiling Unison.Server.Local.Endpoints.Definitions ( src/Unison/Server/Local/Endpoints/Definitions.hs, /build/ghc3007_0/ghc_22.o, /build/ghc3007_0/ghc_22.dyn_o )
2706.98 s
[unison-share-api] [29 of 39] Compiling Unison.Server.Errors ( src/Unison/Server/Errors.hs, /build/ghc3007_0/ghc_12.o, /build/ghc3007_0/ghc_12.dyn_o )
2706.98 s
[unison-share-api] [30 of 39] Compiling Unison.Server.CodebaseServer ( src/Unison/Server/CodebaseServer.hs, nothing )
2707.63 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.63 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2707.63 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2707.63 s
[unison-share-api] |
2707.63 s
[unison-share-api] 309 | namespacePath path =
2707.63 s
[unison-share-api] | ^^^^
2707.63 s
[unison-share-api]
2707.63 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.64 s
[unison-share-api] This binding for ‘path’ shadows the existing binding
2707.64 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
2707.64 s
[unison-share-api] |
2707.64 s
[unison-share-api] 319 | toUrlPath path =
2707.64 s
[unison-share-api] | ^^^^
2707.64 s
[unison-share-api]
2707.64 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.64 s
[unison-share-api] This binding for ‘fail’ shadows the existing binding
2707.64 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
2707.64 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
2707.64 s
[unison-share-api] |
2707.64 s
[unison-share-api] 524 | fail =
2707.64 s
[unison-share-api] | ^^^^
2707.64 s
[unison-share-api]
2707.64 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.64 s
[unison-share-api] This binding for ‘api’ shadows the existing binding
2707.64 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
2707.64 s
[unison-share-api] |
2707.64 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2707.64 s
[unison-share-api] | ^^^
2707.64 s
[unison-share-api]
2707.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.65 s
[unison-share-api] This binding for ‘server’ shadows the existing binding
2707.65 s
[unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
2707.65 s
[unison-share-api] |
2707.65 s
[unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
2707.65 s
[unison-share-api] | ^^^^^^
2707.65 s
[unison-share-api]
2707.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.65 s
[unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
2707.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
2707.65 s
[unison-share-api] |
2707.65 s
[unison-share-api] 637 | oldTerm @TermDefinition {termDefinition = oldTermDispObject} <- Defn.termDefinitionByName codebase oldPPED oldNameSearch width rt oldTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldTerm))
2707.65 s
[unison-share-api] | ^^^^^^^
2707.65 s
[unison-share-api]
2707.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.65 s
[unison-share-api] This binding for ‘newTerm’ shadows the existing binding
2707.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
2707.65 s
[unison-share-api] |
2707.65 s
[unison-share-api] 638 | newTerm @TermDefinition {termDefinition = newTermDisplayObj} <- Defn.termDefinitionByName codebase newPPED newNameSearch width rt newTerm `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newTerm))
2707.65 s
[unison-share-api] | ^^^^^^^
2707.65 s
[unison-share-api]
2707.65 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.65 s
[unison-share-api] This binding for ‘oldType’ shadows the existing binding
2707.65 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
2707.65 s
[unison-share-api] |
2707.66 s
[unison-share-api] 666 | oldType @TypeDefinition {typeDefinition = oldTypeDispObj} <- Defn.typeDefinitionByName codebase oldPPED oldNameSearch width rt oldType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly oldType))
2707.66 s
[unison-share-api] | ^^^^^^^
2707.66 s
[unison-share-api]
2707.66 s
[unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.66 s
[unison-share-api] This binding for ‘newType’ shadows the existing binding
2707.66 s
[unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
2707.66 s
[unison-share-api] |
2707.66 s
[unison-share-api] 667 | newType @TypeDefinition {typeDefinition = newTypeDisplayObj} <- Defn.typeDefinitionByName codebase newPPED newNameSearch width rt newType `whenNothingM` throwError (Backend.NoSuchDefinition (HQ.NameOnly newType))
2707.66 s
[unison-share-api] | ^^^^^^^
2707.66 s
[unison-share-api]
2707.67 s
[unison-share-api] [31 of 39] Compiling Unison.Sync.Types ( src/Unison/Sync/Types.hs, /build/ghc3007_0/ghc_56.o, /build/ghc3007_0/ghc_56.dyn_o )
2707.67 s
[unison-share-api] [32 of 39] Compiling Unison.Sync.Common ( src/Unison/Sync/Common.hs, /build/ghc3007_0/ghc_54.o, /build/ghc3007_0/ghc_54.dyn_o )
2707.67 s
[unison-share-api] [33 of 39] Compiling Unison.Sync.EntityValidation ( src/Unison/Sync/EntityValidation.hs, nothing )
2707.67 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.67 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2707.67 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
2707.67 s
[unison-share-api] |
2707.67 s
[unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
2707.67 s
[unison-share-api] | ^^^^^^^^^^^^
2707.67 s
[unison-share-api]
2707.67 s
[unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.67 s
[unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
2707.67 s
[unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
2707.67 s
[unison-share-api] |
2707.67 s
[unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash , actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
2707.67 s
[unison-share-api] | ^^^^^^^^^^^^
2707.67 s
[unison-share-api]
2707.67 s
[unison-share-api] [34 of 39] Compiling Unison.Sync.API ( src/Unison/Sync/API.hs, nothing )
2707.67 s
[unison-share-api] [35 of 39] Compiling Unison.Util.Find ( src/Unison/Util/Find.hs, nothing )
2707.67 s
[unison-share-api] src/Unison/Util/Find.hs:85:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.67 s
[unison-share-api] This binding for ‘s’ shadows the existing binding
2707.67 s
[unison-share-api] bound at src/Unison/Util/Find.hs:77:24
2707.67 s
[unison-share-api] |
2707.67 s
[unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
2707.67 s
[unison-share-api] | ^
2707.67 s
[unison-share-api]
2707.67 s
[unison-share-api] src/Unison/Util/Find.hs:107:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.67 s
[unison-share-api] This binding for ‘matches’ shadows the existing binding
2707.67 s
[unison-share-api] bound at src/Unison/Util/Find.hs:106:11
2707.67 s
[unison-share-api] |
2707.67 s
[unison-share-api] 107 | addContext matches =
2707.67 s
[unison-share-api] | ^^^^^^^
2707.67 s
[unison-share-api]
2707.67 s
[unison-share-api] src/Unison/Util/Find.hs:108:55: warning : [ GHC-63394 ] [ -Wx-partial ]
2707.67 s
[unison-share-api] In the use of ‘tail’
2707.67 s
[unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
2707.67 s
[unison-share-api] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2707.67 s
[unison-share-api] |
2707.67 s
[unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
2707.67 s
[unison-share-api] | ^^^^
2707.67 s
[unison-share-api]
2707.68 s
[unison-share-api] src/Unison/Util/Find.hs:212:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.68 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2707.68 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2707.68 s
[unison-share-api] |
2707.68 s
[unison-share-api] 212 | (start, len) : (start2, len2) : groups
2707.68 s
[unison-share-api] | ^^^^^^
2707.68 s
[unison-share-api]
2707.68 s
[unison-share-api] src/Unison/Util/Find.hs:216:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.68 s
[unison-share-api] This binding for ‘groups’ shadows the existing binding
2707.68 s
[unison-share-api] bound at src/Unison/Util/Find.hs:205:21
2707.68 s
[unison-share-api] |
2707.68 s
[unison-share-api] 216 | (start, len) : groups ->
2707.68 s
[unison-share-api] | ^^^^^^
2707.68 s
[unison-share-api]
2707.68 s
[unison-share-api] [36 of 39] Compiling Unison.Util.Servant.CBOR ( src/Unison/Util/Servant/CBOR.hs, /build/ghc3007_0/ghc_60.o, /build/ghc3007_0/ghc_60.dyn_o )
2707.68 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.68 s
[unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
2707.68 s
[unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
2707.68 s
[unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
2707.68 s
[unison-share-api] |
2707.68 s
[unison-share-api] 65 | mapLeft f = either (Left . f) Right
2707.68 s
[unison-share-api] | ^^^^^^^
2707.68 s
[unison-share-api]
2707.68 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.68 s
[unison-share-api] This binding for ‘rem’ shadows the existing binding
2707.68 s
[unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
2707.68 s
[unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2707.68 s
[unison-share-api] |
2707.68 s
[unison-share-api] 153 | CBOR.Done rem _ a -> do
2707.69 s
[unison-share-api] | ^^^
2707.69 s
[unison-share-api]
2707.69 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.69 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2707.69 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2707.69 s
[unison-share-api] |
2707.69 s
[unison-share-api] 162 | k <- newDecoder
2707.69 s
[unison-share-api] | ^
2707.69 s
[unison-share-api]
2707.69 s
[unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.69 s
[unison-share-api] This binding for ‘k’ shadows the existing binding
2707.69 s
[unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
2707.69 s
[unison-share-api] |
2707.69 s
[unison-share-api] 166 | k <- newDecoder
2707.69 s
[unison-share-api] | ^
2707.69 s
[unison-share-api]
2707.69 s
[unison-share-api] [37 of 39] Compiling Unison.SyncV2.Types ( src/Unison/SyncV2/Types.hs, /build/ghc3007_0/ghc_58.o, /build/ghc3007_0/ghc_58.dyn_o )
2707.69 s
[unison-share-api] [38 of 39] Compiling Unison.SyncV2.API ( src/Unison/SyncV2/API.hs, nothing )
2707.69 s
[unison-share-api] [39 of 39] Compiling Unison.Util.Websockets ( src/Unison/Util/Websockets.hs, nothing )
2707.69 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.69 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2707.69 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2707.69 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2707.69 s
[unison-share-api] |
2707.69 s
[unison-share-api] 39 | dimap f g (Queues {receive , send}) =
2707.69 s
[unison-share-api] | ^^^^^^^
2707.69 s
[unison-share-api]
2707.70 s
[unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.70 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2707.70 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2707.70 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2707.70 s
[unison-share-api] |
2707.70 s
[unison-share-api] 39 | dimap f g (Queues {receive, send }) =
2707.70 s
[unison-share-api] | ^^^^
2707.70 s
[unison-share-api]
2707.70 s
[unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.70 s
[unison-share-api] This binding for ‘receive’ shadows the existing binding
2707.70 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2707.70 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2707.70 s
[unison-share-api] |
2707.70 s
[unison-share-api] 50 | let receive = do readTBMQueue receiveQ
2707.70 s
[unison-share-api] | ^^^^^^^
2707.70 s
[unison-share-api]
2707.70 s
[unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.70 s
[unison-share-api] This binding for ‘send’ shadows the existing binding
2707.70 s
[unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
2707.70 s
[unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
2707.70 s
[unison-share-api] |
2707.70 s
[unison-share-api] 51 | let send msg = do
2707.70 s
[unison-share-api] | ^^^^
2707.70 s
[unison-share-api]
2707.70 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.70 s
[unison-share-api] This binding for ‘headers’ shadows the existing binding
2707.70 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
2707.70 s
[unison-share-api] |
2707.70 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2707.70 s
[unison-share-api] | ^^^^^^^
2707.70 s
[unison-share-api]
2707.70 s
[unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.70 s
[unison-share-api] This binding for ‘action’ shadows the existing binding
2707.70 s
[unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
2707.70 s
[unison-share-api] |
2707.70 s
[unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
2707.71 s
[unison-share-api] | ^^^^^^
2707.71 s
[unison-share-api]
2707.71 s
[unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.71 s
[unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
2707.71 s
[unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
2707.71 s
[unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
2707.71 s
[unison-share-api] |
2707.71 s
[unison-share-api] 150 | let defaultPort = 80 :: Int
2707.71 s
[unison-share-api] | ^^^^^^^^^^^
2707.71 s
[unison-share-api]
2707.71 s
[unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2707.71 s
[unison-share-api] This binding for ‘toIO’ shadows the existing binding
2707.71 s
[unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
2707.72 s
[unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2707.72 s
[unison-share-api] |
2707.72 s
[unison-share-api] 159 | toIO <- askRunInIO
2707.72 s
[unison-share-api] | ^^^^
2707.72 s
[unison-share-api]
2707.72 s
[unison-share-api] Haddock coverage:
2707.73 s
[unison-share-api] 66% ( 2 / 3) in 'Unison.Server.Doc.Markdown.Types'
2707.73 s
[unison-share-api] Missing documentation for:
2707.73 s
[unison-share-api] Module header
2707.73 s
[unison-share-api] 0% ( 0 / 4) in 'Unison.Server.Orphans'
2707.73 s
[unison-share-api] Missing documentation for:
2707.73 s
[unison-share-api] Module header
2707.73 s
[unison-share-api] SyncTag (src/Unison/Server/Orphans.hs:503)
2707.73 s
[unison-share-api] ComponentBody (src/Unison/Server/Orphans.hs:529)
2707.73 s
[unison-share-api] encodeVectorWith (src/Unison/Server/Orphans.hs:598)
2707.74 s
[unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.Projects.Types'
2707.74 s
[unison-share-api] Missing documentation for:
2707.74 s
[unison-share-api] Module header
2707.74 s
[unison-share-api] ProjectListing (src/Unison/Server/Local/Endpoints/Projects/Types.hs:17)
2707.74 s
[unison-share-api] ProjectBranchListing (src/Unison/Server/Local/Endpoints/Projects/Types.hs:39)
2707.74 s
[unison-share-api] 66% ( 2 / 3) in 'Unison.Server.Local.Endpoints.Projects.Queries'
2707.74 s
[unison-share-api] Missing documentation for:
2707.74 s
[unison-share-api] Module header
2707.74 s
[unison-share-api] 29% ( 5 / 17) in 'Unison.Server.SearchResult'
2707.74 s
[unison-share-api] Missing documentation for:
2707.74 s
[unison-share-api] Module header
2707.74 s
[unison-share-api] SearchResult (src/Unison/Server/SearchResult.hs:17)
2707.74 s
[unison-share-api] TermResult (src/Unison/Server/SearchResult.hs:19)
2707.74 s
[unison-share-api] TypeResult (src/Unison/Server/SearchResult.hs:26)
2707.74 s
[unison-share-api] Tm' (src/Unison/Server/SearchResult.hs:34)
2707.74 s
[unison-share-api] Tp' (src/Unison/Server/SearchResult.hs:37)
2707.74 s
[unison-share-api] termSearchResult (src/Unison/Server/SearchResult.hs:45)
2707.74 s
[unison-share-api] typeSearchResult (src/Unison/Server/SearchResult.hs:54)
2707.74 s
[unison-share-api] name (src/Unison/Server/SearchResult.hs:58)
2707.74 s
[unison-share-api] aliases (src/Unison/Server/SearchResult.hs:63)
2707.74 s
[unison-share-api] truncateAliases (src/Unison/Server/SearchResult.hs:73)
2707.74 s
[unison-share-api] _fromNames (src/Unison/Server/SearchResult.hs:84)
2707.74 s
[unison-share-api] 0% ( 0 / 2) in 'Unison.Server.QueryResult'
2707.74 s
[unison-share-api] Missing documentation for:
2707.74 s
[unison-share-api] Module header
2707.74 s
[unison-share-api] QueryResult (src/Unison/Server/QueryResult.hs:7)
2707.74 s
[unison-share-api] Warning: 'Names' is out of scope.
2707.74 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.74 s
[unison-share-api] Warning: 'Search' is ambiguous. It is defined
2707.74 s
[unison-share-api] * at src/Unison/Server/NameSearch.hs:31:19
2707.74 s
[unison-share-api] * at src/Unison/Server/NameSearch.hs:31:1
2707.74 s
[unison-share-api] You may be able to disambiguate the identifier by qualifying it or
2707.74 s
[unison-share-api] by specifying the type/value namespace explicitly.
2707.74 s
[unison-share-api] Defaulting to the one defined at src/Unison/Server/NameSearch.hs:31:1
2707.74 s
[unison-share-api] 42% ( 3 / 7) in 'Unison.Server.NameSearch'
2707.75 s
[unison-share-api] Missing documentation for:
2707.75 s
[unison-share-api] Module header
2707.75 s
[unison-share-api] NameSearch (src/Unison/Server/NameSearch.hs:47)
2707.75 s
[unison-share-api] hoistSearch (src/Unison/Server/NameSearch.hs:39)
2707.75 s
[unison-share-api] hoistNameSearch (src/Unison/Server/NameSearch.hs:53)
2707.75 s
[unison-share-api] 50% ( 2 / 4) in 'Unison.Server.NameSearch.FromNames'
2707.75 s
[unison-share-api] Missing documentation for:
2707.75 s
[unison-share-api] Module header
2707.75 s
[unison-share-api] makeNameSearch (src/Unison/Server/NameSearch/FromNames.hs:32)
2707.75 s
[unison-share-api] 0% ( 0 / 10) in 'Unison.Server.SearchResultPrime'
2707.75 s
[unison-share-api] Missing documentation for:
2707.75 s
[unison-share-api] Module header
2707.75 s
[unison-share-api] SearchResult' (src/Unison/Server/SearchResultPrime.hs:21)
2707.75 s
[unison-share-api] TermResult' (src/Unison/Server/SearchResultPrime.hs:26)
2707.75 s
[unison-share-api] TypeResult' (src/Unison/Server/SearchResultPrime.hs:34)
2707.75 s
[unison-share-api] Tm (src/Unison/Server/SearchResultPrime.hs:48)
2707.75 s
[unison-share-api] Tp (src/Unison/Server/SearchResultPrime.hs:56)
2707.75 s
[unison-share-api] tmReferent (src/Unison/Server/SearchResultPrime.hs:59)
2707.75 s
[unison-share-api] tpReference (src/Unison/Server/SearchResultPrime.hs:62)
2707.75 s
[unison-share-api] foldResult' (src/Unison/Server/SearchResultPrime.hs:65)
2707.75 s
[unison-share-api] labeledDependencies (src/Unison/Server/SearchResultPrime.hs:73)
2707.75 s
[unison-share-api] 18% ( 3 / 16) in 'Unison.Server.Syntax'
2707.75 s
[unison-share-api] Missing documentation for:
2707.75 s
[unison-share-api] SyntaxText (src/Unison/Server/Syntax.hs:35)
2707.75 s
[unison-share-api] SyntaxSegment (src/Unison/Server/Syntax.hs:37)
2707.75 s
[unison-share-api] convertElement (src/Unison/Server/Syntax.hs:73)
2707.75 s
[unison-share-api] UnisonHash (src/Unison/Server/Syntax.hs:104)
2707.75 s
[unison-share-api] HashQualifiedName (src/Unison/Server/Syntax.hs:106)
2707.75 s
[unison-share-api] FQN (src/Unison/Server/Syntax.hs:109)
2707.75 s
[unison-share-api] syntax (src/Unison/Server/Syntax.hs:234)
2707.75 s
[unison-share-api] firstReference (src/Unison/Server/Syntax.hs:237)
2707.75 s
[unison-share-api] reference (src/Unison/Server/Syntax.hs:241)
2707.75 s
[unison-share-api] toHtml (src/Unison/Server/Syntax.hs:257)
2707.75 s
[unison-share-api] nameToHtml (src/Unison/Server/Syntax.hs:263)
2707.75 s
[unison-share-api] segmentToHtml (src/Unison/Server/Syntax.hs:279)
2707.75 s
[unison-share-api] elementToClassName (src/Unison/Server/Syntax.hs:326)
2707.75 s
[unison-share-api] 31% ( 7 / 22) in 'Unison.Server.Doc'
2707.75 s
[unison-share-api] Missing documentation for:
2707.75 s
[unison-share-api] Module header
2707.75 s
[unison-share-api] Nat (src/Unison/Server/Doc.hs:43)
2707.75 s
[unison-share-api] SSyntaxText (src/Unison/Server/Doc.hs:45)
2707.75 s
[unison-share-api] SrcRefs (src/Unison/Server/Doc.hs:53)
2707.75 s
[unison-share-api] UnisonHash (src/Unison/Server/Doc.hs:90)
2707.75 s
[unison-share-api] Ref (src/Unison/Server/Doc.hs:92)
2707.75 s
[unison-share-api] MediaSource (src/Unison/Server/Doc.hs:98)
2707.75 s
[unison-share-api] RenderedSpecialForm (src/Unison/Server/Doc.hs:102)
2707.75 s
[unison-share-api] EvaluatedSpecialForm (src/Unison/Server/Doc.hs:122)
2707.75 s
[unison-share-api] Src (src/Unison/Server/Doc.hs:144)
2707.75 s
[unison-share-api] RenderError (src/Unison/Server/Doc.hs:452)
2707.75 s
[unison-share-api] EvaluatedSrc (src/Unison/Server/Doc.hs:459)
2707.75 s
[unison-share-api] EvaluatedDecl (src/Unison/Server/Doc.hs:464)
2707.75 s
[unison-share-api] EvaluatedTerm (src/Unison/Server/Doc.hs:470)
2707.75 s
[unison-share-api] dependencies (src/Unison/Server/Doc.hs:479)
2707.75 s
[unison-share-api] 100% ( 2 / 2) in 'Unison.Server.Doc.Markdown.Render'
2707.76 s
[unison-share-api] 22% ( 4 / 18) in 'Unison.Server.Doc.AsHtml'
2707.76 s
[unison-share-api] Missing documentation for:
2707.76 s
[unison-share-api] NamedLinkHref (src/Unison/Server/Doc/AsHtml.hs:31)
2707.76 s
[unison-share-api] EmbeddedSource (src/Unison/Server/Doc/AsHtml.hs:37)
2707.76 s
[unison-share-api] embeddedSource (src/Unison/Server/Doc/AsHtml.hs:42)
2707.76 s
[unison-share-api] inlineCode (src/Unison/Server/Doc/AsHtml.hs:53)
2707.76 s
[unison-share-api] codeBlock (src/Unison/Server/Doc/AsHtml.hs:57)
2707.76 s
[unison-share-api] normalizeHref (src/Unison/Server/Doc/AsHtml.hs:61)
2707.76 s
[unison-share-api] IsFolded (src/Unison/Server/Doc/AsHtml.hs:93)
2707.76 s
[unison-share-api] foldedToHtml (src/Unison/Server/Doc/AsHtml.hs:98)
2707.76 s
[unison-share-api] foldedToHtmlSource (src/Unison/Server/Doc/AsHtml.hs:112)
2707.76 s
[unison-share-api] SideContent (src/Unison/Server/Doc/AsHtml.hs:189)
2707.76 s
[unison-share-api] FrontMatterData (src/Unison/Server/Doc/AsHtml.hs:193)
2707.76 s
[unison-share-api] toHtml (src/Unison/Server/Doc/AsHtml.hs:196)
2707.76 s
[unison-share-api] badge (src/Unison/Server/Doc/AsHtml.hs:518)
2707.76 s
[unison-share-api] textToClass (src/Unison/Server/Doc/AsHtml.hs:522)
2707.76 s
[unison-share-api] 7% ( 4 / 51) in 'Unison.Server.Types'
2707.76 s
[unison-share-api] Missing documentation for:
2707.76 s
[unison-share-api] Module header
2707.76 s
[unison-share-api] APIHeaders (src/Unison/Server/Types.hs:63)
2707.76 s
[unison-share-api] APIGet (src/Unison/Server/Types.hs:69)
2707.76 s
[unison-share-api] HashQualifiedName (src/Unison/Server/Types.hs:71)
2707.76 s
[unison-share-api] NamespaceFQN (src/Unison/Server/Types.hs:73)
2707.76 s
[unison-share-api] Size (src/Unison/Server/Types.hs:75)
2707.76 s
[unison-share-api] UnisonName (src/Unison/Server/Types.hs:77)
2707.76 s
[unison-share-api] UnisonHash (src/Unison/Server/Types.hs:79)
2707.76 s
[unison-share-api] NamespaceDetails (src/Unison/Server/Types.hs:81)
2707.76 s
[unison-share-api] exactToHQ (src/Unison/Server/Types.hs:144)
2707.76 s
[unison-share-api] exactToHQ' (src/Unison/Server/Types.hs:147)
2707.76 s
[unison-share-api] TermDefinitionDiff (src/Unison/Server/Types.hs:235)
2707.76 s
[unison-share-api] TypeDefinitionDiff (src/Unison/Server/Types.hs:242)
2707.76 s
[unison-share-api] Suffixify (src/Unison/Server/Types.hs:249)
2707.76 s
[unison-share-api] TermDefinition (src/Unison/Server/Types.hs:252)
2707.76 s
[unison-share-api] TypeDefinition (src/Unison/Server/Types.hs:262)
2707.76 s
[unison-share-api] DefinitionDisplayResults (src/Unison/Server/Types.hs:271)
2707.76 s
[unison-share-api] TermTag (src/Unison/Server/Types.hs:285)
2707.76 s
[unison-share-api] TypeTag (src/Unison/Server/Types.hs:288)
2707.76 s
[unison-share-api] Changed (src/Unison/Server/Types.hs:350)
2707.76 s
[unison-share-api] LinewiseDiff (src/Unison/Server/Types.hs:384)
2707.76 s
[unison-share-api] Paired (src/Unison/Server/Types.hs:407)
2707.76 s
[unison-share-api] swapPair (src/Unison/Server/Types.hs:413)
2707.76 s
[unison-share-api] UnisonRef (src/Unison/Server/Types.hs:427)
2707.76 s
[unison-share-api] unisonRefToText (src/Unison/Server/Types.hs:433)
2707.76 s
[unison-share-api] NamedTerm (src/Unison/Server/Types.hs:437)
2707.76 s
[unison-share-api] NamedType (src/Unison/Server/Types.hs:465)
2707.76 s
[unison-share-api] munge (src/Unison/Server/Types.hs:528)
2707.76 s
[unison-share-api] mungeShow (src/Unison/Server/Types.hs:531)
2707.76 s
[unison-share-api] mungeString (src/Unison/Server/Types.hs:534)
2707.76 s
[unison-share-api] defaultWidth (src/Unison/Server/Types.hs:537)
2707.76 s
[unison-share-api] discard (src/Unison/Server/Types.hs:540)
2707.76 s
[unison-share-api] mayDefaultWidth (src/Unison/Server/Types.hs:543)
2707.76 s
[unison-share-api] setCacheControl (src/Unison/Server/Types.hs:546)
2707.76 s
[unison-share-api] branchToUnisonHash (src/Unison/Server/Types.hs:549)
2707.76 s
[unison-share-api] v2CausalBranchToUnisonHash (src/Unison/Server/Types.hs:553)
2707.76 s
[unison-share-api] ProjectBranchNameParam (src/Unison/Server/Types.hs:556)
2707.76 s
[unison-share-api] TermDiffResponse (src/Unison/Server/Types.hs:586)
2707.76 s
[unison-share-api] TypeDiffResponse (src/Unison/Server/Types.hs:638)
2707.76 s
[unison-share-api] DefinitionNameSearchResult (src/Unison/Server/Types.hs:693)
2707.76 s
[unison-share-api] DefinitionSearchResults (src/Unison/Server/Types.hs:711)
2707.76 s
[unison-share-api] DefinitionSearchResult (src/Unison/Server/Types.hs:732)
2707.76 s
[unison-share-api] TermSummary (src/Unison/Server/Types.hs:804)
2707.76 s
[unison-share-api] TypeSummary (src/Unison/Server/Types.hs:826)
2707.76 s
[unison-share-api] TermOrTypeSummary (src/Unison/Server/Types.hs:845)
2707.76 s
[unison-share-api] TermOrTypeTag (src/Unison/Server/Types.hs:876)
2707.76 s
[unison-share-api] BranchRef (src/Unison/Server/Types.hs:909)
2707.76 s
[unison-share-api] 0% ( 0 / 10) in 'Unison.Server.HistoryComments.Types'
2707.76 s
[unison-share-api] Missing documentation for:
2707.76 s
[unison-share-api] Module header
2707.76 s
[unison-share-api] DownloadCommentsRequest (src/Unison/Server/HistoryComments/Types.hs:30)
2707.76 s
[unison-share-api] UploadCommentsResponse (src/Unison/Server/HistoryComments/Types.hs:37)
2707.76 s
[unison-share-api] DownloadCommentsResponse (src/Unison/Server/HistoryComments/Types.hs:59)
2707.77 s
[unison-share-api] HistoryCommentUploaderChunk (src/Unison/Server/HistoryComments/Types.hs:183)
2707.77 s
[unison-share-api] HistoryCommentDownloaderChunk (src/Unison/Server/HistoryComments/Types.hs:159)
2707.77 s
[unison-share-api] HistoryComment (src/Unison/Server/HistoryComments/Types.hs:81)
2707.77 s
[unison-share-api] HistoryCommentRevision (src/Unison/Server/HistoryComments/Types.hs:105)
2707.77 s
[unison-share-api] HistoryCommentHash32 (src/Unison/Server/HistoryComments/Types.hs:153)
2707.77 s
[unison-share-api] HistoryCommentRevisionHash32 (src/Unison/Server/HistoryComments/Types.hs:156)
2707.77 s
[unison-share-api] 0% ( 0 / 4) in 'Unison.Server.HistoryComments.API'
2707.77 s
[unison-share-api] Missing documentation for:
2707.77 s
[unison-share-api] Module header
2707.77 s
[unison-share-api] api (src/Unison/Server/HistoryComments/API.hs:12)
2707.77 s
[unison-share-api] API (src/Unison/Server/HistoryComments/API.hs:14)
2707.77 s
[unison-share-api] Routes (src/Unison/Server/HistoryComments/API.hs:24)
2707.77 s
[unison-share-api] 40% ( 2 / 5) in 'Unison.Server.Backend.DefinitionDiff'
2707.77 s
[unison-share-api] Missing documentation for:
2707.77 s
[unison-share-api] diffDisplayObjects (src/Unison/Server/Backend/DefinitionDiff.hs:28)
2707.77 s
[unison-share-api] Paired (src/Unison/Server/Types.hs:407)
2707.77 s
[unison-share-api] Changed (src/Unison/Server/Types.hs:350)
2707.77 s
[unison-share-api] Warning: 'isEven' is out of scope.
2707.77 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.77 s
[unison-share-api] Warning: 'isOdd' is out of scope.
2707.77 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.77 s
[unison-share-api] Warning: 'update' is out of scope.
2707.77 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.77 s
[unison-share-api] Warning: 'DefinitionResults' is ambiguous. It is defined
2707.77 s
[unison-share-api] * at src/Unison/Server/Backend.hs:667:26
2707.77 s
[unison-share-api] * at src/Unison/Server/Backend.hs:667:1
2707.77 s
[unison-share-api] You may be able to disambiguate the identifier by qualifying it or
2707.77 s
[unison-share-api] by specifying the type/value namespace explicitly.
2707.77 s
[unison-share-api] Defaulting to the one defined at src/Unison/Server/Backend.hs:667:1
2707.78 s
[unison-share-api] 29% ( 22 / 75) in 'Unison.Server.Backend'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] BackendError (src/Unison/Server/Backend.hs:225)
2707.78 s
[unison-share-api] Backend (src/Unison/Server/Backend.hs:251)
2707.78 s
[unison-share-api] ShallowListEntry (src/Unison/Server/Backend.hs:207)
2707.78 s
[unison-share-api] listEntryName (src/Unison/Server/Backend.hs:219)
2707.78 s
[unison-share-api] BackendEnv (src/Unison/Server/Backend.hs:249)
2707.78 s
[unison-share-api] TermEntry (src/Unison/Server/Backend.hs:280)
2707.78 s
[unison-share-api] TypeEntry (src/Unison/Server/Backend.hs:311)
2707.78 s
[unison-share-api] FoundRef (src/Unison/Server/Backend.hs:333)
2707.78 s
[unison-share-api] DefinitionResults (src/Unison/Server/Backend.hs:667)
2707.78 s
[unison-share-api] SyntaxText (src/Unison/Server/Backend.hs:205)
2707.78 s
[unison-share-api] fuzzyFind (src/Unison/Server/Backend.hs:351)
2707.78 s
[unison-share-api] bestNameForTerm (src/Unison/Server/Backend.hs:966)
2707.78 s
[unison-share-api] bestNameForType (src/Unison/Server/Backend.hs:975)
2707.78 s
[unison-share-api] definitionsByName (src/Unison/Server/Backend.hs:1040)
2707.78 s
[unison-share-api] displayType (src/Unison/Server/Backend.hs:1085)
2707.78 s
[unison-share-api] docsInBranchToHtmlFiles (src/Unison/Server/Backend.hs:888)
2707.78 s
[unison-share-api] expandShortCausalHash (src/Unison/Server/Backend.hs:695)
2707.78 s
[unison-share-api] findDocInBranch (src/Unison/Server/Backend.hs:389)
2707.78 s
[unison-share-api] formatSuffixedType (src/Unison/Server/Backend.hs:726)
2707.78 s
[unison-share-api] getTermTag (src/Unison/Server/Backend.hs:462)
2707.78 s
[unison-share-api] getTypeTag (src/Unison/Server/Backend.hs:486)
2707.78 s
[unison-share-api] hoistBackend (src/Unison/Server/Backend.hs:258)
2707.78 s
[unison-share-api] hqNameQuery (src/Unison/Server/Backend.hs:612)
2707.78 s
[unison-share-api] loadReferentType (src/Unison/Server/Backend.hs:265)
2707.78 s
[unison-share-api] loadSearchResults (src/Unison/Server/Backend.hs:1225)
2707.78 s
[unison-share-api] lsAtPath (src/Unison/Server/Backend.hs:381)
2707.78 s
[unison-share-api] mungeSyntaxText (src/Unison/Server/Backend.hs:730)
2707.78 s
[unison-share-api] expectCausalBranchByCausalHash
2707.78 s
[unison-share-api] resolveRootBranchHashV2 (src/Unison/Server/Backend.hs:1011)
2707.78 s
[unison-share-api] termEntryDisplayName (src/Unison/Server/Backend.hs:303)
2707.78 s
[unison-share-api] termEntryHQName (src/Unison/Server/Backend.hs:306)
2707.78 s
[unison-share-api] termEntryToNamedTerm (src/Unison/Server/Backend.hs:543)
2707.78 s
[unison-share-api] termEntryLabeledDependencies (src/Unison/Server/Backend.hs:291)
2707.78 s
[unison-share-api] termListEntry (src/Unison/Server/Backend.hs:439)
2707.78 s
[unison-share-api] termSummaryForReferent (src/Unison/Server/Backend.hs:1263)
2707.78 s
[unison-share-api] typeSummaryForReference (src/Unison/Server/Backend.hs:1296)
2707.78 s
[unison-share-api] typeDeclHeader (src/Unison/Server/Backend.hs:521)
2707.78 s
[unison-share-api] typeEntryDisplayName (src/Unison/Server/Backend.hs:325)
2707.78 s
[unison-share-api] typeEntryHQName (src/Unison/Server/Backend.hs:328)
2707.78 s
[unison-share-api] typeEntryToNamedType (src/Unison/Server/Backend.hs:552)
2707.78 s
[unison-share-api] typeEntryLabeledDependencies (src/Unison/Server/Backend.hs:321)
2707.78 s
[unison-share-api] typeListEntry (src/Unison/Server/Backend.hs:500)
2707.78 s
[unison-share-api] normaliseRootCausalHash (src/Unison/Server/Backend.hs:1016)
2707.78 s
[unison-share-api] resolveProjectRootHash (src/Unison/Server/Backend.hs:1253)
2707.78 s
[unison-share-api] resolveProjectRoot (src/Unison/Server/Backend.hs:1246)
2707.78 s
[unison-share-api] resolveRootBranchHash (src/Unison/Server/Backend.hs:1005)
2707.78 s
[unison-share-api] isTestResultList (src/Unison/Server/Backend.hs:427)
2707.78 s
[unison-share-api] fixupNamesRelative (src/Unison/Server/Backend.hs:596)
2707.78 s
[unison-share-api] mkTermDefinition (src/Unison/Server/Backend.hs:768)
2707.78 s
[unison-share-api] mkTypeDefinition (src/Unison/Server/Backend.hs:743)
2707.78 s
[unison-share-api] displayTerm (src/Unison/Server/Backend.hs:1070)
2707.78 s
[unison-share-api] formatTypeName (src/Unison/Server/Backend.hs:535)
2707.78 s
[unison-share-api] 0% ( 0 / 5) in 'Unison.Server.Local.Endpoints.Projects'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] projectListingEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:85)
2707.78 s
[unison-share-api] projectBranchListingEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:93)
2707.78 s
[unison-share-api] ListProjectsEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:32)
2707.78 s
[unison-share-api] ListProjectBranchesEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:36)
2707.78 s
[unison-share-api] 0% ( 0 / 8) in 'Unison.Server.Local.Endpoints.NamespaceListing'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] serve (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:197)
2707.78 s
[unison-share-api] NamespaceListingAPI (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:47)
2707.78 s
[unison-share-api] NamespaceListing (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:72)
2707.78 s
[unison-share-api] NamespaceObject (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:96)
2707.78 s
[unison-share-api] NamedNamespace (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:122)
2707.78 s
[unison-share-api] NamedPatch (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:146)
2707.78 s
[unison-share-api] KindExpression (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:161)
2707.78 s
[unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.NamespaceDetails'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] NamespaceDetailsAPI (src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:32)
2707.78 s
[unison-share-api] namespaceDetails (src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51)
2707.78 s
[unison-share-api] 0% ( 0 / 6) in 'Unison.Server.Local.Endpoints.FuzzyFind'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] FuzzyFindAPI (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:47)
2707.78 s
[unison-share-api] FoundTerm (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:92)
2707.78 s
[unison-share-api] FoundType (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:98)
2707.78 s
[unison-share-api] FoundResult (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:124)
2707.78 s
[unison-share-api] serveFuzzyFind (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:149)
2707.78 s
[unison-share-api] 0% ( 0 / 7) in 'Unison.Server.Local.Endpoints.DefinitionSummary'
2707.78 s
[unison-share-api] Missing documentation for:
2707.78 s
[unison-share-api] Module header
2707.78 s
[unison-share-api] TermSummaryAPI (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:46)
2707.78 s
[unison-share-api] serveTermSummary (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68)
2707.78 s
[unison-share-api] TermSummary (src/Unison/Server/Types.hs:804)
2707.78 s
[unison-share-api] TypeSummaryAPI (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:76)
2707.78 s
[unison-share-api] serveTypeSummary (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:98)
2707.78 s
[unison-share-api] TypeSummary (src/Unison/Server/Types.hs:826)
2707.78 s
[unison-share-api] 0% ( 0 / 5) in 'Unison.Server.Local.Endpoints.Current'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] CurrentEndpoint (src/Unison/Server/Local/Endpoints/Current.hs:20)
2707.79 s
[unison-share-api] Current (src/Unison/Server/Local/Endpoints/Current.hs:24)
2707.79 s
[unison-share-api] serveCurrent (src/Unison/Server/Local/Endpoints/Current.hs:51)
2707.79 s
[unison-share-api] getCurrentProjectBranch (src/Unison/Server/Local/Endpoints/Current.hs:54)
2707.79 s
[unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.UCM'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] UCMAPI (src/Unison/Server/Local/Endpoints/UCM.hs:11)
2707.79 s
[unison-share-api] ucmServer (src/Unison/Server/Local/Endpoints/UCM.hs:15)
2707.79 s
[unison-share-api] 100% ( 2 / 2) in 'Unison.Server.Local'
2707.79 s
[unison-share-api] 25% ( 1 / 4) in 'Unison.Server.Local.Definitions'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] termDefinitionByName (src/Unison/Server/Local/Definitions.hs:136)
2707.79 s
[unison-share-api] typeDefinitionByName (src/Unison/Server/Local/Definitions.hs:165)
2707.79 s
[unison-share-api] 0% ( 0 / 9) in 'Unison.Server.Local.Endpoints.Definitions'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] DefinitionsAPI (src/Unison/Server/Local/Endpoints/Definitions.hs:69)
2707.79 s
[unison-share-api] GetDefinitionEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:76)
2707.79 s
[unison-share-api] GetDefinitionDependentsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:83)
2707.79 s
[unison-share-api] GetDefinitionDependenciesEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:88)
2707.79 s
[unison-share-api] getDefinitionDependentsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:156)
2707.79 s
[unison-share-api] getDefinitionDependenciesEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:220)
2707.79 s
[unison-share-api] getDefinitionsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:285)
2707.79 s
[unison-share-api] serveDefinitionsServer (src/Unison/Server/Local/Endpoints/Definitions.hs:305)
2707.79 s
[unison-share-api] 0% ( 0 / 13) in 'Unison.Server.Errors'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] badHQN (src/Unison/Server/Errors.hs:34)
2707.79 s
[unison-share-api] backendError (src/Unison/Server/Errors.hs:43)
2707.79 s
[unison-share-api] badNamespace (src/Unison/Server/Errors.hs:63)
2707.79 s
[unison-share-api] noSuchNamespace (src/Unison/Server/Errors.hs:73)
2707.79 s
[unison-share-api] couldntLoadBranch (src/Unison/Server/Errors.hs:77)
2707.79 s
[unison-share-api] ambiguousNamespace (src/Unison/Server/Errors.hs:86)
2707.79 s
[unison-share-api] missingSigForTerm (src/Unison/Server/Errors.hs:96)
2707.79 s
[unison-share-api] noSuchDefinition (src/Unison/Server/Errors.hs:108)
2707.79 s
[unison-share-api] ambiguousHashForDefinition (src/Unison/Server/Errors.hs:115)
2707.79 s
[unison-share-api] expectedNameLookup (src/Unison/Server/Errors.hs:122)
2707.79 s
[unison-share-api] disjointProjectAndPerspective (src/Unison/Server/Errors.hs:129)
2707.79 s
[unison-share-api] projectBranchNameNotFound (src/Unison/Server/Errors.hs:140)
2707.79 s
[unison-share-api] 1% ( 1 / 56) in 'Unison.Server.CodebaseServer'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] HTML (src/Unison/Server/CodebaseServer.hs:126)
2707.79 s
[unison-share-api] RawHtml (src/Unison/Server/CodebaseServer.hs:128)
2707.79 s
[unison-share-api] OpenApiJSON (src/Unison/Server/CodebaseServer.hs:136)
2707.79 s
[unison-share-api] MCPServer (src/Unison/Server/CodebaseServer.hs:138)
2707.79 s
[unison-share-api] MCPAPI (src/Unison/Server/CodebaseServer.hs:140)
2707.79 s
[unison-share-api] UnisonAndDocsAPI (src/Unison/Server/CodebaseServer.hs:144)
2707.79 s
[unison-share-api] UnisonLocalAPI (src/Unison/Server/CodebaseServer.hs:146)
2707.79 s
[unison-share-api] CodebaseServerAPI (src/Unison/Server/CodebaseServer.hs:150)
2707.79 s
[unison-share-api] ProjectsAPI (src/Unison/Server/CodebaseServer.hs:158)
2707.79 s
[unison-share-api] ProjectDiffTermsEndpoint (src/Unison/Server/CodebaseServer.hs:174)
2707.79 s
[unison-share-api] ProjectDiffTypesEndpoint (src/Unison/Server/CodebaseServer.hs:181)
2707.79 s
[unison-share-api] WebUI (src/Unison/Server/CodebaseServer.hs:206)
2707.79 s
[unison-share-api] ServerAPI (src/Unison/Server/CodebaseServer.hs:208)
2707.79 s
[unison-share-api] StaticAPI (src/Unison/Server/CodebaseServer.hs:210)
2707.79 s
[unison-share-api] Authed (src/Unison/Server/CodebaseServer.hs:212)
2707.79 s
[unison-share-api] AppAPI (src/Unison/Server/CodebaseServer.hs:214)
2707.79 s
[unison-share-api] BaseUrl (src/Unison/Server/CodebaseServer.hs:221)
2707.79 s
[unison-share-api] DefinitionReference (src/Unison/Server/CodebaseServer.hs:227)
2707.79 s
[unison-share-api] Service (src/Unison/Server/CodebaseServer.hs:234)
2707.79 s
[unison-share-api] URISegment (src/Unison/Server/CodebaseServer.hs:243)
2707.79 s
[unison-share-api] handleAuth (src/Unison/Server/CodebaseServer.hs:349)
2707.79 s
[unison-share-api] openAPI (src/Unison/Server/CodebaseServer.hs:357)
2707.79 s
[unison-share-api] infoObject (src/Unison/Server/CodebaseServer.hs:360)
2707.79 s
[unison-share-api] docsBS (src/Unison/Server/CodebaseServer.hs:373)
2707.79 s
[unison-share-api] unisonAndDocsAPI (src/Unison/Server/CodebaseServer.hs:381)
2707.79 s
[unison-share-api] api (src/Unison/Server/CodebaseServer.hs:384)
2707.79 s
[unison-share-api] serverAPI (src/Unison/Server/CodebaseServer.hs:387)
2707.79 s
[unison-share-api] appAPI (src/Unison/Server/CodebaseServer.hs:390)
2707.79 s
[unison-share-api] app (src/Unison/Server/CodebaseServer.hs:401)
2707.79 s
[unison-share-api] Waiter (src/Unison/Server/CodebaseServer.hs:404)
2707.79 s
[unison-share-api] mkWaiter (src/Unison/Server/CodebaseServer.hs:410)
2707.79 s
[unison-share-api] ucmUIVar (src/Unison/Server/CodebaseServer.hs:419)
2707.79 s
[unison-share-api] ucmPortVar (src/Unison/Server/CodebaseServer.hs:422)
2707.79 s
[unison-share-api] ucmHostVar (src/Unison/Server/CodebaseServer.hs:425)
2707.79 s
[unison-share-api] ucmAllowCorsHost (src/Unison/Server/CodebaseServer.hs:428)
2707.79 s
[unison-share-api] ucmTokenVar (src/Unison/Server/CodebaseServer.hs:431)
2707.79 s
[unison-share-api] CodebaseServerOpts (src/Unison/Server/CodebaseServer.hs:433)
2707.79 s
[unison-share-api] defaultCodebaseServerOpts (src/Unison/Server/CodebaseServer.hs:443)
2707.79 s
[unison-share-api] startServer (src/Unison/Server/CodebaseServer.hs:462)
2707.79 s
[unison-share-api] serveIndex (src/Unison/Server/CodebaseServer.hs:517)
2707.79 s
[unison-share-api] serveUI (src/Unison/Server/CodebaseServer.hs:537)
2707.79 s
[unison-share-api] corsPolicy (src/Unison/Server/CodebaseServer.hs:545)
2707.79 s
[unison-share-api] server (src/Unison/Server/CodebaseServer.hs:572)
2707.79 s
[unison-share-api] serveUnisonAndDocs (src/Unison/Server/CodebaseServer.hs:583)
2707.79 s
[unison-share-api] serveDocs (src/Unison/Server/CodebaseServer.hs:586)
2707.79 s
[unison-share-api] serveOpenAPI (src/Unison/Server/CodebaseServer.hs:592)
2707.79 s
[unison-share-api] hoistWithAuth (src/Unison/Server/CodebaseServer.hs:595)
2707.79 s
[unison-share-api] serveProjectsCodebaseServerAPI (src/Unison/Server/CodebaseServer.hs:603)
2707.79 s
[unison-share-api] serveProjectDiffTermsEndpoint (src/Unison/Server/CodebaseServer.hs:634)
2707.79 s
[unison-share-api] contextForProjectBranch (src/Unison/Server/CodebaseServer.hs:653)
2707.79 s
[unison-share-api] serveProjectDiffTypesEndpoint (src/Unison/Server/CodebaseServer.hs:663)
2707.79 s
[unison-share-api] serveProjectsAPI (src/Unison/Server/CodebaseServer.hs:682)
2707.79 s
[unison-share-api] serveUnisonLocal (src/Unison/Server/CodebaseServer.hs:698)
2707.79 s
[unison-share-api] backendHandler (src/Unison/Server/CodebaseServer.hs:703)
2707.79 s
[unison-share-api] 27% ( 12 / 43) in 'Unison.Sync.Types'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] RepoInfo (src/Unison/Sync/Types.hs:100)
2707.79 s
[unison-share-api] Path (src/Unison/Sync/Types.hs:104)
2707.79 s
[unison-share-api] pathCodebasePath (src/Unison/Sync/Types.hs:119)
2707.79 s
[unison-share-api] Entity (src/Unison/Sync/Types.hs:135)
2707.79 s
[unison-share-api] TermComponent (src/Unison/Sync/Types.hs:183)
2707.79 s
[unison-share-api] DeclComponent (src/Unison/Sync/Types.hs:232)
2707.79 s
[unison-share-api] Patch (src/Unison/Sync/Types.hs:286)
2707.79 s
[unison-share-api] PatchDiff (src/Unison/Sync/Types.hs:321)
2707.79 s
[unison-share-api] Namespace (src/Unison/Sync/Types.hs:355)
2707.79 s
[unison-share-api] NamespaceDiff (src/Unison/Sync/Types.hs:398)
2707.79 s
[unison-share-api] Causal (src/Unison/Sync/Types.hs:439)
2707.79 s
[unison-share-api] LocalIds (src/Unison/Sync/Types.hs:257)
2707.79 s
[unison-share-api] EntityType (src/Unison/Sync/Types.hs:464)
2707.79 s
[unison-share-api] entityHashes_ (src/Unison/Sync/Types.hs:170)
2707.79 s
[unison-share-api] patchOldHashes_ (src/Unison/Sync/Types.hs:312)
2707.79 s
[unison-share-api] patchNewHashes_ (src/Unison/Sync/Types.hs:317)
2707.79 s
[unison-share-api] patchDiffHashes_ (src/Unison/Sync/Types.hs:350)
2707.79 s
[unison-share-api] namespaceDiffHashes_ (src/Unison/Sync/Types.hs:430)
2707.79 s
[unison-share-api] causalHashes_ (src/Unison/Sync/Types.hs:446)
2707.79 s
[unison-share-api] GetCausalHashByPathRequest (src/Unison/Sync/Types.hs:523)
2707.79 s
[unison-share-api] GetCausalHashByPathResponse (src/Unison/Sync/Types.hs:539)
2707.79 s
[unison-share-api] DownloadEntitiesRequest (src/Unison/Sync/Types.hs:565)
2707.79 s
[unison-share-api] DownloadEntitiesResponse (src/Unison/Sync/Types.hs:588)
2707.79 s
[unison-share-api] DownloadEntitiesError (src/Unison/Sync/Types.hs:592)
2707.79 s
[unison-share-api] UploadEntitiesRequest (src/Unison/Sync/Types.hs:696)
2707.79 s
[unison-share-api] UploadEntitiesResponse (src/Unison/Sync/Types.hs:719)
2707.79 s
[unison-share-api] UploadEntitiesError (src/Unison/Sync/Types.hs:724)
2707.79 s
[unison-share-api] HashMismatchForEntity (src/Unison/Sync/Types.hs:737)
2707.79 s
[unison-share-api] InvalidParentage (src/Unison/Sync/Types.hs:794)
2707.79 s
[unison-share-api] NeedDependencies (src/Unison/Sync/Types.hs:807)
2707.79 s
[unison-share-api] Warning: 'temp_entity' is out of scope.
2707.79 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.79 s
[unison-share-api] 57% ( 4 / 7) in 'Unison.Sync.Common'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] causalHashToHash32 (src/Unison/Sync/Common.hs:43)
2707.79 s
[unison-share-api] hash32ToCausalHash (src/Unison/Sync/Common.hs:48)
2707.79 s
[unison-share-api] tempEntityToEntity (src/Unison/Sync/Common.hs:124)
2707.79 s
[unison-share-api] 100% ( 3 / 3) in 'Unison.Sync.EntityValidation'
2707.79 s
[unison-share-api] 0% ( 0 / 3) in 'Unison.Sync.API'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] API (src/Unison/Sync/API.hs:12)
2707.79 s
[unison-share-api] api (src/Unison/Sync/API.hs:10)
2707.79 s
[unison-share-api] 0% ( 0 / 7) in 'Unison.Util.Find'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] fuzzyFinder (src/Unison/Util/Find.hs:41)
2707.79 s
[unison-share-api] simpleFuzzyFinder (src/Unison/Util/Find.hs:52)
2707.79 s
[unison-share-api] simpleFuzzyScore (src/Unison/Util/Find.hs:77)
2707.79 s
[unison-share-api] fuzzyFindInBranch (src/Unison/Util/Find.hs:155)
2707.79 s
[unison-share-api] fuzzyFindMatchArray (src/Unison/Util/Find.hs:98)
2707.79 s
[unison-share-api] prefixFindInBranch (src/Unison/Util/Find.hs:138)
2707.79 s
[unison-share-api] Warning: 't' is out of scope.
2707.79 s
[unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
2707.79 s
[unison-share-api] Warning: 'CBORBytes' is ambiguous. It is defined
2707.79 s
[unison-share-api] * at src/Unison/Util/Servant/CBOR.hs:74:23
2707.79 s
[unison-share-api] * at src/Unison/Util/Servant/CBOR.hs:74:1
2707.79 s
[unison-share-api] You may be able to disambiguate the identifier by qualifying it or
2707.79 s
[unison-share-api] by specifying the type/value namespace explicitly.
2707.79 s
[unison-share-api] Defaulting to the one defined at src/Unison/Util/Servant/CBOR.hs:74:1
2707.79 s
[unison-share-api] 46% ( 6 / 13) in 'Unison.Util.Servant.CBOR'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] UnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:98)
2707.79 s
[unison-share-api] unpackCBORBytesStream (src/Unison/Util/Servant/CBOR.hs:112)
2707.79 s
[unison-share-api] serialiseCBORBytes (src/Unison/Util/Servant/CBOR.hs:91)
2707.79 s
[unison-share-api] decodeCBORBytes (src/Unison/Util/Servant/CBOR.hs:83)
2707.79 s
[unison-share-api] decodeUnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:86)
2707.79 s
[unison-share-api] serialiseUnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:94)
2707.79 s
[unison-share-api] CBORStreamError (src/Unison/Util/Servant/CBOR.hs:115)
2707.79 s
[unison-share-api] 30% ( 6 / 20) in 'Unison.SyncV2.Types'
2707.79 s
[unison-share-api] Missing documentation for:
2707.79 s
[unison-share-api] Module header
2707.79 s
[unison-share-api] DownloadEntitiesRequest (src/Unison/SyncV2/Types.hs:66)
2707.79 s
[unison-share-api] EntityChunk (src/Unison/SyncV2/Types.hs:209)
2707.79 s
[unison-share-api] ErrorChunk (src/Unison/SyncV2/Types.hs:219)
2707.80 s
[unison-share-api] StreamInitInfo (src/Unison/SyncV2/Types.hs:167)
2707.80 s
[unison-share-api] SyncError (src/Unison/SyncV2/Types.hs:268)
2707.80 s
[unison-share-api] DownloadEntitiesError (src/Unison/SyncV2/Types.hs:92)
2707.80 s
[unison-share-api] CausalDependenciesRequest (src/Unison/SyncV2/Types.hs:305)
2707.80 s
[unison-share-api] DependencyType (src/Unison/SyncV2/Types.hs:329)
2707.80 s
[unison-share-api] EntityKind (src/Unison/SyncV2/Types.hs:277)
2707.80 s
[unison-share-api] serialiseCBORBytes (src/Unison/Util/Servant/CBOR.hs:91)
2707.80 s
[unison-share-api] BranchRef (src/Unison/Server/Types.hs:909)
2707.80 s
[unison-share-api] EntitySorting (src/Unison/SyncV2/Types.hs:145)
2707.80 s
[unison-share-api] Version (src/Unison/SyncV2/Types.hs:163)
2707.80 s
[unison-share-api] 0% ( 0 / 4) in 'Unison.SyncV2.API'
2707.80 s
[unison-share-api] Missing documentation for:
2707.80 s
[unison-share-api] Module header
2707.80 s
[unison-share-api] API (src/Unison/SyncV2/API.hs:19)
2707.80 s
[unison-share-api] api (src/Unison/SyncV2/API.hs:17)
2707.80 s
[unison-share-api] Routes (src/Unison/SyncV2/API.hs:31)
2707.80 s
[unison-share-api] Warning: 'Queues' is ambiguous. It is defined
2707.80 s
[unison-share-api] * at src/Unison/Util/Websockets.hs:31:19
2707.80 s
[unison-share-api] * at src/Unison/Util/Websockets.hs:31:1
2707.80 s
[unison-share-api] You may be able to disambiguate the identifier by qualifying it or
2707.80 s
[unison-share-api] by specifying the type/value namespace explicitly.
2707.80 s
[unison-share-api] Defaulting to the one defined at src/Unison/Util/Websockets.hs:31:1
2707.80 s
[unison-share-api] 60% ( 3 / 5) in 'Unison.Util.Websockets'
2707.80 s
[unison-share-api] Missing documentation for:
2707.80 s
[unison-share-api] Module header
2707.80 s
[unison-share-api] withQueues (src/Unison/Util/Websockets.hs:46)
2710.76 s
[unison-share-api] Warning: Unison.Server.Orphans: could not find link destinations for:
2710.84 s
[unison-share-api] - Data.Vector.Vector
2710.84 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.Projects.Types: could not find link destinations for:
2710.84 s
[unison-share-api] - Unison.Server.Local.Endpoints.Projects.Types.Rep_ProjectBranchListing
2710.84 s
[unison-share-api] - Unison.Server.Local.Endpoints.Projects.Types.Rep_ProjectListing
2710.84 s
[unison-share-api] Warning: Unison.Server.Syntax: could not find link destinations for:
2710.84 s
[unison-share-api] - Unison.Server.Syntax.Rep_Element
2710.84 s
[unison-share-api] Warning: Unison.Server.Doc: could not find link destinations for:
2710.84 s
[unison-share-api] - Unison.Server.Doc.Rep_EvaluatedSpecialForm
2710.84 s
[unison-share-api] - Unison.Server.Doc.Rep_EvaluatedSrc
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_EvaluatedTerm
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_EvaluatedDecl
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_RenderedSpecialForm
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_RenderError
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_Src
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_MediaSource
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_Ref
2710.85 s
[unison-share-api] - Unison.Server.Doc.Rep_DocG
2710.85 s
[unison-share-api] Warning: Unison.Server.Types: could not find link destinations for:
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_DefinitionSearchResults
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_DefinitionSearchResult
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermOrTypeSummary
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TypeSummary
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermSummary
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TypeDiffResponse
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermDiffResponse
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_ProjectBranchNameParam
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_NamedType
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_NamedTerm
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_UnisonRef
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermDefinitionDiff
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TypeDefinitionDiff
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_DisplayObjectDiff
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_LinewiseDiff
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_Changed
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_SemanticSyntaxDiff
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_DefinitionDisplayResults
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TypeDefinition
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermDefinition
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TermTag
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_TypeTag
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_Suffixify
2710.85 s
[unison-share-api] - Unison.Server.Types.Rep_NamespaceDetails
2710.85 s
[unison-share-api] Warning: Unison.Server.HistoryComments.API: could not find link destinations for:
2710.85 s
[unison-share-api] - Unison.Server.HistoryComments.API.UploadCommentsStream
2710.85 s
[unison-share-api] - Unison.Server.HistoryComments.API.DownloadCommentsStream
2710.85 s
[unison-share-api] - Unison.Server.HistoryComments.API.Rep_Routes
2710.86 s
[unison-share-api] Warning: Unison.Server.Backend.DefinitionDiff: could not find link destinations for:
2710.86 s
[unison-share-api] - Unison.Server.Types.Rep_Changed
2710.88 s
[unison-share-api] Warning: Unison.Server.Backend: could not find link destinations for:
2710.88 s
[unison-share-api] - Unison.Server.Backend.Rep_FoundRef
2710.88 s
[unison-share-api] - Unison.Server.Backend.Rep_ShallowListEntry
2710.88 s
[unison-share-api] - Unison.Server.Backend.Rep_TypeEntry
2710.88 s
[unison-share-api] - Unison.Server.Backend.Rep_TermEntry
2710.88 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.Projects: could not find link destinations for:
2710.88 s
[unison-share-api] - Unison.Server.Local.Endpoints.Projects.Query
2710.89 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.NamespaceListing: could not find link destinations for:
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_KindExpression
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamespaceListing
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamespaceObject
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamedPatch
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamedNamespace
2710.89 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.FuzzyFind: could not find link destinations for:
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundResult
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundType
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundTerm
2710.89 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.DefinitionSummary: could not find link destinations for:
2710.89 s
[unison-share-api] - Unison.Server.Types.Rep_TypeSummary
2710.89 s
[unison-share-api] - Unison.Server.Types.Rep_TermSummary
2710.89 s
[unison-share-api] Warning: Unison.Server.Local.Endpoints.Current: could not find link destinations for:
2710.89 s
[unison-share-api] - Unison.Server.Local.Endpoints.Current.Rep_Current
2710.93 s
[unison-share-api] Warning: Unison.Sync.API: could not find link destinations for:
2710.93 s
[unison-share-api] - Unison.Sync.API.UploadEntitiesEndpoint
2710.93 s
[unison-share-api] - Unison.Sync.API.DownloadEntitiesEndpoint
2710.93 s
[unison-share-api] - Unison.Sync.API.GetCausalHashByPathEndpoint
2710.93 s
[unison-share-api] Warning: Unison.Util.Servant.CBOR: could not find link destinations for:
2710.93 s
[unison-share-api] - Unison.Util.Servant.CBOR.Unknown
2710.94 s
[unison-share-api] Warning: Unison.SyncV2.API: could not find link destinations for:
2710.94 s
[unison-share-api] - Unison.SyncV2.API.CausalDependenciesStream
2710.94 s
[unison-share-api] - Unison.SyncV2.API.DownloadEntitiesStream
2710.94 s
[unison-share-api] - Unison.SyncV2.API.Rep_Routes
2743.15 s
[unison-share-api] Documentation created: dist/doc/html/unison-share-api/,
2743.17 s
[unison-share-api] dist/doc/html/unison-share-api/unison-share-api.txt
2743.21 s
[unison-share-api] Preprocessing test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
2743.23 s
[unison-share-api] haddockPhase completed in 1 minutes 6 seconds
2743.23 s
[unison-share-api] Phase: installPhase
2743.55 s
[unison-share-api] Installing library in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2746.07 s
[unison-share-api] Phase: fixupPhase
2746.10 s
[unison-share-api] shrinking RPATHs of ELF executables and libraries in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
2746.13 s
[unison-share-api] shrinking /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/libHSunison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R-ghc9.10.3.so
2746.66 s
[unison-share-api] checking for references to /build/ in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0...
2746.74 s
[unison-share-api] patching script interpreter paths in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
2746.75 s
[unison-share-api] stripping (with command strip and flags -S -p) in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/lib
2747.64 s
[unison-share-api] shrinking RPATHs of ELF executables and libraries in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc
2747.66 s
[unison-share-api] checking for references to /build/ in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc...
2747.70 s
[unison-share-api] patching script interpreter paths in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc
2748.13 s
[unison-share-api:post-build] Uploading to the NixCI cache: /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
2748.18 s
[unison-share-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2748.52 s
[unison-share-api:post-build] copying 2 paths...
2748.52 s
[unison-share-api:post-build] copying path '/nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc' to 'https://cache.nix-ci.com'...
2750.15 s
[unison-share-api:post-build] copying path '/nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0' to 'https://cache.nix-ci.com'...
2766.72 s
[unison-share-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2766.95 s
[unison-share-api:post-build] copying 2 paths...
2766.95 s
[unison-share-api:post-build] copying path '/nix/store/331ry2gh40a9n9pmz809rn5lnrl2jm92-stacklock2nix-pkg-sources-unison-share-api' to 'https://cache.nix-ci.com'...
2767.16 s
[unison-share-api:post-build] copying path '/nix/store/n0lwq9x55yilc5mzy494i8mfhibibmab-unison-share-api-0.0.0.drv' to 'https://cache.nix-ci.com'...
2767.32 s
Progress: 235 of 238 built, 823 of 823 downloaded from cache
2767.46 s
Building /nix/store/xhzrlvbpbfzdjfbrx2mmmdbhi2pj0kky-unison-cli-0.0.0.drv
2768.71 s
[unison-cli] Phase: setupCompilerEnvironmentPhase
2768.71 s
[unison-cli] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
2770.38 s
[unison-cli] Phase: unpackPhase
2770.39 s
[unison-cli] unpacking source archive /nix/store/s0mc4sm9klyznpj8z245w8jcnwx222r2-stacklock2nix-pkg-sources-unison-cli
2770.42 s
[unison-cli] source root is stacklock2nix-pkg-sources-unison-cli
2770.45 s
[unison-cli] Phase: patchPhase
2770.46 s
[unison-cli] Phase: compileBuildDriverPhase
2770.47 s
[unison-cli] setupCompileFlags: -package-db=/build/tmp.JYpaL9b0oA/setup-package.conf.d -threaded
2770.52 s
[unison-cli] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JYpaL9b0oA/Main.o )
2770.56 s
[unison-cli] [2 of 2] Linking Setup
2771.83 s
[unison-cli] Phase: updateAutotoolsGnuConfigScriptsPhase
2772.44 s
[unison-cli] Phase: configurePhase
2772.44 s
[unison-cli] configureFlags: --verbose --prefix=/nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc/share/doc/unison-cli-0.0.0 --with-gcc=gcc --package-db=/build/tmp.JYpaL9b0oA/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --ghc-option=-haddock --extra-lib-dirs=/nix/store/wl2nw5l4x4dg6kclbgpq7v9212i1s6cy-ncurses-6.6/lib --extra-lib-dirs=/nix/store/2zs4bbi72plfm8j6zxf1js4f3yc4yzwy-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/qhmqdg27kcrlkl8ida6d5hiacw0y8d21-elfutils-0.194/lib --extra-lib-dirs=/nix/store/y56aqb1m3y5davn6hsv4jfbml78qw4mv-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/wjfhh11sfcdf97mvg7hbxickybxzk850-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/lib
2772.44 s
[unison-cli] Using Parsec parser
2772.44 s
[unison-cli] Configuring unison-cli-0.0.0...
2773.01 s
[unison-cli] Dependency Diff: using Diff-1.0.2
2773.01 s
[unison-cli] Dependency IntervalMap: using IntervalMap-0.6.2.1
2773.01 s
[unison-cli] Dependency ListLike: using ListLike-4.7.8.4
2773.01 s
[unison-cli] Dependency aeson >=2.0.0.0: using aeson-2.2.4.1
2773.01 s
[unison-cli] Dependency aeson-pretty: using aeson-pretty-0.8.10
2773.01 s
[unison-cli] Dependency algebraic-graphs: using algebraic-graphs-0.7
2773.01 s
[unison-cli] Dependency ansi-terminal: using ansi-terminal-1.1.5
2773.01 s
[unison-cli] Dependency attoparsec: using attoparsec-0.14.4
2773.01 s
[unison-cli] Dependency base: using base-4.20.2.0
2773.01 s
[unison-cli] Dependency bytestring: using bytestring-0.12.2.0
2773.01 s
[unison-cli] Dependency cmark: using cmark-0.6.1
2773.01 s
[unison-cli] Dependency co-log-core: using co-log-core-0.3.2.6
2773.01 s
[unison-cli] Dependency code-page: using code-page-0.2.1
2773.01 s
[unison-cli] Dependency concurrent-output: using concurrent-output-1.10.21
2773.01 s
[unison-cli] Dependency conduit: using conduit-1.3.6.1
2773.01 s
[unison-cli] Dependency conduit-extra: using conduit-extra-1.3.8
2773.01 s
[unison-cli] Dependency containers >=0.6.3: using containers-0.7
2773.01 s
[unison-cli] Dependency crypton: using crypton-1.0.6
2773.01 s
[unison-cli] Dependency directory: using directory-1.3.8.5
2773.01 s
[unison-cli] Dependency either: using either-5.0.3
2773.01 s
[unison-cli] Dependency errors: using errors-2.3.0
2773.01 s
[unison-cli] Dependency extra: using extra-1.8.1
2773.01 s
[unison-cli] Dependency filepath: using filepath-1.5.4.0
2773.01 s
[unison-cli] Dependency free: using free-5.2
2773.01 s
[unison-cli] Dependency friendly-time: using friendly-time-0.4.1
2773.01 s
[unison-cli] Dependency frontmatter: using frontmatter-0.1.0.2
2773.01 s
[unison-cli] Dependency fsnotify: using fsnotify-0.4.4.0
2773.01 s
[unison-cli] Dependency generic-lens: using generic-lens-2.2.2.0
2773.01 s
[unison-cli] Dependency github: using github-0.30.0.2
2773.01 s
[unison-cli] Dependency haskeline: using haskeline-0.8.4.1
2773.01 s
[unison-cli] Dependency hs-mcp: using hs-mcp-0.1.1.0
2773.01 s
[unison-cli] Dependency http-client >=0.7.6: using http-client-0.7.19
2773.01 s
[unison-cli] Dependency http-client-tls: using http-client-tls-0.3.6.4
2773.01 s
[unison-cli] Dependency http-types: using http-types-0.12.4
2773.01 s
[unison-cli] Dependency ki: using ki-1.0.1.2
2773.01 s
[unison-cli] Dependency lens: using lens-5.3.6
2773.01 s
[unison-cli] Dependency lsp >=2.2.0.0: using lsp-2.7.0.1
2773.01 s
[unison-cli] Dependency lsp-types >=2.0.2.0: using lsp-types-2.3.0.1
2773.01 s
[unison-cli] Dependency megaparsec: using megaparsec-9.7.0
2773.01 s
[unison-cli] Dependency memory: using memory-0.18.0
2773.01 s
[unison-cli] Dependency mtl: using mtl-2.3.1
2773.01 s
[unison-cli] Dependency network: using network-3.2.8.0
2773.01 s
[unison-cli] Dependency network-simple: using network-simple-0.4.5
2773.01 s
[unison-cli] Dependency network-uri: using network-uri-2.6.4.2
2773.01 s
[unison-cli] Dependency nonempty-containers: using nonempty-containers-0.3.5.0
2773.01 s
[unison-cli] Dependency numerals: using numerals-0.4.1
2773.01 s
[unison-cli] Dependency open-browser: using open-browser-0.4.0.0
2773.01 s
[unison-cli] Dependency optparse-applicative >=0.16.1.0: using
2773.01 s
[unison-cli] optparse-applicative-0.18.1.0
2773.01 s
[unison-cli] Dependency pretty-simple: using pretty-simple-4.1.4.0
2773.01 s
[unison-cli] Dependency process: using process-1.6.26.1
2773.01 s
[unison-cli] Dependency random-shuffle: using random-shuffle-0.0.4
2773.01 s
[unison-cli] Dependency raw-strings-qq: using raw-strings-qq-1.1
2773.01 s
[unison-cli] Dependency recover-rtti: using recover-rtti-0.5.3
2773.01 s
[unison-cli] Dependency semialign: using semialign-1.3.1.1
2773.01 s
[unison-cli] Dependency serialise: using serialise-0.2.6.1
2773.01 s
[unison-cli] Dependency servant: using servant-0.20.3.0
2773.01 s
[unison-cli] Dependency servant-client: using servant-client-0.20.3.0
2773.01 s
[unison-cli] Dependency servant-conduit: using servant-conduit-0.16.1
2773.01 s
[unison-cli] Dependency stm: using stm-2.5.3.1
2773.01 s
[unison-cli] Dependency stm-chans: using stm-chans-3.0.0.11
2773.01 s
[unison-cli] Dependency temporary: using temporary-1.3
2773.01 s
[unison-cli] Dependency text: using text-2.1.3
2773.01 s
[unison-cli] Dependency text-ansi: using text-ansi-0.3.0.1
2773.01 s
[unison-cli] Dependency text-builder: using text-builder-1.0.0.4
2773.01 s
[unison-cli] Dependency text-rope: using text-rope-0.3
2773.01 s
[unison-cli] Dependency these: using these-1.2.1
2773.01 s
[unison-cli] Dependency time: using time-1.12.2
2773.01 s
[unison-cli] Dependency transformers: using transformers-0.6.1.1
2773.01 s
[unison-cli] Dependency unison-codebase: using unison-codebase-0.0.0
2773.01 s
[unison-cli] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
2773.01 s
[unison-cli] Dependency unison-codebase-sqlite-hashing-v2: using
2773.01 s
[unison-cli] unison-codebase-sqlite-hashing-v2-0.0.0
2773.01 s
[unison-cli] Dependency unison-core: using unison-core-0.0.0
2773.01 s
[unison-cli] Dependency unison-core1: using unison-core1-0.0.0
2773.01 s
[unison-cli] Dependency unison-credentials: using unison-credentials-0.0.0
2773.01 s
[unison-cli] Dependency unison-hash: using unison-hash-0.0.0
2773.01 s
[unison-cli] Dependency unison-hashing-v2: using unison-hashing-v2-0.0.0
2773.01 s
[unison-cli] Dependency unison-merge: using unison-merge-0.0.0
2773.01 s
[unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
2773.01 s
[unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
2773.01 s
[unison-cli] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
2773.01 s
[unison-cli] Dependency unison-runtime: using unison-runtime-0.0.0
2773.01 s
[unison-cli] Dependency unison-share-api: using unison-share-api-0.0.0
2773.01 s
[unison-cli] Dependency unison-share-projects-api: using unison-share-projects-api-0.0.0
2773.01 s
[unison-cli] Dependency unison-sqlite: using unison-sqlite-0.0.0
2773.01 s
[unison-cli] Dependency unison-syntax: using unison-syntax-0.0.0
2773.01 s
[unison-cli] Dependency unison-util-base32hex: using unison-util-base32hex-0.0.0
2773.01 s
[unison-cli] Dependency unison-util-diff3: using unison-util-diff3-0.0.0
2773.01 s
[unison-cli] Dependency unison-util-file-embed: using unison-util-file-embed-0.0.0
2773.01 s
[unison-cli] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
2773.01 s
[unison-cli] Dependency unison-util-relation: using unison-util-relation-0.0.0
2773.01 s
[unison-cli] Dependency unix: using unix-2.8.7.0
2773.01 s
[unison-cli] Dependency unliftio: using unliftio-0.2.25.1
2773.01 s
[unison-cli] Dependency uuid: using uuid-1.3.16.1
2773.01 s
[unison-cli] Dependency vector: using vector-0.13.2.0
2773.01 s
[unison-cli] Dependency wai: using wai-3.2.4
2773.01 s
[unison-cli] Dependency warp: using warp-3.4.9
2773.01 s
[unison-cli] Dependency witch: using witch-1.3.1.0
2773.01 s
[unison-cli] Dependency witherable: using witherable-0.5
2773.01 s
[unison-cli] Dependency base: using base-4.20.2.0
2773.01 s
[unison-cli] Dependency bytestring: using bytestring-0.12.2.0
2773.01 s
[unison-cli] Dependency code-page: using code-page-0.2.1
2773.01 s
[unison-cli] Dependency directory: using directory-1.3.8.5
2773.01 s
[unison-cli] Dependency easytest: using easytest-0.1
2773.01 s
[unison-cli] Dependency filepath: using filepath-1.5.4.0
2773.01 s
[unison-cli] Dependency megaparsec: using megaparsec-9.7.0
2773.01 s
[unison-cli] Dependency silently: using silently-1.2.5.4
2773.01 s
[unison-cli] Dependency text: using text-2.1.3
2773.02 s
[unison-cli] Dependency unison-cli: using unison-cli-0.0.0
2773.02 s
[unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
2773.02 s
[unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
2773.02 s
[unison-cli] Dependency unliftio: using unliftio-0.2.25.1
2773.02 s
[unison-cli] Dependency base: using base-4.20.2.0
2773.02 s
[unison-cli] Dependency code-page: using code-page-0.2.1
2773.02 s
[unison-cli] Dependency containers: using containers-0.7
2773.02 s
[unison-cli] Dependency crypton: using crypton-1.0.6
2773.02 s
[unison-cli] Dependency directory: using directory-1.3.8.5
2773.02 s
[unison-cli] Dependency easytest: using easytest-0.1
2773.02 s
[unison-cli] Dependency extra: using extra-1.8.1
2773.02 s
[unison-cli] Dependency here: using here-1.2.14
2773.02 s
[unison-cli] Dependency lens: using lens-5.3.6
2773.02 s
[unison-cli] Dependency lsp: using lsp-2.7.0.1
2773.02 s
[unison-cli] Dependency lsp-types: using lsp-types-2.3.0.1
2773.02 s
[unison-cli] Dependency megaparsec: using megaparsec-9.7.0
2773.02 s
[unison-cli] Dependency mtl: using mtl-2.3.1
2773.02 s
[unison-cli] Dependency temporary: using temporary-1.3
2773.02 s
[unison-cli] Dependency text: using text-2.1.3
2773.02 s
[unison-cli] Dependency these: using these-1.2.1
2773.02 s
[unison-cli] Dependency unison-cli: using unison-cli-0.0.0
2773.02 s
[unison-cli] Dependency unison-core: using unison-core-0.0.0
2773.02 s
[unison-cli] Dependency unison-core1: using unison-core1-0.0.0
2773.02 s
[unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
2773.02 s
[unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
2773.02 s
[unison-cli] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
2773.02 s
[unison-cli] Dependency unison-syntax: using unison-syntax-0.0.0
2773.02 s
[unison-cli] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
2773.02 s
[unison-cli] Dependency unliftio: using unliftio-0.2.25.1
2773.02 s
[unison-cli] Source component graph:
2773.02 s
[unison-cli] component lib
2773.02 s
[unison-cli] component exe:transcripts dependency lib
2773.02 s
[unison-cli] component test:cli-tests dependency lib
2773.02 s
[unison-cli] Configured component graph:
2773.02 s
[unison-cli] component unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2773.02 s
[unison-cli] include IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
2773.02 s
[unison-cli] include ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
2773.02 s
[unison-cli] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2773.02 s
[unison-cli] include aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
2773.02 s
[unison-cli] include algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
2773.02 s
[unison-cli] include ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
2773.02 s
[unison-cli] include attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] include cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
2773.02 s
[unison-cli] include co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
2773.02 s
[unison-cli] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2773.02 s
[unison-cli] include conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
2773.02 s
[unison-cli] include containers-0.7-e888
2773.02 s
[unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include either-5.0.3-FPSMBrhsEw7I706qiqrsVG
2773.02 s
[unison-cli] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2773.02 s
[unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.02 s
[unison-cli] include filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] include free-5.2-GIKjKehzJeM2lG4GQK44SX
2773.02 s
[unison-cli] include friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
2773.02 s
[unison-cli] include frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
2773.02 s
[unison-cli] include fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
2773.02 s
[unison-cli] include generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
2773.02 s
[unison-cli] include github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
2773.02 s
[unison-cli] include haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
2773.02 s
[unison-cli] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2773.02 s
[unison-cli] include http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
2773.02 s
[unison-cli] include http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
2773.02 s
[unison-cli] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2773.02 s
[unison-cli] include ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
2773.02 s
[unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.02 s
[unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.02 s
[unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2773.02 s
[unison-cli] include mtl-2.3.1-f2f2
2773.02 s
[unison-cli] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2773.02 s
[unison-cli] include network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
2773.02 s
[unison-cli] include network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
2773.02 s
[unison-cli] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2773.02 s
[unison-cli] include numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
2773.02 s
[unison-cli] include open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
2773.02 s
[unison-cli] include optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
2773.02 s
[unison-cli] include pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
2773.02 s
[unison-cli] include process-1.6.26.1-2190
2773.02 s
[unison-cli] include random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
2773.02 s
[unison-cli] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2773.02 s
[unison-cli] include recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
2773.02 s
[unison-cli] include semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
2773.02 s
[unison-cli] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2773.02 s
[unison-cli] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2773.02 s
[unison-cli] include servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
2773.02 s
[unison-cli] include servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
2773.02 s
[unison-cli] include stm-2.5.3.1-abc7
2773.02 s
[unison-cli] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2773.02 s
[unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
2773.02 s
[unison-cli] include text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
2773.02 s
[unison-cli] include text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
2773.02 s
[unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.02 s
[unison-cli] include time-1.12.2-fafe
2773.02 s
[unison-cli] include transformers-0.6.1.1-eb98
2773.02 s
[unison-cli] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2773.02 s
[unison-cli] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2773.02 s
[unison-cli] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2773.02 s
[unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.02 s
[unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.02 s
[unison-cli] include unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
2773.02 s
[unison-cli] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2773.02 s
[unison-cli] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2773.02 s
[unison-cli] include unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.02 s
[unison-cli] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2773.02 s
[unison-cli] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2773.02 s
[unison-cli] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2773.02 s
[unison-cli] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2773.02 s
[unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.02 s
[unison-cli] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2773.02 s
[unison-cli] include unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
2773.02 s
[unison-cli] include unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
2773.02 s
[unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.02 s
[unison-cli] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2773.02 s
[unison-cli] include unix-2.8.7.0-c1b8
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] include uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
2773.02 s
[unison-cli] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2773.02 s
[unison-cli] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2773.02 s
[unison-cli] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2773.02 s
[unison-cli] include witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
2773.02 s
[unison-cli] include witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
2773.02 s
[unison-cli] component unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.02 s
[unison-cli] include filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] component unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include containers-0.7-e888
2773.02 s
[unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.02 s
[unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.02 s
[unison-cli] include here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
2773.02 s
[unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.02 s
[unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.02 s
[unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include mtl-2.3.1-f2f2
2773.02 s
[unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.02 s
[unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.02 s
[unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.02 s
[unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.02 s
[unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] Linked component graph:
2773.02 s
[unison-cli] unit unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2773.02 s
[unison-cli] include IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
2773.02 s
[unison-cli] include ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
2773.02 s
[unison-cli] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2773.02 s
[unison-cli] include aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
2773.02 s
[unison-cli] include algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
2773.02 s
[unison-cli] include ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
2773.02 s
[unison-cli] include attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] include cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
2773.02 s
[unison-cli] include co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
2773.02 s
[unison-cli] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2773.02 s
[unison-cli] include conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
2773.02 s
[unison-cli] include containers-0.7-e888
2773.02 s
[unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include either-5.0.3-FPSMBrhsEw7I706qiqrsVG
2773.02 s
[unison-cli] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2773.02 s
[unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.02 s
[unison-cli] include filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] include free-5.2-GIKjKehzJeM2lG4GQK44SX
2773.02 s
[unison-cli] include friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
2773.02 s
[unison-cli] include frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
2773.02 s
[unison-cli] include fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
2773.02 s
[unison-cli] include generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
2773.02 s
[unison-cli] include github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
2773.02 s
[unison-cli] include haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
2773.02 s
[unison-cli] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2773.02 s
[unison-cli] include http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
2773.02 s
[unison-cli] include http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
2773.02 s
[unison-cli] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2773.02 s
[unison-cli] include ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
2773.02 s
[unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.02 s
[unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.02 s
[unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2773.02 s
[unison-cli] include mtl-2.3.1-f2f2
2773.02 s
[unison-cli] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2773.02 s
[unison-cli] include network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
2773.02 s
[unison-cli] include network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
2773.02 s
[unison-cli] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2773.02 s
[unison-cli] include numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
2773.02 s
[unison-cli] include open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
2773.02 s
[unison-cli] include optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
2773.02 s
[unison-cli] include pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
2773.02 s
[unison-cli] include process-1.6.26.1-2190
2773.02 s
[unison-cli] include random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
2773.02 s
[unison-cli] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2773.02 s
[unison-cli] include recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
2773.02 s
[unison-cli] include semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
2773.02 s
[unison-cli] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2773.02 s
[unison-cli] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2773.02 s
[unison-cli] include servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
2773.02 s
[unison-cli] include servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
2773.02 s
[unison-cli] include stm-2.5.3.1-abc7
2773.02 s
[unison-cli] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2773.02 s
[unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
2773.02 s
[unison-cli] include text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
2773.02 s
[unison-cli] include text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
2773.02 s
[unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.02 s
[unison-cli] include time-1.12.2-fafe
2773.02 s
[unison-cli] include transformers-0.6.1.1-eb98
2773.02 s
[unison-cli] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2773.02 s
[unison-cli] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2773.02 s
[unison-cli] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2773.02 s
[unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.02 s
[unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.02 s
[unison-cli] include unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
2773.02 s
[unison-cli] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2773.02 s
[unison-cli] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2773.02 s
[unison-cli] include unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.02 s
[unison-cli] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2773.02 s
[unison-cli] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2773.02 s
[unison-cli] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2773.02 s
[unison-cli] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2773.02 s
[unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.02 s
[unison-cli] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2773.02 s
[unison-cli] include unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
2773.02 s
[unison-cli] include unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
2773.02 s
[unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.02 s
[unison-cli] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2773.02 s
[unison-cli] include unix-2.8.7.0-c1b8
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] include uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
2773.02 s
[unison-cli] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2773.02 s
[unison-cli] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2773.02 s
[unison-cli] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2773.02 s
[unison-cli] include witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
2773.02 s
[unison-cli] include witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
2773.02 s
[unison-cli] ArgParse=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:ArgParse,Compat=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Compat,Stats=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Stats,System.Path=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:System.Path,Unison.Auth.Discovery=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Auth.Discovery,Unison.Auth.HTTPClient=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Auth.HTTPClient,Unison.Auth.Tokens=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Auth.Tokens,Unison.Auth.UserInfo=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Auth.UserInfo,Unison.Cli.DirectoryUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.DirectoryUtils,Unison.Cli.DownloadUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.DownloadUtils,Unison.Cli.MergeTypes=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.MergeTypes,Unison.Cli.Monad=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.Monad,Unison.Cli.MonadUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.MonadUtils,Unison.Cli.NameResolutionUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.NameResolutionUtils,Unison.Cli.NamesUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.NamesUtils,Unison.Cli.Pretty=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.Pretty,Unison.Cli.ProjectUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.ProjectUtils,Unison.Cli.ServantClientUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.ServantClientUtils,Unison.Cli.Share.Projects=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.Share.Projects,Unison.Cli.Share.Projects.Types=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.Share.Projects.Types,Unison.Cli.TypeCheck=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.TypeCheck,Unison.Cli.UniqueTypeGuidLookup=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.UniqueTypeGuidLookup,Unison.Cli.UpdateUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Cli.UpdateUtils,Unison.Codebase.Editor.AuthorInfo=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.AuthorInfo,Unison.Codebase.Editor.HandleInput=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput,Unison.Codebase.Editor.HandleInput.AddRun=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.AddRun,Unison.Codebase.Editor.HandleInput.AliasType=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.AliasType,Unison.Codebase.Editor.HandleInput.AuthLogin=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.AuthLogin,Unison.Codebase.Editor.HandleInput.Branch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Branch,Unison.Codebase.Editor.HandleInput.BranchRename=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.BranchRename,Unison.Codebase.Editor.HandleInput.BranchSquash=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.BranchSquash,Unison.Codebase.Editor.HandleInput.Branches=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Branches,Unison.Codebase.Editor.HandleInput.Cancel=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Cancel,Unison.Codebase.Editor.HandleInput.Config=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Config,Unison.Codebase.Editor.HandleInput.DebugDefinition=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DebugDefinition,Unison.Codebase.Editor.HandleInput.DebugDependentsGraph=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DebugDependentsGraph,Unison.Codebase.Editor.HandleInput.DebugFoldRanges=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DebugFoldRanges,Unison.Codebase.Editor.HandleInput.DebugSynhashTerm=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DebugSynhashTerm,Unison.Codebase.Editor.HandleInput.Delete=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Delete,Unison.Codebase.Editor.HandleInput.DeleteBranch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DeleteBranch,Unison.Codebase.Editor.HandleInput.DeleteNamespace=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DeleteNamespace,Unison.Codebase.Editor.HandleInput.DeleteProject=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DeleteProject,Unison.Codebase.Editor.HandleInput.Dependencies=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Dependencies,Unison.Codebase.Editor.HandleInput.Dependents=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Dependents,Unison.Codebase.Editor.HandleInput.DiffBranch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DiffBranch,Unison.Codebase.Editor.HandleInput.DiffUpdate=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.DiffUpdate,Unison.Codebase.Editor.HandleInput.EditDependents=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.EditDependents,Unison.Codebase.Editor.HandleInput.EditNamespace=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.EditNamespace,Unison.Codebase.Editor.HandleInput.FindAndReplace=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.FindAndReplace,Unison.Codebase.Editor.HandleInput.FormatFile=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.FormatFile,Unison.Codebase.Editor.HandleInput.Global=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Global,Unison.Codebase.Editor.HandleInput.History=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.History,Unison.Codebase.Editor.HandleInput.HistoryComment=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.HistoryComment,Unison.Codebase.Editor.HandleInput.InstallLib=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.InstallLib,Unison.Codebase.Editor.HandleInput.LSPDebug=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.LSPDebug,Unison.Codebase.Editor.HandleInput.Load=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Load,Unison.Codebase.Editor.HandleInput.Ls=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Ls,Unison.Codebase.Editor.HandleInput.Merge2=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Merge2,Unison.Codebase.Editor.HandleInput.MoveAll=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.MoveAll,Unison.Codebase.Editor.HandleInput.MoveBranch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.MoveBranch,Unison.Codebase.Editor.HandleInput.MoveTerm=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.MoveTerm,Unison.Codebase.Editor.HandleInput.MoveTo=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.MoveTo,Unison.Codebase.Editor.HandleInput.MoveType=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.MoveType,Unison.Codebase.Editor.HandleInput.Names=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Names,Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils,Unison.Codebase.Editor.HandleInput.ProjectClone=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ProjectClone,Unison.Codebase.Editor.HandleInput.ProjectCreate=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ProjectCreate,Unison.Codebase.Editor.HandleInput.ProjectRename=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ProjectRename,Unison.Codebase.Editor.HandleInput.ProjectSwitch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ProjectSwitch,Unison.Codebase.Editor.HandleInput.Projects=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Projects,Unison.Codebase.Editor.HandleInput.Pull=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Pull,Unison.Codebase.Editor.HandleInput.Push=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Push,Unison.Codebase.Editor.HandleInput.Reflogs=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Reflogs,Unison.Codebase.Editor.HandleInput.ReleaseDraft=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ReleaseDraft,Unison.Codebase.Editor.HandleInput.Rename=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Rename,Unison.Codebase.Editor.HandleInput.Run=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Run,Unison.Codebase.Editor.HandleInput.RuntimeUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.RuntimeUtils,Unison.Codebase.Editor.HandleInput.ShowDefinition=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.ShowDefinition,Unison.Codebase.Editor.HandleInput.Signature=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Signature,Unison.Codebase.Editor.HandleInput.SyncV2=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.SyncV2,Unison.Codebase.Editor.HandleInput.TermResolution=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.TermResolution,Unison.Codebase.Editor.HandleInput.Tests=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Tests,Unison.Codebase.Editor.HandleInput.Todo=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Todo,Unison.Codebase.Editor.HandleInput.UI=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.UI,Unison.Codebase.Editor.HandleInput.Update2=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Update2,Unison.Codebase.Editor.HandleInput.Upgrade=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.HandleInput.Upgrade,Unison.Codebase.Editor.Input=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Input,Unison.Codebase.Editor.Output=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Output,Unison.Codebase.Editor.Output.BranchDiff=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Output.BranchDiff,Unison.Codebase.Editor.Output.DumpNamespace=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Output.DumpNamespace,Unison.Codebase.Editor.Output.PushPull=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Output.PushPull,Unison.Codebase.Editor.Slurp=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.Slurp,Unison.Codebase.Editor.SlurpComponent=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.SlurpComponent,Unison.Codebase.Editor.SlurpResult=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.SlurpResult,Unison.Codebase.Editor.StructuredArgument=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.StructuredArgument,Unison.Codebase.Editor.UCMVersion=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.UCMVersion,Unison.Codebase.Editor.UriParser=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Editor.UriParser,Unison.Codebase.Transcript=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Transcript,Unison.Codebase.Transcript.Parser=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Transcript.Parser,Unison.Codebase.Transcript.Runner=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Transcript.Runner,Unison.Codebase.Watch=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Codebase.Watch,Unison.CommandLine=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine,Unison.CommandLine.BranchRelativePath=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.BranchRelativePath,Unison.CommandLine.Completion=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.Completion,Unison.CommandLine.DisplayValues=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.DisplayValues,Unison.CommandLine.FZFResolvers=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.FZFResolvers,Unison.CommandLine.FuzzySelect=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.FuzzySelect,Unison.CommandLine.Helpers=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.Helpers,Unison.CommandLine.InputPattern=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.InputPattern,Unison.CommandLine.InputPatterns=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.InputPatterns,Unison.CommandLine.Main=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.Main,Unison.CommandLine.OutputMessages=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.OutputMessages,Unison.CommandLine.Types=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.Types,Unison.CommandLine.Welcome=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.CommandLine.Welcome,Unison.LSP=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP,Unison.LSP.CancelRequest=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.CancelRequest,Unison.LSP.CodeAction=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.CodeAction,Unison.LSP.CodeLens=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.CodeLens,Unison.LSP.Commands=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Commands,Unison.LSP.Completion=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Completion,Unison.LSP.Configuration=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Configuration,Unison.LSP.Conversions=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Conversions,Unison.LSP.Diagnostics=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Diagnostics,Unison.LSP.DocumentSymbols=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.DocumentSymbols,Unison.LSP.EditDefinition=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.EditDefinition,Unison.LSP.FileAnalysis=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.FileAnalysis,Unison.LSP.FileAnalysis.UnusedBindings=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.FileAnalysis.UnusedBindings,Unison.LSP.FoldingRange=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.FoldingRange,Unison.LSP.Formatting=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Formatting,Unison.LSP.GoToDefinition=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.GoToDefinition,Unison.LSP.HandlerUtils=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.HandlerUtils,Unison.LSP.Hover=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Hover,Unison.LSP.NotificationHandlers=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.NotificationHandlers,Unison.LSP.OpenOnShare=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.OpenOnShare,Unison.LSP.Orphans=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Orphans,Unison.LSP.ProjectContext=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.ProjectContext,Unison.LSP.Queries=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Queries,Unison.LSP.Types=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Types,Unison.LSP.UCMWorker=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.UCMWorker,Unison.LSP.Util.IntersectionMap=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Util.IntersectionMap,Unison.LSP.Util.Signal=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Util.Signal,Unison.LSP.Util.Wrappers=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.Util.Wrappers,Unison.LSP.VFS=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.VFS,Unison.LSP.VFS.CompletionPrefix=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.LSP.VFS.CompletionPrefix,Unison.MCP=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP,Unison.MCP.Cli=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Cli,Unison.MCP.Prompts=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Prompts,Unison.MCP.Server=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Server,Unison.MCP.Share.API=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Share.API,Unison.MCP.StaticResources=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.StaticResources,Unison.MCP.Tools=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Tools,Unison.MCP.Types=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Types,Unison.MCP.Wrapper=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.MCP.Wrapper,Unison.Main=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Main,Unison.Share.Codeserver=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.Codeserver,Unison.Share.ExpectedHashMismatches=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.ExpectedHashMismatches,Unison.Share.HistoryComments=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.HistoryComments,Unison.Share.Sync=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.Sync,Unison.Share.Sync.Types=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.Sync.Types,Unison.Share.SyncV2=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Share.SyncV2,Unison.Util.HTTP=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Util.HTTP,Unison.Version=unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53:Unison.Version
2773.02 s
[unison-cli] unit unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.02 s
[unison-cli] include filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] unit unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
2773.02 s
[unison-cli] include base-4.20.2.0-4d66
2773.02 s
[unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] include containers-0.7-e888
2773.02 s
[unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.02 s
[unison-cli] include directory-1.3.8.5-65d6
2773.02 s
[unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.02 s
[unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.02 s
[unison-cli] include here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
2773.02 s
[unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.02 s
[unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.02 s
[unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.02 s
[unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] include mtl-2.3.1-f2f2
2773.02 s
[unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.02 s
[unison-cli] include text-2.1.3-3f03
2773.02 s
[unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.02 s
[unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.02 s
[unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.02 s
[unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.02 s
[unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.02 s
[unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.02 s
[unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] Ready component graph:
2773.02 s
[unison-cli] definite unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.02 s
[unison-cli] depends Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
2773.02 s
[unison-cli] depends IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
2773.02 s
[unison-cli] depends ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
2773.02 s
[unison-cli] depends aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
2773.02 s
[unison-cli] depends aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
2773.02 s
[unison-cli] depends algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
2773.02 s
[unison-cli] depends ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
2773.02 s
[unison-cli] depends attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
2773.02 s
[unison-cli] depends base-4.20.2.0-4d66
2773.02 s
[unison-cli] depends bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] depends cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
2773.02 s
[unison-cli] depends co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
2773.02 s
[unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] depends concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
2773.02 s
[unison-cli] depends conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
2773.02 s
[unison-cli] depends conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
2773.02 s
[unison-cli] depends containers-0.7-e888
2773.02 s
[unison-cli] depends crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.02 s
[unison-cli] depends directory-1.3.8.5-65d6
2773.02 s
[unison-cli] depends either-5.0.3-FPSMBrhsEw7I706qiqrsVG
2773.02 s
[unison-cli] depends errors-2.3.0-JngagqRvMzJRHAWEu6bP7
2773.02 s
[unison-cli] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.02 s
[unison-cli] depends filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] depends free-5.2-GIKjKehzJeM2lG4GQK44SX
2773.02 s
[unison-cli] depends friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
2773.02 s
[unison-cli] depends frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
2773.02 s
[unison-cli] depends fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
2773.02 s
[unison-cli] depends generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
2773.02 s
[unison-cli] depends github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
2773.02 s
[unison-cli] depends haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
2773.02 s
[unison-cli] depends hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
2773.02 s
[unison-cli] depends http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
2773.02 s
[unison-cli] depends http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
2773.02 s
[unison-cli] depends http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
2773.02 s
[unison-cli] depends ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
2773.02 s
[unison-cli] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.02 s
[unison-cli] depends lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.02 s
[unison-cli] depends lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.02 s
[unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.02 s
[unison-cli] depends memory-0.18.0-BAPgQ6A39a59h22MEppkxk
2773.02 s
[unison-cli] depends mtl-2.3.1-f2f2
2773.02 s
[unison-cli] depends network-3.2.8.0-PT6EybBJcJ439nnz83PVC
2773.02 s
[unison-cli] depends network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
2773.02 s
[unison-cli] depends network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
2773.02 s
[unison-cli] depends nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
2773.02 s
[unison-cli] depends numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
2773.02 s
[unison-cli] depends open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
2773.02 s
[unison-cli] depends optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
2773.02 s
[unison-cli] depends pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
2773.02 s
[unison-cli] depends process-1.6.26.1-2190
2773.02 s
[unison-cli] depends random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
2773.02 s
[unison-cli] depends raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
2773.02 s
[unison-cli] depends recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
2773.02 s
[unison-cli] depends semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
2773.02 s
[unison-cli] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
2773.02 s
[unison-cli] depends servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
2773.02 s
[unison-cli] depends servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
2773.02 s
[unison-cli] depends servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
2773.02 s
[unison-cli] depends stm-2.5.3.1-abc7
2773.02 s
[unison-cli] depends stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
2773.02 s
[unison-cli] depends temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.02 s
[unison-cli] depends text-2.1.3-3f03
2773.02 s
[unison-cli] depends text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
2773.02 s
[unison-cli] depends text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
2773.02 s
[unison-cli] depends text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
2773.02 s
[unison-cli] depends these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.02 s
[unison-cli] depends time-1.12.2-fafe
2773.02 s
[unison-cli] depends transformers-0.6.1.1-eb98
2773.02 s
[unison-cli] depends unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
2773.02 s
[unison-cli] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
2773.02 s
[unison-cli] depends unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
2773.02 s
[unison-cli] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.02 s
[unison-cli] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.02 s
[unison-cli] depends unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
2773.02 s
[unison-cli] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
2773.02 s
[unison-cli] depends unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
2773.02 s
[unison-cli] depends unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
2773.02 s
[unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.02 s
[unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.02 s
[unison-cli] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.02 s
[unison-cli] depends unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
2773.02 s
[unison-cli] depends unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
2773.02 s
[unison-cli] depends unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
2773.02 s
[unison-cli] depends unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
2773.02 s
[unison-cli] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.02 s
[unison-cli] depends unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
2773.02 s
[unison-cli] depends unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
2773.02 s
[unison-cli] depends unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
2773.02 s
[unison-cli] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.02 s
[unison-cli] depends unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
2773.02 s
[unison-cli] depends unix-2.8.7.0-c1b8
2773.02 s
[unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.02 s
[unison-cli] depends uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
2773.02 s
[unison-cli] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
2773.02 s
[unison-cli] depends wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
2773.02 s
[unison-cli] depends warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
2773.02 s
[unison-cli] depends witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
2773.02 s
[unison-cli] depends witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
2773.02 s
[unison-cli] definite unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
2773.02 s
[unison-cli] depends base-4.20.2.0-4d66
2773.02 s
[unison-cli] depends bytestring-0.12.2.0-25ef
2773.02 s
[unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.02 s
[unison-cli] depends directory-1.3.8.5-65d6
2773.02 s
[unison-cli] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.02 s
[unison-cli] depends filepath-1.5.4.0-a61e
2773.02 s
[unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.03 s
[unison-cli] depends silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
2773.03 s
[unison-cli] depends text-2.1.3-3f03
2773.03 s
[unison-cli] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.03 s
[unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.03 s
[unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.03 s
[unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.03 s
[unison-cli] definite unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
2773.03 s
[unison-cli] depends base-4.20.2.0-4d66
2773.03 s
[unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
2773.03 s
[unison-cli] depends containers-0.7-e888
2773.03 s
[unison-cli] depends crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
2773.03 s
[unison-cli] depends directory-1.3.8.5-65d6
2773.03 s
[unison-cli] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
2773.03 s
[unison-cli] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
2773.03 s
[unison-cli] depends here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
2773.03 s
[unison-cli] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
2773.03 s
[unison-cli] depends lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
2773.03 s
[unison-cli] depends lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
2773.03 s
[unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
2773.03 s
[unison-cli] depends mtl-2.3.1-f2f2
2773.03 s
[unison-cli] depends temporary-1.3-3LnjW0o5mzDB53MRAQNpby
2773.03 s
[unison-cli] depends text-2.1.3-3f03
2773.03 s
[unison-cli] depends these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
2773.03 s
[unison-cli] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.03 s
[unison-cli] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
2773.03 s
[unison-cli] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
2773.03 s
[unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
2773.03 s
[unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
2773.03 s
[unison-cli] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
2773.03 s
[unison-cli] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
2773.03 s
[unison-cli] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
2773.03 s
[unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
2773.03 s
[unison-cli] Using Cabal-3.12.1.0 compiled by ghc-9.10
2773.03 s
[unison-cli] Using compiler: ghc-9.10.3
2773.03 s
[unison-cli] Using install prefix:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
2773.03 s
[unison-cli] Executables installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin
2773.03 s
[unison-cli] Libraries installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2773.03 s
[unison-cli] Dynamic Libraries installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af
2773.03 s
[unison-cli] Private executables installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/libexec/x86_64-linux-ghc-9.10.3-21af/unison-cli-0.0.0
2773.03 s
[unison-cli] Data files installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/share/x86_64-linux-ghc-9.10.3-21af/unison-cli-0.0.0
2773.03 s
[unison-cli] Documentation installed in:
2773.03 s
[unison-cli] /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc/share/doc/unison-cli-0.0.0
2773.03 s
[unison-cli] Configuration files installed in:
2773.03 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/etc
2773.03 s
[unison-cli] No alex found
2773.03 s
[unison-cli] Using ar found on system at:
2773.03 s
[unison-cli] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
2773.03 s
[unison-cli] No c2hs found
2773.03 s
[unison-cli] No cpphs found
2773.03 s
[unison-cli] No doctest found
2773.03 s
[unison-cli] Using gcc version 15.2.0 given by user at:
2773.03 s
[unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
2773.03 s
[unison-cli] Using ghc version 9.10.3 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
2773.03 s
[unison-cli] Using ghc-pkg version 9.10.3 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
2773.03 s
[unison-cli] No ghcjs found
2773.03 s
[unison-cli] No ghcjs-pkg found
2773.03 s
[unison-cli] No greencard found
2773.03 s
[unison-cli] Using haddock version 2.31.1 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
2773.03 s
[unison-cli] No happy found
2773.03 s
[unison-cli] Using haskell-suite found on system at: haskell-suite-dummy-location
2773.03 s
[unison-cli] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2773.03 s
[unison-cli] No hmake found
2773.03 s
[unison-cli] Using hpc version 0.69 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
2773.03 s
[unison-cli] Using hsc2hs version 0.68.10 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2773.03 s
[unison-cli] Using hscolour version 1.25 found on system at:
2773.03 s
[unison-cli] /nix/store/hvlf3xzdw0p5s3kybdkch6iqyz0740rc-hscolour-1.25/bin/HsColour
2773.03 s
[unison-cli] No jhc found
2773.03 s
[unison-cli] Using ld found on system at:
2773.03 s
[unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
2773.03 s
[unison-cli] No pkg-config found
2773.03 s
[unison-cli] Using runghc version 9.10.3 found on system at:
2773.03 s
[unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
2773.03 s
[unison-cli] Using strip version 2.46 found on system at:
2773.08 s
[unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
2773.08 s
[unison-cli] Using tar found on system at:
2773.08 s
[unison-cli] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
2773.08 s
[unison-cli] No uhc found
2775.27 s
[unison-cli] Phase: buildPhase
2775.44 s
[unison-cli] Preprocessing library for unison-cli-0.0.0...
2775.46 s
[unison-cli] Building library for unison-cli-0.0.0...
2775.79 s
[unison-cli] [ 1 of 162] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
2776.21 s
[unison-cli] [ 2 of 162] Compiling Stats ( src/Stats.hs, dist/build/Stats.o, dist/build/Stats.dyn_o )
2776.26 s
[unison-cli] [ 3 of 162] Compiling System.Path ( src/System/Path.hs, dist/build/System/Path.o, dist/build/System/Path.dyn_o )
2776.35 s
[unison-cli] [ 4 of 162] Compiling Unison.Auth.Discovery ( src/Unison/Auth/Discovery.hs, dist/build/Unison/Auth/Discovery.o, dist/build/Unison/Auth/Discovery.dyn_o )
2776.75 s
[unison-cli] [ 5 of 162] Compiling Unison.Auth.UserInfo ( src/Unison/Auth/UserInfo.hs, dist/build/Unison/Auth/UserInfo.o, dist/build/Unison/Auth/UserInfo.dyn_o )
2776.96 s
[unison-cli] [ 6 of 162] Compiling Unison.Auth.Tokens ( src/Unison/Auth/Tokens.hs, dist/build/Unison/Auth/Tokens.o, dist/build/Unison/Auth/Tokens.dyn_o )
2777.52 s
[unison-cli] [ 7 of 162] Compiling Unison.Cli.DirectoryUtils ( src/Unison/Cli/DirectoryUtils.hs, dist/build/Unison/Cli/DirectoryUtils.o, dist/build/Unison/Cli/DirectoryUtils.dyn_o )
2777.52 s
[unison-cli] [ 8 of 162] Compiling Unison.Cli.ServantClientUtils ( src/Unison/Cli/ServantClientUtils.hs, dist/build/Unison/Cli/ServantClientUtils.o, dist/build/Unison/Cli/ServantClientUtils.dyn_o )
2777.52 s
[unison-cli] [ 9 of 162] Compiling Unison.Cli.Share.Projects.Types ( src/Unison/Cli/Share/Projects/Types.hs, dist/build/Unison/Cli/Share/Projects/Types.o, dist/build/Unison/Cli/Share/Projects/Types.dyn_o )
2777.52 s
[unison-cli] [ 10 of 162] Compiling Unison.Cli.MergeTypes ( src/Unison/Cli/MergeTypes.hs, dist/build/Unison/Cli/MergeTypes.o, dist/build/Unison/Cli/MergeTypes.dyn_o )
2777.52 s
[unison-cli] [ 11 of 162] Compiling Unison.Cli.TypeCheck ( src/Unison/Cli/TypeCheck.hs, dist/build/Unison/Cli/TypeCheck.o, dist/build/Unison/Cli/TypeCheck.dyn_o )
2777.52 s
[unison-cli] [ 12 of 162] Compiling Unison.Cli.UniqueTypeGuidLookup ( src/Unison/Cli/UniqueTypeGuidLookup.hs, dist/build/Unison/Cli/UniqueTypeGuidLookup.o, dist/build/Unison/Cli/UniqueTypeGuidLookup.dyn_o )
2777.52 s
[unison-cli] [ 13 of 162] Compiling Unison.Codebase.Editor.AuthorInfo ( src/Unison/Codebase/Editor/AuthorInfo.hs, dist/build/Unison/Codebase/Editor/AuthorInfo.o, dist/build/Unison/Codebase/Editor/AuthorInfo.dyn_o )
2777.52 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2777.52 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2777.52 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
2777.52 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2777.52 s
[unison-cli] |
2777.52 s
[unison-cli] 66 | [(id , tm, _tp, ())] -> (id, tm)
2777.52 s
[unison-cli] | ^^
2777.52 s
[unison-cli]
2777.52 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2777.52 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2777.52 s
[unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
2777.52 s
[unison-cli] |
2777.52 s
[unison-cli] 66 | [(id, tm , _tp, ())] -> (id, tm)
2777.52 s
[unison-cli] | ^^
2777.52 s
[unison-cli]
2777.52 s
[unison-cli] [ 14 of 162] Compiling Unison.Codebase.Editor.HandleInput.FormatFile ( src/Unison/Codebase/Editor/HandleInput/FormatFile.hs, dist/build/Unison/Codebase/Editor/HandleInput/FormatFile.o, dist/build/Unison/Codebase/Editor/HandleInput/FormatFile.dyn_o )
2777.87 s
[unison-cli] [ 15 of 162] Compiling Unison.Codebase.Editor.Output.BranchDiff ( src/Unison/Codebase/Editor/Output/BranchDiff.hs, dist/build/Unison/Codebase/Editor/Output/BranchDiff.o, dist/build/Unison/Codebase/Editor/Output/BranchDiff.dyn_o )
2778.71 s
[unison-cli] [ 16 of 162] Compiling Unison.Codebase.Editor.Output.DumpNamespace ( src/Unison/Codebase/Editor/Output/DumpNamespace.hs, dist/build/Unison/Codebase/Editor/Output/DumpNamespace.o, dist/build/Unison/Codebase/Editor/Output/DumpNamespace.dyn_o )
2778.71 s
[unison-cli] [ 17 of 162] Compiling Unison.Codebase.Editor.Output.PushPull ( src/Unison/Codebase/Editor/Output/PushPull.hs, dist/build/Unison/Codebase/Editor/Output/PushPull.o, dist/build/Unison/Codebase/Editor/Output/PushPull.dyn_o )
2778.71 s
[unison-cli] [ 18 of 162] Compiling Unison.Codebase.Editor.SlurpComponent ( src/Unison/Codebase/Editor/SlurpComponent.hs, dist/build/Unison/Codebase/Editor/SlurpComponent.o, dist/build/Unison/Codebase/Editor/SlurpComponent.dyn_o )
2778.71 s
[unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2778.71 s
[unison-cli] This binding for ‘seenTypes’ shadows the existing binding
2778.71 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
2778.71 s
[unison-cli] |
2778.71 s
[unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
2778.71 s
[unison-cli] | ^^^^^^^^^
2778.71 s
[unison-cli]
2778.71 s
[unison-cli] [ 19 of 162] Compiling Unison.Codebase.Editor.SlurpResult ( src/Unison/Codebase/Editor/SlurpResult.hs, dist/build/Unison/Codebase/Editor/SlurpResult.o, dist/build/Unison/Codebase/Editor/SlurpResult.dyn_o )
2778.71 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2778.71 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2778.71 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2778.71 s
[unison-cli] |
2778.71 s
[unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
2778.71 s
[unison-cli] | ^^
2778.71 s
[unison-cli]
2778.71 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2778.71 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2778.71 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2778.71 s
[unison-cli] |
2778.71 s
[unison-cli] 204 | notOks past present sr =
2778.71 s
[unison-cli] | ^^
2778.71 s
[unison-cli]
2778.71 s
[unison-cli] [ 20 of 162] Compiling Unison.Codebase.Editor.Slurp ( src/Unison/Codebase/Editor/Slurp.hs, dist/build/Unison/Codebase/Editor/Slurp.o, dist/build/Unison/Codebase/Editor/Slurp.dyn_o )
2780.11 s
[unison-cli] [ 21 of 162] Compiling Unison.Codebase.Editor.UCMVersion ( src/Unison/Codebase/Editor/UCMVersion.hs, dist/build/Unison/Codebase/Editor/UCMVersion.o, dist/build/Unison/Codebase/Editor/UCMVersion.dyn_o )
2780.11 s
[unison-cli] [ 22 of 162] Compiling Unison.Codebase.Editor.UriParser ( src/Unison/Codebase/Editor/UriParser.hs, dist/build/Unison/Codebase/Editor/UriParser.o, dist/build/Unison/Codebase/Editor/UriParser.dyn_o )
2780.11 s
[unison-cli] [ 23 of 162] Compiling Unison.Codebase.Transcript ( src/Unison/Codebase/Transcript.hs, dist/build/Unison/Codebase/Transcript.o, dist/build/Unison/Codebase/Transcript.dyn_o )
2780.11 s
[unison-cli] [ 24 of 162] Compiling Unison.Codebase.Transcript.Parser ( src/Unison/Codebase/Transcript/Parser.hs, dist/build/Unison/Codebase/Transcript/Parser.o, dist/build/Unison/Codebase/Transcript/Parser.dyn_o )
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘language’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2780.11 s
[unison-cli] | ^^^^^^^^
2780.11 s
[unison-cli]
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘infoTags’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2780.11 s
[unison-cli] | ^^^^^^^^
2780.11 s
[unison-cli]
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘hidden’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2780.11 s
[unison-cli] | ^^^^^^
2780.11 s
[unison-cli]
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘expectingError’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2780.11 s
[unison-cli] | ^^^^^^^^^^^^^^
2780.11 s
[unison-cli]
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘hasBug’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2780.11 s
[unison-cli] | ^^^^^^
2780.11 s
[unison-cli]
2780.11 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.11 s
[unison-cli] This binding for ‘generated’ shadows the existing binding
2780.11 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
2780.11 s
[unison-cli] |
2780.11 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2780.11 s
[unison-cli] | ^^^^^^^^^
2780.11 s
[unison-cli]
2780.93 s
[unison-cli] [ 25 of 162] Compiling Unison.Codebase.Watch ( src/Unison/Codebase/Watch.hs, dist/build/Unison/Codebase/Watch.o, dist/build/Unison/Codebase/Watch.dyn_o )
2780.93 s
[unison-cli] [ 26 of 162] Compiling Unison.CommandLine.BranchRelativePath ( src/Unison/CommandLine/BranchRelativePath.hs, dist/build/Unison/CommandLine/BranchRelativePath.o, dist/build/Unison/CommandLine/BranchRelativePath.dyn_o )
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 134 | This (projectName , True) -> startingAtBranch (Just projectName)
2780.93 s
[unison-cli] | ^^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 139 | This (projectName , False) ->
2780.93 s
[unison-cli] | ^^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 27 of 162] Compiling Unison.Codebase.Editor.Input ( src/Unison/Codebase/Editor/Input.hs, dist/build/Unison/Codebase/Editor/Input.o, dist/build/Unison/Codebase/Editor/Input.dyn_o )
2780.93 s
[unison-cli] [ 28 of 162] Compiling Unison.Codebase.Editor.StructuredArgument ( src/Unison/Codebase/Editor/StructuredArgument.hs, dist/build/Unison/Codebase/Editor/StructuredArgument.o, dist/build/Unison/Codebase/Editor/StructuredArgument.dyn_o )
2780.93 s
[unison-cli] [ 29 of 162] Compiling Unison.CommandLine.FZFResolvers ( src/Unison/CommandLine/FZFResolvers.hs, dist/build/Unison/CommandLine/FZFResolvers.o, dist/build/Unison/CommandLine/FZFResolvers.dyn_o )
2780.93 s
[unison-cli] [ 30 of 162] Compiling Unison.CommandLine.FuzzySelect ( src/Unison/CommandLine/FuzzySelect.hs, dist/build/Unison/CommandLine/FuzzySelect.o, dist/build/Unison/CommandLine/FuzzySelect.dyn_o )
2780.93 s
[unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘selections’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 118 | Right selections ->
2780.93 s
[unison-cli] | ^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 31 of 162] Compiling Unison.CommandLine.Helpers ( src/Unison/CommandLine/Helpers.hs, dist/build/Unison/CommandLine/Helpers.o, dist/build/Unison/CommandLine/Helpers.dyn_o )
2780.93 s
[unison-cli] [ 32 of 162] Compiling Unison.CommandLine.Types ( src/Unison/CommandLine/Types.hs, dist/build/Unison/CommandLine/Types.o, dist/build/Unison/CommandLine/Types.dyn_o )
2780.93 s
[unison-cli] [ 33 of 162] Compiling Unison.CommandLine.Welcome ( src/Unison/CommandLine/Welcome.hs, dist/build/Unison/CommandLine/Welcome.o, dist/build/Unison/CommandLine/Welcome.dyn_o )
2780.93 s
[unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘onboarding’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 47 | go onboarding acc =
2780.93 s
[unison-cli] | ^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 34 of 162] Compiling Unison.LSP.Orphans ( src/Unison/LSP/Orphans.hs, dist/build/Unison/LSP/Orphans.o, dist/build/Unison/LSP/Orphans.dyn_o )
2780.93 s
[unison-cli] [ 35 of 162] Compiling Unison.LSP.Conversions ( src/Unison/LSP/Conversions.hs, dist/build/Unison/LSP/Conversions.o, dist/build/Unison/LSP/Conversions.dyn_o )
2780.93 s
[unison-cli] [ 36 of 162] Compiling Unison.LSP.Types ( src/Unison/LSP/Types.hs, dist/build/Unison/LSP/Types.o, dist/build/Unison/LSP/Types.dyn_o )
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:63:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:70:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:107:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:19
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2780.93 s
[unison-cli] | ^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:107:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:60
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2780.93 s
[unison-cli] | ^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:225:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:225:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2780.93 s
[unison-cli] | ^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:240:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:240:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2780.93 s
[unison-cli] | ^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:241:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 241 | let edits = do
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Types.hs:244:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 244 | workspaceEdit =
2780.93 s
[unison-cli] | ^^^^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 37 of 162] Compiling Unison.LSP.ProjectContext ( src/Unison/LSP/ProjectContext.hs, dist/build/Unison/LSP/ProjectContext.o, dist/build/Unison/LSP/ProjectContext.dyn_o )
2780.93 s
[unison-cli] [ 38 of 162] Compiling Unison.LSP.NotificationHandlers ( src/Unison/LSP/NotificationHandlers.hs, dist/build/Unison/LSP/NotificationHandlers.o, dist/build/Unison/LSP/NotificationHandlers.dyn_o )
2780.93 s
[unison-cli] [ 39 of 162] Compiling Unison.LSP.HandlerUtils ( src/Unison/LSP/HandlerUtils.hs, dist/build/Unison/LSP/HandlerUtils.o, dist/build/Unison/LSP/HandlerUtils.dyn_o )
2780.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 26 | cancel <- atomically $ do
2780.93 s
[unison-cli] | ^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 31 | Just cancel -> do
2780.93 s
[unison-cli] | ^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 42 | withDebugging handler message respond = do
2780.93 s
[unison-cli] | ^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
2780.93 s
[unison-cli] | ^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 40 of 162] Compiling Unison.LSP.Diagnostics ( src/Unison/LSP/Diagnostics.hs, dist/build/Unison/LSP/Diagnostics.o, dist/build/Unison/LSP/Diagnostics.dyn_o )
2780.93 s
[unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘msg’ shadows the existing binding
2780.93 s
[unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 41 | refs <&> \(msg , range) ->
2780.93 s
[unison-cli] | ^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 41 of 162] Compiling Unison.LSP.FileAnalysis.UnusedBindings ( src/Unison/LSP/FileAnalysis/UnusedBindings.hs, dist/build/Unison/LSP/FileAnalysis/UnusedBindings.o, dist/build/Unison/LSP/FileAnalysis/UnusedBindings.dyn_o )
2780.93 s
[unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘guard’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
2780.93 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] [ 42 of 162] Compiling Unison.LSP.Configuration ( src/Unison/LSP/Configuration.hs, dist/build/Unison/LSP/Configuration.o, dist/build/Unison/LSP/Configuration.dyn_o )
2780.93 s
[unison-cli] [ 43 of 162] Compiling Unison.LSP.Commands ( src/Unison/LSP/Commands.hs, dist/build/Unison/LSP/Commands.o, dist/build/Unison/LSP/Commands.dyn_o )
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:24:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:35:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:35:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2780.93 s
[unison-cli] | ^^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:64:64: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2780.93 s
[unison-cli] | ^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:64:70: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.93 s
[unison-cli] |
2780.93 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2780.93 s
[unison-cli] | ^^^^^^^^^^^
2780.93 s
[unison-cli]
2780.93 s
[unison-cli] src/Unison/LSP/Commands.hs:65:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.93 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2780.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2780.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 65 | let params =
2780.94 s
[unison-cli] | ^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] [ 44 of 162] Compiling Unison.LSP.CancelRequest ( src/Unison/LSP/CancelRequest.hs, dist/build/Unison/LSP/CancelRequest.o, dist/build/Unison/LSP/CancelRequest.dyn_o )
2780.94 s
[unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 23 | Just cancel -> liftIO cancel
2780.94 s
[unison-cli] | ^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] [ 45 of 162] Compiling Unison.LSP.Util.IntersectionMap ( src/Unison/LSP/Util/IntersectionMap.hs, dist/build/Unison/LSP/Util/IntersectionMap.o, dist/build/Unison/LSP/Util/IntersectionMap.dyn_o )
2780.94 s
[unison-cli] [ 46 of 162] Compiling Unison.LSP.Util.Signal ( src/Unison/LSP/Util/Signal.hs, dist/build/Unison/LSP/Util/Signal.o, dist/build/Unison/LSP/Util/Signal.dyn_o )
2780.94 s
[unison-cli] [ 47 of 162] Compiling Unison.LSP.VFS.CompletionPrefix ( src/Unison/LSP/VFS/CompletionPrefix.hs, dist/build/Unison/LSP/VFS/CompletionPrefix.o, dist/build/Unison/LSP/VFS/CompletionPrefix.dyn_o )
2780.94 s
[unison-cli] [ 48 of 162] Compiling Unison.LSP.VFS ( src/Unison/LSP/VFS.hs, dist/build/Unison/LSP/VFS.o, dist/build/Unison/LSP/VFS.dyn_o )
2780.94 s
[unison-cli] src/Unison/LSP/VFS.hs:36:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘vfs’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 36 | (!a, !vfs ) <- runStateT m vfs
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/VFS.hs:62:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 62 | for_ dirtyUris \uri -> do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/VFS.hs:77:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 77 | identifierAtPosition uri pos = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/VFS.hs:82:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 82 | identifierSplitAtPosition uri pos = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/VFS.hs:101:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 101 | completionPrefix uri pos = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] [ 49 of 162] Compiling Unison.LSP.FileAnalysis ( src/Unison/LSP/FileAnalysis.hs, dist/build/Unison/LSP/FileAnalysis.o, dist/build/Unison/LSP/FileAnalysis.dyn_o )
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 197 | getFileDefLocations uri = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 256 | <&> \range ->
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 321 | ranges = cycleLocs >>= aToR
2780.94 s
[unison-cli] | ^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 322 | (range , cycleRanges) <- withNeighbours ranges
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘cause’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause }) -> case cause of
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 374 | range <- ranges
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 432 | (range , references) <- ranges
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘typ’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 477 | getFileAnalysis uri = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 512 | getFileSummary uri = do
2780.94 s
[unison-cli] | ^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 530 | (_, Just tf ) ->
2780.94 s
[unison-cli] | ^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2780.94 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 534 | (Just uf , _) ->
2780.94 s
[unison-cli] | ^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 565 | range <- annToRange ann
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 587 | range <- annToRange ann
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2780.94 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 588 | let children = []
2780.94 s
[unison-cli] | ^^^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 596 | range <- annToRange (DD.annotation decl)
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2780.94 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 597 | let children = declChildren decl
2780.94 s
[unison-cli] | ^^^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 606 | range <- annToRange (DD.annotation decl)
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2780.94 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 607 | let children = declChildren decl
2780.94 s
[unison-cli] | ^^^^^^^^
2780.94 s
[unison-cli]
2780.94 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2780.94 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2780.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2780.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2780.94 s
[unison-cli] |
2780.94 s
[unison-cli] 615 | range <- maybeToList $ annToRange ann
2780.94 s
[unison-cli] | ^^^^^
2780.94 s
[unison-cli]
2781.66 s
[unison-cli] [ 50 of 162] Compiling Unison.LSP.Queries ( src/Unison/LSP/Queries.hs, dist/build/Unison/LSP/Queries.o, dist/build/Unison/LSP/Queries.dyn_o )
2781.76 s
[unison-cli] src/Unison/LSP/Queries.hs:86:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.76 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2781.76 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
2781.76 s
[unison-cli] |
2781.76 s
[unison-cli] 86 | hoistMaybe = MaybeT . pure
2781.76 s
[unison-cli] | ^^^^^^^^^^
2781.76 s
[unison-cli]
2781.76 s
[unison-cli] src/Unison/LSP/Queries.hs:211:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.76 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2781.76 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2781.76 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2781.76 s
[unison-cli] |
2781.76 s
[unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
2781.77 s
[unison-cli] | ^^^^
2781.77 s
[unison-cli]
2781.77 s
[unison-cli] src/Unison/LSP/Queries.hs:282:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.77 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2781.77 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2781.77 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2781.77 s
[unison-cli] |
2781.77 s
[unison-cli] 282 | ann = getTermSpanAnn term
2781.77 s
[unison-cli] | ^^^
2781.77 s
[unison-cli]
2781.77 s
[unison-cli] src/Unison/LSP/Queries.hs:303:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.77 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2781.77 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2781.77 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2781.77 s
[unison-cli] |
2781.77 s
[unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
2781.77 s
[unison-cli] | ^^^^
2781.77 s
[unison-cli]
2781.77 s
[unison-cli] src/Unison/LSP/Queries.hs:353:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.77 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2781.77 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2781.77 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2781.77 s
[unison-cli] |
2781.77 s
[unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
2781.77 s
[unison-cli] | ^^^^
2781.77 s
[unison-cli]
2781.77 s
[unison-cli] src/Unison/LSP/Queries.hs:407:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.77 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2781.77 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2781.77 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2781.77 s
[unison-cli] |
2781.77 s
[unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
2781.77 s
[unison-cli] | ^^^^
2781.77 s
[unison-cli]
2781.77 s
[unison-cli] src/Unison/LSP/Queries.hs:422:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2781.77 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2781.77 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2781.77 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2781.77 s
[unison-cli] |
2781.77 s
[unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
2781.77 s
[unison-cli] | ^^^
2781.77 s
[unison-cli]
2782.69 s
[unison-cli] [ 51 of 162] Compiling Unison.LSP.Hover ( src/Unison/LSP/Hover.hs, dist/build/Unison/LSP/Hover.o, dist/build/Unison/LSP/Hover.dyn_o )
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2782.76 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2782.76 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 50 | hoverInfo uri pos =
2782.76 s
[unison-cli] | ^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:64:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2782.76 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
2782.76 s
[unison-cli] | ^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:65:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2782.76 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
2782.76 s
[unison-cli] | ^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:95:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2782.76 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 95 | LD.TypeReference ref @(Reference.DerivedId refId) -> do
2782.76 s
[unison-cli] | ^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:102:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2782.76 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 102 | LD.TermReferent ref -> do
2782.76 s
[unison-cli] | ^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:108:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.76 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2782.76 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2782.76 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2782.76 s
[unison-cli] |
2782.76 s
[unison-cli] 108 | renderTypeSigForHover pped name typ =
2782.76 s
[unison-cli] | ^^^^
2782.76 s
[unison-cli]
2782.76 s
[unison-cli] src/Unison/LSP/Hover.hs:138:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.77 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2782.77 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2782.77 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2782.77 s
[unison-cli] |
2782.77 s
[unison-cli] 138 | (Symbol.Symbol _ (Var.User name )) -> name
2782.77 s
[unison-cli] | ^^^^
2782.77 s
[unison-cli]
2782.77 s
[unison-cli] src/Unison/LSP/Hover.hs:143:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2782.77 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2782.77 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
2782.77 s
[unison-cli] |
2782.77 s
[unison-cli] 143 | hoistMaybe = MaybeT . pure
2782.77 s
[unison-cli] | ^^^^^^^^^^
2782.77 s
[unison-cli]
2783.14 s
[unison-cli] [ 52 of 162] Compiling Unison.LSP.GoToDefinition ( src/Unison/LSP/GoToDefinition.hs, dist/build/Unison/LSP/GoToDefinition.o, dist/build/Unison/LSP/GoToDefinition.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2783.14 s
[unison-cli] | ^^^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
2783.14 s
[unison-cli] | ^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2783.14 s
[unison-cli] | ^^^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
2783.14 s
[unison-cli] | ^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2783.14 s
[unison-cli] | ^^^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
2783.14 s
[unison-cli] | ^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 51 | locationInfo uri pos = do
2783.14 s
[unison-cli] | ^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 53 | (_interval, (_typ, range )) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 57 | hoistMaybe = MaybeT . pure
2783.14 s
[unison-cli] | ^^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] [ 53 of 162] Compiling Unison.LSP.Formatting ( src/Unison/LSP/Formatting.hs, dist/build/Unison/LSP/Formatting.o, dist/build/Unison/LSP/Formatting.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘newText’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
2783.14 s
[unison-cli] | ^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range ) = TextEdit (uToLspRange range) newText
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] [ 54 of 162] Compiling Unison.LSP.FoldingRange ( src/Unison/LSP/FoldingRange.hs, dist/build/Unison/LSP/FoldingRange.o, dist/build/Unison/LSP/FoldingRange.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 64 | ranges =
2783.14 s
[unison-cli] | ^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 66 | & mapMaybe \(sym, range ) ->
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] [ 55 of 162] Compiling Unison.LSP.DocumentSymbols ( src/Unison/LSP/DocumentSymbols.hs, dist/build/Unison/LSP/DocumentSymbols.o, dist/build/Unison/LSP/DocumentSymbols.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘symbolKind’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 35 | symbolKind ,
2783.14 s
[unison-cli] | ^^^^^^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] [ 56 of 162] Compiling Unison.LSP.CodeLens ( src/Unison/LSP/CodeLens.hs, dist/build/Unison/LSP/CodeLens.o, dist/build/Unison/LSP/CodeLens.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2783.14 s
[unison-cli] | ^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2783.14 s
[unison-cli] | ^^^^^
2783.14 s
[unison-cli]
2783.14 s
[unison-cli] [ 57 of 162] Compiling Unison.LSP.CodeAction ( src/Unison/LSP/CodeAction.hs, dist/build/Unison/LSP/CodeAction.o, dist/build/Unison/LSP/CodeAction.dyn_o )
2783.14 s
[unison-cli] [ 58 of 162] Compiling Unison.LSP.Completion ( src/Unison/LSP/Completion.hs, dist/build/Unison/LSP/Completion.o, dist/build/Unison/LSP/Completion.dyn_o )
2783.14 s
[unison-cli] src/Unison/LSP/Completion.hs:65:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.14 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.14 s
[unison-cli] |
2783.14 s
[unison-cli] 65 | (range , prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
2783.14 s
[unison-cli] | ^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:71:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 71 | let (isIncomplete , matches) = completionsForQuery codebaseCompletions strippedPrefix
2783.15 s
[unison-cli] | ^^^^^^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:71:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 71 | let (isIncomplete, matches ) = completionsForQuery codebaseCompletions strippedPrefix
2783.15 s
[unison-cli] | ^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:77:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘hqName’ shadows the existing binding
2783.15 s
[unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
2783.15 s
[unison-cli] | ^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 79 | let itemDefaults = Nothing
2783.15 s
[unison-cli] | ^^^^^^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:86:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 86 | (isIncomplete , defCompletions) =
2783.15 s
[unison-cli] | ^^^^^^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:103:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
2783.15 s
[unison-cli] | ^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:217:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 217 | ( \name refs ->
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:225:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 225 | ( \name refs ->
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:234:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 234 | isDefinitionDoc name =
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:239:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 239 | nameToCompletionTree name ref =
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:275:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:281:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 281 | let current = currentMatches <&> (\(name , def) -> (mempty, name, def))
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:292:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
2783.15 s
[unison-cli] | ^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:294:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 294 | let currentMatches = matches <&> \(name , dep) -> (Path.singleton ns, name, dep)
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:299:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 299 | completionItemResolveHandler message respond = do
2783.15 s
[unison-cli] | ^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:301:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘completion’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 301 | completion = message ^. params
2783.15 s
[unison-cli] | ^^^^^^^^^^
2783.15 s
[unison-cli]
2783.15 s
[unison-cli] src/Unison/LSP/Completion.hs:387:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.15 s
[unison-cli] This binding for ‘kind’ shadows the existing binding
2783.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2783.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2783.15 s
[unison-cli] |
2783.15 s
[unison-cli] 387 | kind <- obj Aeson..: "kind"
2783.15 s
[unison-cli] | ^^^^
2783.15 s
[unison-cli]
2783.66 s
[unison-cli] [ 59 of 162] Compiling Unison.LSP.UCMWorker ( src/Unison/LSP/UCMWorker.hs, dist/build/Unison/LSP/UCMWorker.o, dist/build/Unison/LSP/UCMWorker.dyn_o )
2783.67 s
[unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.67 s
[unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
2783.67 s
[unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
2783.67 s
[unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
2783.67 s
[unison-cli] |
2783.67 s
[unison-cli] 68 | writeTMVar var a =
2783.67 s
[unison-cli] | ^^^^^^^^^^
2783.67 s
[unison-cli]
2783.81 s
[unison-cli] [ 60 of 162] Compiling Unison.MCP.Server ( src/Unison/MCP/Server.hs, dist/build/Unison/MCP/Server.o, dist/build/Unison/MCP/Server.dyn_o )
2783.81 s
[unison-cli] [ 61 of 162] Compiling Unison.MCP.StaticResources ( src/Unison/MCP/StaticResources.hs, dist/build/Unison/MCP/StaticResources.o, dist/build/Unison/MCP/StaticResources.dyn_o )
2783.81 s
[unison-cli] [ 62 of 162] Compiling Unison.MCP.Wrapper ( src/Unison/MCP/Wrapper.hs, dist/build/Unison/MCP/Wrapper.o, dist/build/Unison/MCP/Wrapper.dyn_o )
2783.81 s
[unison-cli] [ 63 of 162] Compiling Unison.Share.Codeserver ( src/Unison/Share/Codeserver.hs, dist/build/Unison/Share/Codeserver.o, dist/build/Unison/Share/Codeserver.dyn_o )
2783.81 s
[unison-cli] [ 64 of 162] Compiling Unison.Share.ExpectedHashMismatches ( src/Unison/Share/ExpectedHashMismatches.hs, dist/build/Unison/Share/ExpectedHashMismatches.o, dist/build/Unison/Share/ExpectedHashMismatches.dyn_o )
2783.81 s
[unison-cli] [ 65 of 162] Compiling Unison.Share.Sync.Types ( src/Unison/Share/Sync/Types.hs, dist/build/Unison/Share/Sync/Types.o, dist/build/Unison/Share/Sync/Types.dyn_o )
2783.81 s
[unison-cli] [ 66 of 162] Compiling Unison.Util.HTTP ( src/Unison/Util/HTTP.hs, dist/build/Unison/Util/HTTP.o, dist/build/Unison/Util/HTTP.dyn_o )
2783.81 s
[unison-cli] [ 67 of 162] Compiling Unison.Auth.HTTPClient ( src/Unison/Auth/HTTPClient.hs, dist/build/Unison/Auth/HTTPClient.o, dist/build/Unison/Auth/HTTPClient.dyn_o )
2783.81 s
[unison-cli] [ 68 of 162] Compiling Unison.MCP.Types ( src/Unison/MCP/Types.hs, dist/build/Unison/MCP/Types.o, dist/build/Unison/MCP/Types.dyn_o )
2783.81 s
[unison-cli] [ 69 of 162] Compiling Unison.MCP.Prompts ( src/Unison/MCP/Prompts.hs, dist/build/Unison/MCP/Prompts.o, dist/build/Unison/MCP/Prompts.dyn_o )
2783.81 s
[unison-cli] [ 70 of 162] Compiling Unison.MCP.Share.API ( src/Unison/MCP/Share/API.hs, dist/build/Unison/MCP/Share/API.o, dist/build/Unison/MCP/Share/API.dyn_o )
2783.81 s
[unison-cli] [ 71 of 162] Compiling Unison.CommandLine.InputPattern ( src/Unison/CommandLine/InputPattern.hs, dist/build/Unison/CommandLine/InputPattern.o, dist/build/Unison/CommandLine/InputPattern.dyn_o )
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 176 | let rem = i - length requiredParams
2783.81 s
[unison-cli] | ^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] [ 72 of 162] Compiling Unison.Codebase.Editor.Output ( src/Unison/Codebase/Editor/Output.hs, dist/build/Unison/Codebase/Editor/Output.o, dist/build/Unison/Codebase/Editor/Output.dyn_o )
2783.81 s
[unison-cli] [ 73 of 162] Compiling Unison.Cli.Pretty ( src/Unison/Cli/Pretty.hs, dist/build/Unison/Cli/Pretty.o, dist/build/Unison/Cli/Pretty.dyn_o )
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
2783.81 s
[unison-cli] | ^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
2783.81 s
[unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 423 | prettyTerm skip n (a, tm) =
2783.81 s
[unison-cli] | ^^^^^^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘wk’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 435 | go wk v tm = case wk of
2783.81 s
[unison-cli] | ^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 435 | go wk v tm = case wk of
2783.81 s
[unison-cli] | ^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
2783.81 s
[unison-cli] | ^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2783.81 s
[unison-cli] | ^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2783.81 s
[unison-cli] | ^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
2783.81 s
[unison-cli] | ^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
2783.81 s
[unison-cli] | ^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] [ 74 of 162] Compiling Unison.CommandLine.Completion ( src/Unison/CommandLine/Completion.hs, dist/build/Unison/CommandLine/Completion.o, dist/build/Unison/CommandLine/Completion.dyn_o )
2783.81 s
[unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘lastArg’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 114 | ((cmd : midArgs), lastArg ) -> do
2783.81 s
[unison-cli] | ^^^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘contributor’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
2783.81 s
[unison-cli] | ^^^^^^^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] [ 75 of 162] Compiling Unison.CommandLine.InputPatterns ( src/Unison/CommandLine/InputPatterns.hs, dist/build/Unison/CommandLine/InputPatterns.o, dist/build/Unison/CommandLine/InputPatterns.dyn_o )
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 674 | let (segment NE.:| tail ) = Name.reverseSegments name
2783.81 s
[unison-cli] | ^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘file’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
2783.81 s
[unison-cli] | ^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2783.81 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
2783.81 s
[unison-cli] | ^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
2783.81 s
[unison-cli] | ^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1087 | untokenize words = go (unwords words)
2783.81 s
[unison-cli] | ^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1089 | go words = case words of
2783.81 s
[unison-cli] | ^^^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1093 | ("", rem ) -> go (dropWhile isSpace rem)
2783.81 s
[unison-cli] | ^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2783.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2783.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 1094 | (tok, rem ) -> tok : go (dropWhile isSpace rem)
2783.81 s
[unison-cli] | ^^^
2783.81 s
[unison-cli]
2783.81 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.81 s
[unison-cli] This binding for ‘topic’ shadows the existing binding
2783.81 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
2783.81 s
[unison-cli] |
2783.81 s
[unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
2783.81 s
[unison-cli] | ^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘cmd’ shadows the existing binding
2783.82 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
2783.82 s
[unison-cli] | ^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘patternName’ shadows the existing binding
2783.82 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 2969 | input@I.InputPattern {I.patternName , I.aliases} <- validInputs
2783.82 s
[unison-cli] | ^^^^^^^^^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2783.82 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
2783.82 s
[unison-cli] (and originally defined in ‘Witch.From’)
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 3184 | [from , to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
2783.82 s
[unison-cli] | ^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘input’ shadows the existing binding
2783.82 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2783.82 s
[unison-cli] | ^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2783.82 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2783.82 s
[unison-cli] | ^^^^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
2783.82 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2783.82 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2783.82 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2783.82 s
[unison-cli] | ^^^^^^^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘pp’ shadows the existing binding
2783.82 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2783.82 s
[unison-cli] | ^^
2783.82 s
[unison-cli]
2783.82 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2783.82 s
[unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
2783.82 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
2783.82 s
[unison-cli] |
2783.82 s
[unison-cli] 4604 | projectToCompletion =
2783.82 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^
2783.82 s
[unison-cli]
2789.56 s
[unison-cli] [ 76 of 162] Compiling Unison.CommandLine.OutputMessages ( src/Unison/CommandLine/OutputMessages.hs, dist/build/Unison/CommandLine/OutputMessages.o, dist/build/Unison/CommandLine/OutputMessages.dyn_o )
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 294 | History _cap schLength history tail ->
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
2790.00 s
[unison-cli] | ^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘dir’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 843 | msg dir =
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘entries’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 967 | numberedEntries ppe entries =
2790.00 s
[unison-cli] | ^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1164 | aliases ->
2790.00 s
[unison-cli] | ^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1177 | ( \(_name, _ty, aliases ) doc ->
2790.00 s
[unison-cli] | ^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1210 | ( \(_name, _ty, aliases ) doc ->
2790.00 s
[unison-cli] | ^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1299 | ([], old ) ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1303 | (new , []) ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1307 | (new @(_ : _), old@(_ : _)) ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1307 | (new@(_ : _), old @(_ : _)) ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1611 | DumpBitBooster head map ->
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1611 | DumpBitBooster head map ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1618 | renderLine head tail =
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1618 | renderLine head tail =
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘tip’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
2790.00 s
[unison-cli] (and originally defined
2790.00 s
[unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
2790.00 s
[unison-cli] | ^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2790.00 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2790.00 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2790.00 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2790.00 s
[unison-cli] (and originally defined in ‘Witch.From’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 2512 | names ->
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘value’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 2933 | Just value ->
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
2790.00 s
[unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3138 | prettyEntityType = \case
2790.00 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3352 | MissingObject r -> missing n r
2790.00 s
[unison-cli] | ^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3360 | MissingObject r -> missing n r
2790.00 s
[unison-cli] | ^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning : [ GHC-63394 ] [ -Wx-partial ]
2790.00 s
[unison-cli] In the use of ‘head’
2790.00 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2790.00 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
2790.00 s
[unison-cli] | ^^^^^^^^^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3770 | termRows terms =
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘types’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3775 | typeRows types =
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘lefts’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3942 | buildTable lefts rights =
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘rights’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3942 | buildTable lefts rights =
2790.00 s
[unison-cli] | ^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
2790.00 s
[unison-cli] | ^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
2790.00 s
[unison-cli] | ^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
2790.00 s
[unison-cli] | ^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4104 | olds <-
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2790.00 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
2790.00 s
[unison-cli] | ^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘prettyType’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
2790.00 s
[unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
2790.00 s
[unison-cli] | ^^^^^^^^^^
2790.00 s
[unison-cli]
2790.00 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.00 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2790.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2790.00 s
[unison-cli] |
2790.00 s
[unison-cli] 4237 | let lines = Text.lines src
2790.01 s
[unison-cli] | ^^^^^
2790.01 s
[unison-cli]
2790.01 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.01 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2790.01 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2790.01 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2790.01 s
[unison-cli] |
2790.01 s
[unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id )) (Term.Text' msg)) =
2790.01 s
[unison-cli] | ^^
2790.01 s
[unison-cli]
2790.01 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.01 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2790.01 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2790.01 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2790.01 s
[unison-cli] |
2790.01 s
[unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
2790.01 s
[unison-cli] | ^^^^^^^
2790.01 s
[unison-cli]
2790.01 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2790.01 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2790.01 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2790.01 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2790.01 s
[unison-cli] |
2790.01 s
[unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
2790.01 s
[unison-cli] | ^^^^^^^
2790.01 s
[unison-cli]
2790.01 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning : [ GHC-63394 ] [ -Wx-partial ]
2790.01 s
[unison-cli] In the use of ‘head’
2790.01 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2790.01 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2790.01 s
[unison-cli] |
2790.01 s
[unison-cli] 4673 | secondPath = head rest
2790.01 s
[unison-cli] | ^^^^
2790.01 s
[unison-cli]
2801.31 s
[unison-cli] [ 77 of 162] Compiling Unison.CommandLine.DisplayValues ( src/Unison/CommandLine/DisplayValues.hs, dist/build/Unison/CommandLine/DisplayValues.o, dist/build/Unison/CommandLine/DisplayValues.dyn_o )
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 79 | tm <- eval tm'
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘initial’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 126 | initial <- go initial
2801.34 s
[unison-cli] | ^^^^^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘afterNl’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 127 | afterNl <- go afterNl
2801.34 s
[unison-cli] | ^^^^^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 128 | p <- go p
2801.34 s
[unison-cli] | ^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 156 | let go ref =
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm ) ->
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) ->
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) ->
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2801.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2801.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2801.34 s
[unison-cli] | ^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2801.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2801.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
2801.34 s
[unison-cli] | ^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 236 | toReferent tm = case tm of
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘txt’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 274 | txt <- goConsole txt
2801.34 s
[unison-cli] | ^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘color’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 275 | color <- pure $ goColor color
2801.34 s
[unison-cli] | ^^^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
2801.34 s
[unison-cli] | ^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 315 | prettyEval terms r = case r of
2801.34 s
[unison-cli] | ^^^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
2801.34 s
[unison-cli] | ^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 323 | prettyTerm terms r = case r of
2801.34 s
[unison-cli] | ^^^^^
2801.34 s
[unison-cli]
2801.34 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2801.34 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2801.34 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
2801.34 s
[unison-cli] |
2801.34 s
[unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
2801.34 s
[unison-cli] | ^
2801.34 s
[unison-cli]
2802.38 s
[unison-cli] [ 78 of 162] Compiling Unison.Cli.Monad ( src/Unison/Cli/Monad.hs, dist/build/Unison/Cli/Monad.o, dist/build/Unison/Cli/Monad.dyn_o )
2802.38 s
[unison-cli] src/Unison/Cli/Monad.hs:342:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘label’ shadows the existing binding
2802.38 s
[unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 342 | time label action =
2802.38 s
[unison-cli] | ^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] [ 79 of 162] Compiling Unison.Share.SyncV2 ( src/Unison/Share/SyncV2.hs, dist/build/Unison/Share/SyncV2.o, dist/build/Unison/Share/SyncV2.dyn_o )
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘entityBytes’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 322 | unpackEntity entityBytes = do
2802.38 s
[unison-cli] | ^^^^^^^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2802.38 s
[unison-cli] | ^^^^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2802.38 s
[unison-cli] | ^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2802.38 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2802.38 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 507 | (init , entityStream) <- initializeStream setTotal stream
2802.38 s
[unison-cli] | ^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2802.38 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2802.38 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 513 | (streamRemainder, init ) <- stream C.$$+ C.headC
2802.38 s
[unison-cli] | ^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
2802.38 s
[unison-cli] | ^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
2802.38 s
[unison-cli] | ^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2802.38 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2802.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 679 | withSpinner action = do
2802.38 s
[unison-cli] | ^^^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning : [ GHC-63394 ] [ -Wx-partial ]
2802.38 s
[unison-cli] In the use of ‘head’
2802.38 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2802.38 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
2802.38 s
[unison-cli] | ^^^^
2802.38 s
[unison-cli]
2802.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning : [ GHC-63394 ] [ -Wx-partial ]
2802.38 s
[unison-cli] In the use of ‘tail’
2802.38 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2802.38 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2802.38 s
[unison-cli] |
2802.38 s
[unison-cli] 689 | go spinnerVar (tail spinner)
2802.38 s
[unison-cli] | ^^^^
2802.38 s
[unison-cli]
2804.78 s
[unison-cli] [ 80 of 162] Compiling Unison.Share.Sync ( src/Unison/Share/Sync.hs, dist/build/Unison/Share/Sync.o, dist/build/Unison/Share/Sync.dyn_o )
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:582:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2804.79 s
[unison-cli] bound at src/Unison/Share/Sync.hs:578:43
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 582 | err -> Left (SyncError err)
2804.79 s
[unison-cli] | ^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:605:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘hashes0’ shadows the existing binding
2804.79 s
[unison-cli] bound at src/Unison/Share/Sync.hs:468:40
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 605 | hashes0 <- readTVar hashesVar
2804.79 s
[unison-cli] | ^^^^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:651:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2804.79 s
[unison-cli] bound at src/Unison/Share/Sync.hs:643:23
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
2804.79 s
[unison-cli] | ^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:693:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
2804.79 s
[unison-cli] defined at src/Unison/Share/Sync.hs:689:3
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 693 | let ( httpGetCausalHashByPath
2804.79 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:694:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
2804.79 s
[unison-cli] defined at src/Unison/Share/Sync.hs:690:3
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 694 | Servant.:<|> httpDownloadEntities
2804.79 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/Share/Sync.hs:695:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
2804.79 s
[unison-cli] defined at src/Unison/Share/Sync.hs:691:3
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 695 | Servant.:<|> httpUploadEntities
2804.79 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] [ 81 of 162] Compiling Unison.Share.HistoryComments ( src/Unison/Share/HistoryComments.hs, dist/build/Unison/Share/HistoryComments.o, dist/build/Unison/Share/HistoryComments.dyn_o )
2804.79 s
[unison-cli] [ 82 of 162] Compiling Unison.CommandLine ( src/Unison/CommandLine.hs, dist/build/Unison/CommandLine.o, dist/build/Unison/CommandLine.dyn_o )
2804.79 s
[unison-cli] src/Unison/CommandLine.hs:109:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘arg’ shadows the existing binding
2804.79 s
[unison-cli] bound at src/Unison/CommandLine.hs:104:27
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 109 | Left (arg @(InputPattern.NumberedArg n))
2804.79 s
[unison-cli] | ^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] src/Unison/CommandLine.hs:130:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.79 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2804.79 s
[unison-cli] bound at src/Unison/CommandLine.hs:99:30
2804.79 s
[unison-cli] |
2804.79 s
[unison-cli] 130 | Right (rArgs, params ) -> Right (reverse rArgs, params)
2804.79 s
[unison-cli] | ^^^^^^
2804.79 s
[unison-cli]
2804.79 s
[unison-cli] [ 83 of 162] Compiling Unison.Codebase.Editor.HandleInput.RuntimeUtils ( src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs, dist/build/Unison/Codebase/Editor/HandleInput/RuntimeUtils.o, dist/build/Unison/Codebase/Editor/HandleInput/RuntimeUtils.dyn_o )
2804.79 s
[unison-cli] [ 84 of 162] Compiling Unison.Codebase.Editor.HandleInput.Projects ( src/Unison/Codebase/Editor/HandleInput/Projects.hs, dist/build/Unison/Codebase/Editor/HandleInput/Projects.o, dist/build/Unison/Codebase/Editor/HandleInput/Projects.dyn_o )
2804.79 s
[unison-cli] [ 85 of 162] Compiling Unison.Codebase.Editor.HandleInput.Global ( src/Unison/Codebase/Editor/HandleInput/Global.hs, dist/build/Unison/Codebase/Editor/HandleInput/Global.o, dist/build/Unison/Codebase/Editor/HandleInput/Global.dyn_o )
2804.79 s
[unison-cli] [ 86 of 162] Compiling Unison.Codebase.Editor.HandleInput.Config ( src/Unison/Codebase/Editor/HandleInput/Config.hs, dist/build/Unison/Codebase/Editor/HandleInput/Config.o, dist/build/Unison/Codebase/Editor/HandleInput/Config.dyn_o )
2804.79 s
[unison-cli] [ 87 of 162] Compiling Unison.Codebase.Editor.HandleInput.AuthLogin ( src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs, dist/build/Unison/Codebase/Editor/HandleInput/AuthLogin.o, dist/build/Unison/Codebase/Editor/HandleInput/AuthLogin.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘req’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 137 | getQueryParams req = do
2804.80 s
[unison-cli] | ^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [ 88 of 162] Compiling Unison.Cli.UpdateUtils ( src/Unison/Cli/UpdateUtils.hs, dist/build/Unison/Cli/UpdateUtils.o, dist/build/Unison/Cli/UpdateUtils.dyn_o )
2804.80 s
[unison-cli] [ 89 of 162] Compiling Unison.Cli.Share.Projects ( src/Unison/Cli/Share/Projects.hs, dist/build/Unison/Cli/Share/Projects.o, dist/build/Unison/Cli/Share/Projects.dyn_o )
2804.80 s
[unison-cli] [ 90 of 162] Compiling Unison.LSP.OpenOnShare ( src/Unison/LSP/OpenOnShare.hs, dist/build/Unison/LSP/OpenOnShare.o, dist/build/Unison/LSP/OpenOnShare.dyn_o )
2804.80 s
[unison-cli] [ 91 of 162] Compiling Unison.Cli.MonadUtils ( src/Unison/Cli/MonadUtils.hs, dist/build/Unison/Cli/MonadUtils.o, dist/build/Unison/Cli/MonadUtils.dyn_o )
2804.80 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
2804.80 s
[unison-cli] | ^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘f’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f ) -> Branch.modifyAt p f b) root updates)
2804.80 s
[unison-cli] | ^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘causalHashId’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
2804.80 s
[unison-cli] | ^^^^^^^^^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 521 | Just uf ->
2804.80 s
[unison-cli] | ^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [ 92 of 162] Compiling Unison.Codebase.Editor.HandleInput.UI ( src/Unison/Codebase/Editor/HandleInput/UI.hs, dist/build/Unison/Codebase/Editor/HandleInput/UI.o, dist/build/Unison/Codebase/Editor/HandleInput/UI.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘perspective’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
2804.80 s
[unison-cli] | ^^^^^^^^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [ 93 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectRename ( src/Unison/Codebase/Editor/HandleInput/ProjectRename.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectRename.o, dist/build/Unison/Codebase/Editor/HandleInput/ProjectRename.dyn_o )
2804.80 s
[unison-cli] [ 94 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveType ( src/Unison/Codebase/Editor/HandleInput/MoveType.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveType.o, dist/build/Unison/Codebase/Editor/HandleInput/MoveType.dyn_o )
2804.80 s
[unison-cli] [ 95 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTerm ( src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveTerm.o, dist/build/Unison/Codebase/Editor/HandleInput/MoveTerm.dyn_o )
2804.80 s
[unison-cli] [ 96 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveBranch ( src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveBranch.o, dist/build/Unison/Codebase/Editor/HandleInput/MoveBranch.dyn_o )
2804.80 s
[unison-cli] [ 97 of 162] Compiling Unison.Codebase.Editor.HandleInput.Rename ( src/Unison/Codebase/Editor/HandleInput/Rename.hs, dist/build/Unison/Codebase/Editor/HandleInput/Rename.o, dist/build/Unison/Codebase/Editor/HandleInput/Rename.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2804.80 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
2804.80 s
[unison-cli] (and originally defined
2804.80 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
2804.80 s
[unison-cli] | ^^^^^^^^^^^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [ 98 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTo ( src/Unison/Codebase/Editor/HandleInput/MoveTo.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveTo.o, dist/build/Unison/Codebase/Editor/HandleInput/MoveTo.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning : [ GHC-63394 ] [ -Wx-partial ]
2804.80 s
[unison-cli] In the use of ‘head’
2804.80 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2804.80 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
2804.80 s
[unison-cli] | ^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [ 99 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveAll ( src/Unison/Codebase/Editor/HandleInput/MoveAll.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveAll.o, dist/build/Unison/Codebase/Editor/HandleInput/MoveAll.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2804.80 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
2804.80 s
[unison-cli] (and originally defined
2804.80 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
2804.80 s
[unison-cli] | ^^^^^^^^^^^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] [100 of 162] Compiling Unison.Codebase.Editor.HandleInput.Load ( src/Unison/Codebase/Editor/HandleInput/Load.hs, dist/build/Unison/Codebase/Editor/HandleInput/Load.o, dist/build/Unison/Codebase/Editor/HandleInput/Load.dyn_o )
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
2804.80 s
[unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 332 | getTermAliases existingTerms slurpTerms =
2804.80 s
[unison-cli] | ^^^^^^^^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2804.80 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
2804.80 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 481 | Right (nts, resp, map ) -> do
2804.80 s
[unison-cli] | ^^^
2804.80 s
[unison-cli]
2804.80 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2804.80 s
[unison-cli] This binding for ‘prof’ shadows the existing binding
2804.80 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
2804.80 s
[unison-cli] |
2804.80 s
[unison-cli] 486 | Runtime.Profile prof ->
2804.80 s
[unison-cli] | ^^^^
2804.80 s
[unison-cli]
2805.01 s
[unison-cli] [101 of 162] Compiling Unison.Codebase.Editor.HandleInput.History ( src/Unison/Codebase/Editor/HandleInput/History.hs, dist/build/Unison/Codebase/Editor/HandleInput/History.o, dist/build/Unison/Codebase/Editor/HandleInput/History.dyn_o )
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2805.01 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
2805.01 s
[unison-cli] (and originally defined in ‘Witch.From’)
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 21 | handleHistory resultsCap diffCap from = do
2805.01 s
[unison-cli] | ^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2805.01 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2805.01 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 46 | Causal.Cons _ _ _ tail -> do
2805.01 s
[unison-cli] | ^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘elem’ shadows the existing binding
2805.01 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2805.01 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
2805.01 s
[unison-cli] | ^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] [102 of 162] Compiling Unison.Codebase.Editor.HandleInput.FindAndReplace ( src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs, dist/build/Unison/Codebase/Editor/HandleInput/FindAndReplace.o, dist/build/Unison/Codebase/Editor/HandleInput/FindAndReplace.dyn_o )
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘rules’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 61 | go n tm ((r, _) : rules ) = case r tm of
2805.01 s
[unison-cli] | ^^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 63 | Just tm -> go (n + 1) tm rules
2805.01 s
[unison-cli] | ^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2805.01 s
[unison-cli] | ^^^^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2805.01 s
[unison-cli] | ^^^^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘txts’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
2805.01 s
[unison-cli] | ^^^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘ot’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 154 | ot <- case ot of
2805.01 s
[unison-cli] | ^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 164 | let extract vs tm = case tm of
2805.01 s
[unison-cli] | ^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
2805.01 s
[unison-cli] | ^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.01 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2805.01 s
[unison-cli] |
2805.01 s
[unison-cli] 179 | extractOuter vs0 tm = case tm of
2805.01 s
[unison-cli] | ^^
2805.01 s
[unison-cli]
2805.01 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.01 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
2805.02 s
[unison-cli] | ^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
2805.02 s
[unison-cli] | ^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2805.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 182 | tm -> case prepare vs0 tm of
2805.02 s
[unison-cli] | ^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] [103 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffUpdate ( src/Unison/Codebase/Editor/HandleInput/DiffUpdate.hs, dist/build/Unison/Codebase/Editor/HandleInput/DiffUpdate.o, dist/build/Unison/Codebase/Editor/HandleInput/DiffUpdate.dyn_o )
2805.02 s
[unison-cli] [104 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteProject ( src/Unison/Codebase/Editor/HandleInput/DeleteProject.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteProject.o, dist/build/Unison/Codebase/Editor/HandleInput/DeleteProject.dyn_o )
2805.02 s
[unison-cli] [105 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteNamespace ( src/Unison/Codebase/Editor/HandleInput/DeleteNamespace.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteNamespace.o, dist/build/Unison/Codebase/Editor/HandleInput/DeleteNamespace.dyn_o )
2805.02 s
[unison-cli] [106 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugSynhashTerm ( src/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.o, dist/build/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.dyn_o )
2805.02 s
[unison-cli] [107 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugFoldRanges ( src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.o, dist/build/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.dyn_o )
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘contents’ shadows the existing binding
2805.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2805.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
2805.02 s
[unison-cli] | ^^^^^^^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2805.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2805.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 50 | annotateRanges txt ranges =
2805.02 s
[unison-cli] | ^^^^^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘start’ shadows the existing binding
2805.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2805.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 54 | ( \(LSP.Range start end) ->
2805.02 s
[unison-cli] | ^^^^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘end’ shadows the existing binding
2805.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2805.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 54 | ( \(LSP.Range start end ) ->
2805.02 s
[unison-cli] | ^^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] [108 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDependentsGraph ( src/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.o, dist/build/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.dyn_o )
2805.02 s
[unison-cli] [109 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branches ( src/Unison/Codebase/Editor/HandleInput/Branches.hs, dist/build/Unison/Codebase/Editor/HandleInput/Branches.o, dist/build/Unison/Codebase/Editor/HandleInput/Branches.dyn_o )
2805.02 s
[unison-cli] [110 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchRename ( src/Unison/Codebase/Editor/HandleInput/BranchRename.hs, dist/build/Unison/Codebase/Editor/HandleInput/BranchRename.o, dist/build/Unison/Codebase/Editor/HandleInput/BranchRename.dyn_o )
2805.02 s
[unison-cli] [111 of 162] Compiling Unison.Codebase.Editor.HandleInput.AliasType ( src/Unison/Codebase/Editor/HandleInput/AliasType.hs, dist/build/Unison/Codebase/Editor/HandleInput/AliasType.o, dist/build/Unison/Codebase/Editor/HandleInput/AliasType.dyn_o )
2805.02 s
[unison-cli] [112 of 162] Compiling Unison.Cli.ProjectUtils ( src/Unison/Cli/ProjectUtils.hs, dist/build/Unison/Cli/ProjectUtils.o, dist/build/Unison/Cli/ProjectUtils.dyn_o )
2805.02 s
[unison-cli] [113 of 162] Compiling Unison.Codebase.Editor.HandleInput.Reflogs ( src/Unison/Codebase/Editor/HandleInput/Reflogs.hs, dist/build/Unison/Codebase/Editor/HandleInput/Reflogs.o, dist/build/Unison/Codebase/Editor/HandleInput/Reflogs.dyn_o )
2805.02 s
[unison-cli] [114 of 162] Compiling Unison.Codebase.Editor.HandleInput.Push ( src/Unison/Codebase/Editor/HandleInput/Push.hs, dist/build/Unison/Codebase/Editor/HandleInput/Push.o, dist/build/Unison/Codebase/Editor/HandleInput/Push.dyn_o )
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2805.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 94 | (localProjectAndBranch , localBranchHead) <-
2805.02 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2805.02 s
[unison-cli]
2805.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.02 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2805.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2805.02 s
[unison-cli] |
2805.02 s
[unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
2805.02 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2805.02 s
[unison-cli]
2805.20 s
[unison-cli] [115 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectSwitch ( src/Unison/Codebase/Editor/HandleInput/ProjectSwitch.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectSwitch.o, dist/build/Unison/Codebase/Editor/HandleInput/ProjectSwitch.dyn_o )
2805.20 s
[unison-cli] [116 of 162] Compiling Unison.Codebase.Editor.HandleInput.HistoryComment ( src/Unison/Codebase/Editor/HandleInput/HistoryComment.hs, dist/build/Unison/Codebase/Editor/HandleInput/HistoryComment.o, dist/build/Unison/Codebase/Editor/HandleInput/HistoryComment.dyn_o )
2805.20 s
[unison-cli] [117 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffBranch ( src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/DiffBranch.o, dist/build/Unison/Codebase/Editor/HandleInput/DiffBranch.dyn_o )
2805.20 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.20 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.20 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
2805.20 s
[unison-cli] |
2805.20 s
[unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
2805.20 s
[unison-cli] | ^^^^^
2805.20 s
[unison-cli]
2805.42 s
[unison-cli] [118 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteBranch ( src/Unison/Codebase/Editor/HandleInput/DeleteBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteBranch.o, dist/build/Unison/Codebase/Editor/HandleInput/DeleteBranch.dyn_o )
2805.42 s
[unison-cli] [119 of 162] Compiling Unison.Codebase.Editor.HandleInput.Cancel ( src/Unison/Codebase/Editor/HandleInput/Cancel.hs, dist/build/Unison/Codebase/Editor/HandleInput/Cancel.o, dist/build/Unison/Codebase/Editor/HandleInput/Cancel.dyn_o )
2805.42 s
[unison-cli] [120 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branch ( src/Unison/Codebase/Editor/HandleInput/Branch.hs, dist/build/Unison/Codebase/Editor/HandleInput/Branch.o, dist/build/Unison/Codebase/Editor/HandleInput/Branch.dyn_o )
2805.42 s
[unison-cli] [121 of 162] Compiling Unison.Codebase.Editor.HandleInput.ReleaseDraft ( src/Unison/Codebase/Editor/HandleInput/ReleaseDraft.hs, dist/build/Unison/Codebase/Editor/HandleInput/ReleaseDraft.o, dist/build/Unison/Codebase/Editor/HandleInput/ReleaseDraft.dyn_o )
2805.42 s
[unison-cli] [122 of 162] Compiling Unison.Codebase.Editor.HandleInput.Merge2 ( src/Unison/Codebase/Editor/HandleInput/Merge2.hs, dist/build/Unison/Codebase/Editor/HandleInput/Merge2.o, dist/build/Unison/Codebase/Editor/HandleInput/Merge2.dyn_o )
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘info’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 329 | MergeSource'RemoteLooseCode info ->
2805.42 s
[unison-cli] | ^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘env’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 350 | env <- ask
2805.42 s
[unison-cli] | ^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 686 | renderDefns defns = do
2805.42 s
[unison-cli] | ^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2805.42 s
[unison-cli] | ^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘dependencies’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2805.42 s
[unison-cli] | ^^^^^^^^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 852 | renderDependents defns dependents = do
2805.42 s
[unison-cli] | ^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘dependents’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 852 | renderDependents defns dependents = do
2805.42 s
[unison-cli] | ^^^^^^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 890 | renderDefns defns = do
2805.42 s
[unison-cli] | ^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘conflicts’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 940 | renderConflicts label conflicts who =
2805.42 s
[unison-cli] | ^^^^^^^^^
2805.42 s
[unison-cli]
2805.42 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.42 s
[unison-cli] This binding for ‘unconflicts’ shadows the existing binding
2805.42 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
2805.42 s
[unison-cli] |
2805.42 s
[unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
2805.42 s
[unison-cli] | ^^^^^^^^^^^
2805.42 s
[unison-cli]
2805.43 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.43 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2805.43 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
2805.43 s
[unison-cli] |
2805.43 s
[unison-cli] 989 | renderRenames renames = do
2805.43 s
[unison-cli] | ^^^^^^^
2805.43 s
[unison-cli]
2805.43 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.43 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2805.43 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
2805.43 s
[unison-cli] |
2805.43 s
[unison-cli] 1018 | renderRenames renames = do
2805.43 s
[unison-cli] | ^^^^^^^
2805.43 s
[unison-cli]
2805.43 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2805.43 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2805.43 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
2805.43 s
[unison-cli] |
2805.43 s
[unison-cli] 1042 | renderDefns defns = do
2805.43 s
[unison-cli] | ^^^^^
2805.43 s
[unison-cli]
2806.94 s
[unison-cli] [123 of 162] Compiling Unison.Codebase.Editor.HandleInput.Update2 ( src/Unison/Codebase/Editor/HandleInput/Update2.hs, dist/build/Unison/Codebase/Editor/HandleInput/Update2.o, dist/build/Unison/Codebase/Editor/HandleInput/Update2.dyn_o )
2807.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2807.02 s
[unison-cli] This binding for ‘abort’ shadows the existing binding
2807.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
2807.02 s
[unison-cli] |
2807.02 s
[unison-cli] 375 | makeDeclUpdates abort = do
2807.02 s
[unison-cli] | ^^^^^
2807.02 s
[unison-cli]
2807.02 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2807.02 s
[unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
2807.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
2807.02 s
[unison-cli] |
2807.03 s
[unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
2807.03 s
[unison-cli] | ^^^^^^^^^^^^^^^
2807.03 s
[unison-cli]
2807.77 s
[unison-cli] [124 of 162] Compiling Unison.Codebase.Editor.HandleInput.Upgrade ( src/Unison/Codebase/Editor/HandleInput/Upgrade.hs, dist/build/Unison/Codebase/Editor/HandleInput/Upgrade.o, dist/build/Unison/Codebase/Editor/HandleInput/Upgrade.dyn_o )
2808.86 s
[unison-cli] [125 of 162] Compiling Unison.Codebase.Editor.HandleInput.Todo ( src/Unison/Codebase/Editor/HandleInput/Todo.hs, dist/build/Unison/Codebase/Editor/HandleInput/Todo.o, dist/build/Unison/Codebase/Editor/HandleInput/Todo.dyn_o )
2808.86 s
[unison-cli] [126 of 162] Compiling Unison.Codebase.Editor.HandleInput.Delete ( src/Unison/Codebase/Editor/HandleInput/Delete.hs, dist/build/Unison/Codebase/Editor/HandleInput/Delete.o, dist/build/Unison/Codebase/Editor/HandleInput/Delete.dyn_o )
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2808.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 171 | ( \defns target ->
2808.86 s
[unison-cli] | ^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2808.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 181 | in \defns target ->
2808.86 s
[unison-cli] | ^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2808.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 351 | ( \(constructors, terms) name -> \case
2808.86 s
[unison-cli] | ^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] [127 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchSquash ( src/Unison/Codebase/Editor/HandleInput/BranchSquash.hs, dist/build/Unison/Codebase/Editor/HandleInput/BranchSquash.o, dist/build/Unison/Codebase/Editor/HandleInput/BranchSquash.dyn_o )
2808.86 s
[unison-cli] [128 of 162] Compiling Unison.Cli.NamesUtils ( src/Unison/Cli/NamesUtils.hs, dist/build/Unison/Cli/NamesUtils.o, dist/build/Unison/Cli/NamesUtils.dyn_o )
2808.86 s
[unison-cli] [129 of 162] Compiling Unison.Codebase.Editor.HandleInput.Tests ( src/Unison/Codebase/Editor/HandleInput/Tests.hs, dist/build/Unison/Codebase/Editor/HandleInput/Tests.o, dist/build/Unison/Codebase/Editor/HandleInput/Tests.dyn_o )
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘tm'’ shadows the existing binding
2808.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 129 | Right tm' -> do
2808.86 s
[unison-cli] | ^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘parseNames’ shadows the existing binding
2808.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 219 | getNameFromCodebase parseNames main = do
2808.86 s
[unison-cli] | ^^^^^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘element’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
2808.86 s
[unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 237 | element <- case tm of
2808.86 s
[unison-cli] | ^^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] [130 of 162] Compiling Unison.Codebase.Editor.HandleInput.TermResolution ( src/Unison/Codebase/Editor/HandleInput/TermResolution.hs, dist/build/Unison/Codebase/Editor/HandleInput/TermResolution.o, dist/build/Unison/Codebase/Editor/HandleInput/TermResolution.dyn_o )
2808.86 s
[unison-cli] [131 of 162] Compiling Unison.Codebase.Editor.HandleInput.Signature ( src/Unison/Codebase/Editor/HandleInput/Signature.hs, dist/build/Unison/Codebase/Editor/HandleInput/Signature.o, dist/build/Unison/Codebase/Editor/HandleInput/Signature.dyn_o )
2808.86 s
[unison-cli] [132 of 162] Compiling Unison.Codebase.Editor.HandleInput.ShowDefinition ( src/Unison/Codebase/Editor/HandleInput/ShowDefinition.hs, dist/build/Unison/Codebase/Editor/HandleInput/ShowDefinition.o, dist/build/Unison/Codebase/Editor/HandleInput/ShowDefinition.dyn_o )
2808.86 s
[unison-cli] [133 of 162] Compiling Unison.LSP.Util.Wrappers ( src/Unison/LSP/Util/Wrappers.hs, dist/build/Unison/LSP/Util/Wrappers.o, dist/build/Unison/LSP/Util/Wrappers.dyn_o )
2808.86 s
[unison-cli] [134 of 162] Compiling Unison.LSP.EditDefinition ( src/Unison/LSP/EditDefinition.hs, dist/build/Unison/LSP/EditDefinition.o, dist/build/Unison/LSP/EditDefinition.dyn_o )
2808.86 s
[unison-cli] [135 of 162] Compiling Unison.LSP ( src/Unison/LSP.hs, dist/build/Unison/LSP.o, dist/build/Unison/LSP.dyn_o )
2808.86 s
[unison-cli] src/Unison/LSP.hs:108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2808.86 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
2808.86 s
[unison-cli] | ^^^^^^^^^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/LSP.hs:122:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘runServer’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2808.86 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 122 | ifEnabled runServer = do
2808.86 s
[unison-cli] | ^^^^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/Unison/LSP.hs:252:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘toIO’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
2808.86 s
[unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
2808.86 s
[unison-cli] | ^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] [136 of 162] Compiling ArgParse ( src/ArgParse.hs, dist/build/ArgParse.o, dist/build/ArgParse.dyn_o )
2808.86 s
[unison-cli] src/ArgParse.hs:159:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘command’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
2808.86 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 159 | (globalOptions, command ) <- customExecParser preferences parserInfo
2808.86 s
[unison-cli] | ^^^^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/ArgParse.hs:204:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2808.86 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 204 | help =
2808.86 s
[unison-cli] | ^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/ArgParse.hs:212:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2808.86 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 212 | help =
2808.86 s
[unison-cli] | ^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/ArgParse.hs:220:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2808.86 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2808.86 s
[unison-cli] |
2808.86 s
[unison-cli] 220 | help =
2808.86 s
[unison-cli] | ^^^^
2808.86 s
[unison-cli]
2808.86 s
[unison-cli] src/ArgParse.hs:228:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.86 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2808.86 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2808.86 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 228 | help =
2808.87 s
[unison-cli] | ^^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/ArgParse.hs:486:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2808.87 s
[unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
2808.87 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
2808.87 s
[unison-cli] | ^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] [137 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditNamespace ( src/Unison/Codebase/Editor/HandleInput/EditNamespace.hs, dist/build/Unison/Codebase/Editor/HandleInput/EditNamespace.o, dist/build/Unison/Codebase/Editor/HandleInput/EditNamespace.dyn_o )
2808.87 s
[unison-cli] [138 of 162] Compiling Unison.Codebase.Editor.HandleInput.Run ( src/Unison/Codebase/Editor/HandleInput/Run.hs, dist/build/Unison/Codebase/Editor/HandleInput/Run.o, dist/build/Unison/Codebase/Editor/HandleInput/Run.dyn_o )
2808.87 s
[unison-cli] [139 of 162] Compiling Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils ( src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs, dist/build/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.o, dist/build/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.dyn_o )
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2808.87 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
2808.87 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
2808.87 s
[unison-cli] | ^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] [140 of 162] Compiling Unison.Codebase.Editor.HandleInput.Names ( src/Unison/Codebase/Editor/HandleInput/Names.hs, dist/build/Unison/Codebase/Editor/HandleInput/Names.o, dist/build/Unison/Codebase/Editor/HandleInput/Names.dyn_o )
2808.87 s
[unison-cli] [141 of 162] Compiling Unison.Codebase.Editor.HandleInput.Ls ( src/Unison/Codebase/Editor/HandleInput/Ls.hs, dist/build/Unison/Codebase/Editor/HandleInput/Ls.o, dist/build/Unison/Codebase/Editor/HandleInput/Ls.dyn_o )
2808.87 s
[unison-cli] [142 of 162] Compiling Unison.Codebase.Editor.HandleInput.LSPDebug ( src/Unison/Codebase/Editor/HandleInput/LSPDebug.hs, dist/build/Unison/Codebase/Editor/HandleInput/LSPDebug.o, dist/build/Unison/Codebase/Editor/HandleInput/LSPDebug.dyn_o )
2808.87 s
[unison-cli] [143 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDefinition ( src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugDefinition.o, dist/build/Unison/Codebase/Editor/HandleInput/DebugDefinition.dyn_o )
2808.87 s
[unison-cli] [144 of 162] Compiling Unison.Codebase.Editor.HandleInput.AddRun ( src/Unison/Codebase/Editor/HandleInput/AddRun.hs, dist/build/Unison/Codebase/Editor/HandleInput/AddRun.o, dist/build/Unison/Codebase/Editor/HandleInput/AddRun.dyn_o )
2808.87 s
[unison-cli] [145 of 162] Compiling Unison.Cli.NameResolutionUtils ( src/Unison/Cli/NameResolutionUtils.hs, dist/build/Unison/Cli/NameResolutionUtils.o, dist/build/Unison/Cli/NameResolutionUtils.dyn_o )
2808.87 s
[unison-cli] [146 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditDependents ( src/Unison/Codebase/Editor/HandleInput/EditDependents.hs, dist/build/Unison/Codebase/Editor/HandleInput/EditDependents.o, dist/build/Unison/Codebase/Editor/HandleInput/EditDependents.dyn_o )
2808.87 s
[unison-cli] [147 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependents ( src/Unison/Codebase/Editor/HandleInput/Dependents.hs, dist/build/Unison/Codebase/Editor/HandleInput/Dependents.o, dist/build/Unison/Codebase/Editor/HandleInput/Dependents.dyn_o )
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘ppe’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 139 | let ppe =
2808.87 s
[unison-cli] | ^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 271 | f acc var (_, ref, _, _, _) =
2808.87 s
[unison-cli] | ^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 281 | f acc var (ref, decl) =
2808.87 s
[unison-cli] | ^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 291 | f acc var (ref, _) =
2808.87 s
[unison-cli] | ^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 327 | lookupSet :: forall k a . (Ord k) => Map k (NESet a) -> k -> Set a
2808.87 s
[unison-cli] | ^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] [148 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependencies ( src/Unison/Codebase/Editor/HandleInput/Dependencies.hs, dist/build/Unison/Codebase/Editor/HandleInput/Dependencies.o, dist/build/Unison/Codebase/Editor/HandleInput/Dependencies.dyn_o )
2808.87 s
[unison-cli] [149 of 162] Compiling Unison.Cli.DownloadUtils ( src/Unison/Cli/DownloadUtils.hs, dist/build/Unison/Cli/DownloadUtils.o, dist/build/Unison/Cli/DownloadUtils.dyn_o )
2808.87 s
[unison-cli] [150 of 162] Compiling Unison.Codebase.Editor.HandleInput.SyncV2 ( src/Unison/Codebase/Editor/HandleInput/SyncV2.hs, dist/build/Unison/Codebase/Editor/HandleInput/SyncV2.o, dist/build/Unison/Codebase/Editor/HandleInput/SyncV2.dyn_o )
2808.87 s
[unison-cli] [151 of 162] Compiling Unison.Codebase.Editor.HandleInput.Pull ( src/Unison/Codebase/Editor/HandleInput/Pull.hs, dist/build/Unison/Codebase/Editor/HandleInput/Pull.o, dist/build/Unison/Codebase/Editor/HandleInput/Pull.dyn_o )
2808.87 s
[unison-cli] [152 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectCreate ( src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectCreate.o, dist/build/Unison/Codebase/Editor/HandleInput/ProjectCreate.dyn_o )
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘branch’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
2808.87 s
[unison-cli] | ^^^^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] [153 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectClone ( src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectClone.o, dist/build/Unison/Codebase/Editor/HandleInput/ProjectClone.dyn_o )
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 98 | let remoteProjectName = remoteProject.projectName
2808.87 s
[unison-cli] | ^^^^^^^^^^^^^^^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.87 s
[unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
2808.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
2808.87 s
[unison-cli] |
2808.87 s
[unison-cli] 99 | let remoteBranchName = defaultBranchName
2808.87 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2808.87 s
[unison-cli]
2808.87 s
[unison-cli] [154 of 162] Compiling Unison.Codebase.Editor.HandleInput.InstallLib ( src/Unison/Codebase/Editor/HandleInput/InstallLib.hs, dist/build/Unison/Codebase/Editor/HandleInput/InstallLib.o, dist/build/Unison/Codebase/Editor/HandleInput/InstallLib.dyn_o )
2808.87 s
[unison-cli] [155 of 162] Compiling Unison.Codebase.Editor.HandleInput ( src/Unison/Codebase/Editor/HandleInput.hs, dist/build/Unison/Codebase/Editor/HandleInput.o, dist/build/Unison/Codebase/Editor/HandleInput.dyn_o )
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘set’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2808.96 s
[unison-cli] (and originally defined in ‘Control.Lens.Setter’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 351 | set h = State.modify (Set.insert h)
2808.96 s
[unison-cli] | ^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
2808.96 s
[unison-cli] | ^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2808.96 s
[unison-cli] | ^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2808.96 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2808.96 s
[unison-cli] | ^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
2808.96 s
[unison-cli] | ^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2808.96 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
2808.96 s
[unison-cli] | ^^^^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2808.96 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
2808.96 s
[unison-cli] | ^^^^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 401 | let buildPPED uf tf =
2808.96 s
[unison-cli] | ^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2808.96 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2808.96 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2808.96 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2808.96 s
[unison-cli] (and originally defined in ‘Witch.From’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 528 | HistoryI resultsCap diffCap from -> do
2808.96 s
[unison-cli] | ^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘newRoot’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
2808.96 s
[unison-cli] | ^^^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘exp’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2808.96 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 647 | let (exp , sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
2808.96 s
[unison-cli] | ^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2808.96 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
2808.96 s
[unison-cli] | ^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 788 | tgt <- case tgt of
2808.96 s
[unison-cli] | ^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 790 | Just tgt -> do
2808.96 s
[unison-cli] | ^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
2808.96 s
[unison-cli] | ^^^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘ws’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 964 | ":" : ws -> do
2808.96 s
[unison-cli] | ^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1005 | evalTerm tm =
2808.96 s
[unison-cli] | ^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1010 | Just (_, tm , _) -> pure (Just $ Term.unannotate tm)
2808.96 s
[unison-cli] | ^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2808.96 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1053 | Just (init , last) -> case Branch.getAt init b of
2808.96 s
[unison-cli] | ^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘last’ shadows the existing binding
2808.96 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2808.96 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1053 | Just (init, last ) -> case Branch.getAt init b of
2808.96 s
[unison-cli] | ^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
2808.96 s
[unison-cli] | ^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2808.96 s
[unison-cli] | ^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2808.96 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2808.96 s
[unison-cli] |
2808.96 s
[unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2808.96 s
[unison-cli] | ^^^^^
2808.96 s
[unison-cli]
2808.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2808.96 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2808.97 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
2808.97 s
[unison-cli] |
2808.97 s
[unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
2808.97 s
[unison-cli] | ^^
2808.97 s
[unison-cli]
2811.74 s
[unison-cli] [156 of 162] Compiling Unison.MCP.Cli ( src/Unison/MCP/Cli.hs, dist/build/Unison/MCP/Cli.o, dist/build/Unison/MCP/Cli.dyn_o )
2812.16 s
[unison-cli] [157 of 162] Compiling Unison.MCP.Tools ( src/Unison/MCP/Tools.hs, dist/build/Unison/MCP/Tools.o, dist/build/Unison/MCP/Tools.dyn_o )
2812.91 s
[unison-cli] [158 of 162] Compiling Unison.MCP ( src/Unison/MCP.hs, dist/build/Unison/MCP.o, dist/build/Unison/MCP.dyn_o )
2812.96 s
[unison-cli] [159 of 162] Compiling Unison.CommandLine.Main ( src/Unison/CommandLine/Main.hs, dist/build/Unison/CommandLine/Main.o, dist/build/Unison/CommandLine/Main.dyn_o )
2812.96 s
[unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2812.96 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2812.96 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2812.96 s
[unison-cli] |
2812.96 s
[unison-cli] 289 | Ki.scoped \scope -> do
2812.96 s
[unison-cli] | ^^^^^
2812.96 s
[unison-cli]
2812.96 s
[unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2812.96 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2812.96 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2812.96 s
[unison-cli] |
2812.96 s
[unison-cli] 358 | Ki.scoped \scope -> do
2812.96 s
[unison-cli] | ^^^^^
2812.96 s
[unison-cli]
2812.96 s
[unison-cli] [160 of 162] Compiling Unison.Codebase.Transcript.Runner ( src/Unison/Codebase/Transcript/Runner.hs, dist/build/Unison/Codebase/Transcript/Runner.o, dist/build/Unison/Codebase/Transcript/Runner.dyn_o )
2813.00 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.00 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2813.00 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
2813.00 s
[unison-cli] |
2813.00 s
[unison-cli] 175 | withRuntimes action =
2813.00 s
[unison-cli] | ^^^^^^
2813.00 s
[unison-cli]
2813.00 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.00 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2813.00 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
2813.00 s
[unison-cli] |
2813.00 s
[unison-cli] 353 | Project {projectId, name = projectName } <-
2813.00 s
[unison-cli] | ^^^^^^^^^^^
2813.00 s
[unison-cli]
2813.00 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.00 s
[unison-cli] This binding for ‘print’ shadows the existing binding
2813.00 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
2813.00 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
2813.00 s
[unison-cli] |
2813.00 s
[unison-cli] 496 | print o = do
2813.00 s
[unison-cli] | ^^^^^
2813.00 s
[unison-cli]
2813.66 s
[unison-cli] [161 of 162] Compiling Unison.Version ( src/Unison/Version.hs, dist/build/Unison/Version.o, dist/build/Unison/Version.dyn_o )
2813.66 s
[unison-cli] [162 of 162] Compiling Unison.Main ( src/Unison/Main.hs, dist/build/Unison/Main.o, dist/build/Unison/Main.dyn_o )
2813.70 s
[unison-cli] src/Unison/Main.hs:456:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.70 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2813.70 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2813.70 s
[unison-cli] |
2813.70 s
[unison-cli] 456 | (tmp, cleanup ) <- case shouldSaveCodebase of
2813.70 s
[unison-cli] | ^^^^^^^
2813.70 s
[unison-cli]
2813.70 s
[unison-cli] src/Unison/Main.hs:476:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.70 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2813.70 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2813.70 s
[unison-cli] |
2813.70 s
[unison-cli] 476 | let cleanup = removeDirectoryRecursive path
2813.70 s
[unison-cli] | ^^^^^^^
2813.70 s
[unison-cli]
2813.70 s
[unison-cli] src/Unison/Main.hs:663:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.70 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2813.70 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2813.70 s
[unison-cli] |
2813.70 s
[unison-cli] 663 | cbInit @(CreatedCodebase, dir, _) -> do
2813.70 s
[unison-cli] | ^^^^^^
2813.70 s
[unison-cli]
2813.70 s
[unison-cli] src/Unison/Main.hs:668:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.70 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2813.70 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2813.70 s
[unison-cli] |
2813.70 s
[unison-cli] 668 | cbInit @(OpenedCodebase, _, _) ->
2813.70 s
[unison-cli] | ^^^^^^
2813.70 s
[unison-cli]
2813.70 s
[unison-cli] src/Unison/Main.hs:679:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2813.70 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2813.70 s
[unison-cli] bound at src/Unison/Main.hs:673:16
2813.70 s
[unison-cli] |
2813.70 s
[unison-cli] 679 | InitErrorOpen err ->
2813.70 s
[unison-cli] | ^^^
2813.70 s
[unison-cli]
2815.24 s
[unison-cli] [ 1 of 162] Compiling Compat ( src/Compat.hs, dist/build/Compat.p_o )
2815.75 s
[unison-cli] [ 2 of 162] Compiling Stats ( src/Stats.hs, dist/build/Stats.p_o )
2815.85 s
[unison-cli] [ 3 of 162] Compiling System.Path ( src/System/Path.hs, dist/build/System/Path.p_o )
2815.88 s
[unison-cli] [ 4 of 162] Compiling Unison.Auth.Discovery ( src/Unison/Auth/Discovery.hs, dist/build/Unison/Auth/Discovery.p_o )
2816.09 s
[unison-cli] [ 5 of 162] Compiling Unison.Auth.UserInfo ( src/Unison/Auth/UserInfo.hs, dist/build/Unison/Auth/UserInfo.p_o )
2816.62 s
[unison-cli] [ 6 of 162] Compiling Unison.Auth.Tokens ( src/Unison/Auth/Tokens.hs, dist/build/Unison/Auth/Tokens.p_o )
2817.13 s
[unison-cli] [ 7 of 162] Compiling Unison.Cli.DirectoryUtils ( src/Unison/Cli/DirectoryUtils.hs, dist/build/Unison/Cli/DirectoryUtils.p_o )
2817.13 s
[unison-cli] [ 8 of 162] Compiling Unison.Cli.ServantClientUtils ( src/Unison/Cli/ServantClientUtils.hs, dist/build/Unison/Cli/ServantClientUtils.p_o )
2817.13 s
[unison-cli] [ 9 of 162] Compiling Unison.Cli.Share.Projects.Types ( src/Unison/Cli/Share/Projects/Types.hs, dist/build/Unison/Cli/Share/Projects/Types.p_o )
2817.13 s
[unison-cli] [ 10 of 162] Compiling Unison.Cli.MergeTypes ( src/Unison/Cli/MergeTypes.hs, dist/build/Unison/Cli/MergeTypes.p_o )
2817.13 s
[unison-cli] [ 11 of 162] Compiling Unison.Cli.TypeCheck ( src/Unison/Cli/TypeCheck.hs, dist/build/Unison/Cli/TypeCheck.p_o )
2817.13 s
[unison-cli] [ 12 of 162] Compiling Unison.Cli.UniqueTypeGuidLookup ( src/Unison/Cli/UniqueTypeGuidLookup.hs, dist/build/Unison/Cli/UniqueTypeGuidLookup.p_o )
2817.13 s
[unison-cli] [ 13 of 162] Compiling Unison.Codebase.Editor.AuthorInfo ( src/Unison/Codebase/Editor/AuthorInfo.hs, dist/build/Unison/Codebase/Editor/AuthorInfo.p_o )
2817.13 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.13 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2817.13 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
2817.13 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2817.13 s
[unison-cli] |
2817.13 s
[unison-cli] 66 | [(id , tm, _tp, ())] -> (id, tm)
2817.13 s
[unison-cli] | ^^
2817.13 s
[unison-cli]
2817.13 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2817.13 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2817.13 s
[unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
2817.13 s
[unison-cli] |
2817.13 s
[unison-cli] 66 | [(id, tm , _tp, ())] -> (id, tm)
2817.13 s
[unison-cli] | ^^
2817.13 s
[unison-cli]
2817.13 s
[unison-cli] [ 14 of 162] Compiling Unison.Codebase.Editor.HandleInput.FormatFile ( src/Unison/Codebase/Editor/HandleInput/FormatFile.hs, dist/build/Unison/Codebase/Editor/HandleInput/FormatFile.p_o )
2817.46 s
[unison-cli] [ 15 of 162] Compiling Unison.Codebase.Editor.Output.BranchDiff ( src/Unison/Codebase/Editor/Output/BranchDiff.hs, dist/build/Unison/Codebase/Editor/Output/BranchDiff.p_o )
2818.30 s
[unison-cli] [ 16 of 162] Compiling Unison.Codebase.Editor.Output.DumpNamespace ( src/Unison/Codebase/Editor/Output/DumpNamespace.hs, dist/build/Unison/Codebase/Editor/Output/DumpNamespace.p_o )
2818.30 s
[unison-cli] [ 17 of 162] Compiling Unison.Codebase.Editor.Output.PushPull ( src/Unison/Codebase/Editor/Output/PushPull.hs, dist/build/Unison/Codebase/Editor/Output/PushPull.p_o )
2818.30 s
[unison-cli] [ 18 of 162] Compiling Unison.Codebase.Editor.SlurpComponent ( src/Unison/Codebase/Editor/SlurpComponent.hs, dist/build/Unison/Codebase/Editor/SlurpComponent.p_o )
2818.30 s
[unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2818.30 s
[unison-cli] This binding for ‘seenTypes’ shadows the existing binding
2818.30 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
2818.30 s
[unison-cli] |
2818.30 s
[unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
2818.30 s
[unison-cli] | ^^^^^^^^^
2818.30 s
[unison-cli]
2818.30 s
[unison-cli] [ 19 of 162] Compiling Unison.Codebase.Editor.SlurpResult ( src/Unison/Codebase/Editor/SlurpResult.hs, dist/build/Unison/Codebase/Editor/SlurpResult.p_o )
2818.30 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2818.30 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2818.30 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2818.30 s
[unison-cli] |
2818.30 s
[unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
2818.30 s
[unison-cli] | ^^
2818.30 s
[unison-cli]
2818.30 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2818.30 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2818.30 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2818.30 s
[unison-cli] |
2818.30 s
[unison-cli] 204 | notOks past present sr =
2818.30 s
[unison-cli] | ^^
2818.30 s
[unison-cli]
2818.35 s
[unison-cli] [ 20 of 162] Compiling Unison.Codebase.Editor.Slurp ( src/Unison/Codebase/Editor/Slurp.hs, dist/build/Unison/Codebase/Editor/Slurp.p_o )
2819.32 s
[unison-cli] [ 21 of 162] Compiling Unison.Codebase.Editor.UCMVersion ( src/Unison/Codebase/Editor/UCMVersion.hs, dist/build/Unison/Codebase/Editor/UCMVersion.p_o )
2819.32 s
[unison-cli] [ 22 of 162] Compiling Unison.Codebase.Editor.UriParser ( src/Unison/Codebase/Editor/UriParser.hs, dist/build/Unison/Codebase/Editor/UriParser.p_o )
2819.32 s
[unison-cli] [ 23 of 162] Compiling Unison.Codebase.Transcript ( src/Unison/Codebase/Transcript.hs, dist/build/Unison/Codebase/Transcript.p_o )
2819.32 s
[unison-cli] [ 24 of 162] Compiling Unison.Codebase.Transcript.Parser ( src/Unison/Codebase/Transcript/Parser.hs, dist/build/Unison/Codebase/Transcript/Parser.p_o )
2819.32 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.32 s
[unison-cli] This binding for ‘language’ shadows the existing binding
2819.32 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
2819.32 s
[unison-cli] |
2819.32 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2819.32 s
[unison-cli] | ^^^^^^^^
2819.32 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘infoTags’ shadows the existing binding
2819.33 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2819.33 s
[unison-cli] | ^^^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘hidden’ shadows the existing binding
2819.33 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2819.33 s
[unison-cli] | ^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘expectingError’ shadows the existing binding
2819.33 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2819.33 s
[unison-cli] | ^^^^^^^^^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘hasBug’ shadows the existing binding
2819.33 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2819.33 s
[unison-cli] | ^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘generated’ shadows the existing binding
2819.33 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2819.33 s
[unison-cli] | ^^^^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] [ 25 of 162] Compiling Unison.Codebase.Watch ( src/Unison/Codebase/Watch.hs, dist/build/Unison/Codebase/Watch.p_o )
2819.33 s
[unison-cli] [ 26 of 162] Compiling Unison.CommandLine.BranchRelativePath ( src/Unison/CommandLine/BranchRelativePath.hs, dist/build/Unison/CommandLine/BranchRelativePath.p_o )
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2819.33 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2819.33 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
2819.33 s
[unison-cli] | ^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2819.33 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 134 | This (projectName , True) -> startingAtBranch (Just projectName)
2819.33 s
[unison-cli] | ^^^^^^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.33 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2819.33 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2819.33 s
[unison-cli] |
2819.33 s
[unison-cli] 139 | This (projectName , False) ->
2819.33 s
[unison-cli] | ^^^^^^^^^^^
2819.33 s
[unison-cli]
2819.33 s
[unison-cli] [ 27 of 162] Compiling Unison.Codebase.Editor.Input ( src/Unison/Codebase/Editor/Input.hs, dist/build/Unison/Codebase/Editor/Input.p_o )
2819.33 s
[unison-cli] [ 28 of 162] Compiling Unison.Codebase.Editor.StructuredArgument ( src/Unison/Codebase/Editor/StructuredArgument.hs, dist/build/Unison/Codebase/Editor/StructuredArgument.p_o )
2819.58 s
[unison-cli] [ 29 of 162] Compiling Unison.CommandLine.FZFResolvers ( src/Unison/CommandLine/FZFResolvers.hs, dist/build/Unison/CommandLine/FZFResolvers.p_o )
2819.58 s
[unison-cli] [ 30 of 162] Compiling Unison.CommandLine.FuzzySelect ( src/Unison/CommandLine/FuzzySelect.hs, dist/build/Unison/CommandLine/FuzzySelect.p_o )
2819.58 s
[unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.58 s
[unison-cli] This binding for ‘selections’ shadows the existing binding
2819.58 s
[unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
2819.58 s
[unison-cli] |
2819.58 s
[unison-cli] 118 | Right selections ->
2819.58 s
[unison-cli] | ^^^^^^^^^^
2819.58 s
[unison-cli]
2819.58 s
[unison-cli] [ 31 of 162] Compiling Unison.CommandLine.Helpers ( src/Unison/CommandLine/Helpers.hs, dist/build/Unison/CommandLine/Helpers.p_o )
2819.58 s
[unison-cli] [ 32 of 162] Compiling Unison.CommandLine.Types ( src/Unison/CommandLine/Types.hs, dist/build/Unison/CommandLine/Types.p_o )
2819.58 s
[unison-cli] [ 33 of 162] Compiling Unison.CommandLine.Welcome ( src/Unison/CommandLine/Welcome.hs, dist/build/Unison/CommandLine/Welcome.p_o )
2819.58 s
[unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.58 s
[unison-cli] This binding for ‘onboarding’ shadows the existing binding
2819.58 s
[unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
2819.58 s
[unison-cli] |
2819.58 s
[unison-cli] 47 | go onboarding acc =
2819.58 s
[unison-cli] | ^^^^^^^^^^
2819.58 s
[unison-cli]
2819.64 s
[unison-cli] [ 34 of 162] Compiling Unison.LSP.Orphans ( src/Unison/LSP/Orphans.hs, dist/build/Unison/LSP/Orphans.p_o )
2819.64 s
[unison-cli] [ 35 of 162] Compiling Unison.LSP.Conversions ( src/Unison/LSP/Conversions.hs, dist/build/Unison/LSP/Conversions.p_o )
2819.64 s
[unison-cli] [ 36 of 162] Compiling Unison.LSP.Types ( src/Unison/LSP/Types.hs, dist/build/Unison/LSP/Types.p_o )
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:63:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2819.64 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
2819.64 s
[unison-cli] | ^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:70:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2819.64 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
2819.64 s
[unison-cli] | ^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:107:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2819.64 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:19
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2819.64 s
[unison-cli] | ^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:107:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2819.64 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:60
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2819.64 s
[unison-cli] | ^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:225:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2819.64 s
[unison-cli] | ^^^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:225:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2819.64 s
[unison-cli] | ^^^^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:240:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2819.64 s
[unison-cli] | ^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:240:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2819.64 s
[unison-cli] | ^^^^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:241:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 241 | let edits = do
2819.64 s
[unison-cli] | ^^^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] src/Unison/LSP/Types.hs:244:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.64 s
[unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
2819.64 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2819.64 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.64 s
[unison-cli] |
2819.64 s
[unison-cli] 244 | workspaceEdit =
2819.64 s
[unison-cli] | ^^^^^^^^^^^^^
2819.64 s
[unison-cli]
2819.64 s
[unison-cli] [ 37 of 162] Compiling Unison.LSP.ProjectContext ( src/Unison/LSP/ProjectContext.hs, dist/build/Unison/LSP/ProjectContext.p_o )
2819.64 s
[unison-cli] [ 38 of 162] Compiling Unison.LSP.NotificationHandlers ( src/Unison/LSP/NotificationHandlers.hs, dist/build/Unison/LSP/NotificationHandlers.p_o )
2819.64 s
[unison-cli] [ 39 of 162] Compiling Unison.LSP.HandlerUtils ( src/Unison/LSP/HandlerUtils.hs, dist/build/Unison/LSP/HandlerUtils.p_o )
2819.64 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 26 | cancel <- atomically $ do
2819.65 s
[unison-cli] | ^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 31 | Just cancel -> do
2819.65 s
[unison-cli] | ^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 42 | withDebugging handler message respond = do
2819.65 s
[unison-cli] | ^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
2819.65 s
[unison-cli] | ^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 40 of 162] Compiling Unison.LSP.Diagnostics ( src/Unison/LSP/Diagnostics.hs, dist/build/Unison/LSP/Diagnostics.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘msg’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 41 | refs <&> \(msg , range) ->
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 41 of 162] Compiling Unison.LSP.FileAnalysis.UnusedBindings ( src/Unison/LSP/FileAnalysis/UnusedBindings.hs, dist/build/Unison/LSP/FileAnalysis/UnusedBindings.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘guard’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
2819.65 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 42 of 162] Compiling Unison.LSP.Configuration ( src/Unison/LSP/Configuration.hs, dist/build/Unison/LSP/Configuration.p_o )
2819.65 s
[unison-cli] [ 43 of 162] Compiling Unison.LSP.Commands ( src/Unison/LSP/Commands.hs, dist/build/Unison/LSP/Commands.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:24:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:35:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:35:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2819.65 s
[unison-cli] | ^^^^^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:64:64: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:64:70: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2819.65 s
[unison-cli] | ^^^^^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/Commands.hs:65:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 65 | let params =
2819.65 s
[unison-cli] | ^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 44 of 162] Compiling Unison.LSP.CancelRequest ( src/Unison/LSP/CancelRequest.hs, dist/build/Unison/LSP/CancelRequest.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 23 | Just cancel -> liftIO cancel
2819.65 s
[unison-cli] | ^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 45 of 162] Compiling Unison.LSP.Util.IntersectionMap ( src/Unison/LSP/Util/IntersectionMap.hs, dist/build/Unison/LSP/Util/IntersectionMap.p_o )
2819.65 s
[unison-cli] [ 46 of 162] Compiling Unison.LSP.Util.Signal ( src/Unison/LSP/Util/Signal.hs, dist/build/Unison/LSP/Util/Signal.p_o )
2819.65 s
[unison-cli] [ 47 of 162] Compiling Unison.LSP.VFS.CompletionPrefix ( src/Unison/LSP/VFS/CompletionPrefix.hs, dist/build/Unison/LSP/VFS/CompletionPrefix.p_o )
2819.65 s
[unison-cli] [ 48 of 162] Compiling Unison.LSP.VFS ( src/Unison/LSP/VFS.hs, dist/build/Unison/LSP/VFS.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/VFS.hs:36:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘vfs’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 36 | (!a, !vfs ) <- runStateT m vfs
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/VFS.hs:62:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 62 | for_ dirtyUris \uri -> do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/VFS.hs:77:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 77 | identifierAtPosition uri pos = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/VFS.hs:82:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 82 | identifierSplitAtPosition uri pos = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/VFS.hs:101:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 101 | completionPrefix uri pos = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] [ 49 of 162] Compiling Unison.LSP.FileAnalysis ( src/Unison/LSP/FileAnalysis.hs, dist/build/Unison/LSP/FileAnalysis.p_o )
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 197 | getFileDefLocations uri = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 256 | <&> \range ->
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 321 | ranges = cycleLocs >>= aToR
2819.65 s
[unison-cli] | ^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 322 | (range , cycleRanges) <- withNeighbours ranges
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘cause’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause }) -> case cause of
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 374 | range <- ranges
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 432 | (range , references) <- ranges
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘typ’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 477 | getFileAnalysis uri = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 512 | getFileSummary uri = do
2819.65 s
[unison-cli] | ^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 530 | (_, Just tf ) ->
2819.65 s
[unison-cli] | ^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2819.65 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 534 | (Just uf , _) ->
2819.65 s
[unison-cli] | ^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 565 | range <- annToRange ann
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 587 | range <- annToRange ann
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2819.65 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 588 | let children = []
2819.65 s
[unison-cli] | ^^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 596 | range <- annToRange (DD.annotation decl)
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2819.65 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 597 | let children = declChildren decl
2819.65 s
[unison-cli] | ^^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 606 | range <- annToRange (DD.annotation decl)
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2819.65 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 607 | let children = declChildren decl
2819.65 s
[unison-cli] | ^^^^^^^^
2819.65 s
[unison-cli]
2819.65 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2819.65 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2819.65 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2819.65 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2819.65 s
[unison-cli] |
2819.65 s
[unison-cli] 615 | range <- maybeToList $ annToRange ann
2819.65 s
[unison-cli] | ^^^^^
2819.65 s
[unison-cli]
2820.40 s
[unison-cli] [ 50 of 162] Compiling Unison.LSP.Queries ( src/Unison/LSP/Queries.hs, dist/build/Unison/LSP/Queries.p_o )
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:86:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 86 | hoistMaybe = MaybeT . pure
2820.49 s
[unison-cli] | ^^^^^^^^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:211:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2820.49 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
2820.49 s
[unison-cli] | ^^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:282:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2820.49 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 282 | ann = getTermSpanAnn term
2820.49 s
[unison-cli] | ^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:303:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2820.49 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
2820.49 s
[unison-cli] | ^^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:353:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2820.49 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
2820.49 s
[unison-cli] | ^^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:407:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2820.49 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
2820.49 s
[unison-cli] | ^^^^
2820.49 s
[unison-cli]
2820.49 s
[unison-cli] src/Unison/LSP/Queries.hs:422:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2820.49 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2820.49 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2820.49 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2820.49 s
[unison-cli] |
2820.49 s
[unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
2820.49 s
[unison-cli] | ^^^
2820.49 s
[unison-cli]
2821.27 s
[unison-cli] [ 51 of 162] Compiling Unison.LSP.Hover ( src/Unison/LSP/Hover.hs, dist/build/Unison/LSP/Hover.p_o )
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2821.30 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2821.30 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 50 | hoverInfo uri pos =
2821.30 s
[unison-cli] | ^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:64:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2821.30 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
2821.30 s
[unison-cli] | ^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:65:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2821.30 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
2821.30 s
[unison-cli] | ^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:95:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2821.30 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 95 | LD.TypeReference ref @(Reference.DerivedId refId) -> do
2821.30 s
[unison-cli] | ^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:102:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2821.30 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 102 | LD.TermReferent ref -> do
2821.30 s
[unison-cli] | ^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:108:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.30 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2821.30 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 108 | renderTypeSigForHover pped name typ =
2821.30 s
[unison-cli] | ^^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:138:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.30 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2821.30 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 138 | (Symbol.Symbol _ (Var.User name )) -> name
2821.30 s
[unison-cli] | ^^^^
2821.30 s
[unison-cli]
2821.30 s
[unison-cli] src/Unison/LSP/Hover.hs:143:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.30 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2821.30 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
2821.30 s
[unison-cli] |
2821.30 s
[unison-cli] 143 | hoistMaybe = MaybeT . pure
2821.30 s
[unison-cli] | ^^^^^^^^^^
2821.30 s
[unison-cli]
2821.73 s
[unison-cli] [ 52 of 162] Compiling Unison.LSP.GoToDefinition ( src/Unison/LSP/GoToDefinition.hs, dist/build/Unison/LSP/GoToDefinition.p_o )
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2821.73 s
[unison-cli] | ^^^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
2821.73 s
[unison-cli] | ^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2821.73 s
[unison-cli] | ^^^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
2821.73 s
[unison-cli] | ^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2821.73 s
[unison-cli] | ^^^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
2821.73 s
[unison-cli] | ^^^^^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 51 | locationInfo uri pos = do
2821.73 s
[unison-cli] | ^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2821.73 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 53 | (_interval, (_typ, range )) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
2821.73 s
[unison-cli] | ^^^^^
2821.73 s
[unison-cli]
2821.73 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.73 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2821.73 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
2821.73 s
[unison-cli] |
2821.73 s
[unison-cli] 57 | hoistMaybe = MaybeT . pure
2821.73 s
[unison-cli] | ^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] [ 53 of 162] Compiling Unison.LSP.Formatting ( src/Unison/LSP/Formatting.hs, dist/build/Unison/LSP/Formatting.p_o )
2821.74 s
[unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘newText’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
2821.74 s
[unison-cli] | ^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range ) = TextEdit (uToLspRange range) newText
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] [ 54 of 162] Compiling Unison.LSP.FoldingRange ( src/Unison/LSP/FoldingRange.hs, dist/build/Unison/LSP/FoldingRange.p_o )
2821.74 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 64 | ranges =
2821.74 s
[unison-cli] | ^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 66 | & mapMaybe \(sym, range ) ->
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] [ 55 of 162] Compiling Unison.LSP.DocumentSymbols ( src/Unison/LSP/DocumentSymbols.hs, dist/build/Unison/LSP/DocumentSymbols.p_o )
2821.74 s
[unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘symbolKind’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 35 | symbolKind ,
2821.74 s
[unison-cli] | ^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] [ 56 of 162] Compiling Unison.LSP.CodeLens ( src/Unison/LSP/CodeLens.hs, dist/build/Unison/LSP/CodeLens.p_o )
2821.74 s
[unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] [ 57 of 162] Compiling Unison.LSP.CodeAction ( src/Unison/LSP/CodeAction.hs, dist/build/Unison/LSP/CodeAction.p_o )
2821.74 s
[unison-cli] [ 58 of 162] Compiling Unison.LSP.Completion ( src/Unison/LSP/Completion.hs, dist/build/Unison/LSP/Completion.p_o )
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:65:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 65 | (range , prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:71:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 71 | let (isIncomplete , matches) = completionsForQuery codebaseCompletions strippedPrefix
2821.74 s
[unison-cli] | ^^^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:71:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 71 | let (isIncomplete, matches ) = completionsForQuery codebaseCompletions strippedPrefix
2821.74 s
[unison-cli] | ^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:77:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘hqName’ shadows the existing binding
2821.74 s
[unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
2821.74 s
[unison-cli] | ^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 79 | let itemDefaults = Nothing
2821.74 s
[unison-cli] | ^^^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:86:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 86 | (isIncomplete , defCompletions) =
2821.74 s
[unison-cli] | ^^^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:103:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
2821.74 s
[unison-cli] | ^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:217:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 217 | ( \name refs ->
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:225:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 225 | ( \name refs ->
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:234:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 234 | isDefinitionDoc name =
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:239:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 239 | nameToCompletionTree name ref =
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:275:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:281:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 281 | let current = currentMatches <&> (\(name , def) -> (mempty, name, def))
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:292:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
2821.74 s
[unison-cli] | ^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:294:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 294 | let currentMatches = matches <&> \(name , dep) -> (Path.singleton ns, name, dep)
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:299:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 299 | completionItemResolveHandler message respond = do
2821.74 s
[unison-cli] | ^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:301:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘completion’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 301 | completion = message ^. params
2821.74 s
[unison-cli] | ^^^^^^^^^^
2821.74 s
[unison-cli]
2821.74 s
[unison-cli] src/Unison/LSP/Completion.hs:387:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2821.74 s
[unison-cli] This binding for ‘kind’ shadows the existing binding
2821.74 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2821.74 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2821.74 s
[unison-cli] |
2821.74 s
[unison-cli] 387 | kind <- obj Aeson..: "kind"
2821.74 s
[unison-cli] | ^^^^
2821.74 s
[unison-cli]
2822.11 s
[unison-cli] [ 59 of 162] Compiling Unison.LSP.UCMWorker ( src/Unison/LSP/UCMWorker.hs, dist/build/Unison/LSP/UCMWorker.p_o )
2822.11 s
[unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.11 s
[unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
2822.11 s
[unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
2822.11 s
[unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
2822.11 s
[unison-cli] |
2822.12 s
[unison-cli] 68 | writeTMVar var a =
2822.12 s
[unison-cli] | ^^^^^^^^^^
2822.12 s
[unison-cli]
2822.34 s
[unison-cli] [ 60 of 162] Compiling Unison.MCP.Server ( src/Unison/MCP/Server.hs, dist/build/Unison/MCP/Server.p_o )
2822.34 s
[unison-cli] [ 61 of 162] Compiling Unison.MCP.StaticResources ( src/Unison/MCP/StaticResources.hs, dist/build/Unison/MCP/StaticResources.p_o )
2822.34 s
[unison-cli] [ 62 of 162] Compiling Unison.MCP.Wrapper ( src/Unison/MCP/Wrapper.hs, dist/build/Unison/MCP/Wrapper.p_o )
2822.34 s
[unison-cli] [ 63 of 162] Compiling Unison.Share.Codeserver ( src/Unison/Share/Codeserver.hs, dist/build/Unison/Share/Codeserver.p_o )
2822.34 s
[unison-cli] [ 64 of 162] Compiling Unison.Share.ExpectedHashMismatches ( src/Unison/Share/ExpectedHashMismatches.hs, dist/build/Unison/Share/ExpectedHashMismatches.p_o )
2822.34 s
[unison-cli] [ 65 of 162] Compiling Unison.Share.Sync.Types ( src/Unison/Share/Sync/Types.hs, dist/build/Unison/Share/Sync/Types.p_o )
2822.34 s
[unison-cli] [ 66 of 162] Compiling Unison.Util.HTTP ( src/Unison/Util/HTTP.hs, dist/build/Unison/Util/HTTP.p_o )
2822.34 s
[unison-cli] [ 67 of 162] Compiling Unison.Auth.HTTPClient ( src/Unison/Auth/HTTPClient.hs, dist/build/Unison/Auth/HTTPClient.p_o )
2822.34 s
[unison-cli] [ 68 of 162] Compiling Unison.MCP.Types ( src/Unison/MCP/Types.hs, dist/build/Unison/MCP/Types.p_o )
2822.34 s
[unison-cli] [ 69 of 162] Compiling Unison.MCP.Prompts ( src/Unison/MCP/Prompts.hs, dist/build/Unison/MCP/Prompts.p_o )
2822.34 s
[unison-cli] [ 70 of 162] Compiling Unison.MCP.Share.API ( src/Unison/MCP/Share/API.hs, dist/build/Unison/MCP/Share/API.p_o )
2822.34 s
[unison-cli] [ 71 of 162] Compiling Unison.CommandLine.InputPattern ( src/Unison/CommandLine/InputPattern.hs, dist/build/Unison/CommandLine/InputPattern.p_o )
2822.34 s
[unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2822.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
2822.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 176 | let rem = i - length requiredParams
2822.34 s
[unison-cli] | ^^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] [ 72 of 162] Compiling Unison.Codebase.Editor.Output ( src/Unison/Codebase/Editor/Output.hs, dist/build/Unison/Codebase/Editor/Output.p_o )
2822.34 s
[unison-cli] [ 73 of 162] Compiling Unison.Cli.Pretty ( src/Unison/Cli/Pretty.hs, dist/build/Unison/Cli/Pretty.p_o )
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
2822.34 s
[unison-cli] | ^^^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
2822.34 s
[unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 423 | prettyTerm skip n (a, tm) =
2822.34 s
[unison-cli] | ^^^^^^^^^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘wk’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 435 | go wk v tm = case wk of
2822.34 s
[unison-cli] | ^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 435 | go wk v tm = case wk of
2822.34 s
[unison-cli] | ^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
2822.34 s
[unison-cli] | ^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2822.34 s
[unison-cli] | ^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2822.34 s
[unison-cli] | ^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
2822.34 s
[unison-cli] | ^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
2822.34 s
[unison-cli] | ^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] [ 74 of 162] Compiling Unison.CommandLine.Completion ( src/Unison/CommandLine/Completion.hs, dist/build/Unison/CommandLine/Completion.p_o )
2822.34 s
[unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘lastArg’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 114 | ((cmd : midArgs), lastArg ) -> do
2822.34 s
[unison-cli] | ^^^^^^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.34 s
[unison-cli] This binding for ‘contributor’ shadows the existing binding
2822.34 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
2822.34 s
[unison-cli] |
2822.34 s
[unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
2822.34 s
[unison-cli] | ^^^^^^^^^^^
2822.34 s
[unison-cli]
2822.34 s
[unison-cli] [ 75 of 162] Compiling Unison.CommandLine.InputPatterns ( src/Unison/CommandLine/InputPatterns.hs, dist/build/Unison/CommandLine/InputPatterns.p_o )
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2822.39 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 674 | let (segment NE.:| tail ) = Name.reverseSegments name
2822.39 s
[unison-cli] | ^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘file’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
2822.39 s
[unison-cli] | ^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2822.39 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2822.39 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2822.39 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1087 | untokenize words = go (unwords words)
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1089 | go words = case words of
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2822.39 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1093 | ("", rem ) -> go (dropWhile isSpace rem)
2822.39 s
[unison-cli] | ^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2822.39 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 1094 | (tok, rem ) -> tok : go (dropWhile isSpace rem)
2822.39 s
[unison-cli] | ^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘topic’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘cmd’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
2822.39 s
[unison-cli] | ^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘patternName’ shadows the existing binding
2822.39 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 2969 | input@I.InputPattern {I.patternName , I.aliases} <- validInputs
2822.39 s
[unison-cli] | ^^^^^^^^^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2822.39 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
2822.39 s
[unison-cli] (and originally defined in ‘Witch.From’)
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 3184 | [from , to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
2822.39 s
[unison-cli] | ^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘input’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2822.39 s
[unison-cli] | ^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2822.39 s
[unison-cli] | ^^^^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
2822.39 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2822.39 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2822.39 s
[unison-cli] |
2822.39 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2822.39 s
[unison-cli] | ^^^^^^^^
2822.39 s
[unison-cli]
2822.39 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.39 s
[unison-cli] This binding for ‘pp’ shadows the existing binding
2822.39 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
2822.40 s
[unison-cli] |
2822.40 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2822.40 s
[unison-cli] | ^^
2822.40 s
[unison-cli]
2822.40 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2822.40 s
[unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
2822.40 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
2822.40 s
[unison-cli] |
2822.40 s
[unison-cli] 4604 | projectToCompletion =
2822.40 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^
2822.40 s
[unison-cli]
2828.98 s
[unison-cli] [ 76 of 162] Compiling Unison.CommandLine.OutputMessages ( src/Unison/CommandLine/OutputMessages.hs, dist/build/Unison/CommandLine/OutputMessages.p_o )
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.36 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 294 | History _cap schLength history tail ->
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
2829.36 s
[unison-cli] | ^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘dir’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 843 | msg dir =
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘entries’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 967 | numberedEntries ppe entries =
2829.36 s
[unison-cli] | ^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1164 | aliases ->
2829.36 s
[unison-cli] | ^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1177 | ( \(_name, _ty, aliases ) doc ->
2829.36 s
[unison-cli] | ^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1210 | ( \(_name, _ty, aliases ) doc ->
2829.36 s
[unison-cli] | ^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1299 | ([], old ) ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1303 | (new , []) ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1307 | (new @(_ : _), old@(_ : _)) ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1307 | (new@(_ : _), old @(_ : _)) ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.36 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1611 | DumpBitBooster head map ->
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.36 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1611 | DumpBitBooster head map ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1618 | renderLine head tail =
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.36 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1618 | renderLine head tail =
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘tip’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
2829.36 s
[unison-cli] (and originally defined
2829.36 s
[unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
2829.36 s
[unison-cli] | ^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2829.36 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2829.36 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2829.36 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2829.36 s
[unison-cli] (and originally defined in ‘Witch.From’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 2512 | names ->
2829.36 s
[unison-cli] | ^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘value’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 2933 | Just value ->
2829.36 s
[unison-cli] | ^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
2829.36 s
[unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3138 | prettyEntityType = \case
2829.36 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3352 | MissingObject r -> missing n r
2829.36 s
[unison-cli] | ^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3360 | MissingObject r -> missing n r
2829.36 s
[unison-cli] | ^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning : [ GHC-63394 ] [ -Wx-partial ]
2829.36 s
[unison-cli] In the use of ‘head’
2829.36 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2829.36 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
2829.36 s
[unison-cli] | ^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
2829.36 s
[unison-cli] | ^^^^^^^^^^^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3770 | termRows terms =
2829.36 s
[unison-cli] | ^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘types’ shadows the existing binding
2829.36 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3775 | typeRows types =
2829.36 s
[unison-cli] | ^^^^^
2829.36 s
[unison-cli]
2829.36 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.36 s
[unison-cli] This binding for ‘lefts’ shadows the existing binding
2829.36 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2829.36 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2829.36 s
[unison-cli] |
2829.36 s
[unison-cli] 3942 | buildTable lefts rights =
2829.36 s
[unison-cli] | ^^^^^
2829.36 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘rights’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2829.37 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 3942 | buildTable lefts rights =
2829.37 s
[unison-cli] | ^^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
2829.37 s
[unison-cli] | ^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
2829.37 s
[unison-cli] | ^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.37 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
2829.37 s
[unison-cli] | ^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.37 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
2829.37 s
[unison-cli] | ^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
2829.37 s
[unison-cli] | ^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
2829.37 s
[unison-cli] | ^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4104 | olds <-
2829.37 s
[unison-cli] | ^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2829.37 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
2829.37 s
[unison-cli] | ^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘prettyType’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
2829.37 s
[unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
2829.37 s
[unison-cli] | ^^^^^^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.37 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4237 | let lines = Text.lines src
2829.37 s
[unison-cli] | ^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2829.37 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id )) (Term.Text' msg)) =
2829.37 s
[unison-cli] | ^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2829.37 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
2829.37 s
[unison-cli] | ^^^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2829.37 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2829.37 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2829.37 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
2829.37 s
[unison-cli] | ^^^^^^^
2829.37 s
[unison-cli]
2829.37 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning : [ GHC-63394 ] [ -Wx-partial ]
2829.37 s
[unison-cli] In the use of ‘head’
2829.37 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2829.37 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2829.37 s
[unison-cli] |
2829.37 s
[unison-cli] 4673 | secondPath = head rest
2829.37 s
[unison-cli] | ^^^^
2829.37 s
[unison-cli]
2842.56 s
[unison-cli] [ 77 of 162] Compiling Unison.CommandLine.DisplayValues ( src/Unison/CommandLine/DisplayValues.hs, dist/build/Unison/CommandLine/DisplayValues.p_o )
2842.58 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.58 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.58 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
2842.58 s
[unison-cli] |
2842.58 s
[unison-cli] 79 | tm <- eval tm'
2842.58 s
[unison-cli] | ^^
2842.58 s
[unison-cli]
2842.58 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.58 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.58 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
2842.58 s
[unison-cli] |
2842.58 s
[unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
2842.58 s
[unison-cli] | ^^
2842.58 s
[unison-cli]
2842.58 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.58 s
[unison-cli] This binding for ‘initial’ shadows the existing binding
2842.58 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
2842.58 s
[unison-cli] |
2842.58 s
[unison-cli] 126 | initial <- go initial
2842.58 s
[unison-cli] | ^^^^^^^
2842.58 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘afterNl’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 127 | afterNl <- go afterNl
2842.59 s
[unison-cli] | ^^^^^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 128 | p <- go p
2842.59 s
[unison-cli] | ^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 156 | let go ref =
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm ) ->
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) ->
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) ->
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2842.59 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2842.59 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2842.59 s
[unison-cli] | ^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2842.59 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2842.59 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
2842.59 s
[unison-cli] | ^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 236 | toReferent tm = case tm of
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘txt’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 274 | txt <- goConsole txt
2842.59 s
[unison-cli] | ^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘color’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 275 | color <- pure $ goColor color
2842.59 s
[unison-cli] | ^^^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
2842.59 s
[unison-cli] | ^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 315 | prettyEval terms r = case r of
2842.59 s
[unison-cli] | ^^^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
2842.59 s
[unison-cli] | ^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 323 | prettyTerm terms r = case r of
2842.59 s
[unison-cli] | ^^^^^
2842.59 s
[unison-cli]
2842.59 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2842.59 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2842.59 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
2842.59 s
[unison-cli] |
2842.59 s
[unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
2842.59 s
[unison-cli] | ^
2842.59 s
[unison-cli]
2843.68 s
[unison-cli] [ 78 of 162] Compiling Unison.Cli.Monad ( src/Unison/Cli/Monad.hs, dist/build/Unison/Cli/Monad.p_o )
2843.68 s
[unison-cli] src/Unison/Cli/Monad.hs:342:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘label’ shadows the existing binding
2843.68 s
[unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 342 | time label action =
2843.68 s
[unison-cli] | ^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] [ 79 of 162] Compiling Unison.Share.SyncV2 ( src/Unison/Share/SyncV2.hs, dist/build/Unison/Share/SyncV2.p_o )
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘entityBytes’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 322 | unpackEntity entityBytes = do
2843.68 s
[unison-cli] | ^^^^^^^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2843.68 s
[unison-cli] | ^^^^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2843.68 s
[unison-cli] | ^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2843.68 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2843.68 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 507 | (init , entityStream) <- initializeStream setTotal stream
2843.68 s
[unison-cli] | ^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2843.68 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2843.68 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 513 | (streamRemainder, init ) <- stream C.$$+ C.headC
2843.68 s
[unison-cli] | ^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
2843.68 s
[unison-cli] | ^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
2843.68 s
[unison-cli] | ^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2843.68 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2843.68 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 679 | withSpinner action = do
2843.68 s
[unison-cli] | ^^^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning : [ GHC-63394 ] [ -Wx-partial ]
2843.68 s
[unison-cli] In the use of ‘head’
2843.68 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2843.68 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
2843.68 s
[unison-cli] | ^^^^
2843.68 s
[unison-cli]
2843.68 s
[unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning : [ GHC-63394 ] [ -Wx-partial ]
2843.68 s
[unison-cli] In the use of ‘tail’
2843.68 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2843.68 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2843.68 s
[unison-cli] |
2843.68 s
[unison-cli] 689 | go spinnerVar (tail spinner)
2843.68 s
[unison-cli] | ^^^^
2843.68 s
[unison-cli]
2845.87 s
[unison-cli] [ 80 of 162] Compiling Unison.Share.Sync ( src/Unison/Share/Sync.hs, dist/build/Unison/Share/Sync.p_o )
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:582:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Share/Sync.hs:578:43
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 582 | err -> Left (SyncError err)
2845.87 s
[unison-cli] | ^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:605:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘hashes0’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Share/Sync.hs:468:40
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 605 | hashes0 <- readTVar hashesVar
2845.87 s
[unison-cli] | ^^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:651:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Share/Sync.hs:643:23
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
2845.87 s
[unison-cli] | ^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:693:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
2845.87 s
[unison-cli] defined at src/Unison/Share/Sync.hs:689:3
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 693 | let ( httpGetCausalHashByPath
2845.87 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:694:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
2845.87 s
[unison-cli] defined at src/Unison/Share/Sync.hs:690:3
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 694 | Servant.:<|> httpDownloadEntities
2845.87 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Share/Sync.hs:695:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
2845.87 s
[unison-cli] defined at src/Unison/Share/Sync.hs:691:3
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 695 | Servant.:<|> httpUploadEntities
2845.87 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] [ 81 of 162] Compiling Unison.Share.HistoryComments ( src/Unison/Share/HistoryComments.hs, dist/build/Unison/Share/HistoryComments.p_o )
2845.87 s
[unison-cli] [ 82 of 162] Compiling Unison.CommandLine ( src/Unison/CommandLine.hs, dist/build/Unison/CommandLine.p_o )
2845.87 s
[unison-cli] src/Unison/CommandLine.hs:109:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘arg’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/CommandLine.hs:104:27
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 109 | Left (arg @(InputPattern.NumberedArg n))
2845.87 s
[unison-cli] | ^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/CommandLine.hs:130:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/CommandLine.hs:99:30
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 130 | Right (rArgs, params ) -> Right (reverse rArgs, params)
2845.87 s
[unison-cli] | ^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] [ 83 of 162] Compiling Unison.Codebase.Editor.HandleInput.RuntimeUtils ( src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs, dist/build/Unison/Codebase/Editor/HandleInput/RuntimeUtils.p_o )
2845.87 s
[unison-cli] [ 84 of 162] Compiling Unison.Codebase.Editor.HandleInput.Projects ( src/Unison/Codebase/Editor/HandleInput/Projects.hs, dist/build/Unison/Codebase/Editor/HandleInput/Projects.p_o )
2845.87 s
[unison-cli] [ 85 of 162] Compiling Unison.Codebase.Editor.HandleInput.Global ( src/Unison/Codebase/Editor/HandleInput/Global.hs, dist/build/Unison/Codebase/Editor/HandleInput/Global.p_o )
2845.87 s
[unison-cli] [ 86 of 162] Compiling Unison.Codebase.Editor.HandleInput.Config ( src/Unison/Codebase/Editor/HandleInput/Config.hs, dist/build/Unison/Codebase/Editor/HandleInput/Config.p_o )
2845.87 s
[unison-cli] [ 87 of 162] Compiling Unison.Codebase.Editor.HandleInput.AuthLogin ( src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs, dist/build/Unison/Codebase/Editor/HandleInput/AuthLogin.p_o )
2845.87 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘req’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 137 | getQueryParams req = do
2845.87 s
[unison-cli] | ^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] [ 88 of 162] Compiling Unison.Cli.UpdateUtils ( src/Unison/Cli/UpdateUtils.hs, dist/build/Unison/Cli/UpdateUtils.p_o )
2845.87 s
[unison-cli] [ 89 of 162] Compiling Unison.Cli.Share.Projects ( src/Unison/Cli/Share/Projects.hs, dist/build/Unison/Cli/Share/Projects.p_o )
2845.87 s
[unison-cli] [ 90 of 162] Compiling Unison.LSP.OpenOnShare ( src/Unison/LSP/OpenOnShare.hs, dist/build/Unison/LSP/OpenOnShare.p_o )
2845.87 s
[unison-cli] [ 91 of 162] Compiling Unison.Cli.MonadUtils ( src/Unison/Cli/MonadUtils.hs, dist/build/Unison/Cli/MonadUtils.p_o )
2845.87 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
2845.87 s
[unison-cli] | ^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘f’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f ) -> Branch.modifyAt p f b) root updates)
2845.87 s
[unison-cli] | ^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘causalHashId’ shadows the existing binding
2845.87 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
2845.87 s
[unison-cli] |
2845.87 s
[unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
2845.87 s
[unison-cli] | ^^^^^^^^^^^^
2845.87 s
[unison-cli]
2845.87 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.87 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2845.88 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 521 | Just uf ->
2845.88 s
[unison-cli] | ^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] [ 92 of 162] Compiling Unison.Codebase.Editor.HandleInput.UI ( src/Unison/Codebase/Editor/HandleInput/UI.hs, dist/build/Unison/Codebase/Editor/HandleInput/UI.p_o )
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘perspective’ shadows the existing binding
2845.88 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
2845.88 s
[unison-cli] | ^^^^^^^^^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] [ 93 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectRename ( src/Unison/Codebase/Editor/HandleInput/ProjectRename.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectRename.p_o )
2845.88 s
[unison-cli] [ 94 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveType ( src/Unison/Codebase/Editor/HandleInput/MoveType.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveType.p_o )
2845.88 s
[unison-cli] [ 95 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTerm ( src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveTerm.p_o )
2845.88 s
[unison-cli] [ 96 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveBranch ( src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveBranch.p_o )
2845.88 s
[unison-cli] [ 97 of 162] Compiling Unison.Codebase.Editor.HandleInput.Rename ( src/Unison/Codebase/Editor/HandleInput/Rename.hs, dist/build/Unison/Codebase/Editor/HandleInput/Rename.p_o )
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2845.88 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
2845.88 s
[unison-cli] (and originally defined
2845.88 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
2845.88 s
[unison-cli] | ^^^^^^^^^^^^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] [ 98 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTo ( src/Unison/Codebase/Editor/HandleInput/MoveTo.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveTo.p_o )
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning : [ GHC-63394 ] [ -Wx-partial ]
2845.88 s
[unison-cli] In the use of ‘head’
2845.88 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2845.88 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
2845.88 s
[unison-cli] | ^^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] [ 99 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveAll ( src/Unison/Codebase/Editor/HandleInput/MoveAll.hs, dist/build/Unison/Codebase/Editor/HandleInput/MoveAll.p_o )
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2845.88 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
2845.88 s
[unison-cli] (and originally defined
2845.88 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
2845.88 s
[unison-cli] | ^^^^^^^^^^^^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] [100 of 162] Compiling Unison.Codebase.Editor.HandleInput.Load ( src/Unison/Codebase/Editor/HandleInput/Load.hs, dist/build/Unison/Codebase/Editor/HandleInput/Load.p_o )
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
2845.88 s
[unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 332 | getTermAliases existingTerms slurpTerms =
2845.88 s
[unison-cli] | ^^^^^^^^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2845.88 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
2845.88 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 481 | Right (nts, resp, map ) -> do
2845.88 s
[unison-cli] | ^^^
2845.88 s
[unison-cli]
2845.88 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2845.88 s
[unison-cli] This binding for ‘prof’ shadows the existing binding
2845.88 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
2845.88 s
[unison-cli] |
2845.88 s
[unison-cli] 486 | Runtime.Profile prof ->
2845.88 s
[unison-cli] | ^^^^
2845.88 s
[unison-cli]
2846.18 s
[unison-cli] [101 of 162] Compiling Unison.Codebase.Editor.HandleInput.History ( src/Unison/Codebase/Editor/HandleInput/History.hs, dist/build/Unison/Codebase/Editor/HandleInput/History.p_o )
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
2846.18 s
[unison-cli] (and originally defined in ‘Witch.From’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 21 | handleHistory resultsCap diffCap from = do
2846.18 s
[unison-cli] | ^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2846.18 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 46 | Causal.Cons _ _ _ tail -> do
2846.18 s
[unison-cli] | ^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘elem’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2846.18 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
2846.18 s
[unison-cli] | ^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] [102 of 162] Compiling Unison.Codebase.Editor.HandleInput.FindAndReplace ( src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs, dist/build/Unison/Codebase/Editor/HandleInput/FindAndReplace.p_o )
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘rules’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 61 | go n tm ((r, _) : rules ) = case r tm of
2846.18 s
[unison-cli] | ^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 63 | Just tm -> go (n + 1) tm rules
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2846.18 s
[unison-cli] | ^^^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2846.18 s
[unison-cli] | ^^^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘txts’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
2846.18 s
[unison-cli] | ^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘ot’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 154 | ot <- case ot of
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 164 | let extract vs tm = case tm of
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 179 | extractOuter vs0 tm = case tm of
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 182 | tm -> case prepare vs0 tm of
2846.18 s
[unison-cli] | ^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] [103 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffUpdate ( src/Unison/Codebase/Editor/HandleInput/DiffUpdate.hs, dist/build/Unison/Codebase/Editor/HandleInput/DiffUpdate.p_o )
2846.18 s
[unison-cli] [104 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteProject ( src/Unison/Codebase/Editor/HandleInput/DeleteProject.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteProject.p_o )
2846.18 s
[unison-cli] [105 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteNamespace ( src/Unison/Codebase/Editor/HandleInput/DeleteNamespace.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteNamespace.p_o )
2846.18 s
[unison-cli] [106 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugSynhashTerm ( src/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.p_o )
2846.18 s
[unison-cli] [107 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugFoldRanges ( src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.p_o )
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘contents’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2846.18 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
2846.18 s
[unison-cli] | ^^^^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2846.18 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 50 | annotateRanges txt ranges =
2846.18 s
[unison-cli] | ^^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘start’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2846.18 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 54 | ( \(LSP.Range start end) ->
2846.18 s
[unison-cli] | ^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘end’ shadows the existing binding
2846.18 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2846.18 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 54 | ( \(LSP.Range start end ) ->
2846.18 s
[unison-cli] | ^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] [108 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDependentsGraph ( src/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.p_o )
2846.18 s
[unison-cli] [109 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branches ( src/Unison/Codebase/Editor/HandleInput/Branches.hs, dist/build/Unison/Codebase/Editor/HandleInput/Branches.p_o )
2846.18 s
[unison-cli] [110 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchRename ( src/Unison/Codebase/Editor/HandleInput/BranchRename.hs, dist/build/Unison/Codebase/Editor/HandleInput/BranchRename.p_o )
2846.18 s
[unison-cli] [111 of 162] Compiling Unison.Codebase.Editor.HandleInput.AliasType ( src/Unison/Codebase/Editor/HandleInput/AliasType.hs, dist/build/Unison/Codebase/Editor/HandleInput/AliasType.p_o )
2846.18 s
[unison-cli] [112 of 162] Compiling Unison.Cli.ProjectUtils ( src/Unison/Cli/ProjectUtils.hs, dist/build/Unison/Cli/ProjectUtils.p_o )
2846.18 s
[unison-cli] [113 of 162] Compiling Unison.Codebase.Editor.HandleInput.Reflogs ( src/Unison/Codebase/Editor/HandleInput/Reflogs.hs, dist/build/Unison/Codebase/Editor/HandleInput/Reflogs.p_o )
2846.18 s
[unison-cli] [114 of 162] Compiling Unison.Codebase.Editor.HandleInput.Push ( src/Unison/Codebase/Editor/HandleInput/Push.hs, dist/build/Unison/Codebase/Editor/HandleInput/Push.p_o )
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 94 | (localProjectAndBranch , localBranchHead) <-
2846.18 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2846.18 s
[unison-cli]
2846.18 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2846.18 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2846.18 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2846.18 s
[unison-cli] |
2846.18 s
[unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
2846.18 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2846.18 s
[unison-cli]
2847.36 s
[unison-cli] [115 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectSwitch ( src/Unison/Codebase/Editor/HandleInput/ProjectSwitch.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectSwitch.p_o )
2847.36 s
[unison-cli] [116 of 162] Compiling Unison.Codebase.Editor.HandleInput.HistoryComment ( src/Unison/Codebase/Editor/HandleInput/HistoryComment.hs, dist/build/Unison/Codebase/Editor/HandleInput/HistoryComment.p_o )
2847.36 s
[unison-cli] [117 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffBranch ( src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/DiffBranch.p_o )
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] [118 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteBranch ( src/Unison/Codebase/Editor/HandleInput/DeleteBranch.hs, dist/build/Unison/Codebase/Editor/HandleInput/DeleteBranch.p_o )
2847.36 s
[unison-cli] [119 of 162] Compiling Unison.Codebase.Editor.HandleInput.Cancel ( src/Unison/Codebase/Editor/HandleInput/Cancel.hs, dist/build/Unison/Codebase/Editor/HandleInput/Cancel.p_o )
2847.36 s
[unison-cli] [120 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branch ( src/Unison/Codebase/Editor/HandleInput/Branch.hs, dist/build/Unison/Codebase/Editor/HandleInput/Branch.p_o )
2847.36 s
[unison-cli] [121 of 162] Compiling Unison.Codebase.Editor.HandleInput.ReleaseDraft ( src/Unison/Codebase/Editor/HandleInput/ReleaseDraft.hs, dist/build/Unison/Codebase/Editor/HandleInput/ReleaseDraft.p_o )
2847.36 s
[unison-cli] [122 of 162] Compiling Unison.Codebase.Editor.HandleInput.Merge2 ( src/Unison/Codebase/Editor/HandleInput/Merge2.hs, dist/build/Unison/Codebase/Editor/HandleInput/Merge2.p_o )
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘info’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 329 | MergeSource'RemoteLooseCode info ->
2847.36 s
[unison-cli] | ^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘env’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 350 | env <- ask
2847.36 s
[unison-cli] | ^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 686 | renderDefns defns = do
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘dependencies’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2847.36 s
[unison-cli] | ^^^^^^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 852 | renderDependents defns dependents = do
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘dependents’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 852 | renderDependents defns dependents = do
2847.36 s
[unison-cli] | ^^^^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 890 | renderDefns defns = do
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘conflicts’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 940 | renderConflicts label conflicts who =
2847.36 s
[unison-cli] | ^^^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘unconflicts’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
2847.36 s
[unison-cli] | ^^^^^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 989 | renderRenames renames = do
2847.36 s
[unison-cli] | ^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 1018 | renderRenames renames = do
2847.36 s
[unison-cli] | ^^^^^^^
2847.36 s
[unison-cli]
2847.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2847.36 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2847.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
2847.36 s
[unison-cli] |
2847.36 s
[unison-cli] 1042 | renderDefns defns = do
2847.36 s
[unison-cli] | ^^^^^
2847.36 s
[unison-cli]
2849.00 s
[unison-cli] [123 of 162] Compiling Unison.Codebase.Editor.HandleInput.Update2 ( src/Unison/Codebase/Editor/HandleInput/Update2.hs, dist/build/Unison/Codebase/Editor/HandleInput/Update2.p_o )
2849.10 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2849.10 s
[unison-cli] This binding for ‘abort’ shadows the existing binding
2849.10 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
2849.10 s
[unison-cli] |
2849.10 s
[unison-cli] 375 | makeDeclUpdates abort = do
2849.10 s
[unison-cli] | ^^^^^
2849.10 s
[unison-cli]
2849.10 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2849.10 s
[unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
2849.10 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
2849.10 s
[unison-cli] |
2849.10 s
[unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
2849.10 s
[unison-cli] | ^^^^^^^^^^^^^^^
2849.10 s
[unison-cli]
2850.03 s
[unison-cli] [124 of 162] Compiling Unison.Codebase.Editor.HandleInput.Upgrade ( src/Unison/Codebase/Editor/HandleInput/Upgrade.hs, dist/build/Unison/Codebase/Editor/HandleInput/Upgrade.p_o )
2851.24 s
[unison-cli] [125 of 162] Compiling Unison.Codebase.Editor.HandleInput.Todo ( src/Unison/Codebase/Editor/HandleInput/Todo.hs, dist/build/Unison/Codebase/Editor/HandleInput/Todo.p_o )
2851.24 s
[unison-cli] [126 of 162] Compiling Unison.Codebase.Editor.HandleInput.Delete ( src/Unison/Codebase/Editor/HandleInput/Delete.hs, dist/build/Unison/Codebase/Editor/HandleInput/Delete.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 171 | ( \defns target ->
2851.24 s
[unison-cli] | ^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 181 | in \defns target ->
2851.24 s
[unison-cli] | ^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 351 | ( \(constructors, terms) name -> \case
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [127 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchSquash ( src/Unison/Codebase/Editor/HandleInput/BranchSquash.hs, dist/build/Unison/Codebase/Editor/HandleInput/BranchSquash.p_o )
2851.24 s
[unison-cli] [128 of 162] Compiling Unison.Cli.NamesUtils ( src/Unison/Cli/NamesUtils.hs, dist/build/Unison/Cli/NamesUtils.p_o )
2851.24 s
[unison-cli] [129 of 162] Compiling Unison.Codebase.Editor.HandleInput.Tests ( src/Unison/Codebase/Editor/HandleInput/Tests.hs, dist/build/Unison/Codebase/Editor/HandleInput/Tests.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘tm'’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 129 | Right tm' -> do
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘parseNames’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 219 | getNameFromCodebase parseNames main = do
2851.24 s
[unison-cli] | ^^^^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘element’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
2851.24 s
[unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 237 | element <- case tm of
2851.24 s
[unison-cli] | ^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [130 of 162] Compiling Unison.Codebase.Editor.HandleInput.TermResolution ( src/Unison/Codebase/Editor/HandleInput/TermResolution.hs, dist/build/Unison/Codebase/Editor/HandleInput/TermResolution.p_o )
2851.24 s
[unison-cli] [131 of 162] Compiling Unison.Codebase.Editor.HandleInput.Signature ( src/Unison/Codebase/Editor/HandleInput/Signature.hs, dist/build/Unison/Codebase/Editor/HandleInput/Signature.p_o )
2851.24 s
[unison-cli] [132 of 162] Compiling Unison.Codebase.Editor.HandleInput.ShowDefinition ( src/Unison/Codebase/Editor/HandleInput/ShowDefinition.hs, dist/build/Unison/Codebase/Editor/HandleInput/ShowDefinition.p_o )
2851.24 s
[unison-cli] [133 of 162] Compiling Unison.LSP.Util.Wrappers ( src/Unison/LSP/Util/Wrappers.hs, dist/build/Unison/LSP/Util/Wrappers.p_o )
2851.24 s
[unison-cli] [134 of 162] Compiling Unison.LSP.EditDefinition ( src/Unison/LSP/EditDefinition.hs, dist/build/Unison/LSP/EditDefinition.p_o )
2851.24 s
[unison-cli] [135 of 162] Compiling Unison.LSP ( src/Unison/LSP.hs, dist/build/Unison/LSP.p_o )
2851.24 s
[unison-cli] src/Unison/LSP.hs:108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2851.24 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
2851.24 s
[unison-cli] | ^^^^^^^^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/LSP.hs:122:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘runServer’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2851.24 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 122 | ifEnabled runServer = do
2851.24 s
[unison-cli] | ^^^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/LSP.hs:252:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘toIO’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
2851.24 s
[unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [136 of 162] Compiling ArgParse ( src/ArgParse.hs, dist/build/ArgParse.p_o )
2851.24 s
[unison-cli] src/ArgParse.hs:159:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘command’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
2851.24 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 159 | (globalOptions, command ) <- customExecParser preferences parserInfo
2851.24 s
[unison-cli] | ^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/ArgParse.hs:204:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2851.24 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 204 | help =
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/ArgParse.hs:212:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2851.24 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 212 | help =
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/ArgParse.hs:220:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2851.24 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 220 | help =
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/ArgParse.hs:228:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2851.24 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 228 | help =
2851.24 s
[unison-cli] | ^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/ArgParse.hs:486:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
2851.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [137 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditNamespace ( src/Unison/Codebase/Editor/HandleInput/EditNamespace.hs, dist/build/Unison/Codebase/Editor/HandleInput/EditNamespace.p_o )
2851.24 s
[unison-cli] [138 of 162] Compiling Unison.Codebase.Editor.HandleInput.Run ( src/Unison/Codebase/Editor/HandleInput/Run.hs, dist/build/Unison/Codebase/Editor/HandleInput/Run.p_o )
2851.24 s
[unison-cli] [139 of 162] Compiling Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils ( src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs, dist/build/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2851.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
2851.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
2851.24 s
[unison-cli] | ^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [140 of 162] Compiling Unison.Codebase.Editor.HandleInput.Names ( src/Unison/Codebase/Editor/HandleInput/Names.hs, dist/build/Unison/Codebase/Editor/HandleInput/Names.p_o )
2851.24 s
[unison-cli] [141 of 162] Compiling Unison.Codebase.Editor.HandleInput.Ls ( src/Unison/Codebase/Editor/HandleInput/Ls.hs, dist/build/Unison/Codebase/Editor/HandleInput/Ls.p_o )
2851.24 s
[unison-cli] [142 of 162] Compiling Unison.Codebase.Editor.HandleInput.LSPDebug ( src/Unison/Codebase/Editor/HandleInput/LSPDebug.hs, dist/build/Unison/Codebase/Editor/HandleInput/LSPDebug.p_o )
2851.24 s
[unison-cli] [143 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDefinition ( src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs, dist/build/Unison/Codebase/Editor/HandleInput/DebugDefinition.p_o )
2851.24 s
[unison-cli] [144 of 162] Compiling Unison.Codebase.Editor.HandleInput.AddRun ( src/Unison/Codebase/Editor/HandleInput/AddRun.hs, dist/build/Unison/Codebase/Editor/HandleInput/AddRun.p_o )
2851.24 s
[unison-cli] [145 of 162] Compiling Unison.Cli.NameResolutionUtils ( src/Unison/Cli/NameResolutionUtils.hs, dist/build/Unison/Cli/NameResolutionUtils.p_o )
2851.24 s
[unison-cli] [146 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditDependents ( src/Unison/Codebase/Editor/HandleInput/EditDependents.hs, dist/build/Unison/Codebase/Editor/HandleInput/EditDependents.p_o )
2851.24 s
[unison-cli] [147 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependents ( src/Unison/Codebase/Editor/HandleInput/Dependents.hs, dist/build/Unison/Codebase/Editor/HandleInput/Dependents.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘ppe’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 139 | let ppe =
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 271 | f acc var (_, ref, _, _, _) =
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 281 | f acc var (ref, decl) =
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 291 | f acc var (ref, _) =
2851.24 s
[unison-cli] | ^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 327 | lookupSet :: forall k a . (Ord k) => Map k (NESet a) -> k -> Set a
2851.24 s
[unison-cli] | ^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [148 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependencies ( src/Unison/Codebase/Editor/HandleInput/Dependencies.hs, dist/build/Unison/Codebase/Editor/HandleInput/Dependencies.p_o )
2851.24 s
[unison-cli] [149 of 162] Compiling Unison.Cli.DownloadUtils ( src/Unison/Cli/DownloadUtils.hs, dist/build/Unison/Cli/DownloadUtils.p_o )
2851.24 s
[unison-cli] [150 of 162] Compiling Unison.Codebase.Editor.HandleInput.SyncV2 ( src/Unison/Codebase/Editor/HandleInput/SyncV2.hs, dist/build/Unison/Codebase/Editor/HandleInput/SyncV2.p_o )
2851.24 s
[unison-cli] [151 of 162] Compiling Unison.Codebase.Editor.HandleInput.Pull ( src/Unison/Codebase/Editor/HandleInput/Pull.hs, dist/build/Unison/Codebase/Editor/HandleInput/Pull.p_o )
2851.24 s
[unison-cli] [152 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectCreate ( src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectCreate.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘branch’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
2851.24 s
[unison-cli] | ^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [153 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectClone ( src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs, dist/build/Unison/Codebase/Editor/HandleInput/ProjectClone.p_o )
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 98 | let remoteProjectName = remoteProject.projectName
2851.24 s
[unison-cli] | ^^^^^^^^^^^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.24 s
[unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
2851.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
2851.24 s
[unison-cli] |
2851.24 s
[unison-cli] 99 | let remoteBranchName = defaultBranchName
2851.24 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2851.24 s
[unison-cli]
2851.24 s
[unison-cli] [154 of 162] Compiling Unison.Codebase.Editor.HandleInput.InstallLib ( src/Unison/Codebase/Editor/HandleInput/InstallLib.hs, dist/build/Unison/Codebase/Editor/HandleInput/InstallLib.p_o )
2851.24 s
[unison-cli] [155 of 162] Compiling Unison.Codebase.Editor.HandleInput ( src/Unison/Codebase/Editor/HandleInput.hs, dist/build/Unison/Codebase/Editor/HandleInput.p_o )
2851.33 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘set’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2851.34 s
[unison-cli] (and originally defined in ‘Control.Lens.Setter’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 351 | set h = State.modify (Set.insert h)
2851.34 s
[unison-cli] | ^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
2851.34 s
[unison-cli] | ^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2851.34 s
[unison-cli] | ^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2851.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2851.34 s
[unison-cli] | ^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
2851.34 s
[unison-cli] | ^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2851.34 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
2851.34 s
[unison-cli] | ^^^^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2851.34 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
2851.34 s
[unison-cli] | ^^^^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 401 | let buildPPED uf tf =
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2851.34 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2851.34 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2851.34 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2851.34 s
[unison-cli] (and originally defined in ‘Witch.From’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 528 | HistoryI resultsCap diffCap from -> do
2851.34 s
[unison-cli] | ^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘newRoot’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
2851.34 s
[unison-cli] | ^^^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘exp’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2851.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 647 | let (exp , sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
2851.34 s
[unison-cli] | ^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2851.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 788 | tgt <- case tgt of
2851.34 s
[unison-cli] | ^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 790 | Just tgt -> do
2851.34 s
[unison-cli] | ^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
2851.34 s
[unison-cli] | ^^^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘ws’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 964 | ":" : ws -> do
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1005 | evalTerm tm =
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1010 | Just (_, tm , _) -> pure (Just $ Term.unannotate tm)
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2851.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1053 | Just (init , last) -> case Branch.getAt init b of
2851.34 s
[unison-cli] | ^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘last’ shadows the existing binding
2851.34 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2851.34 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1053 | Just (init, last ) -> case Branch.getAt init b of
2851.34 s
[unison-cli] | ^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
2851.34 s
[unison-cli] | ^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2851.34 s
[unison-cli] | ^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2851.34 s
[unison-cli] | ^^^^^
2851.34 s
[unison-cli]
2851.34 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2851.34 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2851.34 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
2851.34 s
[unison-cli] |
2851.34 s
[unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
2851.34 s
[unison-cli] | ^^
2851.34 s
[unison-cli]
2853.71 s
[unison-cli] [156 of 162] Compiling Unison.MCP.Cli ( src/Unison/MCP/Cli.hs, dist/build/Unison/MCP/Cli.p_o )
2854.24 s
[unison-cli] [157 of 162] Compiling Unison.MCP.Tools ( src/Unison/MCP/Tools.hs, dist/build/Unison/MCP/Tools.p_o )
2855.04 s
[unison-cli] [158 of 162] Compiling Unison.MCP ( src/Unison/MCP.hs, dist/build/Unison/MCP.p_o )
2855.23 s
[unison-cli] [159 of 162] Compiling Unison.CommandLine.Main ( src/Unison/CommandLine/Main.hs, dist/build/Unison/CommandLine/Main.p_o )
2855.23 s
[unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2855.23 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2855.23 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2855.23 s
[unison-cli] |
2855.23 s
[unison-cli] 289 | Ki.scoped \scope -> do
2855.23 s
[unison-cli] | ^^^^^
2855.23 s
[unison-cli]
2855.23 s
[unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2855.23 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2855.23 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2855.23 s
[unison-cli] |
2855.23 s
[unison-cli] 358 | Ki.scoped \scope -> do
2855.23 s
[unison-cli] | ^^^^^
2855.23 s
[unison-cli]
2855.23 s
[unison-cli] [160 of 162] Compiling Unison.Codebase.Transcript.Runner ( src/Unison/Codebase/Transcript/Runner.hs, dist/build/Unison/Codebase/Transcript/Runner.p_o )
2855.27 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2855.27 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2855.27 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
2855.27 s
[unison-cli] |
2855.27 s
[unison-cli] 175 | withRuntimes action =
2855.27 s
[unison-cli] | ^^^^^^
2855.27 s
[unison-cli]
2855.27 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2855.27 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2855.27 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
2855.27 s
[unison-cli] |
2855.27 s
[unison-cli] 353 | Project {projectId, name = projectName } <-
2855.27 s
[unison-cli] | ^^^^^^^^^^^
2855.27 s
[unison-cli]
2855.27 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2855.27 s
[unison-cli] This binding for ‘print’ shadows the existing binding
2855.27 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
2855.27 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
2855.27 s
[unison-cli] |
2855.27 s
[unison-cli] 496 | print o = do
2855.27 s
[unison-cli] | ^^^^^
2855.27 s
[unison-cli]
2856.10 s
[unison-cli] [161 of 162] Compiling Unison.Version ( src/Unison/Version.hs, dist/build/Unison/Version.p_o )
2856.10 s
[unison-cli] [162 of 162] Compiling Unison.Main ( src/Unison/Main.hs, dist/build/Unison/Main.p_o )
2856.13 s
[unison-cli] src/Unison/Main.hs:456:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2856.13 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2856.13 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2856.13 s
[unison-cli] |
2856.13 s
[unison-cli] 456 | (tmp, cleanup ) <- case shouldSaveCodebase of
2856.13 s
[unison-cli] | ^^^^^^^
2856.13 s
[unison-cli]
2856.13 s
[unison-cli] src/Unison/Main.hs:476:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2856.13 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2856.13 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2856.13 s
[unison-cli] |
2856.13 s
[unison-cli] 476 | let cleanup = removeDirectoryRecursive path
2856.13 s
[unison-cli] | ^^^^^^^
2856.13 s
[unison-cli]
2856.14 s
[unison-cli] src/Unison/Main.hs:663:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2856.14 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2856.14 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2856.14 s
[unison-cli] |
2856.14 s
[unison-cli] 663 | cbInit @(CreatedCodebase, dir, _) -> do
2856.14 s
[unison-cli] | ^^^^^^
2856.14 s
[unison-cli]
2856.14 s
[unison-cli] src/Unison/Main.hs:668:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2856.14 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2856.14 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2856.14 s
[unison-cli] |
2856.14 s
[unison-cli] 668 | cbInit @(OpenedCodebase, _, _) ->
2856.14 s
[unison-cli] | ^^^^^^
2856.14 s
[unison-cli]
2856.14 s
[unison-cli] src/Unison/Main.hs:679:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2856.14 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2856.14 s
[unison-cli] bound at src/Unison/Main.hs:673:16
2856.14 s
[unison-cli] |
2856.14 s
[unison-cli] 679 | InitErrorOpen err ->
2856.14 s
[unison-cli] | ^^^
2856.14 s
[unison-cli]
2866.24 s
[unison-cli] Preprocessing executable 'transcripts' for unison-cli-0.0.0...
2866.25 s
[unison-cli] Building executable 'transcripts' for unison-cli-0.0.0...
2866.57 s
[unison-cli] transcripts/Transcripts.hs:120:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2866.57 s
[unison-cli] This binding for ‘testBuilder’ shadows the existing binding
2866.57 s
[unison-cli] defined at transcripts/Transcripts.hs:61:1
2866.57 s
[unison-cli] |
2866.57 s
[unison-cli] 120 | enumerateTests TestConfig {..} testBuilder files = do
2866.57 s
[unison-cli] | ^^^^^^^^^^^
2866.57 s
[unison-cli]
2866.57 s
[unison-cli] transcripts/Transcripts.hs:141:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2866.57 s
[unison-cli] This binding for ‘testBuilder’ shadows the existing binding
2866.57 s
[unison-cli] defined at transcripts/Transcripts.hs:61:1
2866.57 s
[unison-cli] |
2866.57 s
[unison-cli] 141 | buildTests TestConfig {..} testBuilder inputDir outputDir = do
2866.57 s
[unison-cli] | ^^^^^^^^^^^
2866.57 s
[unison-cli]
2872.82 s
[unison-cli] Preprocessing test suite 'cli-tests' for unison-cli-0.0.0...
2872.83 s
[unison-cli] Building test suite 'cli-tests' for unison-cli-0.0.0...
2872.94 s
[unison-cli] [1 of 6] Compiling Unison.Test.Cli.Monad ( tests/Unison/Test/Cli/Monad.hs, dist/build/cli-tests/cli-tests-tmp/Unison/Test/Cli/Monad.o, dist/build/cli-tests/cli-tests-tmp/Unison/Test/Cli/Monad.dyn_o )
2873.37 s
[unison-cli] [2 of 6] Compiling Unison.Test.LSP ( tests/Unison/Test/LSP.hs, dist/build/cli-tests/cli-tests-tmp/Unison/Test/LSP.o, dist/build/cli-tests/cli-tests-tmp/Unison/Test/LSP.dyn_o )
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:331:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘txt’ shadows the existing binding
2874.14 s
[unison-cli] bound at tests/Unison/Test/LSP.hs:327:47
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 331 | extractDelimitedBlocksHelper offset txt = do
2874.14 s
[unison-cli] | ^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:347:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘trm’ shadows the existing binding
2874.14 s
[unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 347 | & firstJust \(_v, (_fileAnn, trm )) ->
2874.14 s
[unison-cli] | ^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:357:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘trm’ shadows the existing binding
2874.14 s
[unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 357 | & firstJust \(_fileAnn, _refId, _wk, trm , _typ) ->
2874.14 s
[unison-cli] | ^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:395:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘trm’ shadows the existing binding
2874.14 s
[unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 395 | & traverse_ \(_fileAnn, _refId, _wk, trm , _typ) ->
2874.14 s
[unison-cli] | ^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:483:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘trm’ shadows the existing binding
2874.14 s
[unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 483 | [(_a, trm )] -> do
2874.14 s
[unison-cli] | ^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:507:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘diags’ shadows the existing binding
2874.14 s
[unison-cli] bound at tests/Unison/Test/LSP.hs:503:25
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 507 | (range@(ann, _src) : rest, diags ) ->
2874.14 s
[unison-cli] | ^^^^^
2874.14 s
[unison-cli]
2874.14 s
[unison-cli] tests/Unison/Test/LSP.hs:517:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2874.14 s
[unison-cli] This binding for ‘diags’ shadows the existing binding
2874.14 s
[unison-cli] bound at tests/Unison/Test/LSP.hs:507:30
2874.14 s
[unison-cli] |
2874.14 s
[unison-cli] 517 | Just (_, diags ) -> matchDiagnostics rest diags
2874.14 s
[unison-cli] | ^^^^^
2874.14 s
[unison-cli]
2875.02 s
[unison-cli] [3 of 6] Compiling Unison.Test.Ucm ( tests/Unison/Test/Ucm.hs, dist/build/cli-tests/cli-tests-tmp/Unison/Test/Ucm.o, dist/build/cli-tests/cli-tests-tmp/Unison/Test/Ucm.dyn_o )
2875.02 s
[unison-cli] [4 of 6] Compiling Unison.Test.ClearCache ( tests/Unison/Test/ClearCache.hs, dist/build/cli-tests/cli-tests-tmp/Unison/Test/ClearCache.o, dist/build/cli-tests/cli-tests-tmp/Unison/Test/ClearCache.dyn_o )
2875.02 s
[unison-cli] tests/Unison/Test/ClearCache.hs:18:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2875.02 s
[unison-cli] This binding for ‘c’ shadows the existing binding
2875.02 s
[unison-cli] bound at tests/Unison/Test/ClearCache.hs:17:5
2875.02 s
[unison-cli] |
2875.02 s
[unison-cli] 18 | let listWatches = io $ Ucm.lowLevel c \c ->
2875.02 s
[unison-cli] | ^
2875.02 s
[unison-cli]
2875.02 s
[unison-cli] [5 of 6] Compiling Unison.Test.UriParser ( tests/Unison/Test/UriParser.hs, dist/build/cli-tests/cli-tests-tmp/Unison/Test/UriParser.o, dist/build/cli-tests/cli-tests-tmp/Unison/Test/UriParser.dyn_o )
2875.02 s
[unison-cli] [6 of 6] Compiling Main ( tests/Main.hs, dist/build/cli-tests/cli-tests-tmp/Main.o, dist/build/cli-tests/cli-tests-tmp/Main.dyn_o )
2875.58 s
[unison-cli] [7 of 7] Linking dist/build/cli-tests/cli-tests
2881.09 s
[unison-cli] buildPhase completed in 1 minutes 46 seconds
2881.09 s
[unison-cli] Phase: checkPhase
2881.75 s
[unison-cli] Running 1 test suites...
2881.76 s
[unison-cli] Test suite cli-tests: RUNNING...
2882.64 s
[unison-cli] Randomness seed for this run is 4265759158955760838
2882.64 s
[unison-cli] Raw test output to follow ...
2882.64 s
[unison-cli] ------------------------------------------------------------
2882.64 s
[unison-cli] 🦄 annotations.refs.Binary Op lhs.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Binary Op lhs.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Binary Op rhs.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Binary Op rhs.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Custom Op lhs.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Custom Op lhs.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Simple type annotation on non-typechecking file.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Simple type annotation on typechecking file.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Simple type annotation on typechecking file.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within bindings for do-block elements.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within bindings for do-block elements.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within bindings for let-block elements.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within bindings for let-block elements.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within actions for let-block elements.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within actions for let-block elements.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for blocks with destructuring binds.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for blocks with destructuring binds.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for destructuring tuples (they have a special parser).parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for destructuring tuples (they have a special parser).typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within pattern binds.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations within pattern binds.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for types with arrows.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for types with arrows.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for types with effects.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for types with effects.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for effects themselves.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for effects themselves.typechecked file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for types with arrows.parsed file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for types with arrows.typechecked file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for types with effects.parsed file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for types with effects.typechecked file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for effects themselves.parsed file
2882.64 s
[unison-cli] 🦄 (2) annotations.refs.Test annotations for effects themselves.typechecked file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for blocks recursive binds.parsed file
2882.64 s
[unison-cli] 🦄 annotations.refs.Test annotations for blocks recursive binds.typechecked file
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Simple local binding
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Simple local bindings within a do block
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Self recursive function
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Hover at binding site
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Correctly handles type parameters at binding site
2882.64 s
[unison-cli] 🦄 hover.local binding hover types.Correctly handles type parameters at usage site
2882.64 s
[unison-cli] ✔️ Completed transcript.
2882.65 s
[unison-cli] 🦄 clearWatchCache.CodebaseFormat2
2882.65 s
[unison-cli] ✔️ Completed transcript.
2882.65 s
[unison-cli] 🦄 (2) clearWatchCache.CodebaseFormat2
2882.65 s
[unison-cli] 🦄 Unison.Cli.Monad.label
2882.65 s
[unison-cli] 🦄 uriparser.repoPath.project
2882.65 s
[unison-cli] 🦄 uriparser.repoPath./branch
2882.65 s
[unison-cli] 🦄 uriparser.repoPath.project/branch
2882.65 s
[unison-cli] 🦄 uriparser.repoPath..unisonweb.base
2882.65 s
[unison-cli] 🦄 uriparser.writeRemoteNamespace.project
2882.65 s
[unison-cli] 🦄 uriparser.writeRemoteNamespace./branch
2882.65 s
[unison-cli] 🦄 uriparser.writeRemoteNamespace.project/branch
2882.65 s
[unison-cli] 🦄 uriparser.writeRemoteNamespace..unisonweb.base
2882.65 s
[unison-cli] ------------------------------------------------------------
2882.65 s
[unison-cli]
2882.65 s
[unison-cli]
2882.65 s
[unison-cli] ✅ 45 tests passed, no failures! 👍 🎉
2882.65 s
[unison-cli] Test suite cli-tests: PASS
2882.65 s
[unison-cli] Test suite logged to: dist/test/unison-cli-0.0.0-cli-tests.log
2882.65 s
[unison-cli] 1 of 1 test suites (1 of 1 test cases) passed.
2882.68 s
[unison-cli] Phase: haddockPhase
2882.89 s
[unison-cli] Preprocessing library for unison-cli-0.0.0...
2882.91 s
[unison-cli] Running Haddock on library for unison-cli-0.0.0...
2882.93 s
[unison-cli] Warning: The documentation for the following packages are not installed. No
2882.93 s
[unison-cli] links will be generated to these packages: attoparsec-0.14.4,
2882.93 s
[unison-cli] attoparsec-0.14.4, fail-4.9.0.0, libyaml-clib-0.2.5, lsp-types-2.3.0.1,
2882.93 s
[unison-cli] vector-0.13.2.0
2883.58 s
[unison-cli] [ 1 of 162] Compiling Compat ( src/Compat.hs, /build/ghc7120_0/ghc_6.o, /build/ghc7120_0/ghc_6.dyn_o )
2884.08 s
[unison-cli] [ 2 of 162] Compiling Stats ( src/Stats.hs, /build/ghc7120_0/ghc_8.o, /build/ghc7120_0/ghc_8.dyn_o )
2884.09 s
[unison-cli] [ 3 of 162] Compiling System.Path ( src/System/Path.hs, /build/ghc7120_0/ghc_10.o, /build/ghc7120_0/ghc_10.dyn_o )
2884.09 s
[unison-cli] [ 4 of 162] Compiling Unison.Auth.Discovery ( src/Unison/Auth/Discovery.hs, /build/ghc7120_0/ghc_12.o, /build/ghc7120_0/ghc_12.dyn_o )
2884.63 s
[unison-cli] [ 5 of 162] Compiling Unison.Auth.UserInfo ( src/Unison/Auth/UserInfo.hs, /build/ghc7120_0/ghc_18.o, /build/ghc7120_0/ghc_18.dyn_o )
2884.79 s
[unison-cli] [ 6 of 162] Compiling Unison.Auth.Tokens ( src/Unison/Auth/Tokens.hs, /build/ghc7120_0/ghc_16.o, /build/ghc7120_0/ghc_16.dyn_o )
2885.01 s
[unison-cli] [ 7 of 162] Compiling Unison.Cli.DirectoryUtils ( src/Unison/Cli/DirectoryUtils.hs, /build/ghc7120_0/ghc_20.o, /build/ghc7120_0/ghc_20.dyn_o )
2885.01 s
[unison-cli] [ 8 of 162] Compiling Unison.Cli.ServantClientUtils ( src/Unison/Cli/ServantClientUtils.hs, /build/ghc7120_0/ghc_38.o, /build/ghc7120_0/ghc_38.dyn_o )
2885.01 s
[unison-cli] [ 9 of 162] Compiling Unison.Cli.Share.Projects.Types ( src/Unison/Cli/Share/Projects/Types.hs, /build/ghc7120_0/ghc_42.o, /build/ghc7120_0/ghc_42.dyn_o )
2885.01 s
[unison-cli] [ 10 of 162] Compiling Unison.Cli.MergeTypes ( src/Unison/Cli/MergeTypes.hs, /build/ghc7120_0/ghc_24.o, /build/ghc7120_0/ghc_24.dyn_o )
2885.01 s
[unison-cli] [ 11 of 162] Compiling Unison.Cli.TypeCheck ( src/Unison/Cli/TypeCheck.hs, /build/ghc7120_0/ghc_44.o, /build/ghc7120_0/ghc_44.dyn_o )
2885.01 s
[unison-cli] [ 12 of 162] Compiling Unison.Cli.UniqueTypeGuidLookup ( src/Unison/Cli/UniqueTypeGuidLookup.hs, /build/ghc7120_0/ghc_46.o, /build/ghc7120_0/ghc_46.dyn_o )
2885.01 s
[unison-cli] [ 13 of 162] Compiling Unison.Codebase.Editor.AuthorInfo ( src/Unison/Codebase/Editor/AuthorInfo.hs, /build/ghc7120_0/ghc_50.o, /build/ghc7120_0/ghc_50.dyn_o )
2885.01 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2885.01 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2885.02 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
2885.02 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2885.02 s
[unison-cli] |
2885.02 s
[unison-cli] 66 | [(id , tm, _tp, ())] -> (id, tm)
2885.02 s
[unison-cli] | ^^
2885.02 s
[unison-cli]
2885.02 s
[unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2885.02 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2885.02 s
[unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
2885.02 s
[unison-cli] |
2885.02 s
[unison-cli] 66 | [(id, tm , _tp, ())] -> (id, tm)
2885.02 s
[unison-cli] | ^^
2885.02 s
[unison-cli]
2885.02 s
[unison-cli] [ 14 of 162] Compiling Unison.Codebase.Editor.HandleInput.FormatFile ( src/Unison/Codebase/Editor/HandleInput/FormatFile.hs, /build/ghc7120_0/ghc_102.o, /build/ghc7120_0/ghc_102.dyn_o )
2885.31 s
[unison-cli] [ 15 of 162] Compiling Unison.Codebase.Editor.Output.BranchDiff ( src/Unison/Codebase/Editor/Output/BranchDiff.hs, /build/ghc7120_0/ghc_180.o, /build/ghc7120_0/ghc_180.dyn_o )
2886.06 s
[unison-cli] [ 16 of 162] Compiling Unison.Codebase.Editor.Output.DumpNamespace ( src/Unison/Codebase/Editor/Output/DumpNamespace.hs, /build/ghc7120_0/ghc_182.o, /build/ghc7120_0/ghc_182.dyn_o )
2886.06 s
[unison-cli] [ 17 of 162] Compiling Unison.Codebase.Editor.Output.PushPull ( src/Unison/Codebase/Editor/Output/PushPull.hs, /build/ghc7120_0/ghc_184.o, /build/ghc7120_0/ghc_184.dyn_o )
2886.06 s
[unison-cli] [ 18 of 162] Compiling Unison.Codebase.Editor.SlurpComponent ( src/Unison/Codebase/Editor/SlurpComponent.hs, /build/ghc7120_0/ghc_188.o, /build/ghc7120_0/ghc_188.dyn_o )
2886.06 s
[unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.06 s
[unison-cli] This binding for ‘seenTypes’ shadows the existing binding
2886.06 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
2886.06 s
[unison-cli] |
2886.06 s
[unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
2886.06 s
[unison-cli] | ^^^^^^^^^
2886.06 s
[unison-cli]
2886.06 s
[unison-cli] [ 19 of 162] Compiling Unison.Codebase.Editor.SlurpResult ( src/Unison/Codebase/Editor/SlurpResult.hs, /build/ghc7120_0/ghc_190.o, /build/ghc7120_0/ghc_190.dyn_o )
2886.06 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.06 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2886.06 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2886.06 s
[unison-cli] |
2886.06 s
[unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
2886.07 s
[unison-cli] | ^^
2886.07 s
[unison-cli]
2886.07 s
[unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.07 s
[unison-cli] This binding for ‘sr’ shadows the existing binding
2886.07 s
[unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
2886.07 s
[unison-cli] |
2886.07 s
[unison-cli] 204 | notOks past present sr =
2886.07 s
[unison-cli] | ^^
2886.07 s
[unison-cli]
2886.07 s
[unison-cli] [ 20 of 162] Compiling Unison.Codebase.Editor.Slurp ( src/Unison/Codebase/Editor/Slurp.hs, /build/ghc7120_0/ghc_186.o, /build/ghc7120_0/ghc_186.dyn_o )
2886.21 s
[unison-cli] [ 21 of 162] Compiling Unison.Codebase.Editor.UCMVersion ( src/Unison/Codebase/Editor/UCMVersion.hs, /build/ghc7120_0/ghc_194.o, /build/ghc7120_0/ghc_194.dyn_o )
2886.24 s
[unison-cli] [ 22 of 162] Compiling Unison.Codebase.Editor.UriParser ( src/Unison/Codebase/Editor/UriParser.hs, /build/ghc7120_0/ghc_196.o, /build/ghc7120_0/ghc_196.dyn_o )
2886.24 s
[unison-cli] [ 23 of 162] Compiling Unison.Codebase.Transcript ( src/Unison/Codebase/Transcript.hs, /build/ghc7120_0/ghc_198.o, /build/ghc7120_0/ghc_198.dyn_o )
2886.24 s
[unison-cli] [ 24 of 162] Compiling Unison.Codebase.Transcript.Parser ( src/Unison/Codebase/Transcript/Parser.hs, /build/ghc7120_0/ghc_200.o, /build/ghc7120_0/ghc_200.dyn_o )
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘language’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2886.24 s
[unison-cli] | ^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘infoTags’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 145 | formatInfoString formatA language infoTags =
2886.24 s
[unison-cli] | ^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘hidden’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2886.24 s
[unison-cli] | ^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘expectingError’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2886.24 s
[unison-cli] | ^^^^^^^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘hasBug’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2886.24 s
[unison-cli] | ^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘generated’ shadows the existing binding
2886.24 s
[unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
2886.24 s
[unison-cli] | ^^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] [ 25 of 162] Compiling Unison.Codebase.Watch ( src/Unison/Codebase/Watch.hs, /build/ghc7120_0/ghc_204.o, /build/ghc7120_0/ghc_204.dyn_o )
2886.24 s
[unison-cli] [ 26 of 162] Compiling Unison.CommandLine.BranchRelativePath ( src/Unison/CommandLine/BranchRelativePath.hs, /build/ghc7120_0/ghc_208.o, /build/ghc7120_0/ghc_208.dyn_o )
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2886.24 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
2886.24 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
2886.24 s
[unison-cli] | ^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2886.24 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 134 | This (projectName , True) -> startingAtBranch (Just projectName)
2886.24 s
[unison-cli] | ^^^^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.24 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2886.24 s
[unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
2886.24 s
[unison-cli] |
2886.24 s
[unison-cli] 139 | This (projectName , False) ->
2886.24 s
[unison-cli] | ^^^^^^^^^^^
2886.24 s
[unison-cli]
2886.24 s
[unison-cli] [ 27 of 162] Compiling Unison.Codebase.Editor.Input ( src/Unison/Codebase/Editor/Input.hs, /build/ghc7120_0/ghc_176.o, /build/ghc7120_0/ghc_176.dyn_o )
2886.74 s
[unison-cli] [ 28 of 162] Compiling Unison.Codebase.Editor.StructuredArgument ( src/Unison/Codebase/Editor/StructuredArgument.hs, /build/ghc7120_0/ghc_192.o, /build/ghc7120_0/ghc_192.dyn_o )
2886.88 s
[unison-cli] [ 29 of 162] Compiling Unison.CommandLine.FZFResolvers ( src/Unison/CommandLine/FZFResolvers.hs, /build/ghc7120_0/ghc_214.o, /build/ghc7120_0/ghc_214.dyn_o )
2886.88 s
[unison-cli] [ 30 of 162] Compiling Unison.CommandLine.FuzzySelect ( src/Unison/CommandLine/FuzzySelect.hs, /build/ghc7120_0/ghc_216.o, /build/ghc7120_0/ghc_216.dyn_o )
2886.88 s
[unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.88 s
[unison-cli] This binding for ‘selections’ shadows the existing binding
2886.88 s
[unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
2886.88 s
[unison-cli] |
2886.88 s
[unison-cli] 118 | Right selections ->
2886.89 s
[unison-cli] | ^^^^^^^^^^
2886.89 s
[unison-cli]
2886.89 s
[unison-cli] [ 31 of 162] Compiling Unison.CommandLine.Helpers ( src/Unison/CommandLine/Helpers.hs, /build/ghc7120_0/ghc_218.o, /build/ghc7120_0/ghc_218.dyn_o )
2886.89 s
[unison-cli] [ 32 of 162] Compiling Unison.CommandLine.Types ( src/Unison/CommandLine/Types.hs, /build/ghc7120_0/ghc_228.o, /build/ghc7120_0/ghc_228.dyn_o )
2886.89 s
[unison-cli] [ 33 of 162] Compiling Unison.CommandLine.Welcome ( src/Unison/CommandLine/Welcome.hs, /build/ghc7120_0/ghc_230.o, /build/ghc7120_0/ghc_230.dyn_o )
2886.89 s
[unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.89 s
[unison-cli] This binding for ‘onboarding’ shadows the existing binding
2886.89 s
[unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
2886.89 s
[unison-cli] |
2886.89 s
[unison-cli] 47 | go onboarding acc =
2886.89 s
[unison-cli] | ^^^^^^^^^^
2886.89 s
[unison-cli]
2886.89 s
[unison-cli] [ 34 of 162] Compiling Unison.LSP.Orphans ( src/Unison/LSP/Orphans.hs, /build/ghc7120_0/ghc_272.o, /build/ghc7120_0/ghc_272.dyn_o )
2886.89 s
[unison-cli] [ 35 of 162] Compiling Unison.LSP.Conversions ( src/Unison/LSP/Conversions.hs, /build/ghc7120_0/ghc_246.o, /build/ghc7120_0/ghc_246.dyn_o )
2886.89 s
[unison-cli] [ 36 of 162] Compiling Unison.LSP.Types ( src/Unison/LSP/Types.hs, /build/ghc7120_0/ghc_278.o, /build/ghc7120_0/ghc_278.dyn_o )
2886.89 s
[unison-cli] src/Unison/LSP/Types.hs:63:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.89 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2886.89 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2886.89 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2886.89 s
[unison-cli] |
2886.89 s
[unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
2886.89 s
[unison-cli] | ^^^
2886.89 s
[unison-cli]
2886.90 s
[unison-cli] src/Unison/LSP/Types.hs:70:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.90 s
[unison-cli] This binding for ‘log’ shadows the existing binding
2886.90 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
2886.90 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2886.90 s
[unison-cli] |
2886.90 s
[unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
2886.90 s
[unison-cli] | ^^^
2886.90 s
[unison-cli]
2886.90 s
[unison-cli] src/Unison/LSP/Types.hs:107:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.90 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2886.90 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:19
2886.90 s
[unison-cli] |
2886.90 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2886.90 s
[unison-cli] | ^
2886.90 s
[unison-cli]
2886.90 s
[unison-cli] src/Unison/LSP/Types.hs:107:56: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.90 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2886.90 s
[unison-cli] bound at src/Unison/LSP/Types.hs:106:60
2886.90 s
[unison-cli] |
2886.90 s
[unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
2886.90 s
[unison-cli] | ^
2886.91 s
[unison-cli]
2886.91 s
[unison-cli] src/Unison/LSP/Types.hs:225:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.91 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2886.91 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.91 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.91 s
[unison-cli] |
2886.91 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2886.91 s
[unison-cli] | ^^^^^
2886.91 s
[unison-cli]
2886.91 s
[unison-cli] src/Unison/LSP/Types.hs:225:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.91 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2886.91 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.91 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.91 s
[unison-cli] |
2886.91 s
[unison-cli] 225 | rangedCodeAction title diags ranges =
2886.91 s
[unison-cli] | ^^^^^^
2886.91 s
[unison-cli]
2886.91 s
[unison-cli] src/Unison/LSP/Types.hs:240:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.91 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.91 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.91 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.91 s
[unison-cli] |
2886.91 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2886.92 s
[unison-cli] | ^^^
2886.92 s
[unison-cli]
2886.92 s
[unison-cli] src/Unison/LSP/Types.hs:240:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.92 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2886.92 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.92 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.92 s
[unison-cli] |
2886.92 s
[unison-cli] 240 | includeEdits uri replacement ranges rca =
2886.92 s
[unison-cli] | ^^^^^^
2886.92 s
[unison-cli]
2886.92 s
[unison-cli] src/Unison/LSP/Types.hs:241:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.92 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2886.92 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.92 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.92 s
[unison-cli] |
2886.92 s
[unison-cli] 241 | let edits = do
2886.92 s
[unison-cli] | ^^^^^
2886.92 s
[unison-cli]
2886.93 s
[unison-cli] src/Unison/LSP/Types.hs:244:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.93 s
[unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
2886.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
2886.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.93 s
[unison-cli] |
2886.93 s
[unison-cli] 244 | workspaceEdit =
2886.93 s
[unison-cli] | ^^^^^^^^^^^^^
2886.93 s
[unison-cli]
2886.93 s
[unison-cli] [ 37 of 162] Compiling Unison.LSP.ProjectContext ( src/Unison/LSP/ProjectContext.hs, /build/ghc7120_0/ghc_274.o, /build/ghc7120_0/ghc_274.dyn_o )
2886.93 s
[unison-cli] [ 38 of 162] Compiling Unison.LSP.NotificationHandlers ( src/Unison/LSP/NotificationHandlers.hs, /build/ghc7120_0/ghc_268.o, /build/ghc7120_0/ghc_268.dyn_o )
2886.93 s
[unison-cli] [ 39 of 162] Compiling Unison.LSP.HandlerUtils ( src/Unison/LSP/HandlerUtils.hs, /build/ghc7120_0/ghc_264.o, /build/ghc7120_0/ghc_264.dyn_o )
2886.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.93 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2886.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2886.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.93 s
[unison-cli] |
2886.93 s
[unison-cli] 26 | cancel <- atomically $ do
2886.93 s
[unison-cli] | ^^^^^^
2886.93 s
[unison-cli]
2886.93 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.93 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2886.93 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2886.93 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.94 s
[unison-cli] |
2886.94 s
[unison-cli] 31 | Just cancel -> do
2886.94 s
[unison-cli] | ^^^^^^
2886.94 s
[unison-cli]
2886.94 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.94 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2886.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2886.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.94 s
[unison-cli] |
2886.94 s
[unison-cli] 42 | withDebugging handler message respond = do
2886.94 s
[unison-cli] | ^^^^^^^
2886.94 s
[unison-cli]
2886.94 s
[unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.94 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2886.94 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
2886.94 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.94 s
[unison-cli] |
2886.94 s
[unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
2886.94 s
[unison-cli] | ^^^^^^^
2886.94 s
[unison-cli]
2886.94 s
[unison-cli] [ 40 of 162] Compiling Unison.LSP.Diagnostics ( src/Unison/LSP/Diagnostics.hs, /build/ghc7120_0/ghc_248.o, /build/ghc7120_0/ghc_248.dyn_o )
2886.94 s
[unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.94 s
[unison-cli] This binding for ‘msg’ shadows the existing binding
2886.94 s
[unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
2886.94 s
[unison-cli] |
2886.94 s
[unison-cli] 41 | refs <&> \(msg , range) ->
2886.94 s
[unison-cli] | ^^^
2886.94 s
[unison-cli]
2886.94 s
[unison-cli] [ 41 of 162] Compiling Unison.LSP.FileAnalysis.UnusedBindings ( src/Unison/LSP/FileAnalysis/UnusedBindings.hs, /build/ghc7120_0/ghc_256.o, /build/ghc7120_0/ghc_256.dyn_o )
2886.94 s
[unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.94 s
[unison-cli] This binding for ‘guard’ shadows the existing binding
2886.94 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
2886.95 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
2886.95 s
[unison-cli] |
2886.95 s
[unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
2886.95 s
[unison-cli] | ^^^^^
2886.95 s
[unison-cli]
2886.95 s
[unison-cli] [ 42 of 162] Compiling Unison.LSP.Configuration ( src/Unison/LSP/Configuration.hs, /build/ghc7120_0/ghc_244.o, /build/ghc7120_0/ghc_244.dyn_o )
2886.95 s
[unison-cli] [ 43 of 162] Compiling Unison.LSP.Commands ( src/Unison/LSP/Commands.hs, /build/ghc7120_0/ghc_240.o, /build/ghc7120_0/ghc_240.dyn_o )
2886.95 s
[unison-cli] src/Unison/LSP/Commands.hs:24:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.95 s
[unison-cli] This binding for ‘title’ shadows the existing binding
2886.95 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.95 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.95 s
[unison-cli] |
2886.95 s
[unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
2886.95 s
[unison-cli] | ^^^^^
2886.95 s
[unison-cli]
2886.95 s
[unison-cli] src/Unison/LSP/Commands.hs:35:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.95 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2886.95 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.95 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.95 s
[unison-cli] |
2886.95 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2886.95 s
[unison-cli] | ^^^^^
2886.95 s
[unison-cli]
2886.95 s
[unison-cli] src/Unison/LSP/Commands.hs:35:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.95 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2886.95 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.95 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.95 s
[unison-cli] |
2886.96 s
[unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
2886.96 s
[unison-cli] | ^^^^^^^^^^^
2886.96 s
[unison-cli]
2886.96 s
[unison-cli] src/Unison/LSP/Commands.hs:64:64: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.96 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2886.96 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.96 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.96 s
[unison-cli] |
2886.96 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2886.96 s
[unison-cli] | ^^^^^
2886.96 s
[unison-cli]
2886.96 s
[unison-cli] src/Unison/LSP/Commands.hs:64:70: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.96 s
[unison-cli] This binding for ‘description’ shadows the existing binding
2886.96 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.96 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.96 s
[unison-cli] |
2886.97 s
[unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
2886.97 s
[unison-cli] | ^^^^^^^^^^^
2886.97 s
[unison-cli]
2886.97 s
[unison-cli] src/Unison/LSP/Commands.hs:65:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.97 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2886.97 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
2886.97 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
2886.97 s
[unison-cli] |
2886.97 s
[unison-cli] 65 | let params =
2886.97 s
[unison-cli] | ^^^^^^
2886.97 s
[unison-cli]
2886.97 s
[unison-cli] [ 44 of 162] Compiling Unison.LSP.CancelRequest ( src/Unison/LSP/CancelRequest.hs, /build/ghc7120_0/ghc_234.o, /build/ghc7120_0/ghc_234.dyn_o )
2886.97 s
[unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.97 s
[unison-cli] This binding for ‘cancel’ shadows the existing binding
2886.97 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
2886.97 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.97 s
[unison-cli] |
2886.97 s
[unison-cli] 23 | Just cancel -> liftIO cancel
2886.97 s
[unison-cli] | ^^^^^^
2886.97 s
[unison-cli]
2886.97 s
[unison-cli] [ 45 of 162] Compiling Unison.LSP.Util.IntersectionMap ( src/Unison/LSP/Util/IntersectionMap.hs, nothing )
2886.97 s
[unison-cli] [ 46 of 162] Compiling Unison.LSP.Util.Signal ( src/Unison/LSP/Util/Signal.hs, /build/ghc7120_0/ghc_282.o, /build/ghc7120_0/ghc_282.dyn_o )
2886.97 s
[unison-cli] [ 47 of 162] Compiling Unison.LSP.VFS.CompletionPrefix ( src/Unison/LSP/VFS/CompletionPrefix.hs, /build/ghc7120_0/ghc_288.o, /build/ghc7120_0/ghc_288.dyn_o )
2886.97 s
[unison-cli] [ 48 of 162] Compiling Unison.LSP.VFS ( src/Unison/LSP/VFS.hs, /build/ghc7120_0/ghc_286.o, /build/ghc7120_0/ghc_286.dyn_o )
2886.98 s
[unison-cli] src/Unison/LSP/VFS.hs:36:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.98 s
[unison-cli] This binding for ‘vfs’ shadows the existing binding
2886.98 s
[unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
2886.98 s
[unison-cli] |
2886.98 s
[unison-cli] 36 | (!a, !vfs ) <- runStateT m vfs
2886.98 s
[unison-cli] | ^^^
2886.98 s
[unison-cli]
2886.98 s
[unison-cli] src/Unison/LSP/VFS.hs:62:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.98 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.98 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2886.98 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.98 s
[unison-cli] |
2886.98 s
[unison-cli] 62 | for_ dirtyUris \uri -> do
2886.98 s
[unison-cli] | ^^^
2886.98 s
[unison-cli]
2886.98 s
[unison-cli] src/Unison/LSP/VFS.hs:77:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.98 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.98 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2886.98 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.98 s
[unison-cli] |
2886.98 s
[unison-cli] 77 | identifierAtPosition uri pos = do
2886.98 s
[unison-cli] | ^^^
2886.98 s
[unison-cli]
2886.98 s
[unison-cli] src/Unison/LSP/VFS.hs:82:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.98 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.98 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2886.98 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.98 s
[unison-cli] |
2886.98 s
[unison-cli] 82 | identifierSplitAtPosition uri pos = do
2886.99 s
[unison-cli] | ^^^
2886.99 s
[unison-cli]
2886.99 s
[unison-cli] src/Unison/LSP/VFS.hs:101:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.99 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
2886.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.99 s
[unison-cli] |
2886.99 s
[unison-cli] 101 | completionPrefix uri pos = do
2886.99 s
[unison-cli] | ^^^
2886.99 s
[unison-cli]
2886.99 s
[unison-cli] [ 49 of 162] Compiling Unison.LSP.FileAnalysis ( src/Unison/LSP/FileAnalysis.hs, /build/ghc7120_0/ghc_254.o, /build/ghc7120_0/ghc_254.dyn_o )
2886.99 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.99 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2886.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2886.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.99 s
[unison-cli] |
2886.99 s
[unison-cli] 197 | getFileDefLocations uri = do
2886.99 s
[unison-cli] | ^^^
2886.99 s
[unison-cli]
2886.99 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.99 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2886.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2886.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.99 s
[unison-cli] |
2886.99 s
[unison-cli] 256 | <&> \range ->
2886.99 s
[unison-cli] | ^^^^^
2886.99 s
[unison-cli]
2886.99 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.99 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2886.99 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
2886.99 s
[unison-cli] |
2886.99 s
[unison-cli] 321 | ranges = cycleLocs >>= aToR
2886.99 s
[unison-cli] | ^^^^^^
2886.99 s
[unison-cli]
2886.99 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2886.99 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2886.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2886.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2886.99 s
[unison-cli] |
2886.99 s
[unison-cli] 322 | (range , cycleRanges) <- withNeighbours ranges
2887.00 s
[unison-cli] | ^^^^^
2887.00 s
[unison-cli]
2887.00 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.00 s
[unison-cli] This binding for ‘cause’ shadows the existing binding
2887.00 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
2887.00 s
[unison-cli] |
2887.00 s
[unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause }) -> case cause of
2887.00 s
[unison-cli] | ^^^^^
2887.00 s
[unison-cli]
2887.00 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.00 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.00 s
[unison-cli] |
2887.00 s
[unison-cli] 374 | range <- ranges
2887.00 s
[unison-cli] | ^^^^^
2887.00 s
[unison-cli]
2887.00 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.00 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.00 s
[unison-cli] |
2887.00 s
[unison-cli] 432 | (range , references) <- ranges
2887.00 s
[unison-cli] | ^^^^^
2887.00 s
[unison-cli]
2887.00 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.00 s
[unison-cli] This binding for ‘typ’ shadows the existing binding
2887.00 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
2887.00 s
[unison-cli] |
2887.01 s
[unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
2887.01 s
[unison-cli] | ^^^
2887.01 s
[unison-cli]
2887.01 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.01 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2887.01 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2887.01 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.01 s
[unison-cli] |
2887.01 s
[unison-cli] 477 | getFileAnalysis uri = do
2887.01 s
[unison-cli] | ^^^
2887.01 s
[unison-cli]
2887.01 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.01 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2887.01 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
2887.01 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.01 s
[unison-cli] |
2887.01 s
[unison-cli] 512 | getFileSummary uri = do
2887.01 s
[unison-cli] | ^^^
2887.01 s
[unison-cli]
2887.01 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.01 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2887.01 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
2887.01 s
[unison-cli] |
2887.01 s
[unison-cli] 530 | (_, Just tf ) ->
2887.01 s
[unison-cli] | ^^
2887.01 s
[unison-cli]
2887.02 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.02 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2887.02 s
[unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
2887.02 s
[unison-cli] |
2887.02 s
[unison-cli] 534 | (Just uf , _) ->
2887.02 s
[unison-cli] | ^^
2887.02 s
[unison-cli]
2887.02 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.02 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.02 s
[unison-cli] |
2887.02 s
[unison-cli] 565 | range <- annToRange ann
2887.02 s
[unison-cli] | ^^^^^
2887.02 s
[unison-cli]
2887.02 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.02 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.02 s
[unison-cli] |
2887.02 s
[unison-cli] 587 | range <- annToRange ann
2887.02 s
[unison-cli] | ^^^^^
2887.02 s
[unison-cli]
2887.02 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.02 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2887.02 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2887.02 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2887.02 s
[unison-cli] |
2887.03 s
[unison-cli] 588 | let children = []
2887.03 s
[unison-cli] | ^^^^^^^^
2887.03 s
[unison-cli]
2887.03 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.03 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.03 s
[unison-cli] |
2887.03 s
[unison-cli] 596 | range <- annToRange (DD.annotation decl)
2887.03 s
[unison-cli] | ^^^^^
2887.03 s
[unison-cli]
2887.03 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.03 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2887.03 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2887.03 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2887.03 s
[unison-cli] |
2887.03 s
[unison-cli] 597 | let children = declChildren decl
2887.03 s
[unison-cli] | ^^^^^^^^
2887.03 s
[unison-cli]
2887.03 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.03 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.03 s
[unison-cli] |
2887.03 s
[unison-cli] 606 | range <- annToRange (DD.annotation decl)
2887.03 s
[unison-cli] | ^^^^^
2887.03 s
[unison-cli]
2887.04 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.04 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2887.04 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
2887.04 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2887.04 s
[unison-cli] |
2887.04 s
[unison-cli] 607 | let children = declChildren decl
2887.04 s
[unison-cli] | ^^^^^^^^
2887.04 s
[unison-cli]
2887.04 s
[unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.04 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2887.04 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
2887.04 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.04 s
[unison-cli] |
2887.04 s
[unison-cli] 615 | range <- maybeToList $ annToRange ann
2887.04 s
[unison-cli] | ^^^^^
2887.04 s
[unison-cli]
2887.22 s
[unison-cli] [ 50 of 162] Compiling Unison.LSP.Queries ( src/Unison/LSP/Queries.hs, /build/ghc7120_0/ghc_276.o, /build/ghc7120_0/ghc_276.dyn_o )
2887.43 s
[unison-cli] src/Unison/LSP/Queries.hs:86:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.43 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2887.43 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
2887.43 s
[unison-cli] |
2887.43 s
[unison-cli] 86 | hoistMaybe = MaybeT . pure
2887.43 s
[unison-cli] | ^^^^^^^^^^
2887.43 s
[unison-cli]
2887.44 s
[unison-cli] src/Unison/LSP/Queries.hs:211:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.44 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2887.44 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2887.44 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2887.44 s
[unison-cli] |
2887.44 s
[unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
2887.44 s
[unison-cli] | ^^^^
2887.44 s
[unison-cli]
2887.44 s
[unison-cli] src/Unison/LSP/Queries.hs:282:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.44 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2887.44 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2887.44 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2887.44 s
[unison-cli] |
2887.44 s
[unison-cli] 282 | ann = getTermSpanAnn term
2887.44 s
[unison-cli] | ^^^
2887.44 s
[unison-cli]
2887.44 s
[unison-cli] src/Unison/LSP/Queries.hs:303:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.44 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2887.44 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2887.44 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2887.44 s
[unison-cli] |
2887.44 s
[unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
2887.44 s
[unison-cli] | ^^^^
2887.44 s
[unison-cli]
2887.44 s
[unison-cli] src/Unison/LSP/Queries.hs:353:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.44 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2887.44 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2887.45 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2887.45 s
[unison-cli] |
2887.45 s
[unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
2887.45 s
[unison-cli] | ^^^^
2887.45 s
[unison-cli]
2887.45 s
[unison-cli] src/Unison/LSP/Queries.hs:407:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.45 s
[unison-cli] This binding for ‘pred’ shadows the existing binding
2887.45 s
[unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
2887.45 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
2887.45 s
[unison-cli] |
2887.45 s
[unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
2887.45 s
[unison-cli] | ^^^^
2887.45 s
[unison-cli]
2887.45 s
[unison-cli] src/Unison/LSP/Queries.hs:422:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.45 s
[unison-cli] This binding for ‘ann’ shadows the existing binding
2887.45 s
[unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
2887.45 s
[unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
2887.45 s
[unison-cli] |
2887.45 s
[unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
2887.45 s
[unison-cli] | ^^^
2887.45 s
[unison-cli]
2887.75 s
[unison-cli] [ 51 of 162] Compiling Unison.LSP.Hover ( src/Unison/LSP/Hover.hs, /build/ghc7120_0/ghc_266.o, /build/ghc7120_0/ghc_266.dyn_o )
2887.79 s
[unison-cli] src/Unison/LSP/Hover.hs:50:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.79 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2887.79 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2887.79 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.79 s
[unison-cli] |
2887.79 s
[unison-cli] 50 | hoverInfo uri pos =
2887.80 s
[unison-cli] | ^^^
2887.80 s
[unison-cli]
2887.80 s
[unison-cli] src/Unison/LSP/Hover.hs:64:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.80 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2887.80 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2887.80 s
[unison-cli] |
2887.80 s
[unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
2887.80 s
[unison-cli] | ^^^
2887.80 s
[unison-cli]
2887.80 s
[unison-cli] src/Unison/LSP/Hover.hs:65:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.80 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2887.80 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2887.80 s
[unison-cli] |
2887.80 s
[unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
2887.80 s
[unison-cli] | ^^^
2887.80 s
[unison-cli]
2887.80 s
[unison-cli] src/Unison/LSP/Hover.hs:95:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.80 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2887.80 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2887.80 s
[unison-cli] |
2887.80 s
[unison-cli] 95 | LD.TypeReference ref @(Reference.DerivedId refId) -> do
2887.81 s
[unison-cli] | ^^^
2887.81 s
[unison-cli]
2887.81 s
[unison-cli] src/Unison/LSP/Hover.hs:102:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.81 s
[unison-cli] This binding for ‘ref’ shadows the existing binding
2887.81 s
[unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
2887.81 s
[unison-cli] |
2887.81 s
[unison-cli] 102 | LD.TermReferent ref -> do
2887.81 s
[unison-cli] | ^^^
2887.81 s
[unison-cli]
2887.81 s
[unison-cli] src/Unison/LSP/Hover.hs:108:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.81 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2887.81 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2887.81 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.81 s
[unison-cli] |
2887.81 s
[unison-cli] 108 | renderTypeSigForHover pped name typ =
2887.81 s
[unison-cli] | ^^^^
2887.81 s
[unison-cli]
2887.81 s
[unison-cli] src/Unison/LSP/Hover.hs:138:40: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.81 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2887.81 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
2887.81 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.81 s
[unison-cli] |
2887.81 s
[unison-cli] 138 | (Symbol.Symbol _ (Var.User name )) -> name
2887.81 s
[unison-cli] | ^^^^
2887.81 s
[unison-cli]
2887.81 s
[unison-cli] src/Unison/LSP/Hover.hs:143:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.81 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2887.82 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
2887.82 s
[unison-cli] |
2887.82 s
[unison-cli] 143 | hoistMaybe = MaybeT . pure
2887.82 s
[unison-cli] | ^^^^^^^^^^
2887.82 s
[unison-cli]
2887.98 s
[unison-cli] [ 52 of 162] Compiling Unison.LSP.GoToDefinition ( src/Unison/LSP/GoToDefinition.hs, /build/ghc7120_0/ghc_262.o, /build/ghc7120_0/ghc_262.dyn_o )
2887.98 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.98 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2887.98 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2887.98 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.98 s
[unison-cli] |
2887.98 s
[unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2887.98 s
[unison-cli] | ^^^^^^^^^^^
2887.98 s
[unison-cli]
2887.98 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.98 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2887.98 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2887.98 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.98 s
[unison-cli] |
2887.99 s
[unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
2887.99 s
[unison-cli] | ^^^^^^^^^
2887.99 s
[unison-cli]
2887.99 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.99 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2887.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2887.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.99 s
[unison-cli] |
2887.99 s
[unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2887.99 s
[unison-cli] | ^^^^^^^^^^^
2887.99 s
[unison-cli]
2887.99 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2887.99 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2887.99 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2887.99 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2887.99 s
[unison-cli] |
2887.99 s
[unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
2887.99 s
[unison-cli] | ^^^^^^^^^
2887.99 s
[unison-cli]
2888.00 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.00 s
[unison-cli] This binding for ‘targetRange’ shadows the existing binding
2888.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2888.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.00 s
[unison-cli] |
2888.00 s
[unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
2888.00 s
[unison-cli] | ^^^^^^^^^^^
2888.00 s
[unison-cli]
2888.00 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.00 s
[unison-cli] This binding for ‘targetUri’ shadows the existing binding
2888.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2888.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.00 s
[unison-cli] |
2888.00 s
[unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
2888.00 s
[unison-cli] | ^^^^^^^^^
2888.00 s
[unison-cli]
2888.00 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.00 s
[unison-cli] This binding for ‘uri’ shadows the existing binding
2888.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2888.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.00 s
[unison-cli] |
2888.00 s
[unison-cli] 51 | locationInfo uri pos = do
2888.00 s
[unison-cli] | ^^^
2888.00 s
[unison-cli]
2888.00 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.00 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.00 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
2888.00 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.00 s
[unison-cli] |
2888.00 s
[unison-cli] 53 | (_interval, (_typ, range )) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
2888.01 s
[unison-cli] | ^^^^^
2888.01 s
[unison-cli]
2888.01 s
[unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.01 s
[unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
2888.01 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
2888.01 s
[unison-cli] |
2888.01 s
[unison-cli] 57 | hoistMaybe = MaybeT . pure
2888.01 s
[unison-cli] | ^^^^^^^^^^
2888.01 s
[unison-cli]
2888.01 s
[unison-cli] [ 53 of 162] Compiling Unison.LSP.Formatting ( src/Unison/LSP/Formatting.hs, /build/ghc7120_0/ghc_260.o, /build/ghc7120_0/ghc_260.dyn_o )
2888.01 s
[unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.01 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2888.01 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2888.01 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.01 s
[unison-cli] |
2888.01 s
[unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
2888.01 s
[unison-cli] | ^^^^^
2888.01 s
[unison-cli]
2888.01 s
[unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.01 s
[unison-cli] This binding for ‘edits’ shadows the existing binding
2888.01 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2888.01 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.01 s
[unison-cli] |
2888.01 s
[unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
2888.01 s
[unison-cli] | ^^^^^
2888.01 s
[unison-cli]
2888.02 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.02 s
[unison-cli] This binding for ‘newText’ shadows the existing binding
2888.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2888.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.02 s
[unison-cli] |
2888.02 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
2888.02 s
[unison-cli] | ^^^^^^^
2888.02 s
[unison-cli]
2888.02 s
[unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.02 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
2888.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.02 s
[unison-cli] |
2888.02 s
[unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range ) = TextEdit (uToLspRange range) newText
2888.02 s
[unison-cli] | ^^^^^
2888.02 s
[unison-cli]
2888.02 s
[unison-cli] [ 54 of 162] Compiling Unison.LSP.FoldingRange ( src/Unison/LSP/FoldingRange.hs, /build/ghc7120_0/ghc_258.o, /build/ghc7120_0/ghc_258.dyn_o )
2888.02 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.02 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2888.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2888.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.02 s
[unison-cli] |
2888.02 s
[unison-cli] 64 | ranges =
2888.02 s
[unison-cli] | ^^^^^^
2888.02 s
[unison-cli]
2888.02 s
[unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.02 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.02 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
2888.02 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.02 s
[unison-cli] |
2888.02 s
[unison-cli] 66 | & mapMaybe \(sym, range ) ->
2888.02 s
[unison-cli] | ^^^^^
2888.02 s
[unison-cli]
2888.02 s
[unison-cli] [ 55 of 162] Compiling Unison.LSP.DocumentSymbols ( src/Unison/LSP/DocumentSymbols.hs, /build/ghc7120_0/ghc_250.o, /build/ghc7120_0/ghc_250.dyn_o )
2888.03 s
[unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.03 s
[unison-cli] This binding for ‘symbolKind’ shadows the existing binding
2888.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
2888.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.03 s
[unison-cli] |
2888.03 s
[unison-cli] 35 | symbolKind ,
2888.03 s
[unison-cli] | ^^^^^^^^^^
2888.03 s
[unison-cli]
2888.03 s
[unison-cli] [ 56 of 162] Compiling Unison.LSP.CodeLens ( src/Unison/LSP/CodeLens.hs, /build/ghc7120_0/ghc_238.o, /build/ghc7120_0/ghc_238.dyn_o )
2888.03 s
[unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.03 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2888.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.03 s
[unison-cli] |
2888.03 s
[unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
2888.03 s
[unison-cli] | ^^^^^
2888.03 s
[unison-cli]
2888.03 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.03 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2888.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.03 s
[unison-cli] |
2888.03 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2888.03 s
[unison-cli] | ^^^^
2888.03 s
[unison-cli]
2888.03 s
[unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.03 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.03 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
2888.03 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.04 s
[unison-cli] |
2888.04 s
[unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
2888.04 s
[unison-cli] | ^^^^^
2888.04 s
[unison-cli]
2888.04 s
[unison-cli] [ 57 of 162] Compiling Unison.LSP.CodeAction ( src/Unison/LSP/CodeAction.hs, /build/ghc7120_0/ghc_236.o, /build/ghc7120_0/ghc_236.dyn_o )
2888.04 s
[unison-cli] [ 58 of 162] Compiling Unison.LSP.Completion ( src/Unison/LSP/Completion.hs, /build/ghc7120_0/ghc_242.o, /build/ghc7120_0/ghc_242.dyn_o )
2888.04 s
[unison-cli] src/Unison/LSP/Completion.hs:65:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.04 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.04 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.04 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.04 s
[unison-cli] |
2888.04 s
[unison-cli] 65 | (range , prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
2888.04 s
[unison-cli] | ^^^^^
2888.04 s
[unison-cli]
2888.04 s
[unison-cli] src/Unison/LSP/Completion.hs:71:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.04 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2888.04 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.04 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.04 s
[unison-cli] |
2888.04 s
[unison-cli] 71 | let (isIncomplete , matches) = completionsForQuery codebaseCompletions strippedPrefix
2888.04 s
[unison-cli] | ^^^^^^^^^^^^
2888.04 s
[unison-cli]
2888.05 s
[unison-cli] src/Unison/LSP/Completion.hs:71:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.05 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2888.05 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.05 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.05 s
[unison-cli] |
2888.05 s
[unison-cli] 71 | let (isIncomplete, matches ) = completionsForQuery codebaseCompletions strippedPrefix
2888.05 s
[unison-cli] | ^^^^^^^
2888.05 s
[unison-cli]
2888.05 s
[unison-cli] src/Unison/LSP/Completion.hs:77:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.05 s
[unison-cli] This binding for ‘hqName’ shadows the existing binding
2888.05 s
[unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
2888.05 s
[unison-cli] |
2888.05 s
[unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
2888.05 s
[unison-cli] | ^^^^^^
2888.05 s
[unison-cli]
2888.05 s
[unison-cli] src/Unison/LSP/Completion.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.05 s
[unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
2888.05 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.05 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.05 s
[unison-cli] |
2888.05 s
[unison-cli] 79 | let itemDefaults = Nothing
2888.05 s
[unison-cli] | ^^^^^^^^^^^^
2888.05 s
[unison-cli]
2888.06 s
[unison-cli] src/Unison/LSP/Completion.hs:86:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.06 s
[unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
2888.06 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.06 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.06 s
[unison-cli] |
2888.07 s
[unison-cli] 86 | (isIncomplete , defCompletions) =
2888.12 s
[unison-cli] | ^^^^^^^^^^^^
2888.12 s
[unison-cli]
2888.12 s
[unison-cli] src/Unison/LSP/Completion.hs:103:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.12 s
[unison-cli] This binding for ‘range’ shadows the existing binding
2888.12 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.12 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.12 s
[unison-cli] |
2888.12 s
[unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
2888.12 s
[unison-cli] | ^^^^^
2888.12 s
[unison-cli]
2888.12 s
[unison-cli] src/Unison/LSP/Completion.hs:217:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.12 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.12 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.12 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.12 s
[unison-cli] |
2888.12 s
[unison-cli] 217 | ( \name refs ->
2888.12 s
[unison-cli] | ^^^^
2888.12 s
[unison-cli]
2888.12 s
[unison-cli] src/Unison/LSP/Completion.hs:225:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.12 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.12 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.12 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.13 s
[unison-cli] |
2888.13 s
[unison-cli] 225 | ( \name refs ->
2888.13 s
[unison-cli] | ^^^^
2888.13 s
[unison-cli]
2888.13 s
[unison-cli] src/Unison/LSP/Completion.hs:234:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.13 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.13 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.13 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.13 s
[unison-cli] |
2888.13 s
[unison-cli] 234 | isDefinitionDoc name =
2888.13 s
[unison-cli] | ^^^^
2888.13 s
[unison-cli]
2888.13 s
[unison-cli] src/Unison/LSP/Completion.hs:239:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.13 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.13 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.13 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.13 s
[unison-cli] |
2888.13 s
[unison-cli] 239 | nameToCompletionTree name ref =
2888.13 s
[unison-cli] | ^^^^
2888.13 s
[unison-cli]
2888.13 s
[unison-cli] src/Unison/LSP/Completion.hs:275:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.13 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.13 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.13 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.13 s
[unison-cli] |
2888.14 s
[unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
2888.14 s
[unison-cli] | ^^^^
2888.14 s
[unison-cli]
2888.14 s
[unison-cli] src/Unison/LSP/Completion.hs:281:47: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.14 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.14 s
[unison-cli] |
2888.14 s
[unison-cli] 281 | let current = currentMatches <&> (\(name , def) -> (mempty, name, def))
2888.14 s
[unison-cli] | ^^^^
2888.14 s
[unison-cli]
2888.14 s
[unison-cli] src/Unison/LSP/Completion.hs:292:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.14 s
[unison-cli] This binding for ‘matches’ shadows the existing binding
2888.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.14 s
[unison-cli] |
2888.14 s
[unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
2888.14 s
[unison-cli] | ^^^^^^^
2888.14 s
[unison-cli]
2888.14 s
[unison-cli] src/Unison/LSP/Completion.hs:294:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.14 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.14 s
[unison-cli] |
2888.14 s
[unison-cli] 294 | let currentMatches = matches <&> \(name , dep) -> (Path.singleton ns, name, dep)
2888.14 s
[unison-cli] | ^^^^
2888.14 s
[unison-cli]
2888.14 s
[unison-cli] src/Unison/LSP/Completion.hs:299:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.14 s
[unison-cli] This binding for ‘message’ shadows the existing binding
2888.14 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.14 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.14 s
[unison-cli] |
2888.14 s
[unison-cli] 299 | completionItemResolveHandler message respond = do
2888.15 s
[unison-cli] | ^^^^^^^
2888.15 s
[unison-cli]
2888.15 s
[unison-cli] src/Unison/LSP/Completion.hs:301:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.15 s
[unison-cli] This binding for ‘completion’ shadows the existing binding
2888.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.15 s
[unison-cli] |
2888.15 s
[unison-cli] 301 | completion = message ^. params
2888.15 s
[unison-cli] | ^^^^^^^^^^
2888.15 s
[unison-cli]
2888.15 s
[unison-cli] src/Unison/LSP/Completion.hs:387:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.15 s
[unison-cli] This binding for ‘kind’ shadows the existing binding
2888.15 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
2888.15 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2888.15 s
[unison-cli] |
2888.15 s
[unison-cli] 387 | kind <- obj Aeson..: "kind"
2888.15 s
[unison-cli] | ^^^^
2888.15 s
[unison-cli]
2888.16 s
[unison-cli] [ 59 of 162] Compiling Unison.LSP.UCMWorker ( src/Unison/LSP/UCMWorker.hs, /build/ghc7120_0/ghc_280.o, /build/ghc7120_0/ghc_280.dyn_o )
2888.18 s
[unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.18 s
[unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
2888.18 s
[unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
2888.18 s
[unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
2888.18 s
[unison-cli] |
2888.18 s
[unison-cli] 68 | writeTMVar var a =
2888.18 s
[unison-cli] | ^^^^^^^^^^
2888.18 s
[unison-cli]
2888.25 s
[unison-cli] [ 60 of 162] Compiling Unison.MCP.Server ( src/Unison/MCP/Server.hs, /build/ghc7120_0/ghc_296.o, /build/ghc7120_0/ghc_296.dyn_o )
2888.25 s
[unison-cli] [ 61 of 162] Compiling Unison.MCP.StaticResources ( src/Unison/MCP/StaticResources.hs, /build/ghc7120_0/ghc_300.o, /build/ghc7120_0/ghc_300.dyn_o )
2888.25 s
[unison-cli] [ 62 of 162] Compiling Unison.MCP.Wrapper ( src/Unison/MCP/Wrapper.hs, /build/ghc7120_0/ghc_306.o, /build/ghc7120_0/ghc_306.dyn_o )
2888.25 s
[unison-cli] [ 63 of 162] Compiling Unison.Share.Codeserver ( src/Unison/Share/Codeserver.hs, /build/ghc7120_0/ghc_308.o, /build/ghc7120_0/ghc_308.dyn_o )
2888.25 s
[unison-cli] [ 64 of 162] Compiling Unison.Share.ExpectedHashMismatches ( src/Unison/Share/ExpectedHashMismatches.hs, /build/ghc7120_0/ghc_310.o, /build/ghc7120_0/ghc_310.dyn_o )
2888.25 s
[unison-cli] [ 65 of 162] Compiling Unison.Share.Sync.Types ( src/Unison/Share/Sync/Types.hs, /build/ghc7120_0/ghc_316.o, /build/ghc7120_0/ghc_316.dyn_o )
2888.25 s
[unison-cli] [ 66 of 162] Compiling Unison.Util.HTTP ( src/Unison/Util/HTTP.hs, /build/ghc7120_0/ghc_320.o, /build/ghc7120_0/ghc_320.dyn_o )
2888.25 s
[unison-cli] [ 67 of 162] Compiling Unison.Auth.HTTPClient ( src/Unison/Auth/HTTPClient.hs, /build/ghc7120_0/ghc_14.o, /build/ghc7120_0/ghc_14.dyn_o )
2888.25 s
[unison-cli] [ 68 of 162] Compiling Unison.MCP.Types ( src/Unison/MCP/Types.hs, /build/ghc7120_0/ghc_304.o, /build/ghc7120_0/ghc_304.dyn_o )
2888.25 s
[unison-cli] [ 69 of 162] Compiling Unison.MCP.Prompts ( src/Unison/MCP/Prompts.hs, /build/ghc7120_0/ghc_294.o, /build/ghc7120_0/ghc_294.dyn_o )
2888.25 s
[unison-cli] [ 70 of 162] Compiling Unison.MCP.Share.API ( src/Unison/MCP/Share/API.hs, /build/ghc7120_0/ghc_298.o, /build/ghc7120_0/ghc_298.dyn_o )
2888.25 s
[unison-cli] [ 71 of 162] Compiling Unison.CommandLine.InputPattern ( src/Unison/CommandLine/InputPattern.hs, /build/ghc7120_0/ghc_220.o, /build/ghc7120_0/ghc_220.dyn_o )
2888.25 s
[unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.25 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2888.25 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
2888.25 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2888.25 s
[unison-cli] |
2888.25 s
[unison-cli] 176 | let rem = i - length requiredParams
2888.25 s
[unison-cli] | ^^^
2888.25 s
[unison-cli]
2888.25 s
[unison-cli] [ 72 of 162] Compiling Unison.Codebase.Editor.Output ( src/Unison/Codebase/Editor/Output.hs, /build/ghc7120_0/ghc_178.o, /build/ghc7120_0/ghc_178.dyn_o )
2888.25 s
[unison-cli] [ 73 of 162] Compiling Unison.Cli.Pretty ( src/Unison/Cli/Pretty.hs, /build/ghc7120_0/ghc_34.o, /build/ghc7120_0/ghc_34.dyn_o )
2888.25 s
[unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.25 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2888.25 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
2888.25 s
[unison-cli] |
2888.25 s
[unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
2888.25 s
[unison-cli] | ^^^^
2888.25 s
[unison-cli]
2888.25 s
[unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.25 s
[unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
2888.25 s
[unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
2888.25 s
[unison-cli] |
2888.25 s
[unison-cli] 423 | prettyTerm skip n (a, tm) =
2888.25 s
[unison-cli] | ^^^^^^^^^^
2888.25 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘wk’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 435 | go wk v tm = case wk of
2888.26 s
[unison-cli] | ^^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 435 | go wk v tm = case wk of
2888.26 s
[unison-cli] | ^^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
2888.26 s
[unison-cli] | ^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2888.26 s
[unison-cli] | ^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
2888.26 s
[unison-cli] | ^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
2888.26 s
[unison-cli] |
2888.26 s
[unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
2888.26 s
[unison-cli] | ^
2888.26 s
[unison-cli]
2888.26 s
[unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.26 s
[unison-cli] This binding for ‘n’ shadows the existing binding
2888.26 s
[unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
2888.26 s
[unison-cli] |
2888.27 s
[unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
2888.27 s
[unison-cli] | ^
2888.27 s
[unison-cli]
2888.35 s
[unison-cli] [ 74 of 162] Compiling Unison.CommandLine.Completion ( src/Unison/CommandLine/Completion.hs, /build/ghc7120_0/ghc_210.o, /build/ghc7120_0/ghc_210.dyn_o )
2888.35 s
[unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.35 s
[unison-cli] This binding for ‘lastArg’ shadows the existing binding
2888.35 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
2888.35 s
[unison-cli] |
2888.35 s
[unison-cli] 114 | ((cmd : midArgs), lastArg ) -> do
2888.35 s
[unison-cli] | ^^^^^^^
2888.35 s
[unison-cli]
2888.35 s
[unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2888.35 s
[unison-cli] This binding for ‘contributor’ shadows the existing binding
2888.35 s
[unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
2888.35 s
[unison-cli] |
2888.35 s
[unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
2888.35 s
[unison-cli] | ^^^^^^^^^^^
2888.35 s
[unison-cli]
2888.35 s
[unison-cli] [ 75 of 162] Compiling Unison.CommandLine.InputPatterns ( src/Unison/CommandLine/InputPatterns.hs, /build/ghc7120_0/ghc_222.o, /build/ghc7120_0/ghc_222.dyn_o )
2889.06 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.06 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2889.06 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2889.06 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2889.06 s
[unison-cli] |
2889.06 s
[unison-cli] 674 | let (segment NE.:| tail ) = Name.reverseSegments name
2889.06 s
[unison-cli] | ^^^^
2889.06 s
[unison-cli]
2889.06 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.06 s
[unison-cli] This binding for ‘file’ shadows the existing binding
2889.06 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
2889.06 s
[unison-cli] |
2889.07 s
[unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
2889.07 s
[unison-cli] | ^^^^
2889.07 s
[unison-cli]
2889.07 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.07 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2889.07 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
2889.07 s
[unison-cli] |
2889.07 s
[unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
2889.07 s
[unison-cli] | ^^^^^
2889.07 s
[unison-cli]
2889.07 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.07 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2889.07 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2889.07 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2889.07 s
[unison-cli] |
2889.07 s
[unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
2889.07 s
[unison-cli] | ^^^^^
2889.07 s
[unison-cli]
2889.07 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.07 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2889.07 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2889.07 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2889.07 s
[unison-cli] |
2889.07 s
[unison-cli] 1087 | untokenize words = go (unwords words)
2889.08 s
[unison-cli] | ^^^^^
2889.08 s
[unison-cli]
2889.08 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.08 s
[unison-cli] This binding for ‘words’ shadows the existing binding
2889.08 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
2889.08 s
[unison-cli] |
2889.08 s
[unison-cli] 1089 | go words = case words of
2889.08 s
[unison-cli] | ^^^^^
2889.08 s
[unison-cli]
2889.08 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.08 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2889.08 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2889.08 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2889.08 s
[unison-cli] |
2889.08 s
[unison-cli] 1093 | ("", rem ) -> go (dropWhile isSpace rem)
2889.08 s
[unison-cli] | ^^^
2889.08 s
[unison-cli]
2889.08 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.08 s
[unison-cli] This binding for ‘rem’ shadows the existing binding
2889.08 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
2889.08 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
2889.08 s
[unison-cli] |
2889.08 s
[unison-cli] 1094 | (tok, rem ) -> tok : go (dropWhile isSpace rem)
2889.08 s
[unison-cli] | ^^^
2889.08 s
[unison-cli]
2889.09 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.09 s
[unison-cli] This binding for ‘topic’ shadows the existing binding
2889.09 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
2889.09 s
[unison-cli] |
2889.09 s
[unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
2889.09 s
[unison-cli] | ^^^^^
2889.09 s
[unison-cli]
2889.09 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.09 s
[unison-cli] This binding for ‘cmd’ shadows the existing binding
2889.09 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
2889.09 s
[unison-cli] |
2889.09 s
[unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
2889.09 s
[unison-cli] | ^^^
2889.09 s
[unison-cli]
2889.09 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.09 s
[unison-cli] This binding for ‘patternName’ shadows the existing binding
2889.09 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
2889.09 s
[unison-cli] |
2889.09 s
[unison-cli] 2969 | input@I.InputPattern {I.patternName , I.aliases} <- validInputs
2889.09 s
[unison-cli] | ^^^^^^^^^^^^^
2889.09 s
[unison-cli]
2889.10 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.10 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2889.10 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
2889.10 s
[unison-cli] (and originally defined in ‘Witch.From’)
2889.10 s
[unison-cli] |
2889.10 s
[unison-cli] 3184 | [from , to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
2889.10 s
[unison-cli] | ^^^^
2889.10 s
[unison-cli]
2889.10 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.10 s
[unison-cli] This binding for ‘input’ shadows the existing binding
2889.10 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
2889.10 s
[unison-cli] |
2889.10 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2889.10 s
[unison-cli] | ^^^^^
2889.10 s
[unison-cli]
2889.10 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.10 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2889.10 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2889.10 s
[unison-cli] |
2889.10 s
[unison-cli] 4305 | handleAmbiguousComplete input codebase = do
2889.10 s
[unison-cli] | ^^^^^^^^
2889.10 s
[unison-cli]
2889.10 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.10 s
[unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
2889.10 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
2889.10 s
[unison-cli] |
2889.10 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2889.11 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
2889.11 s
[unison-cli]
2889.11 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.11 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2889.11 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
2889.11 s
[unison-cli] |
2889.11 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2889.11 s
[unison-cli] | ^^^^^^^^
2889.11 s
[unison-cli]
2889.11 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.11 s
[unison-cli] This binding for ‘pp’ shadows the existing binding
2889.11 s
[unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
2889.11 s
[unison-cli] |
2889.11 s
[unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
2889.11 s
[unison-cli] | ^^
2889.11 s
[unison-cli]
2889.11 s
[unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2889.11 s
[unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
2889.11 s
[unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
2889.11 s
[unison-cli] |
2889.11 s
[unison-cli] 4604 | projectToCompletion =
2889.12 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^
2889.12 s
[unison-cli]
2891.55 s
[unison-cli] [ 76 of 162] Compiling Unison.CommandLine.OutputMessages ( src/Unison/CommandLine/OutputMessages.hs, /build/ghc7120_0/ghc_226.o, /build/ghc7120_0/ghc_226.dyn_o )
2892.70 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.70 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2892.70 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.70 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2892.70 s
[unison-cli] |
2892.70 s
[unison-cli] 294 | History _cap schLength history tail ->
2892.70 s
[unison-cli] | ^^^^
2892.70 s
[unison-cli]
2892.70 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.70 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2892.70 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
2892.70 s
[unison-cli] |
2892.70 s
[unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
2892.71 s
[unison-cli] | ^
2892.71 s
[unison-cli]
2892.71 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.71 s
[unison-cli] This binding for ‘dir’ shadows the existing binding
2892.71 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
2892.71 s
[unison-cli] |
2892.71 s
[unison-cli] 843 | msg dir =
2892.71 s
[unison-cli] | ^^^
2892.71 s
[unison-cli]
2892.71 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.71 s
[unison-cli] This binding for ‘entries’ shadows the existing binding
2892.71 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
2892.71 s
[unison-cli] |
2892.71 s
[unison-cli] 967 | numberedEntries ppe entries =
2892.71 s
[unison-cli] | ^^^^^^^
2892.71 s
[unison-cli]
2892.71 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.71 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2892.71 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2892.71 s
[unison-cli] |
2892.71 s
[unison-cli] 1164 | aliases ->
2892.71 s
[unison-cli] | ^^^^^^^
2892.71 s
[unison-cli]
2892.71 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.71 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2892.71 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2892.71 s
[unison-cli] |
2892.71 s
[unison-cli] 1177 | ( \(_name, _ty, aliases ) doc ->
2892.71 s
[unison-cli] | ^^^^^^^
2892.71 s
[unison-cli]
2892.72 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.72 s
[unison-cli] This binding for ‘aliases’ shadows the existing binding
2892.72 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
2892.72 s
[unison-cli] |
2892.72 s
[unison-cli] 1210 | ( \(_name, _ty, aliases ) doc ->
2892.72 s
[unison-cli] | ^^^^^^^
2892.72 s
[unison-cli]
2892.72 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.72 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2892.72 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2892.72 s
[unison-cli] |
2892.72 s
[unison-cli] 1299 | ([], old ) ->
2892.72 s
[unison-cli] | ^^^
2892.72 s
[unison-cli]
2892.72 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.72 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2892.72 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2892.72 s
[unison-cli] |
2892.72 s
[unison-cli] 1303 | (new , []) ->
2892.72 s
[unison-cli] | ^^^
2892.72 s
[unison-cli]
2892.72 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.72 s
[unison-cli] This binding for ‘new’ shadows the existing binding
2892.72 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
2892.72 s
[unison-cli] |
2892.73 s
[unison-cli] 1307 | (new @(_ : _), old@(_ : _)) ->
2892.73 s
[unison-cli] | ^^^
2892.73 s
[unison-cli]
2892.73 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.73 s
[unison-cli] This binding for ‘old’ shadows the existing binding
2892.73 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
2892.73 s
[unison-cli] |
2892.73 s
[unison-cli] 1307 | (new@(_ : _), old @(_ : _)) ->
2892.73 s
[unison-cli] | ^^^
2892.73 s
[unison-cli]
2892.73 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.73 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2892.73 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.73 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2892.73 s
[unison-cli] |
2892.73 s
[unison-cli] 1611 | DumpBitBooster head map ->
2892.73 s
[unison-cli] | ^^^^
2892.73 s
[unison-cli]
2892.73 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.73 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2892.73 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.73 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2892.73 s
[unison-cli] |
2892.73 s
[unison-cli] 1611 | DumpBitBooster head map ->
2892.73 s
[unison-cli] | ^^^
2892.73 s
[unison-cli]
2892.74 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.74 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2892.74 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
2892.74 s
[unison-cli] |
2892.74 s
[unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
2892.74 s
[unison-cli] | ^^^^
2892.74 s
[unison-cli]
2892.74 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.74 s
[unison-cli] This binding for ‘head’ shadows the existing binding
2892.74 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
2892.74 s
[unison-cli] |
2892.74 s
[unison-cli] 1618 | renderLine head tail =
2892.74 s
[unison-cli] | ^^^^
2892.74 s
[unison-cli]
2892.74 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.74 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2892.74 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.74 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2892.74 s
[unison-cli] |
2892.74 s
[unison-cli] 1618 | renderLine head tail =
2892.74 s
[unison-cli] | ^^^^
2892.74 s
[unison-cli]
2892.74 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.74 s
[unison-cli] This binding for ‘tip’ shadows the existing binding
2892.74 s
[unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
2892.74 s
[unison-cli] (and originally defined
2892.75 s
[unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
2892.75 s
[unison-cli] |
2892.75 s
[unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
2892.75 s
[unison-cli] | ^^^
2892.75 s
[unison-cli]
2892.75 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.75 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2892.75 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
2892.75 s
[unison-cli] |
2892.75 s
[unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
2892.75 s
[unison-cli] | ^^^
2892.75 s
[unison-cli]
2892.75 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.75 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2892.75 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2892.75 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2892.75 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2892.75 s
[unison-cli] (and originally defined in ‘Witch.From’)
2892.75 s
[unison-cli] |
2892.75 s
[unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
2892.75 s
[unison-cli] | ^^^^
2892.76 s
[unison-cli]
2892.76 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.76 s
[unison-cli] This binding for ‘names’ shadows the existing binding
2892.76 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
2892.76 s
[unison-cli] |
2892.76 s
[unison-cli] 2512 | names ->
2892.76 s
[unison-cli] | ^^^^^
2892.76 s
[unison-cli]
2892.76 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.76 s
[unison-cli] This binding for ‘value’ shadows the existing binding
2892.76 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
2892.76 s
[unison-cli] |
2892.76 s
[unison-cli] 2933 | Just value ->
2892.76 s
[unison-cli] | ^^^^^
2892.76 s
[unison-cli]
2892.76 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.76 s
[unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
2892.76 s
[unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
2892.76 s
[unison-cli] |
2892.76 s
[unison-cli] 3138 | prettyEntityType = \case
2892.76 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2892.76 s
[unison-cli]
2892.76 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.76 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2892.76 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
2892.76 s
[unison-cli] |
2892.77 s
[unison-cli] 3352 | MissingObject r -> missing n r
2892.77 s
[unison-cli] | ^
2892.77 s
[unison-cli]
2892.77 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.77 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2892.77 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
2892.77 s
[unison-cli] |
2892.77 s
[unison-cli] 3360 | MissingObject r -> missing n r
2892.77 s
[unison-cli] | ^
2892.77 s
[unison-cli]
2892.77 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning : [ GHC-63394 ] [ -Wx-partial ]
2892.77 s
[unison-cli] In the use of ‘head’
2892.77 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2892.77 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2892.77 s
[unison-cli] |
2892.77 s
[unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
2892.77 s
[unison-cli] | ^^^^
2892.77 s
[unison-cli]
2892.77 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.77 s
[unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
2892.77 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
2892.77 s
[unison-cli] |
2892.77 s
[unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
2892.77 s
[unison-cli] | ^^^^^^^^^^^^^^^
2892.77 s
[unison-cli]
2892.77 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.77 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2892.77 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
2892.77 s
[unison-cli] |
2892.77 s
[unison-cli] 3770 | termRows terms =
2892.77 s
[unison-cli] | ^^^^^
2892.77 s
[unison-cli]
2892.77 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.77 s
[unison-cli] This binding for ‘types’ shadows the existing binding
2892.78 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
2892.78 s
[unison-cli] |
2892.78 s
[unison-cli] 3775 | typeRows types =
2892.78 s
[unison-cli] | ^^^^^
2892.78 s
[unison-cli]
2892.78 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.78 s
[unison-cli] This binding for ‘lefts’ shadows the existing binding
2892.78 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2892.78 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2892.78 s
[unison-cli] |
2892.78 s
[unison-cli] 3942 | buildTable lefts rights =
2892.78 s
[unison-cli] | ^^^^^
2892.78 s
[unison-cli]
2892.78 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.78 s
[unison-cli] This binding for ‘rights’ shadows the existing binding
2892.78 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
2892.78 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
2892.78 s
[unison-cli] |
2892.78 s
[unison-cli] 3942 | buildTable lefts rights =
2892.78 s
[unison-cli] | ^^^^^^
2892.78 s
[unison-cli]
2892.78 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.78 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2892.78 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
2892.78 s
[unison-cli] |
2892.78 s
[unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
2892.78 s
[unison-cli] | ^^^^
2892.78 s
[unison-cli]
2892.79 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.79 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2892.79 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
2892.79 s
[unison-cli] |
2892.79 s
[unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
2892.79 s
[unison-cli] | ^^^^
2892.79 s
[unison-cli]
2892.79 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.79 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2892.79 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.79 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2892.79 s
[unison-cli] |
2892.79 s
[unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
2892.79 s
[unison-cli] | ^^^^^
2892.79 s
[unison-cli]
2892.79 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.79 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2892.79 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.79 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2892.79 s
[unison-cli] |
2892.79 s
[unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
2892.79 s
[unison-cli] | ^^^^^
2892.79 s
[unison-cli]
2892.79 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.79 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2892.79 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2892.79 s
[unison-cli] |
2892.80 s
[unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
2892.80 s
[unison-cli] | ^
2892.80 s
[unison-cli]
2892.80 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.80 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2892.80 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
2892.80 s
[unison-cli] |
2892.80 s
[unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
2892.80 s
[unison-cli] | ^
2892.80 s
[unison-cli]
2892.80 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.80 s
[unison-cli] This binding for ‘olds’ shadows the existing binding
2892.80 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
2892.80 s
[unison-cli] |
2892.80 s
[unison-cli] 4104 | olds <-
2892.80 s
[unison-cli] | ^^^^
2892.80 s
[unison-cli]
2892.80 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.80 s
[unison-cli] This binding for ‘news’ shadows the existing binding
2892.80 s
[unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
2892.80 s
[unison-cli] |
2892.80 s
[unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
2892.80 s
[unison-cli] | ^^^^
2892.80 s
[unison-cli]
2892.80 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.80 s
[unison-cli] This binding for ‘prettyType’ shadows the existing binding
2892.80 s
[unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
2892.80 s
[unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
2892.80 s
[unison-cli] |
2892.81 s
[unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
2892.81 s
[unison-cli] | ^^^^^^^^^^
2892.81 s
[unison-cli]
2892.81 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.81 s
[unison-cli] This binding for ‘lines’ shadows the existing binding
2892.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
2892.81 s
[unison-cli] |
2892.81 s
[unison-cli] 4237 | let lines = Text.lines src
2892.81 s
[unison-cli] | ^^^^^
2892.81 s
[unison-cli]
2892.81 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.81 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2892.81 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
2892.81 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2892.81 s
[unison-cli] |
2892.81 s
[unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id )) (Term.Text' msg)) =
2892.81 s
[unison-cli] | ^^
2892.81 s
[unison-cli]
2892.81 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.81 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2892.81 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2892.81 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2892.81 s
[unison-cli] |
2892.81 s
[unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
2892.81 s
[unison-cli] | ^^^^^^^
2892.81 s
[unison-cli]
2892.81 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2892.81 s
[unison-cli] This binding for ‘indexed’ shadows the existing binding
2892.81 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
2892.81 s
[unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
2892.81 s
[unison-cli] |
2892.81 s
[unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
2892.81 s
[unison-cli] | ^^^^^^^
2892.81 s
[unison-cli]
2892.82 s
[unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning : [ GHC-63394 ] [ -Wx-partial ]
2892.82 s
[unison-cli] In the use of ‘head’
2892.82 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2892.82 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2892.82 s
[unison-cli] |
2892.82 s
[unison-cli] 4673 | secondPath = head rest
2892.82 s
[unison-cli] | ^^^^
2892.82 s
[unison-cli]
2896.61 s
[unison-cli] [ 77 of 162] Compiling Unison.CommandLine.DisplayValues ( src/Unison/CommandLine/DisplayValues.hs, /build/ghc7120_0/ghc_212.o, /build/ghc7120_0/ghc_212.dyn_o )
2896.72 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.72 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.72 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
2896.72 s
[unison-cli] |
2896.72 s
[unison-cli] 79 | tm <- eval tm'
2896.72 s
[unison-cli] | ^^
2896.72 s
[unison-cli]
2896.72 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.72 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.72 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
2896.72 s
[unison-cli] |
2896.72 s
[unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
2896.72 s
[unison-cli] | ^^
2896.72 s
[unison-cli]
2896.72 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.72 s
[unison-cli] This binding for ‘initial’ shadows the existing binding
2896.72 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
2896.72 s
[unison-cli] |
2896.72 s
[unison-cli] 126 | initial <- go initial
2896.72 s
[unison-cli] | ^^^^^^^
2896.72 s
[unison-cli]
2896.72 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.72 s
[unison-cli] This binding for ‘afterNl’ shadows the existing binding
2896.72 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
2896.72 s
[unison-cli] |
2896.72 s
[unison-cli] 127 | afterNl <- go afterNl
2896.72 s
[unison-cli] | ^^^^^^^
2896.72 s
[unison-cli]
2896.73 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.73 s
[unison-cli] This binding for ‘p’ shadows the existing binding
2896.73 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
2896.73 s
[unison-cli] |
2896.73 s
[unison-cli] 128 | p <- go p
2896.73 s
[unison-cli] | ^
2896.73 s
[unison-cli]
2896.73 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.73 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.73 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.73 s
[unison-cli] |
2896.73 s
[unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
2896.73 s
[unison-cli] | ^^
2896.73 s
[unison-cli]
2896.73 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.73 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2896.73 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2896.73 s
[unison-cli] |
2896.73 s
[unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
2896.73 s
[unison-cli] | ^^
2896.73 s
[unison-cli]
2896.73 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.73 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2896.73 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2896.73 s
[unison-cli] |
2896.73 s
[unison-cli] 156 | let go ref =
2896.73 s
[unison-cli] | ^^
2896.73 s
[unison-cli]
2896.74 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.74 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2896.74 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2896.74 s
[unison-cli] |
2896.74 s
[unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
2896.74 s
[unison-cli] | ^^
2896.74 s
[unison-cli]
2896.74 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.74 s
[unison-cli] This binding for ‘go’ shadows the existing binding
2896.74 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
2896.74 s
[unison-cli] |
2896.74 s
[unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
2896.74 s
[unison-cli] | ^^
2896.74 s
[unison-cli]
2896.74 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.74 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.74 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.74 s
[unison-cli] |
2896.74 s
[unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm ) ->
2896.74 s
[unison-cli] | ^^
2896.74 s
[unison-cli]
2896.74 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.74 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.74 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.74 s
[unison-cli] |
2896.74 s
[unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm ) ->
2896.74 s
[unison-cli] | ^^
2896.74 s
[unison-cli]
2896.75 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.75 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.75 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.75 s
[unison-cli] |
2896.75 s
[unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm ) ->
2896.75 s
[unison-cli] | ^^
2896.75 s
[unison-cli]
2896.75 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.75 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2896.75 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2896.75 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2896.75 s
[unison-cli] |
2896.75 s
[unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any ) ->
2896.75 s
[unison-cli] | ^^^
2896.75 s
[unison-cli]
2896.75 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.75 s
[unison-cli] This binding for ‘any’ shadows the existing binding
2896.75 s
[unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
2896.75 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2896.75 s
[unison-cli] |
2896.75 s
[unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
2896.75 s
[unison-cli] | ^^^
2896.75 s
[unison-cli]
2896.75 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.75 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.75 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.75 s
[unison-cli] |
2896.76 s
[unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
2896.76 s
[unison-cli] | ^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 236 | toReferent tm = case tm of
2896.76 s
[unison-cli] | ^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘txt’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 274 | txt <- goConsole txt
2896.76 s
[unison-cli] | ^^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘color’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 275 | color <- pure $ goColor color
2896.76 s
[unison-cli] | ^^^^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
2896.76 s
[unison-cli] | ^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 315 | prettyEval terms r = case r of
2896.76 s
[unison-cli] | ^^^^^
2896.76 s
[unison-cli]
2896.76 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.76 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2896.76 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
2896.76 s
[unison-cli] |
2896.76 s
[unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
2896.77 s
[unison-cli] | ^
2896.77 s
[unison-cli]
2896.77 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.77 s
[unison-cli] This binding for ‘terms’ shadows the existing binding
2896.77 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
2896.77 s
[unison-cli] |
2896.77 s
[unison-cli] 323 | prettyTerm terms r = case r of
2896.77 s
[unison-cli] | ^^^^^
2896.77 s
[unison-cli]
2896.77 s
[unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2896.77 s
[unison-cli] This binding for ‘r’ shadows the existing binding
2896.77 s
[unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
2896.77 s
[unison-cli] |
2896.77 s
[unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
2896.77 s
[unison-cli] | ^
2896.77 s
[unison-cli]
2897.02 s
[unison-cli] [ 78 of 162] Compiling Unison.Cli.Monad ( src/Unison/Cli/Monad.hs, /build/ghc7120_0/ghc_26.o, /build/ghc7120_0/ghc_26.dyn_o )
2897.03 s
[unison-cli] src/Unison/Cli/Monad.hs:342:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.03 s
[unison-cli] This binding for ‘label’ shadows the existing binding
2897.03 s
[unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
2897.03 s
[unison-cli] |
2897.03 s
[unison-cli] 342 | time label action =
2897.03 s
[unison-cli] | ^^^^^
2897.03 s
[unison-cli]
2897.03 s
[unison-cli] [ 79 of 162] Compiling Unison.Share.SyncV2 ( src/Unison/Share/SyncV2.hs, /build/ghc7120_0/ghc_318.o, /build/ghc7120_0/ghc_318.dyn_o )
2897.37 s
[unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.37 s
[unison-cli] This binding for ‘entityBytes’ shadows the existing binding
2897.37 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
2897.37 s
[unison-cli] |
2897.37 s
[unison-cli] 322 | unpackEntity entityBytes = do
2897.37 s
[unison-cli] | ^^^^^^^^^^^
2897.37 s
[unison-cli]
2897.37 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.37 s
[unison-cli] This binding for ‘codebase’ shadows the existing binding
2897.37 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
2897.37 s
[unison-cli] |
2897.37 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2897.37 s
[unison-cli] | ^^^^^^^^
2897.37 s
[unison-cli]
2897.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.38 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2897.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
2897.38 s
[unison-cli] |
2897.38 s
[unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
2897.38 s
[unison-cli] | ^^^^
2897.38 s
[unison-cli]
2897.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.38 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2897.38 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2897.38 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2897.38 s
[unison-cli] |
2897.38 s
[unison-cli] 507 | (init , entityStream) <- initializeStream setTotal stream
2897.38 s
[unison-cli] | ^^^^
2897.38 s
[unison-cli]
2897.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.38 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2897.38 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
2897.38 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2897.38 s
[unison-cli] |
2897.38 s
[unison-cli] 513 | (streamRemainder, init ) <- stream C.$$+ C.headC
2897.38 s
[unison-cli] | ^^^^
2897.38 s
[unison-cli]
2897.38 s
[unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.38 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2897.38 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
2897.39 s
[unison-cli] |
2897.39 s
[unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
2897.39 s
[unison-cli] | ^^^^^
2897.39 s
[unison-cli]
2897.39 s
[unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.39 s
[unison-cli] This binding for ‘total’ shadows the existing binding
2897.39 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
2897.39 s
[unison-cli] |
2897.39 s
[unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
2897.39 s
[unison-cli] | ^^^^^
2897.39 s
[unison-cli]
2897.39 s
[unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2897.39 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2897.39 s
[unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
2897.39 s
[unison-cli] |
2897.39 s
[unison-cli] 679 | withSpinner action = do
2897.39 s
[unison-cli] | ^^^^^^
2897.39 s
[unison-cli]
2897.39 s
[unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning : [ GHC-63394 ] [ -Wx-partial ]
2897.39 s
[unison-cli] In the use of ‘head’
2897.39 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2897.40 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2897.40 s
[unison-cli] |
2897.40 s
[unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
2897.40 s
[unison-cli] | ^^^^
2897.40 s
[unison-cli]
2897.40 s
[unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning : [ GHC-63394 ] [ -Wx-partial ]
2897.40 s
[unison-cli] In the use of ‘tail’
2897.40 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2897.40 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Replace it with 'drop' 1, or use pattern matching or 'GHC.Internal.Data.List.uncons' instead. Consider refactoring to use "Data.List.NonEmpty"."
2897.40 s
[unison-cli] |
2897.40 s
[unison-cli] 689 | go spinnerVar (tail spinner)
2897.40 s
[unison-cli] | ^^^^
2897.40 s
[unison-cli]
2898.27 s
[unison-cli] [ 80 of 162] Compiling Unison.Share.Sync ( src/Unison/Share/Sync.hs, /build/ghc7120_0/ghc_314.o, /build/ghc7120_0/ghc_314.dyn_o )
2898.27 s
[unison-cli] src/Unison/Share/Sync.hs:582:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.27 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2898.27 s
[unison-cli] bound at src/Unison/Share/Sync.hs:578:43
2898.27 s
[unison-cli] |
2898.27 s
[unison-cli] 582 | err -> Left (SyncError err)
2898.27 s
[unison-cli] | ^^^
2898.27 s
[unison-cli]
2898.27 s
[unison-cli] src/Unison/Share/Sync.hs:605:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.27 s
[unison-cli] This binding for ‘hashes0’ shadows the existing binding
2898.27 s
[unison-cli] bound at src/Unison/Share/Sync.hs:468:40
2898.27 s
[unison-cli] |
2898.27 s
[unison-cli] 605 | hashes0 <- readTVar hashesVar
2898.27 s
[unison-cli] | ^^^^^^^
2898.27 s
[unison-cli]
2898.27 s
[unison-cli] src/Unison/Share/Sync.hs:651:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.27 s
[unison-cli] This binding for ‘hash’ shadows the existing binding
2898.27 s
[unison-cli] bound at src/Unison/Share/Sync.hs:643:23
2898.27 s
[unison-cli] |
2898.27 s
[unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
2898.27 s
[unison-cli] | ^^^^
2898.28 s
[unison-cli]
2898.28 s
[unison-cli] src/Unison/Share/Sync.hs:693:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.28 s
[unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
2898.28 s
[unison-cli] defined at src/Unison/Share/Sync.hs:689:3
2898.28 s
[unison-cli] |
2898.28 s
[unison-cli] 693 | let ( httpGetCausalHashByPath
2898.28 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
2898.28 s
[unison-cli]
2898.28 s
[unison-cli] src/Unison/Share/Sync.hs:694:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.28 s
[unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
2898.28 s
[unison-cli] defined at src/Unison/Share/Sync.hs:690:3
2898.28 s
[unison-cli] |
2898.28 s
[unison-cli] 694 | Servant.:<|> httpDownloadEntities
2898.28 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^
2898.28 s
[unison-cli]
2898.28 s
[unison-cli] src/Unison/Share/Sync.hs:695:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.28 s
[unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
2898.28 s
[unison-cli] defined at src/Unison/Share/Sync.hs:691:3
2898.28 s
[unison-cli] |
2898.28 s
[unison-cli] 695 | Servant.:<|> httpUploadEntities
2898.28 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^
2898.28 s
[unison-cli]
2898.28 s
[unison-cli] [ 81 of 162] Compiling Unison.Share.HistoryComments ( src/Unison/Share/HistoryComments.hs, /build/ghc7120_0/ghc_312.o, /build/ghc7120_0/ghc_312.dyn_o )
2898.28 s
[unison-cli] [ 82 of 162] Compiling Unison.CommandLine ( src/Unison/CommandLine.hs, /build/ghc7120_0/ghc_206.o, /build/ghc7120_0/ghc_206.dyn_o )
2898.28 s
[unison-cli] src/Unison/CommandLine.hs:109:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.28 s
[unison-cli] This binding for ‘arg’ shadows the existing binding
2898.29 s
[unison-cli] bound at src/Unison/CommandLine.hs:104:27
2898.29 s
[unison-cli] |
2898.29 s
[unison-cli] 109 | Left (arg @(InputPattern.NumberedArg n))
2898.29 s
[unison-cli] | ^^^
2898.29 s
[unison-cli]
2898.29 s
[unison-cli] src/Unison/CommandLine.hs:130:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.29 s
[unison-cli] This binding for ‘params’ shadows the existing binding
2898.29 s
[unison-cli] bound at src/Unison/CommandLine.hs:99:30
2898.29 s
[unison-cli] |
2898.29 s
[unison-cli] 130 | Right (rArgs, params ) -> Right (reverse rArgs, params)
2898.29 s
[unison-cli] | ^^^^^^
2898.29 s
[unison-cli]
2898.29 s
[unison-cli] [ 83 of 162] Compiling Unison.Codebase.Editor.HandleInput.RuntimeUtils ( src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs, /build/ghc7120_0/ghc_156.o, /build/ghc7120_0/ghc_156.dyn_o )
2898.29 s
[unison-cli] [ 84 of 162] Compiling Unison.Codebase.Editor.HandleInput.Projects ( src/Unison/Codebase/Editor/HandleInput/Projects.hs, /build/ghc7120_0/ghc_142.o, /build/ghc7120_0/ghc_142.dyn_o )
2898.29 s
[unison-cli] [ 85 of 162] Compiling Unison.Codebase.Editor.HandleInput.Global ( src/Unison/Codebase/Editor/HandleInput/Global.hs, /build/ghc7120_0/ghc_104.o, /build/ghc7120_0/ghc_104.dyn_o )
2898.29 s
[unison-cli] [ 86 of 162] Compiling Unison.Codebase.Editor.HandleInput.Config ( src/Unison/Codebase/Editor/HandleInput/Config.hs, /build/ghc7120_0/ghc_70.o, /build/ghc7120_0/ghc_70.dyn_o )
2898.29 s
[unison-cli] [ 87 of 162] Compiling Unison.Codebase.Editor.HandleInput.AuthLogin ( src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs, /build/ghc7120_0/ghc_58.o, /build/ghc7120_0/ghc_58.dyn_o )
2898.29 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.29 s
[unison-cli] This binding for ‘req’ shadows the existing binding
2898.29 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
2898.29 s
[unison-cli] |
2898.29 s
[unison-cli] 137 | getQueryParams req = do
2898.29 s
[unison-cli] | ^^^
2898.29 s
[unison-cli]
2898.29 s
[unison-cli] [ 88 of 162] Compiling Unison.Cli.UpdateUtils ( src/Unison/Cli/UpdateUtils.hs, /build/ghc7120_0/ghc_48.o, /build/ghc7120_0/ghc_48.dyn_o )
2898.29 s
[unison-cli] [ 89 of 162] Compiling Unison.Cli.Share.Projects ( src/Unison/Cli/Share/Projects.hs, /build/ghc7120_0/ghc_40.o, /build/ghc7120_0/ghc_40.dyn_o )
2898.29 s
[unison-cli] [ 90 of 162] Compiling Unison.LSP.OpenOnShare ( src/Unison/LSP/OpenOnShare.hs, /build/ghc7120_0/ghc_270.o, /build/ghc7120_0/ghc_270.dyn_o )
2898.29 s
[unison-cli] [ 91 of 162] Compiling Unison.Cli.MonadUtils ( src/Unison/Cli/MonadUtils.hs, /build/ghc7120_0/ghc_28.o, /build/ghc7120_0/ghc_28.dyn_o )
2898.29 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.29 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2898.29 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
2898.29 s
[unison-cli] |
2898.30 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
2898.30 s
[unison-cli] | ^
2898.30 s
[unison-cli]
2898.30 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.30 s
[unison-cli] This binding for ‘f’ shadows the existing binding
2898.30 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
2898.30 s
[unison-cli] |
2898.30 s
[unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f ) -> Branch.modifyAt p f b) root updates)
2898.30 s
[unison-cli] | ^
2898.30 s
[unison-cli]
2898.30 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.30 s
[unison-cli] This binding for ‘causalHashId’ shadows the existing binding
2898.30 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
2898.30 s
[unison-cli] |
2898.30 s
[unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
2898.30 s
[unison-cli] | ^^^^^^^^^^^^
2898.30 s
[unison-cli]
2898.30 s
[unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.30 s
[unison-cli] This binding for ‘uf’ shadows the existing binding
2898.30 s
[unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
2898.30 s
[unison-cli] |
2898.30 s
[unison-cli] 521 | Just uf ->
2898.30 s
[unison-cli] | ^^
2898.30 s
[unison-cli]
2898.30 s
[unison-cli] [ 92 of 162] Compiling Unison.Codebase.Editor.HandleInput.UI ( src/Unison/Codebase/Editor/HandleInput/UI.hs, /build/ghc7120_0/ghc_170.o, /build/ghc7120_0/ghc_170.dyn_o )
2898.30 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.30 s
[unison-cli] This binding for ‘perspective’ shadows the existing binding
2898.30 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
2898.31 s
[unison-cli] |
2898.31 s
[unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
2898.31 s
[unison-cli] | ^^^^^^^^^^^
2898.31 s
[unison-cli]
2898.31 s
[unison-cli] [ 93 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectRename ( src/Unison/Codebase/Editor/HandleInput/ProjectRename.hs, /build/ghc7120_0/ghc_138.o, /build/ghc7120_0/ghc_138.dyn_o )
2898.31 s
[unison-cli] [ 94 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveType ( src/Unison/Codebase/Editor/HandleInput/MoveType.hs, /build/ghc7120_0/ghc_128.o, /build/ghc7120_0/ghc_128.dyn_o )
2898.31 s
[unison-cli] [ 95 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTerm ( src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs, /build/ghc7120_0/ghc_124.o, /build/ghc7120_0/ghc_124.dyn_o )
2898.31 s
[unison-cli] [ 96 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveBranch ( src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs, /build/ghc7120_0/ghc_122.o, /build/ghc7120_0/ghc_122.dyn_o )
2898.31 s
[unison-cli] [ 97 of 162] Compiling Unison.Codebase.Editor.HandleInput.Rename ( src/Unison/Codebase/Editor/HandleInput/Rename.hs, /build/ghc7120_0/ghc_152.o, /build/ghc7120_0/ghc_152.dyn_o )
2898.31 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.31 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2898.31 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
2898.31 s
[unison-cli] (and originally defined
2898.31 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2898.31 s
[unison-cli] |
2898.31 s
[unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
2898.31 s
[unison-cli] | ^^^^^^^^^^^^^^
2898.31 s
[unison-cli]
2898.31 s
[unison-cli] [ 98 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveTo ( src/Unison/Codebase/Editor/HandleInput/MoveTo.hs, /build/ghc7120_0/ghc_126.o, /build/ghc7120_0/ghc_126.dyn_o )
2898.31 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning : [ GHC-63394 ] [ -Wx-partial ]
2898.31 s
[unison-cli] In the use of ‘head’
2898.31 s
[unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
2898.31 s
[unison-cli] "This is a partial function, it throws an error on empty lists. Use pattern matching, 'Data.List.uncons' or 'Data.Maybe.listToMaybe' instead. Consider refactoring to use "Data.List.NonEmpty"."
2898.31 s
[unison-cli] |
2898.32 s
[unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
2898.32 s
[unison-cli] | ^^^^
2898.32 s
[unison-cli]
2898.32 s
[unison-cli] [ 99 of 162] Compiling Unison.Codebase.Editor.HandleInput.MoveAll ( src/Unison/Codebase/Editor/HandleInput/MoveAll.hs, /build/ghc7120_0/ghc_120.o, /build/ghc7120_0/ghc_120.dyn_o )
2898.32 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.32 s
[unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
2898.32 s
[unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
2898.32 s
[unison-cli] (and originally defined
2898.32 s
[unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
2898.32 s
[unison-cli] |
2898.32 s
[unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
2898.32 s
[unison-cli] | ^^^^^^^^^^^^^^
2898.32 s
[unison-cli]
2898.32 s
[unison-cli] [100 of 162] Compiling Unison.Codebase.Editor.HandleInput.Load ( src/Unison/Codebase/Editor/HandleInput/Load.hs, /build/ghc7120_0/ghc_114.o, /build/ghc7120_0/ghc_114.dyn_o )
2898.32 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.32 s
[unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
2898.32 s
[unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
2898.32 s
[unison-cli] |
2898.32 s
[unison-cli] 332 | getTermAliases existingTerms slurpTerms =
2898.32 s
[unison-cli] | ^^^^^^^^^^
2898.32 s
[unison-cli]
2898.32 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.32 s
[unison-cli] This binding for ‘map’ shadows the existing binding
2898.32 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
2898.32 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2898.32 s
[unison-cli] |
2898.32 s
[unison-cli] 481 | Right (nts, resp, map ) -> do
2898.32 s
[unison-cli] | ^^^
2898.32 s
[unison-cli]
2898.32 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.33 s
[unison-cli] This binding for ‘prof’ shadows the existing binding
2898.33 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
2898.33 s
[unison-cli] |
2898.33 s
[unison-cli] 486 | Runtime.Profile prof ->
2898.33 s
[unison-cli] | ^^^^
2898.33 s
[unison-cli]
2898.46 s
[unison-cli] [101 of 162] Compiling Unison.Codebase.Editor.HandleInput.History ( src/Unison/Codebase/Editor/HandleInput/History.hs, /build/ghc7120_0/ghc_106.o, /build/ghc7120_0/ghc_106.dyn_o )
2898.46 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.46 s
[unison-cli] This binding for ‘from’ shadows the existing binding
2898.46 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
2898.46 s
[unison-cli] (and originally defined in ‘Witch.From’)
2898.46 s
[unison-cli] |
2898.46 s
[unison-cli] 21 | handleHistory resultsCap diffCap from = do
2898.46 s
[unison-cli] | ^^^^
2898.46 s
[unison-cli]
2898.46 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.46 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2898.47 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2898.47 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2898.47 s
[unison-cli] |
2898.47 s
[unison-cli] 46 | Causal.Cons _ _ _ tail -> do
2898.47 s
[unison-cli] | ^^^^
2898.47 s
[unison-cli]
2898.47 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.47 s
[unison-cli] This binding for ‘elem’ shadows the existing binding
2898.47 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
2898.47 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
2898.47 s
[unison-cli] |
2898.47 s
[unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
2898.47 s
[unison-cli] | ^^^^
2898.47 s
[unison-cli]
2898.47 s
[unison-cli] [102 of 162] Compiling Unison.Codebase.Editor.HandleInput.FindAndReplace ( src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs, /build/ghc7120_0/ghc_100.o, /build/ghc7120_0/ghc_100.dyn_o )
2898.47 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.47 s
[unison-cli] This binding for ‘rules’ shadows the existing binding
2898.47 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
2898.47 s
[unison-cli] |
2898.48 s
[unison-cli] 61 | go n tm ((r, _) : rules ) = case r tm of
2898.48 s
[unison-cli] | ^^^^^
2898.48 s
[unison-cli]
2898.48 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.48 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.48 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
2898.48 s
[unison-cli] |
2898.48 s
[unison-cli] 63 | Just tm -> go (n + 1) tm rules
2898.48 s
[unison-cli] | ^^
2898.48 s
[unison-cli]
2898.48 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.48 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2898.48 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
2898.48 s
[unison-cli] |
2898.48 s
[unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2898.48 s
[unison-cli] | ^^^^^^^
2898.48 s
[unison-cli]
2898.49 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.49 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2898.49 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
2898.49 s
[unison-cli] |
2898.49 s
[unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
2898.49 s
[unison-cli] | ^^^^^^^
2898.49 s
[unison-cli]
2898.49 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.49 s
[unison-cli] This binding for ‘txts’ shadows the existing binding
2898.49 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
2898.49 s
[unison-cli] |
2898.49 s
[unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
2898.49 s
[unison-cli] | ^^^^
2898.49 s
[unison-cli]
2898.49 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.49 s
[unison-cli] This binding for ‘ot’ shadows the existing binding
2898.49 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
2898.49 s
[unison-cli] |
2898.49 s
[unison-cli] 154 | ot <- case ot of
2898.49 s
[unison-cli] | ^^
2898.49 s
[unison-cli]
2898.49 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.49 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.50 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2898.50 s
[unison-cli] |
2898.50 s
[unison-cli] 164 | let extract vs tm = case tm of
2898.50 s
[unison-cli] | ^^
2898.50 s
[unison-cli]
2898.50 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.50 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.50 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
2898.50 s
[unison-cli] |
2898.51 s
[unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
2898.51 s
[unison-cli] | ^^
2898.51 s
[unison-cli]
2898.51 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.51 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.51 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
2898.51 s
[unison-cli] |
2898.51 s
[unison-cli] 179 | extractOuter vs0 tm = case tm of
2898.51 s
[unison-cli] | ^^
2898.51 s
[unison-cli]
2898.51 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.51 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.51 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2898.51 s
[unison-cli] |
2898.51 s
[unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
2898.51 s
[unison-cli] | ^^
2898.51 s
[unison-cli]
2898.51 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.52 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.52 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2898.52 s
[unison-cli] |
2898.52 s
[unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
2898.52 s
[unison-cli] | ^^
2898.52 s
[unison-cli]
2898.52 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.52 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2898.52 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
2898.52 s
[unison-cli] |
2898.52 s
[unison-cli] 182 | tm -> case prepare vs0 tm of
2898.52 s
[unison-cli] | ^^
2898.52 s
[unison-cli]
2898.52 s
[unison-cli] [103 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffUpdate ( src/Unison/Codebase/Editor/HandleInput/DiffUpdate.hs, /build/ghc7120_0/ghc_94.o, /build/ghc7120_0/ghc_94.dyn_o )
2898.52 s
[unison-cli] [104 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteProject ( src/Unison/Codebase/Editor/HandleInput/DeleteProject.hs, /build/ghc7120_0/ghc_86.o, /build/ghc7120_0/ghc_86.dyn_o )
2898.52 s
[unison-cli] [105 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteNamespace ( src/Unison/Codebase/Editor/HandleInput/DeleteNamespace.hs, /build/ghc7120_0/ghc_84.o, /build/ghc7120_0/ghc_84.dyn_o )
2898.52 s
[unison-cli] [106 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugSynhashTerm ( src/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.hs, /build/ghc7120_0/ghc_78.o, /build/ghc7120_0/ghc_78.dyn_o )
2898.52 s
[unison-cli] [107 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugFoldRanges ( src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs, /build/ghc7120_0/ghc_76.o, /build/ghc7120_0/ghc_76.dyn_o )
2898.52 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.52 s
[unison-cli] This binding for ‘contents’ shadows the existing binding
2898.52 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2898.52 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2898.52 s
[unison-cli] |
2898.52 s
[unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
2898.52 s
[unison-cli] | ^^^^^^^^
2898.52 s
[unison-cli]
2898.52 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.52 s
[unison-cli] This binding for ‘ranges’ shadows the existing binding
2898.53 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2898.53 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2898.53 s
[unison-cli] |
2898.53 s
[unison-cli] 50 | annotateRanges txt ranges =
2898.53 s
[unison-cli] | ^^^^^^
2898.53 s
[unison-cli]
2898.53 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.53 s
[unison-cli] This binding for ‘start’ shadows the existing binding
2898.53 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2898.53 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2898.53 s
[unison-cli] |
2898.53 s
[unison-cli] 54 | ( \(LSP.Range start end) ->
2898.53 s
[unison-cli] | ^^^^^
2898.53 s
[unison-cli]
2898.53 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.53 s
[unison-cli] This binding for ‘end’ shadows the existing binding
2898.53 s
[unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
2898.53 s
[unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
2898.53 s
[unison-cli] |
2898.54 s
[unison-cli] 54 | ( \(LSP.Range start end ) ->
2898.54 s
[unison-cli] | ^^^
2898.54 s
[unison-cli]
2898.54 s
[unison-cli] [108 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDependentsGraph ( src/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.hs, /build/ghc7120_0/ghc_74.o, /build/ghc7120_0/ghc_74.dyn_o )
2898.54 s
[unison-cli] [109 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branches ( src/Unison/Codebase/Editor/HandleInput/Branches.hs, /build/ghc7120_0/ghc_66.o, /build/ghc7120_0/ghc_66.dyn_o )
2898.54 s
[unison-cli] [110 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchRename ( src/Unison/Codebase/Editor/HandleInput/BranchRename.hs, /build/ghc7120_0/ghc_62.o, /build/ghc7120_0/ghc_62.dyn_o )
2898.54 s
[unison-cli] [111 of 162] Compiling Unison.Codebase.Editor.HandleInput.AliasType ( src/Unison/Codebase/Editor/HandleInput/AliasType.hs, /build/ghc7120_0/ghc_56.o, /build/ghc7120_0/ghc_56.dyn_o )
2898.54 s
[unison-cli] [112 of 162] Compiling Unison.Cli.ProjectUtils ( src/Unison/Cli/ProjectUtils.hs, /build/ghc7120_0/ghc_36.o, /build/ghc7120_0/ghc_36.dyn_o )
2898.54 s
[unison-cli] [113 of 162] Compiling Unison.Codebase.Editor.HandleInput.Reflogs ( src/Unison/Codebase/Editor/HandleInput/Reflogs.hs, /build/ghc7120_0/ghc_148.o, /build/ghc7120_0/ghc_148.dyn_o )
2898.61 s
[unison-cli] [114 of 162] Compiling Unison.Codebase.Editor.HandleInput.Push ( src/Unison/Codebase/Editor/HandleInput/Push.hs, /build/ghc7120_0/ghc_146.o, /build/ghc7120_0/ghc_146.dyn_o )
2898.85 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.85 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2898.85 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2898.85 s
[unison-cli] |
2898.85 s
[unison-cli] 94 | (localProjectAndBranch , localBranchHead) <-
2898.85 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2898.85 s
[unison-cli]
2898.86 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2898.86 s
[unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
2898.86 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
2898.86 s
[unison-cli] |
2898.86 s
[unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
2898.86 s
[unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
2898.86 s
[unison-cli]
2899.58 s
[unison-cli] [115 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectSwitch ( src/Unison/Codebase/Editor/HandleInput/ProjectSwitch.hs, /build/ghc7120_0/ghc_140.o, /build/ghc7120_0/ghc_140.dyn_o )
2899.58 s
[unison-cli] [116 of 162] Compiling Unison.Codebase.Editor.HandleInput.HistoryComment ( src/Unison/Codebase/Editor/HandleInput/HistoryComment.hs, /build/ghc7120_0/ghc_108.o, /build/ghc7120_0/ghc_108.dyn_o )
2899.58 s
[unison-cli] [117 of 162] Compiling Unison.Codebase.Editor.HandleInput.DiffBranch ( src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs, /build/ghc7120_0/ghc_92.o, /build/ghc7120_0/ghc_92.dyn_o )
2899.58 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.58 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.58 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
2899.58 s
[unison-cli] |
2899.58 s
[unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
2899.58 s
[unison-cli] | ^^^^^
2899.58 s
[unison-cli]
2899.58 s
[unison-cli] [118 of 162] Compiling Unison.Codebase.Editor.HandleInput.DeleteBranch ( src/Unison/Codebase/Editor/HandleInput/DeleteBranch.hs, /build/ghc7120_0/ghc_82.o, /build/ghc7120_0/ghc_82.dyn_o )
2899.58 s
[unison-cli] [119 of 162] Compiling Unison.Codebase.Editor.HandleInput.Cancel ( src/Unison/Codebase/Editor/HandleInput/Cancel.hs, /build/ghc7120_0/ghc_68.o, /build/ghc7120_0/ghc_68.dyn_o )
2899.58 s
[unison-cli] [120 of 162] Compiling Unison.Codebase.Editor.HandleInput.Branch ( src/Unison/Codebase/Editor/HandleInput/Branch.hs, /build/ghc7120_0/ghc_60.o, /build/ghc7120_0/ghc_60.dyn_o )
2899.58 s
[unison-cli] [121 of 162] Compiling Unison.Codebase.Editor.HandleInput.ReleaseDraft ( src/Unison/Codebase/Editor/HandleInput/ReleaseDraft.hs, /build/ghc7120_0/ghc_150.o, /build/ghc7120_0/ghc_150.dyn_o )
2899.58 s
[unison-cli] [122 of 162] Compiling Unison.Codebase.Editor.HandleInput.Merge2 ( src/Unison/Codebase/Editor/HandleInput/Merge2.hs, /build/ghc7120_0/ghc_118.o, /build/ghc7120_0/ghc_118.dyn_o )
2899.58 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.58 s
[unison-cli] This binding for ‘info’ shadows the existing binding
2899.58 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
2899.58 s
[unison-cli] |
2899.59 s
[unison-cli] 329 | MergeSource'RemoteLooseCode info ->
2899.59 s
[unison-cli] | ^^^^
2899.59 s
[unison-cli]
2899.59 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.59 s
[unison-cli] This binding for ‘env’ shadows the existing binding
2899.59 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
2899.59 s
[unison-cli] |
2899.59 s
[unison-cli] 350 | env <- ask
2899.59 s
[unison-cli] | ^^^
2899.59 s
[unison-cli]
2899.59 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.59 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.59 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
2899.59 s
[unison-cli] |
2899.59 s
[unison-cli] 686 | renderDefns defns = do
2899.59 s
[unison-cli] | ^^^^^
2899.59 s
[unison-cli]
2899.59 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.59 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.59 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
2899.59 s
[unison-cli] |
2899.59 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2899.59 s
[unison-cli] | ^^^^^
2899.59 s
[unison-cli]
2899.59 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.59 s
[unison-cli] This binding for ‘dependencies’ shadows the existing binding
2899.59 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
2899.59 s
[unison-cli] |
2899.59 s
[unison-cli] 811 | renderDependencies defns dependencies = do
2899.59 s
[unison-cli] | ^^^^^^^^^^^^
2899.59 s
[unison-cli]
2899.59 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.59 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.59 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
2899.60 s
[unison-cli] |
2899.60 s
[unison-cli] 852 | renderDependents defns dependents = do
2899.60 s
[unison-cli] | ^^^^^
2899.60 s
[unison-cli]
2899.60 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.60 s
[unison-cli] This binding for ‘dependents’ shadows the existing binding
2899.60 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
2899.60 s
[unison-cli] |
2899.60 s
[unison-cli] 852 | renderDependents defns dependents = do
2899.60 s
[unison-cli] | ^^^^^^^^^^
2899.60 s
[unison-cli]
2899.60 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.60 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.60 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
2899.60 s
[unison-cli] |
2899.60 s
[unison-cli] 890 | renderDefns defns = do
2899.60 s
[unison-cli] | ^^^^^
2899.60 s
[unison-cli]
2899.60 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.60 s
[unison-cli] This binding for ‘conflicts’ shadows the existing binding
2899.60 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
2899.60 s
[unison-cli] |
2899.60 s
[unison-cli] 940 | renderConflicts label conflicts who =
2899.60 s
[unison-cli] | ^^^^^^^^^
2899.60 s
[unison-cli]
2899.60 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.60 s
[unison-cli] This binding for ‘unconflicts’ shadows the existing binding
2899.60 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
2899.60 s
[unison-cli] |
2899.61 s
[unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
2899.61 s
[unison-cli] | ^^^^^^^^^^^
2899.61 s
[unison-cli]
2899.61 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.61 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2899.61 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
2899.61 s
[unison-cli] |
2899.61 s
[unison-cli] 989 | renderRenames renames = do
2899.61 s
[unison-cli] | ^^^^^^^
2899.61 s
[unison-cli]
2899.61 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.61 s
[unison-cli] This binding for ‘renames’ shadows the existing binding
2899.61 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
2899.61 s
[unison-cli] |
2899.61 s
[unison-cli] 1018 | renderRenames renames = do
2899.61 s
[unison-cli] | ^^^^^^^
2899.61 s
[unison-cli]
2899.61 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2899.61 s
[unison-cli] This binding for ‘defns’ shadows the existing binding
2899.61 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
2899.61 s
[unison-cli] |
2899.61 s
[unison-cli] 1042 | renderDefns defns = do
2899.61 s
[unison-cli] | ^^^^^
2899.61 s
[unison-cli]
2900.26 s
[unison-cli] [123 of 162] Compiling Unison.Codebase.Editor.HandleInput.Update2 ( src/Unison/Codebase/Editor/HandleInput/Update2.hs, /build/ghc7120_0/ghc_172.o, /build/ghc7120_0/ghc_172.dyn_o )
2900.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.36 s
[unison-cli] This binding for ‘abort’ shadows the existing binding
2900.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
2900.36 s
[unison-cli] |
2900.36 s
[unison-cli] 375 | makeDeclUpdates abort = do
2900.36 s
[unison-cli] | ^^^^^
2900.36 s
[unison-cli]
2900.36 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.36 s
[unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
2900.36 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
2900.36 s
[unison-cli] |
2900.37 s
[unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
2900.37 s
[unison-cli] | ^^^^^^^^^^^^^^^
2900.37 s
[unison-cli]
2900.63 s
[unison-cli] [124 of 162] Compiling Unison.Codebase.Editor.HandleInput.Upgrade ( src/Unison/Codebase/Editor/HandleInput/Upgrade.hs, /build/ghc7120_0/ghc_174.o, /build/ghc7120_0/ghc_174.dyn_o )
2900.94 s
[unison-cli] [125 of 162] Compiling Unison.Codebase.Editor.HandleInput.Todo ( src/Unison/Codebase/Editor/HandleInput/Todo.hs, /build/ghc7120_0/ghc_168.o, /build/ghc7120_0/ghc_168.dyn_o )
2900.94 s
[unison-cli] [126 of 162] Compiling Unison.Codebase.Editor.HandleInput.Delete ( src/Unison/Codebase/Editor/HandleInput/Delete.hs, /build/ghc7120_0/ghc_80.o, /build/ghc7120_0/ghc_80.dyn_o )
2900.94 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.94 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2900.94 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2900.94 s
[unison-cli] |
2900.94 s
[unison-cli] 171 | ( \defns target ->
2900.94 s
[unison-cli] | ^^^^^^
2900.94 s
[unison-cli]
2900.94 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.94 s
[unison-cli] This binding for ‘target’ shadows the existing binding
2900.94 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
2900.94 s
[unison-cli] |
2900.94 s
[unison-cli] 181 | in \defns target ->
2900.94 s
[unison-cli] | ^^^^^^
2900.94 s
[unison-cli]
2900.95 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.95 s
[unison-cli] This binding for ‘name’ shadows the existing binding
2900.95 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
2900.95 s
[unison-cli] |
2900.95 s
[unison-cli] 351 | ( \(constructors, terms) name -> \case
2900.95 s
[unison-cli] | ^^^^
2900.95 s
[unison-cli]
2900.95 s
[unison-cli] [127 of 162] Compiling Unison.Codebase.Editor.HandleInput.BranchSquash ( src/Unison/Codebase/Editor/HandleInput/BranchSquash.hs, /build/ghc7120_0/ghc_64.o, /build/ghc7120_0/ghc_64.dyn_o )
2900.95 s
[unison-cli] [128 of 162] Compiling Unison.Cli.NamesUtils ( src/Unison/Cli/NamesUtils.hs, /build/ghc7120_0/ghc_32.o, /build/ghc7120_0/ghc_32.dyn_o )
2900.95 s
[unison-cli] [129 of 162] Compiling Unison.Codebase.Editor.HandleInput.Tests ( src/Unison/Codebase/Editor/HandleInput/Tests.hs, /build/ghc7120_0/ghc_166.o, /build/ghc7120_0/ghc_166.dyn_o )
2900.95 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.95 s
[unison-cli] This binding for ‘tm'’ shadows the existing binding
2900.95 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
2900.95 s
[unison-cli] |
2900.95 s
[unison-cli] 129 | Right tm' -> do
2900.95 s
[unison-cli] | ^^^
2900.95 s
[unison-cli]
2900.95 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.95 s
[unison-cli] This binding for ‘parseNames’ shadows the existing binding
2900.95 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
2900.95 s
[unison-cli] |
2900.95 s
[unison-cli] 219 | getNameFromCodebase parseNames main = do
2900.95 s
[unison-cli] | ^^^^^^^^^^
2900.95 s
[unison-cli]
2900.96 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.96 s
[unison-cli] This binding for ‘element’ shadows the existing binding
2900.96 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
2900.96 s
[unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
2900.96 s
[unison-cli] |
2900.96 s
[unison-cli] 237 | element <- case tm of
2900.96 s
[unison-cli] | ^^^^^^^
2900.96 s
[unison-cli]
2900.96 s
[unison-cli] [130 of 162] Compiling Unison.Codebase.Editor.HandleInput.TermResolution ( src/Unison/Codebase/Editor/HandleInput/TermResolution.hs, /build/ghc7120_0/ghc_164.o, /build/ghc7120_0/ghc_164.dyn_o )
2900.96 s
[unison-cli] [131 of 162] Compiling Unison.Codebase.Editor.HandleInput.Signature ( src/Unison/Codebase/Editor/HandleInput/Signature.hs, /build/ghc7120_0/ghc_160.o, /build/ghc7120_0/ghc_160.dyn_o )
2900.96 s
[unison-cli] [132 of 162] Compiling Unison.Codebase.Editor.HandleInput.ShowDefinition ( src/Unison/Codebase/Editor/HandleInput/ShowDefinition.hs, /build/ghc7120_0/ghc_158.o, /build/ghc7120_0/ghc_158.dyn_o )
2900.96 s
[unison-cli] [133 of 162] Compiling Unison.LSP.Util.Wrappers ( src/Unison/LSP/Util/Wrappers.hs, /build/ghc7120_0/ghc_284.o, /build/ghc7120_0/ghc_284.dyn_o )
2900.96 s
[unison-cli] [134 of 162] Compiling Unison.LSP.EditDefinition ( src/Unison/LSP/EditDefinition.hs, /build/ghc7120_0/ghc_252.o, /build/ghc7120_0/ghc_252.dyn_o )
2900.96 s
[unison-cli] [135 of 162] Compiling Unison.LSP ( src/Unison/LSP.hs, /build/ghc7120_0/ghc_232.o, /build/ghc7120_0/ghc_232.dyn_o )
2900.96 s
[unison-cli] src/Unison/LSP.hs:108:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.96 s
[unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
2900.96 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2900.96 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
2900.96 s
[unison-cli] |
2900.96 s
[unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
2900.96 s
[unison-cli] | ^^^^^^^^^^^^^^
2900.96 s
[unison-cli]
2900.96 s
[unison-cli] src/Unison/LSP.hs:122:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.96 s
[unison-cli] This binding for ‘runServer’ shadows the existing binding
2900.96 s
[unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
2900.96 s
[unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
2900.96 s
[unison-cli] |
2900.96 s
[unison-cli] 122 | ifEnabled runServer = do
2900.96 s
[unison-cli] | ^^^^^^^^^
2900.96 s
[unison-cli]
2900.96 s
[unison-cli] src/Unison/LSP.hs:252:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.96 s
[unison-cli] This binding for ‘toIO’ shadows the existing binding
2900.96 s
[unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
2900.96 s
[unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
2900.96 s
[unison-cli] |
2900.96 s
[unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
2900.96 s
[unison-cli] | ^^^^
2900.96 s
[unison-cli]
2900.96 s
[unison-cli] [136 of 162] Compiling ArgParse ( src/ArgParse.hs, /build/ghc7120_0/ghc_4.o, /build/ghc7120_0/ghc_4.dyn_o )
2900.96 s
[unison-cli] src/ArgParse.hs:159:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.96 s
[unison-cli] This binding for ‘command’ shadows the existing binding
2900.96 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
2900.96 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2900.96 s
[unison-cli] |
2900.96 s
[unison-cli] 159 | (globalOptions, command ) <- customExecParser preferences parserInfo
2900.96 s
[unison-cli] | ^^^^^^^
2900.96 s
[unison-cli]
2900.97 s
[unison-cli] src/ArgParse.hs:204:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.97 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2900.97 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2900.97 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2900.97 s
[unison-cli] |
2900.97 s
[unison-cli] 204 | help =
2900.97 s
[unison-cli] | ^^^^
2900.97 s
[unison-cli]
2900.97 s
[unison-cli] src/ArgParse.hs:212:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.97 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2900.97 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2900.97 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2900.97 s
[unison-cli] |
2900.97 s
[unison-cli] 212 | help =
2900.97 s
[unison-cli] | ^^^^
2900.97 s
[unison-cli]
2900.97 s
[unison-cli] src/ArgParse.hs:220:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.97 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2900.97 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2900.97 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2900.97 s
[unison-cli] |
2900.97 s
[unison-cli] 220 | help =
2900.97 s
[unison-cli] | ^^^^
2900.97 s
[unison-cli]
2900.97 s
[unison-cli] src/ArgParse.hs:228:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.97 s
[unison-cli] This binding for ‘help’ shadows the existing binding
2900.97 s
[unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
2900.97 s
[unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
2900.97 s
[unison-cli] |
2900.97 s
[unison-cli] 228 | help =
2900.97 s
[unison-cli] | ^^^^
2900.97 s
[unison-cli]
2900.97 s
[unison-cli] src/ArgParse.hs:486:24: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.97 s
[unison-cli] This binding for ‘abs’ shadows the existing binding
2900.97 s
[unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
2900.97 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
2900.97 s
[unison-cli] |
2900.97 s
[unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
2900.97 s
[unison-cli] | ^^^
2900.97 s
[unison-cli]
2900.97 s
[unison-cli] [137 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditNamespace ( src/Unison/Codebase/Editor/HandleInput/EditNamespace.hs, /build/ghc7120_0/ghc_98.o, /build/ghc7120_0/ghc_98.dyn_o )
2900.97 s
[unison-cli] [138 of 162] Compiling Unison.Codebase.Editor.HandleInput.Run ( src/Unison/Codebase/Editor/HandleInput/Run.hs, /build/ghc7120_0/ghc_154.o, /build/ghc7120_0/ghc_154.dyn_o )
2900.97 s
[unison-cli] [139 of 162] Compiling Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils ( src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs, /build/ghc7120_0/ghc_132.o, /build/ghc7120_0/ghc_132.dyn_o )
2900.98 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.98 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2900.98 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
2900.98 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2900.98 s
[unison-cli] |
2900.98 s
[unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
2900.98 s
[unison-cli] | ^^
2900.98 s
[unison-cli]
2900.98 s
[unison-cli] [140 of 162] Compiling Unison.Codebase.Editor.HandleInput.Names ( src/Unison/Codebase/Editor/HandleInput/Names.hs, /build/ghc7120_0/ghc_130.o, /build/ghc7120_0/ghc_130.dyn_o )
2900.98 s
[unison-cli] [141 of 162] Compiling Unison.Codebase.Editor.HandleInput.Ls ( src/Unison/Codebase/Editor/HandleInput/Ls.hs, /build/ghc7120_0/ghc_116.o, /build/ghc7120_0/ghc_116.dyn_o )
2900.98 s
[unison-cli] [142 of 162] Compiling Unison.Codebase.Editor.HandleInput.LSPDebug ( src/Unison/Codebase/Editor/HandleInput/LSPDebug.hs, /build/ghc7120_0/ghc_112.o, /build/ghc7120_0/ghc_112.dyn_o )
2900.98 s
[unison-cli] [143 of 162] Compiling Unison.Codebase.Editor.HandleInput.DebugDefinition ( src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs, /build/ghc7120_0/ghc_72.o, /build/ghc7120_0/ghc_72.dyn_o )
2900.98 s
[unison-cli] [144 of 162] Compiling Unison.Codebase.Editor.HandleInput.AddRun ( src/Unison/Codebase/Editor/HandleInput/AddRun.hs, /build/ghc7120_0/ghc_54.o, /build/ghc7120_0/ghc_54.dyn_o )
2900.98 s
[unison-cli] [145 of 162] Compiling Unison.Cli.NameResolutionUtils ( src/Unison/Cli/NameResolutionUtils.hs, /build/ghc7120_0/ghc_30.o, /build/ghc7120_0/ghc_30.dyn_o )
2900.98 s
[unison-cli] [146 of 162] Compiling Unison.Codebase.Editor.HandleInput.EditDependents ( src/Unison/Codebase/Editor/HandleInput/EditDependents.hs, /build/ghc7120_0/ghc_96.o, /build/ghc7120_0/ghc_96.dyn_o )
2900.98 s
[unison-cli] [147 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependents ( src/Unison/Codebase/Editor/HandleInput/Dependents.hs, /build/ghc7120_0/ghc_90.o, /build/ghc7120_0/ghc_90.dyn_o )
2900.98 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.98 s
[unison-cli] This binding for ‘ppe’ shadows the existing binding
2900.98 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
2900.98 s
[unison-cli] |
2900.98 s
[unison-cli] 139 | let ppe =
2900.98 s
[unison-cli] | ^^^
2900.98 s
[unison-cli]
2900.98 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.98 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2900.98 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
2900.98 s
[unison-cli] |
2900.98 s
[unison-cli] 271 | f acc var (_, ref, _, _, _) =
2900.98 s
[unison-cli] | ^^^
2900.98 s
[unison-cli]
2900.98 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.98 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2900.98 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
2900.98 s
[unison-cli] |
2900.98 s
[unison-cli] 281 | f acc var (ref, decl) =
2900.98 s
[unison-cli] | ^^^
2900.98 s
[unison-cli]
2900.98 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.98 s
[unison-cli] This binding for ‘acc’ shadows the existing binding
2900.98 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
2900.98 s
[unison-cli] |
2900.98 s
[unison-cli] 291 | f acc var (ref, _) =
2900.98 s
[unison-cli] | ^^^
2900.98 s
[unison-cli]
2900.99 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.99 s
[unison-cli] This binding for ‘a’ shadows the existing binding
2900.99 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
2900.99 s
[unison-cli] |
2900.99 s
[unison-cli] 327 | lookupSet :: forall k a . (Ord k) => Map k (NESet a) -> k -> Set a
2900.99 s
[unison-cli] | ^
2900.99 s
[unison-cli]
2900.99 s
[unison-cli] [148 of 162] Compiling Unison.Codebase.Editor.HandleInput.Dependencies ( src/Unison/Codebase/Editor/HandleInput/Dependencies.hs, /build/ghc7120_0/ghc_88.o, /build/ghc7120_0/ghc_88.dyn_o )
2900.99 s
[unison-cli] [149 of 162] Compiling Unison.Cli.DownloadUtils ( src/Unison/Cli/DownloadUtils.hs, /build/ghc7120_0/ghc_22.o, /build/ghc7120_0/ghc_22.dyn_o )
2900.99 s
[unison-cli] [150 of 162] Compiling Unison.Codebase.Editor.HandleInput.SyncV2 ( src/Unison/Codebase/Editor/HandleInput/SyncV2.hs, /build/ghc7120_0/ghc_162.o, /build/ghc7120_0/ghc_162.dyn_o )
2900.99 s
[unison-cli] [151 of 162] Compiling Unison.Codebase.Editor.HandleInput.Pull ( src/Unison/Codebase/Editor/HandleInput/Pull.hs, /build/ghc7120_0/ghc_144.o, /build/ghc7120_0/ghc_144.dyn_o )
2900.99 s
[unison-cli] [152 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectCreate ( src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs, /build/ghc7120_0/ghc_136.o, /build/ghc7120_0/ghc_136.dyn_o )
2900.99 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.99 s
[unison-cli] This binding for ‘branch’ shadows the existing binding
2900.99 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
2900.99 s
[unison-cli] |
2900.99 s
[unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
2900.99 s
[unison-cli] | ^^^^^^
2900.99 s
[unison-cli]
2900.99 s
[unison-cli] [153 of 162] Compiling Unison.Codebase.Editor.HandleInput.ProjectClone ( src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs, /build/ghc7120_0/ghc_134.o, /build/ghc7120_0/ghc_134.dyn_o )
2900.99 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.99 s
[unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
2900.99 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
2900.99 s
[unison-cli] |
2900.99 s
[unison-cli] 98 | let remoteProjectName = remoteProject.projectName
2900.99 s
[unison-cli] | ^^^^^^^^^^^^^^^^^
2900.99 s
[unison-cli]
2900.99 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2900.99 s
[unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
2900.99 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
2900.99 s
[unison-cli] |
2900.99 s
[unison-cli] 99 | let remoteBranchName = defaultBranchName
2900.99 s
[unison-cli] | ^^^^^^^^^^^^^^^^
2900.99 s
[unison-cli]
2900.99 s
[unison-cli] [154 of 162] Compiling Unison.Codebase.Editor.HandleInput.InstallLib ( src/Unison/Codebase/Editor/HandleInput/InstallLib.hs, /build/ghc7120_0/ghc_110.o, /build/ghc7120_0/ghc_110.dyn_o )
2900.99 s
[unison-cli] [155 of 162] Compiling Unison.Codebase.Editor.HandleInput ( src/Unison/Codebase/Editor/HandleInput.hs, /build/ghc7120_0/ghc_52.o, /build/ghc7120_0/ghc_52.dyn_o )
2901.23 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.23 s
[unison-cli] This binding for ‘set’ shadows the existing binding
2901.24 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2901.24 s
[unison-cli] (and originally defined in ‘Control.Lens.Setter’)
2901.24 s
[unison-cli] |
2901.24 s
[unison-cli] 351 | set h = State.modify (Set.insert h)
2901.24 s
[unison-cli] | ^^^
2901.24 s
[unison-cli]
2901.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.24 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2901.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2901.24 s
[unison-cli] |
2901.24 s
[unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
2901.24 s
[unison-cli] | ^
2901.24 s
[unison-cli]
2901.24 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.24 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2901.24 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2901.24 s
[unison-cli] |
2901.24 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2901.24 s
[unison-cli] | ^
2901.24 s
[unison-cli]
2901.25 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.25 s
[unison-cli] This binding for ‘tail’ shadows the existing binding
2901.25 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2901.25 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2901.25 s
[unison-cli] |
2901.25 s
[unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
2901.25 s
[unison-cli] | ^^^^
2901.25 s
[unison-cli]
2901.25 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.25 s
[unison-cli] This binding for ‘h’ shadows the existing binding
2901.25 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
2901.25 s
[unison-cli] |
2901.25 s
[unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
2901.25 s
[unison-cli] | ^
2901.25 s
[unison-cli]
2901.25 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.25 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2901.25 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2901.25 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2901.25 s
[unison-cli] |
2901.25 s
[unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
2901.25 s
[unison-cli] | ^^^^^^^^
2901.25 s
[unison-cli]
2901.25 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.25 s
[unison-cli] This binding for ‘children’ shadows the existing binding
2901.25 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2901.25 s
[unison-cli] (and originally defined in ‘Control.Lens.Plated’)
2901.25 s
[unison-cli] |
2901.26 s
[unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
2901.26 s
[unison-cli] | ^^^^^^^^
2901.26 s
[unison-cli]
2901.26 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.26 s
[unison-cli] This binding for ‘tf’ shadows the existing binding
2901.26 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
2901.26 s
[unison-cli] |
2901.26 s
[unison-cli] 401 | let buildPPED uf tf =
2901.26 s
[unison-cli] | ^^
2901.26 s
[unison-cli]
2901.26 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.26 s
[unison-cli] This binding for ‘from’ shadows the existing bindings
2901.26 s
[unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
2901.26 s
[unison-cli] (and originally defined in ‘Control.Lens.Iso’)
2901.26 s
[unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
2901.26 s
[unison-cli] (and originally defined in ‘Witch.From’)
2901.26 s
[unison-cli] |
2901.26 s
[unison-cli] 528 | HistoryI resultsCap diffCap from -> do
2901.26 s
[unison-cli] | ^^^^
2901.26 s
[unison-cli]
2901.26 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.26 s
[unison-cli] This binding for ‘newRoot’ shadows the existing binding
2901.26 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
2901.26 s
[unison-cli] |
2901.26 s
[unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
2901.26 s
[unison-cli] | ^^^^^^^
2901.26 s
[unison-cli]
2901.26 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.26 s
[unison-cli] This binding for ‘exp’ shadows the existing binding
2901.26 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2901.26 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
2901.26 s
[unison-cli] |
2901.26 s
[unison-cli] 647 | let (exp , sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
2901.26 s
[unison-cli] | ^^^
2901.26 s
[unison-cli]
2901.26 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.26 s
[unison-cli] This binding for ‘id’ shadows the existing binding
2901.26 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2901.27 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
2901.27 s
[unison-cli] |
2901.27 s
[unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
2901.27 s
[unison-cli] | ^^
2901.27 s
[unison-cli]
2901.27 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.27 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2901.27 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2901.27 s
[unison-cli] |
2901.27 s
[unison-cli] 788 | tgt <- case tgt of
2901.27 s
[unison-cli] | ^^^
2901.27 s
[unison-cli]
2901.27 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.27 s
[unison-cli] This binding for ‘tgt’ shadows the existing binding
2901.27 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
2901.27 s
[unison-cli] |
2901.27 s
[unison-cli] 790 | Just tgt -> do
2901.27 s
[unison-cli] | ^^^
2901.27 s
[unison-cli]
2901.27 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.27 s
[unison-cli] This binding for ‘results’ shadows the existing binding
2901.27 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
2901.27 s
[unison-cli] |
2901.27 s
[unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
2901.27 s
[unison-cli] | ^^^^^^^
2901.27 s
[unison-cli]
2901.27 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.27 s
[unison-cli] This binding for ‘ws’ shadows the existing binding
2901.28 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
2901.28 s
[unison-cli] |
2901.28 s
[unison-cli] 964 | ":" : ws -> do
2901.28 s
[unison-cli] | ^^
2901.28 s
[unison-cli]
2901.28 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.28 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2901.28 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2901.28 s
[unison-cli] |
2901.28 s
[unison-cli] 1005 | evalTerm tm =
2901.28 s
[unison-cli] | ^^
2901.28 s
[unison-cli]
2901.28 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.28 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2901.28 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
2901.28 s
[unison-cli] |
2901.28 s
[unison-cli] 1010 | Just (_, tm , _) -> pure (Just $ Term.unannotate tm)
2901.28 s
[unison-cli] | ^^
2901.28 s
[unison-cli]
2901.28 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.28 s
[unison-cli] This binding for ‘init’ shadows the existing binding
2901.28 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2901.28 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2901.28 s
[unison-cli] |
2901.28 s
[unison-cli] 1053 | Just (init , last) -> case Branch.getAt init b of
2901.28 s
[unison-cli] | ^^^^
2901.28 s
[unison-cli]
2901.28 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.28 s
[unison-cli] This binding for ‘last’ shadows the existing binding
2901.29 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
2901.29 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
2901.29 s
[unison-cli] |
2901.29 s
[unison-cli] 1053 | Just (init, last ) -> case Branch.getAt init b of
2901.29 s
[unison-cli] | ^^^^
2901.29 s
[unison-cli]
2901.29 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.29 s
[unison-cli] This binding for ‘b’ shadows the existing binding
2901.29 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
2901.29 s
[unison-cli] |
2901.29 s
[unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
2901.29 s
[unison-cli] | ^
2901.29 s
[unison-cli]
2901.29 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.29 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2901.29 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2901.29 s
[unison-cli] |
2901.29 s
[unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2901.29 s
[unison-cli] | ^^^^^
2901.29 s
[unison-cli]
2901.29 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.29 s
[unison-cli] This binding for ‘score’ shadows the existing binding
2901.29 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
2901.29 s
[unison-cli] |
2901.29 s
[unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
2901.29 s
[unison-cli] | ^^^^^
2901.29 s
[unison-cli]
2901.30 s
[unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2901.30 s
[unison-cli] This binding for ‘tm’ shadows the existing binding
2901.30 s
[unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
2901.30 s
[unison-cli] |
2901.30 s
[unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
2901.30 s
[unison-cli] | ^^
2901.30 s
[unison-cli]
2902.11 s
[unison-cli] [156 of 162] Compiling Unison.MCP.Cli ( src/Unison/MCP/Cli.hs, /build/ghc7120_0/ghc_292.o, /build/ghc7120_0/ghc_292.dyn_o )
2902.40 s
[unison-cli] [157 of 162] Compiling Unison.MCP.Tools ( src/Unison/MCP/Tools.hs, /build/ghc7120_0/ghc_302.o, /build/ghc7120_0/ghc_302.dyn_o )
2902.86 s
[unison-cli] [158 of 162] Compiling Unison.MCP ( src/Unison/MCP.hs, /build/ghc7120_0/ghc_290.o, /build/ghc7120_0/ghc_290.dyn_o )
2902.90 s
[unison-cli] [159 of 162] Compiling Unison.CommandLine.Main ( src/Unison/CommandLine/Main.hs, /build/ghc7120_0/ghc_224.o, /build/ghc7120_0/ghc_224.dyn_o )
2902.90 s
[unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2902.90 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2902.90 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2902.90 s
[unison-cli] |
2902.90 s
[unison-cli] 289 | Ki.scoped \scope -> do
2902.90 s
[unison-cli] | ^^^^^
2902.90 s
[unison-cli]
2902.91 s
[unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2902.91 s
[unison-cli] This binding for ‘scope’ shadows the existing binding
2902.91 s
[unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
2902.91 s
[unison-cli] |
2902.91 s
[unison-cli] 358 | Ki.scoped \scope -> do
2902.91 s
[unison-cli] | ^^^^^
2902.91 s
[unison-cli]
2902.91 s
[unison-cli] [160 of 162] Compiling Unison.Codebase.Transcript.Runner ( src/Unison/Codebase/Transcript/Runner.hs, /build/ghc7120_0/ghc_202.o, /build/ghc7120_0/ghc_202.dyn_o )
2903.05 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.05 s
[unison-cli] This binding for ‘action’ shadows the existing binding
2903.05 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
2903.05 s
[unison-cli] |
2903.05 s
[unison-cli] 175 | withRuntimes action =
2903.05 s
[unison-cli] | ^^^^^^
2903.05 s
[unison-cli]
2903.05 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.05 s
[unison-cli] This binding for ‘projectName’ shadows the existing binding
2903.05 s
[unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
2903.05 s
[unison-cli] |
2903.05 s
[unison-cli] 353 | Project {projectId, name = projectName } <-
2903.05 s
[unison-cli] | ^^^^^^^^^^^
2903.05 s
[unison-cli]
2903.05 s
[unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.05 s
[unison-cli] This binding for ‘print’ shadows the existing binding
2903.05 s
[unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
2903.05 s
[unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
2903.05 s
[unison-cli] |
2903.06 s
[unison-cli] 496 | print o = do
2903.06 s
[unison-cli] | ^^^^^
2903.06 s
[unison-cli]
2903.45 s
[unison-cli] [161 of 162] Compiling Unison.Version ( src/Unison/Version.hs, /build/ghc7120_0/ghc_322.o, /build/ghc7120_0/ghc_322.dyn_o )
2903.45 s
[unison-cli] [162 of 162] Compiling Unison.Main ( src/Unison/Main.hs, nothing )
2903.57 s
[unison-cli] src/Unison/Main.hs:456:17: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.57 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2903.57 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2903.57 s
[unison-cli] |
2903.57 s
[unison-cli] 456 | (tmp, cleanup ) <- case shouldSaveCodebase of
2903.57 s
[unison-cli] | ^^^^^^^
2903.57 s
[unison-cli]
2903.57 s
[unison-cli] src/Unison/Main.hs:476:19: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.57 s
[unison-cli] This binding for ‘cleanup’ shadows the existing binding
2903.57 s
[unison-cli] bound at src/Unison/Main.hs:510:5
2903.57 s
[unison-cli] |
2903.57 s
[unison-cli] 476 | let cleanup = removeDirectoryRecursive path
2903.57 s
[unison-cli] | ^^^^^^^
2903.57 s
[unison-cli]
2903.57 s
[unison-cli] src/Unison/Main.hs:663:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.57 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2903.57 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2903.57 s
[unison-cli] |
2903.57 s
[unison-cli] 663 | cbInit @(CreatedCodebase, dir, _) -> do
2903.57 s
[unison-cli] | ^^^^^^
2903.57 s
[unison-cli]
2903.57 s
[unison-cli] src/Unison/Main.hs:668:5: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.57 s
[unison-cli] This binding for ‘cbInit’ shadows the existing binding
2903.57 s
[unison-cli] bound at src/Unison/Main.hs:661:7
2903.57 s
[unison-cli] |
2903.57 s
[unison-cli] 668 | cbInit @(OpenedCodebase, _, _) ->
2903.57 s
[unison-cli] | ^^^^^^
2903.57 s
[unison-cli]
2903.58 s
[unison-cli] src/Unison/Main.hs:679:29: warning : [ GHC-63397 ] [ -Wname-shadowing ]
2903.58 s
[unison-cli] This binding for ‘err’ shadows the existing binding
2903.58 s
[unison-cli] bound at src/Unison/Main.hs:673:16
2903.58 s
[unison-cli] |
2903.58 s
[unison-cli] 679 | InitErrorOpen err ->
2903.58 s
[unison-cli] | ^^^
2903.58 s
[unison-cli]
2903.58 s
[unison-cli] Haddock coverage:
2903.58 s
[unison-cli] 50% ( 2 / 4) in 'Compat'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] onWindows (src/Compat.hs:21)
2903.58 s
[unison-cli] 0% ( 0 / 3) in 'Stats'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] RtsStatsPath (src/Stats.hs:14)
2903.58 s
[unison-cli] recordRtsStats (src/Stats.hs:20)
2903.58 s
[unison-cli] 100% ( 13 / 13) in 'System.Path'
2903.58 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Auth.Discovery'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] discoveryURIForCodeserver (src/Unison/Auth/Discovery.hs:14)
2903.58 s
[unison-cli] fetchDiscoveryDoc (src/Unison/Auth/Discovery.hs:19)
2903.58 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Auth.UserInfo'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] decodeUserInfo (src/Unison/Auth/UserInfo.hs:24)
2903.58 s
[unison-cli] 80% ( 4 / 5) in 'Unison.Auth.Tokens'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Cli.DirectoryUtils'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] makeMakeTempFilename (src/Unison/Cli/DirectoryUtils.hs:15)
2903.58 s
[unison-cli] Warning: 'ClientError' is out of scope.
2903.58 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.58 s
[unison-cli] 66% ( 2 / 3) in 'Unison.Cli.ServantClientUtils'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] ConnectionError (src/Unison/Cli/ServantClientUtils.hs:13)
2903.58 s
[unison-cli] 100% ( 3 / 3) in 'Unison.Cli.Share.Projects.Types'
2903.58 s
[unison-cli] 80% ( 4 / 5) in 'Unison.Cli.MergeTypes'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] MergeTarget (src/Unison/Cli/MergeTypes.hs:22)
2903.58 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Cli.TypeCheck'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] computeTypecheckingEnvironment (src/Unison/Cli/TypeCheck.hs:30)
2903.58 s
[unison-cli] typecheckTerm (src/Unison/Cli/TypeCheck.hs:45)
2903.58 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Cli.UniqueTypeGuidLookup'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] loadUniqueTypeGuid (src/Unison/Cli/UniqueTypeGuidLookup.hs:21)
2903.58 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.AuthorInfo'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] AuthorInfo (src/Unison/Codebase/Editor/AuthorInfo.hs:21)
2903.58 s
[unison-cli] createAuthorInfo (src/Unison/Codebase/Editor/AuthorInfo.hs:25)
2903.58 s
[unison-cli] 75% ( 3 / 4) in 'Unison.Codebase.Editor.HandleInput.FormatFile'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] 0% ( 0 / 16) in 'Unison.Codebase.Editor.Output.BranchDiff'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] BranchDiffOutput (src/Unison/Codebase/Editor/Output/BranchDiff.hs:24)
2903.58 s
[unison-cli] isEmpty (src/Unison/Codebase/Editor/Output/BranchDiff.hs:41)
2903.58 s
[unison-cli] TermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:58)
2903.58 s
[unison-cli] TypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:74)
2903.58 s
[unison-cli] AddedTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:90)
2903.58 s
[unison-cli] AddedTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:92)
2903.58 s
[unison-cli] RemovedTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:94)
2903.58 s
[unison-cli] RemovedTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:96)
2903.58 s
[unison-cli] SimpleTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:98)
2903.58 s
[unison-cli] SimpleTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:100)
2903.58 s
[unison-cli] UpdateTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:102)
2903.58 s
[unison-cli] UpdateTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:117)
2903.58 s
[unison-cli] RenameTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:132)
2903.58 s
[unison-cli] RenameTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:134)
2903.58 s
[unison-cli] toOutput (src/Unison/Codebase/Editor/Output/BranchDiff.hs:146)
2903.58 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.Output.DumpNamespace'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] DumpNamespace (src/Unison/Codebase/Editor/Output/DumpNamespace.hs:9)
2903.58 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.Output.PushPull'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] PushPull (src/Unison/Codebase/Editor/Output/PushPull.hs:3)
2903.58 s
[unison-cli] fold (src/Unison/Codebase/Editor/Output/PushPull.hs:6)
2903.58 s
[unison-cli] 33% ( 5 / 15) in 'Unison.Codebase.Editor.SlurpComponent'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] SlurpComponent (src/Unison/Codebase/Editor/SlurpComponent.hs:35)
2903.58 s
[unison-cli] empty (src/Unison/Codebase/Editor/SlurpComponent.hs:46)
2903.58 s
[unison-cli] fromTerms (src/Unison/Codebase/Editor/SlurpComponent.hs:136)
2903.58 s
[unison-cli] fromTypes (src/Unison/Codebase/Editor/SlurpComponent.hs:133)
2903.58 s
[unison-cli] fromCtors (src/Unison/Codebase/Editor/SlurpComponent.hs:139)
2903.58 s
[unison-cli] isEmpty (src/Unison/Codebase/Editor/SlurpComponent.hs:43)
2903.58 s
[unison-cli] difference (src/Unison/Codebase/Editor/SlurpComponent.hs:49)
2903.58 s
[unison-cli] intersection (src/Unison/Codebase/Editor/SlurpComponent.hs:56)
2903.58 s
[unison-cli] closeWithDependencies (src/Unison/Codebase/Editor/SlurpComponent.hs:81)
2903.58 s
[unison-cli] 35% ( 6 / 17) in 'Unison.Codebase.Editor.SlurpResult'
2903.58 s
[unison-cli] Missing documentation for:
2903.58 s
[unison-cli] Module header
2903.58 s
[unison-cli] SlurpResult (src/Unison/Codebase/Editor/SlurpResult.hs:64)
2903.58 s
[unison-cli] Aliases (src/Unison/Codebase/Editor/SlurpResult.hs:56)
2903.58 s
[unison-cli] isOk (src/Unison/Codebase/Editor/SlurpResult.hs:287)
2903.58 s
[unison-cli] isAllDuplicates (src/Unison/Codebase/Editor/SlurpResult.hs:294)
2903.58 s
[unison-cli] filterUnisonFile (src/Unison/Codebase/Editor/SlurpResult.hs:312)
2903.58 s
[unison-cli] pretty (src/Unison/Codebase/Editor/SlurpResult.hs:125)
2903.58 s
[unison-cli] Status (src/Unison/Codebase/Editor/SlurpResult.hs:90)
2903.58 s
[unison-cli] prettyStatus (src/Unison/Codebase/Editor/SlurpResult.hs:102)
2903.58 s
[unison-cli] TermSlurp (src/Unison/Codebase/Editor/SlurpResult.hs:334)
2903.58 s
[unison-cli] TypeSlurp (src/Unison/Codebase/Editor/SlurpResult.hs:340)
2903.58 s
[unison-cli] Warning: 'update' is out of scope.
2903.58 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.59 s
[unison-cli] Warning: 'VarsByStatus' is out of scope.
2903.59 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.59 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.Slurp'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] Module header
2903.59 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.UCMVersion'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] Module header
2903.59 s
[unison-cli] UCMVersion (src/Unison/Codebase/Editor/UCMVersion.hs:5)
2903.59 s
[unison-cli] 0% ( 0 / 4) in 'Unison.Codebase.Editor.UriParser'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] Module header
2903.59 s
[unison-cli] readRemoteNamespaceParser (src/Unison/Codebase/Editor/UriParser.hs:32)
2903.59 s
[unison-cli] parseReadShareLooseCode (src/Unison/Codebase/Editor/UriParser.hs:47)
2903.59 s
[unison-cli] writeRemoteNamespace (src/Unison/Codebase/Editor/UriParser.hs:54)
2903.59 s
[unison-cli] Warning: 'Behaviors' is ambiguous. It is defined
2903.59 s
[unison-cli] * at src/Unison/Codebase/Transcript.hs:127:20
2903.59 s
[unison-cli] * at src/Unison/Codebase/Transcript.hs:127:1
2903.59 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.59 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.59 s
[unison-cli] Defaulting to the one defined at src/Unison/Codebase/Transcript.hs:127:1
2903.59 s
[unison-cli] 28% ( 6 / 21) in 'Unison.Codebase.Transcript'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] ExpectingError (src/Unison/Codebase/Transcript.hs:44)
2903.59 s
[unison-cli] HasBug (src/Unison/Codebase/Transcript.hs:46)
2903.59 s
[unison-cli] ScratchFileName (src/Unison/Codebase/Transcript.hs:48)
2903.59 s
[unison-cli] Hidden (src/Unison/Codebase/Transcript.hs:50)
2903.59 s
[unison-cli] UcmLine (src/Unison/Codebase/Transcript.hs:53)
2903.59 s
[unison-cli] APIRequest (src/Unison/Codebase/Transcript.hs:68)
2903.59 s
[unison-cli] CMarkCodeBlock (src/Unison/Codebase/Transcript.hs:78)
2903.59 s
[unison-cli] Stanza (src/Unison/Codebase/Transcript.hs:80)
2903.59 s
[unison-cli] InfoTags (src/Unison/Codebase/Transcript.hs:82)
2903.59 s
[unison-cli] getCommonInfoTags (src/Unison/Codebase/Transcript.hs:195)
2903.59 s
[unison-cli] settings (src/Unison/Codebase/Transcript.hs:123)
2903.59 s
[unison-cli] extractBehaviors (src/Unison/Codebase/Transcript.hs:150)
2903.59 s
[unison-cli] defaultInfoTags (src/Unison/Codebase/Transcript.hs:186)
2903.59 s
[unison-cli] ProcessedBlock (src/Unison/Codebase/Transcript.hs:188)
2903.59 s
[unison-cli] Node
2903.59 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Transcript.Parser'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] format (src/Unison/Codebase/Transcript/Parser.hs:53)
2903.59 s
[unison-cli] parse (src/Unison/Codebase/Transcript/Parser.hs:66)
2903.59 s
[unison-cli] 85% ( 6 / 7) in 'Unison.Codebase.Watch'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] Module header
2903.59 s
[unison-cli] 33% ( 2 / 6) in 'Unison.CommandLine.BranchRelativePath'
2903.59 s
[unison-cli] Missing documentation for:
2903.59 s
[unison-cli] Module header
2903.59 s
[unison-cli] BranchRelativePath (src/Unison/CommandLine/BranchRelativePath.hs:24)
2903.59 s
[unison-cli] branchRelativePathParser (src/Unison/CommandLine/BranchRelativePath.hs:218)
2903.59 s
[unison-cli] IncrementalBranchRelativePath (src/Unison/CommandLine/BranchRelativePath.hs:79)
2903.59 s
[unison-cli] Warning: 'lib' is out of scope.
2903.59 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.59 s
[unison-cli] Warning: 'branch' is out of scope.
2903.59 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.60 s
[unison-cli] 24% ( 7 / 29) in 'Unison.Codebase.Editor.Input'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] Input (src/Unison/Codebase/Editor/Input.hs:118)
2903.60 s
[unison-cli] DiffBranchArg (src/Unison/Codebase/Editor/Input.hs:252)
2903.60 s
[unison-cli] PushRemoteBranchInput (src/Unison/Codebase/Editor/Input.hs:275)
2903.60 s
[unison-cli] PushSource (src/Unison/Codebase/Editor/Input.hs:264)
2903.60 s
[unison-cli] TestInput (src/Unison/Codebase/Editor/Input.hs:281)
2903.60 s
[unison-cli] Event (src/Unison/Codebase/Editor/Input.hs:56)
2903.60 s
[unison-cli] OutputLocation (src/Unison/Codebase/Editor/Input.hs:292)
2903.60 s
[unison-cli] BranchIdG (src/Unison/Codebase/Editor/Input.hs:70)
2903.60 s
[unison-cli] BranchId (src/Unison/Codebase/Editor/Input.hs:82)
2903.60 s
[unison-cli] BranchId2 (src/Unison/Codebase/Editor/Input.hs:84)
2903.60 s
[unison-cli] AbsBranchId (src/Unison/Codebase/Editor/Input.hs:86)
2903.60 s
[unison-cli] parseBranchId (src/Unison/Codebase/Editor/Input.hs:96)
2903.60 s
[unison-cli] parseBranchId2 (src/Unison/Codebase/Editor/Input.hs:102)
2903.60 s
[unison-cli] parseShortCausalHash (src/Unison/Codebase/Editor/Input.hs:108)
2903.60 s
[unison-cli] PullMode (src/Unison/Codebase/Editor/Input.hs:111)
2903.60 s
[unison-cli] FindScope (src/Unison/Codebase/Editor/Input.hs:305)
2903.60 s
[unison-cli] ShowDefinitionScope (src/Unison/Codebase/Editor/Input.hs:311)
2903.60 s
[unison-cli] IsGlobal (src/Unison/Codebase/Editor/Input.hs:116)
2903.60 s
[unison-cli] DeleteTarget (src/Unison/Codebase/Editor/Input.hs:316)
2903.60 s
[unison-cli] ErrorMessageOrName (src/Unison/Codebase/Editor/Input.hs:66)
2903.60 s
[unison-cli] RawQuery (src/Unison/Codebase/Editor/Input.hs:68)
2903.60 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.StructuredArgument'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] Warning: 'Position' is out of scope.
2903.60 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.60 s
[unison-cli] 47% ( 11 / 23) in 'Unison.CommandLine.FZFResolvers'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] FZFResolver (src/Unison/CommandLine/FZFResolvers.hs:58)
2903.60 s
[unison-cli] projectDependencyResolver (src/Unison/CommandLine/FZFResolvers.hs:155)
2903.60 s
[unison-cli] definitionResolver (src/Unison/CommandLine/FZFResolvers.hs:140)
2903.60 s
[unison-cli] typeDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:143)
2903.60 s
[unison-cli] termDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:146)
2903.60 s
[unison-cli] namespaceResolver (src/Unison/CommandLine/FZFResolvers.hs:149)
2903.60 s
[unison-cli] namespaceOrDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:152)
2903.60 s
[unison-cli] projectOrBranchResolver (src/Unison/CommandLine/FZFResolvers.hs:162)
2903.60 s
[unison-cli] projectBranchResolver (src/Unison/CommandLine/FZFResolvers.hs:165)
2903.60 s
[unison-cli] projectBranchWithinCurrentProjectResolver (src/Unison/CommandLine/FZFResolvers.hs:168)
2903.60 s
[unison-cli] projectNameResolver (src/Unison/CommandLine/FZFResolvers.hs:171)
2903.60 s
[unison-cli] Warning: 'Options' is ambiguous. It is defined
2903.60 s
[unison-cli] * at src/Unison/CommandLine/FuzzySelect.hs:51:16
2903.60 s
[unison-cli] * at src/Unison/CommandLine/FuzzySelect.hs:51:1
2903.60 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.60 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.60 s
[unison-cli] Defaulting to the one defined at src/Unison/CommandLine/FuzzySelect.hs:51:1
2903.60 s
[unison-cli] Warning: 'fzf' is out of scope.
2903.60 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.60 s
[unison-cli] 71% ( 5 / 7) in 'Unison.CommandLine.FuzzySelect'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] isFZFInstalled (src/Unison/CommandLine/FuzzySelect.hs:46)
2903.60 s
[unison-cli] FuzzySelections (src/Unison/CommandLine/FuzzySelect.hs:82)
2903.60 s
[unison-cli] 7% ( 1 / 13) in 'Unison.CommandLine.Helpers'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] backtick (src/Unison/CommandLine/Helpers.hs:30)
2903.60 s
[unison-cli] aside (src/Unison/CommandLine/Helpers.hs:39)
2903.60 s
[unison-cli] bigproblem (src/Unison/CommandLine/Helpers.hs:48)
2903.60 s
[unison-cli] note (src/Unison/CommandLine/Helpers.hs:36)
2903.60 s
[unison-cli] nothingTodo (src/Unison/CommandLine/Helpers.hs:54)
2903.60 s
[unison-cli] plural (src/Unison/CommandLine/Helpers.hs:60)
2903.60 s
[unison-cli] plural' (src/Unison/CommandLine/Helpers.hs:65)
2903.60 s
[unison-cli] problem (src/Unison/CommandLine/Helpers.hs:45)
2903.60 s
[unison-cli] tip (src/Unison/CommandLine/Helpers.hs:33)
2903.60 s
[unison-cli] warn (src/Unison/CommandLine/Helpers.hs:42)
2903.60 s
[unison-cli] warnNote (src/Unison/CommandLine/Helpers.hs:27)
2903.60 s
[unison-cli] 0% ( 0 / 2) in 'Unison.CommandLine.Types'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] ShouldWatchFiles (src/Unison/CommandLine/Types.hs:3)
2903.60 s
[unison-cli] 0% ( 0 / 6) in 'Unison.CommandLine.Welcome'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] CodebaseInitStatus (src/Unison/CommandLine/Welcome.hs:25)
2903.60 s
[unison-cli] Welcome (src/Unison/CommandLine/Welcome.hs:15)
2903.60 s
[unison-cli] asciiartUnison (src/Unison/CommandLine/Welcome.hs:70)
2903.60 s
[unison-cli] run (src/Unison/CommandLine/Welcome.hs:43)
2903.60 s
[unison-cli] welcome (src/Unison/CommandLine/Welcome.hs:39)
2903.60 s
[unison-cli] 100% ( 1 / 1) in 'Unison.LSP.Orphans'
2903.60 s
[unison-cli] Warning: 'Position' is ambiguous. It is defined
2903.60 s
[unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Position’
2903.60 s
[unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Position’
2903.60 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.60 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.60 s
[unison-cli] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Position’
2903.60 s
[unison-cli] Warning: 'Range' is ambiguous. It is defined
2903.60 s
[unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Range’
2903.60 s
[unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Range’
2903.60 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.60 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.60 s
[unison-cli] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
2903.60 s
[unison-cli] 40% ( 4 / 10) in 'Unison.LSP.Conversions'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] rangeToInterval (src/Unison/LSP/Conversions.hs:13)
2903.60 s
[unison-cli] intervalToRange (src/Unison/LSP/Conversions.hs:17)
2903.60 s
[unison-cli] annToInterval (src/Unison/LSP/Conversions.hs:24)
2903.60 s
[unison-cli] annToRange (src/Unison/LSP/Conversions.hs:54)
2903.60 s
[unison-cli] annToURange (src/Unison/LSP/Conversions.hs:61)
2903.60 s
[unison-cli] Warning: 'namesToCompletionTree' is out of scope.
2903.60 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.60 s
[unison-cli] 37% ( 10 / 27) in 'Unison.LSP.Types'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] LexedSource (src/Unison/LSP/Types.hs:115)
2903.60 s
[unison-cli] USymbolKind (src/Unison/LSP/Types.hs:117)
2903.60 s
[unison-cli] TypeSignatureHint (src/Unison/LSP/Types.hs:133)
2903.60 s
[unison-cli] FileAnalysis (src/Unison/LSP/Types.hs:141)
2903.60 s
[unison-cli] getCurrentProjectPath (src/Unison/LSP/Types.hs:160)
2903.60 s
[unison-cli] getCodebaseCompletions (src/Unison/LSP/Types.hs:163)
2903.60 s
[unison-cli] currentPPED (src/Unison/LSP/Types.hs:166)
2903.60 s
[unison-cli] getNameSearch (src/Unison/LSP/Types.hs:169)
2903.60 s
[unison-cli] getCurrentNames (src/Unison/LSP/Types.hs:172)
2903.60 s
[unison-cli] Config (src/Unison/LSP/Types.hs:174)
2903.60 s
[unison-cli] defaultLSPConfig (src/Unison/LSP/Types.hs:200)
2903.60 s
[unison-cli] sendNotification (src/Unison/LSP/Types.hs:210)
2903.60 s
[unison-cli] RangedCodeAction (src/Unison/LSP/Types.hs:214)
2903.60 s
[unison-cli] rangedCodeAction (src/Unison/LSP/Types.hs:225)
2903.60 s
[unison-cli] getConfig (src/Unison/LSP/Types.hs:253)
2903.60 s
[unison-cli] setConfig (src/Unison/LSP/Types.hs:256)
2903.60 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.ProjectContext'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] 0% ( 0 / 4) in 'Unison.LSP.NotificationHandlers'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] initializedHandler (src/Unison/LSP/NotificationHandlers.hs:10)
2903.60 s
[unison-cli] withDebugging (src/Unison/LSP/NotificationHandlers.hs:13)
2903.60 s
[unison-cli] setTraceHandler (src/Unison/LSP/NotificationHandlers.hs:18)
2903.60 s
[unison-cli] 50% ( 2 / 4) in 'Unison.LSP.HandlerUtils'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] withDebugging (src/Unison/LSP/HandlerUtils.hs:42)
2903.60 s
[unison-cli] Warning: Unison.LSP.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
2903.60 s
[unison-cli] 0% ( 0 / 4) in 'Unison.LSP.Diagnostics'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] reportDiagnostics (src/Unison/LSP/Diagnostics.hs:22)
2903.60 s
[unison-cli] mkDiagnostic (src/Unison/LSP/Diagnostics.hs:28)
2903.60 s
[unison-cli] DiagnosticSeverity
2903.60 s
[unison-cli] 0% ( 0 / 3) in 'Unison.LSP.FileAnalysis.UnusedBindings'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] VarUsages (src/Unison/LSP/FileAnalysis/UnusedBindings.hs:23)
2903.60 s
[unison-cli] analyseTerm (src/Unison/LSP/FileAnalysis/UnusedBindings.hs:41)
2903.60 s
[unison-cli] 50% ( 2 / 4) in 'Unison.LSP.Configuration'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] parseConfig (src/Unison/LSP/Configuration.hs:16)
2903.60 s
[unison-cli] 20% ( 1 / 5) in 'Unison.LSP.Commands'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] supportedCommands (src/Unison/LSP/Commands.hs:17)
2903.60 s
[unison-cli] replaceText (src/Unison/LSP/Commands.hs:24)
2903.60 s
[unison-cli] TextReplacement (src/Unison/LSP/Commands.hs:26)
2903.60 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.CancelRequest'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] 58% ( 7 / 12) in 'Unison.LSP.Util.IntersectionMap'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] intersectionsSingleton (src/Unison/LSP/Util/IntersectionMap.hs:89)
2903.60 s
[unison-cli] IntersectionMap (src/Unison/LSP/Util/IntersectionMap.hs:52)
2903.60 s
[unison-cli] keyedFromList (src/Unison/LSP/Util/IntersectionMap.hs:34)
2903.60 s
[unison-cli] keyedSingleton (src/Unison/LSP/Util/IntersectionMap.hs:41)
2903.60 s
[unison-cli] 83% ( 5 / 6) in 'Unison.LSP.Util.Signal'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Signal (src/Unison/LSP/Util/Signal.hs:18)
2903.60 s
[unison-cli] 66% ( 2 / 3) in 'Unison.LSP.VFS.CompletionPrefix'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] getCompletionPrefix (src/Unison/LSP/VFS/CompletionPrefix.hs:41)
2903.60 s
[unison-cli] 46% ( 6 / 13) in 'Unison.LSP.VFS'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] getVirtualFile (src/Unison/LSP/VFS.hs:40)
2903.60 s
[unison-cli] getFileContents (src/Unison/LSP/VFS.hs:45)
2903.60 s
[unison-cli] vfsLogger (src/Unison/LSP/VFS.hs:50)
2903.60 s
[unison-cli] lspOpenFile (src/Unison/LSP/VFS.hs:111)
2903.60 s
[unison-cli] lspCloseFile (src/Unison/LSP/VFS.hs:116)
2903.60 s
[unison-cli] lspChangeFile (src/Unison/LSP/VFS.hs:120)
2903.60 s
[unison-cli] Warning: 'parsed' is out of scope.
2903.60 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.60 s
[unison-cli] 36% ( 4 / 11) in 'Unison.LSP.FileAnalysis'
2903.60 s
[unison-cli] Missing documentation for:
2903.60 s
[unison-cli] Module header
2903.60 s
[unison-cli] getFileAnalysis (src/Unison/LSP/FileAnalysis.hs:477)
2903.60 s
[unison-cli] ppedForFile (src/Unison/LSP/FileAnalysis.hs:518)
2903.60 s
[unison-cli] getFileSummary (src/Unison/LSP/FileAnalysis.hs:512)
2903.60 s
[unison-cli] ppedForFileHelper (src/Unison/LSP/FileAnalysis.hs:525)
2903.60 s
[unison-cli] fileAnalysisWorker (src/Unison/LSP/FileAnalysis.hs:201)
2903.60 s
[unison-cli] analyseNotes (src/Unison/LSP/FileAnalysis.hs:289)
2903.61 s
[unison-cli] 76% ( 13 / 17) in 'Unison.LSP.Queries'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] refInType (src/Unison/LSP/Queries.hs:159)
2903.61 s
[unison-cli] findSmallestEnclosingPattern (src/Unison/LSP/Queries.hs:294)
2903.61 s
[unison-cli] findSmallestEnclosingPatternMatching (src/Unison/LSP/Queries.hs:303)
2903.61 s
[unison-cli] SourceNode (src/Unison/LSP/Queries.hs:192)
2903.61 s
[unison-cli] 40% ( 2 / 5) in 'Unison.LSP.Hover'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] hoverInfo (src/Unison/LSP/Hover.hs:50)
2903.61 s
[unison-cli] builtinTypeForPatternLiterals (src/Unison/LSP/Hover.hs:178)
2903.61 s
[unison-cli] 75% ( 3 / 4) in 'Unison.LSP.GoToDefinition'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] goToImplementationHandler (src/Unison/LSP/GoToDefinition.hs:41)
2903.61 s
[unison-cli] 25% ( 1 / 4) in 'Unison.LSP.Formatting'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] formatDocRequest (src/Unison/LSP/Formatting.hs:19)
2903.61 s
[unison-cli] formatRangeRequest (src/Unison/LSP/Formatting.hs:24)
2903.61 s
[unison-cli] 33% ( 1 / 3) in 'Unison.LSP.FoldingRange'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] foldingRangeRequest (src/Unison/LSP/FoldingRange.hs:28)
2903.61 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.DocumentSymbols'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] 33% ( 1 / 3) in 'Unison.LSP.CodeLens'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] TypeSigInsertion (src/Unison/LSP/CodeLens.hs:23)
2903.61 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.CodeAction'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] 40% ( 2 / 5) in 'Unison.LSP.Completion'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] completionHandler (src/Unison/LSP/Completion.hs:62)
2903.61 s
[unison-cli] completionsForQuery (src/Unison/LSP/Completion.hs:84)
2903.61 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.UCMWorker'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Server'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] mcpServer (src/Unison/MCP/Server.hs:8)
2903.61 s
[unison-cli] 0% ( 0 / 3) in 'Unison.MCP.StaticResources'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] staticResources (src/Unison/MCP/StaticResources.hs:16)
2903.61 s
[unison-cli] unisonGuideText (src/Unison/MCP/StaticResources.hs:22)
2903.61 s
[unison-cli] 47% ( 9 / 19) in 'Unison.MCP.Wrapper'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Tool (src/Unison/MCP/Wrapper.hs:54)
2903.61 s
[unison-cli] Prompt (src/Unison/MCP/Wrapper.hs:65)
2903.61 s
[unison-cli] HasInputSchema (src/Unison/MCP/Wrapper.hs:43)
2903.61 s
[unison-cli] mkServer (src/Unison/MCP/Wrapper.hs:79)
2903.61 s
[unison-cli] PromptArgument (src/Unison/MCP/Wrapper.hs:72)
2903.61 s
[unison-cli] StaticResources (src/Unison/MCP/Wrapper.hs:41)
2903.61 s
[unison-cli] ToolAnnotations
2903.61 s
[unison-cli] errorToolResult (src/Unison/MCP/Wrapper.hs:145)
2903.61 s
[unison-cli] textToolResult (src/Unison/MCP/Wrapper.hs:178)
2903.61 s
[unison-cli] jsonToolResult (src/Unison/MCP/Wrapper.hs:185)
2903.61 s
[unison-cli] 40% ( 2 / 5) in 'Unison.Share.Codeserver'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] isCustomCodeserver (src/Unison/Share/Codeserver.hs:28)
2903.61 s
[unison-cli] resolveCodeserver (src/Unison/Share/Codeserver.hs:42)
2903.61 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Share.ExpectedHashMismatches'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] expectedComponentHashMismatches (src/Unison/Share/ExpectedHashMismatches.hs:19)
2903.61 s
[unison-cli] expectedCausalHashMismatches (src/Unison/Share/ExpectedHashMismatches.hs:683)
2903.61 s
[unison-cli] 80% ( 4 / 5) in 'Unison.Share.Sync.Types'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] SyncError (src/Unison/Share/Sync/Types.hs:47)
2903.61 s
[unison-cli] 0% ( 0 / 4) in 'Unison.Util.HTTP'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] addRequestMiddleware (src/Unison/Util/HTTP.hs:9)
2903.61 s
[unison-cli] setUserAgent (src/Unison/Util/HTTP.hs:16)
2903.61 s
[unison-cli] ucmUserAgent (src/Unison/Util/HTTP.hs:13)
2903.61 s
[unison-cli] 66% ( 2 / 3) in 'Unison.Auth.HTTPClient'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] 8% ( 3 / 34) in 'Unison.MCP.Types'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] MCP (src/Unison/MCP/Types.hs:69)
2903.61 s
[unison-cli] Env (src/Unison/MCP/Types.hs:60)
2903.61 s
[unison-cli] runMCP (src/Unison/MCP/Types.hs:75)
2903.61 s
[unison-cli] ToolKind (src/Unison/MCP/Types.hs:78)
2903.61 s
[unison-cli] ProjectCodeToolArguments (src/Unison/MCP/Types.hs:611)
2903.61 s
[unison-cli] LibInstallToolArguments (src/Unison/MCP/Types.hs:659)
2903.61 s
[unison-cli] ShareProjectSearchToolArguments (src/Unison/MCP/Types.hs:698)
2903.61 s
[unison-cli] ShareProjectInfoToolArguments (src/Unison/MCP/Types.hs:723)
2903.61 s
[unison-cli] TypecheckCodeToolArguments (src/Unison/MCP/Types.hs:492)
2903.61 s
[unison-cli] ShareProjectReadmeToolArguments (src/Unison/MCP/Types.hs:460)
2903.61 s
[unison-cli] ListLibraryDefinitionsToolArguments (src/Unison/MCP/Types.hs:432)
2903.61 s
[unison-cli] ViewDefinitionsToolArguments (src/Unison/MCP/Types.hs:277)
2903.61 s
[unison-cli] UpdateDefinitionsToolArguments (src/Unison/MCP/Types.hs:310)
2903.61 s
[unison-cli] DiffUpdateToolArguments (src/Unison/MCP/Types.hs:369)
2903.61 s
[unison-cli] SearchDefinitionsToolArguments (src/Unison/MCP/Types.hs:249)
2903.61 s
[unison-cli] SearchByTypeToolArguments (src/Unison/MCP/Types.hs:221)
2903.61 s
[unison-cli] DocsToolArguments (src/Unison/MCP/Types.hs:540)
2903.61 s
[unison-cli] RunToolArguments (src/Unison/MCP/Types.hs:568)
2903.61 s
[unison-cli] ProjectContext (src/Unison/MCP/Types.hs:620)
2903.61 s
[unison-cli] ProjectContextArgument (src/Unison/MCP/Types.hs:177)
2903.61 s
[unison-cli] ProjectNameArgument (src/Unison/MCP/Types.hs:196)
2903.61 s
[unison-cli] ProjectDefinitionNameArgument (src/Unison/MCP/Types.hs:146)
2903.61 s
[unison-cli] TestToolArguments (src/Unison/MCP/Types.hs:748)
2903.61 s
[unison-cli] DeleteDefinitionsToolArguments (src/Unison/MCP/Types.hs:776)
2903.61 s
[unison-cli] RenameDefinitionToolArguments (src/Unison/MCP/Types.hs:816)
2903.61 s
[unison-cli] MoveDefinitionToolArguments (src/Unison/MCP/Types.hs:851)
2903.61 s
[unison-cli] MoveToToolArguments (src/Unison/MCP/Types.hs:886)
2903.61 s
[unison-cli] DeleteNamespaceToolArguments (src/Unison/MCP/Types.hs:927)
2903.61 s
[unison-cli] toToolName (src/Unison/MCP/Types.hs:1111)
2903.61 s
[unison-cli] fromToolName (src/Unison/MCP/Types.hs:1116)
2903.61 s
[unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Prompts'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] prompts (src/Unison/MCP/Prompts.hs:12)
2903.61 s
[unison-cli] 0% ( 0 / 4) in 'Unison.MCP.Share.API'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] shareSearch (src/Unison/MCP/Share/API.hs:23)
2903.61 s
[unison-cli] shareProjectReadme (src/Unison/MCP/Share/API.hs:30)
2903.61 s
[unison-cli] ReadmeResponse (src/Unison/MCP/Share/API.hs:33)
2903.61 s
[unison-cli] Warning: 'Parameters' is ambiguous. It is defined
2903.61 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:120:19
2903.61 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:120:1
2903.61 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.61 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.61 s
[unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:120:1
2903.61 s
[unison-cli] Warning: 'InputPattern' is ambiguous. It is defined
2903.61 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:21
2903.61 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:1
2903.61 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.61 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.61 s
[unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:71:1
2903.61 s
[unison-cli] Warning: 'wrap' is out of scope.
2903.61 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.61 s
[unison-cli] Warning: 'argType' is out of scope.
2903.61 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.61 s
[unison-cli] Warning: 'i' is out of scope.
2903.61 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.61 s
[unison-cli] 52% ( 13 / 25) in 'Unison.CommandLine.InputPattern'
2903.61 s
[unison-cli] Missing documentation for:
2903.61 s
[unison-cli] Module header
2903.61 s
[unison-cli] InputPattern (src/Unison/CommandLine/InputPattern.hs:71)
2903.61 s
[unison-cli] ParameterType (src/Unison/CommandLine/InputPattern.hs:92)
2903.61 s
[unison-cli] Parameter (src/Unison/CommandLine/InputPattern.hs:109)
2903.62 s
[unison-cli] TrailingParameters (src/Unison/CommandLine/InputPattern.hs:111)
2903.62 s
[unison-cli] Arguments (src/Unison/CommandLine/InputPattern.hs:65)
2903.62 s
[unison-cli] FZFResolver (src/Unison/CommandLine/FZFResolvers.hs:58)
2903.62 s
[unison-cli] Visibility (src/Unison/CommandLine/InputPattern.hs:54)
2903.62 s
[unison-cli] CliArg (src/Unison/CommandLine/InputPattern.hs:257)
2903.62 s
[unison-cli] NumberedArg (src/Unison/CommandLine/InputPattern.hs:250)
2903.62 s
[unison-cli] minArgs (src/Unison/CommandLine/InputPattern.hs:189)
2903.62 s
[unison-cli] maxArgs (src/Unison/CommandLine/InputPattern.hs:195)
2903.62 s
[unison-cli] Warning: 'local' is out of scope.
2903.62 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.62 s
[unison-cli] Warning: 'remote' is out of scope.
2903.62 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.62 s
[unison-cli] 16% ( 3 / 18) in 'Unison.Codebase.Editor.Output'
2903.62 s
[unison-cli] Missing documentation for:
2903.62 s
[unison-cli] Module header
2903.62 s
[unison-cli] Output (src/Unison/Codebase/Editor/Output.hs:187)
2903.62 s
[unison-cli] AmbiguousReset'Argument (src/Unison/Codebase/Editor/Output.hs:181)
2903.62 s
[unison-cli] NumberedOutput (src/Unison/Codebase/Editor/Output.hs:116)
2903.62 s
[unison-cli] ListDetailed (src/Unison/Codebase/Editor/Output.hs:103)
2903.62 s
[unison-cli] HistoryTail (src/Unison/Codebase/Editor/Output.hs:548)
2903.62 s
[unison-cli] TestReportStats (src/Unison/Codebase/Editor/Output.hs:554)
2903.62 s
[unison-cli] TodoOutput (src/Unison/Codebase/Editor/Output.hs:163)
2903.62 s
[unison-cli] todoOutputIsEmpty (src/Unison/Codebase/Editor/Output.hs:174)
2903.62 s
[unison-cli] MoreEntriesThanShown (src/Unison/Codebase/Editor/Output.hs:519)
2903.62 s
[unison-cli] UndoFailureReason (src/Unison/Codebase/Editor/Output.hs:567)
2903.62 s
[unison-cli] ShareError (src/Unison/Codebase/Editor/Output.hs:539)
2903.62 s
[unison-cli] isFailure (src/Unison/Codebase/Editor/Output.hs:582)
2903.62 s
[unison-cli] isNumberedFailure (src/Unison/Codebase/Editor/Output.hs:789)
2903.62 s
[unison-cli] outputShouldUsePager (src/Unison/Codebase/Editor/Output.hs:572)
2903.62 s
[unison-cli] 10% ( 5 / 46) in 'Unison.Cli.Pretty'
2903.62 s
[unison-cli] Missing documentation for:
2903.62 s
[unison-cli] prettyBase32Hex# (src/Unison/Cli/Pretty.hs:200)
2903.62 s
[unison-cli] prettyBase32Hex (src/Unison/Cli/Pretty.hs:197)
2903.62 s
[unison-cli] prettyBranchId (src/Unison/Cli/Pretty.hs:178)
2903.62 s
[unison-cli] prettyBranchRelativePath (src/Unison/Cli/Pretty.hs:261)
2903.62 s
[unison-cli] prettyCausalHash (src/Unison/Cli/Pretty.hs:194)
2903.62 s
[unison-cli] prettyDeclPair (src/Unison/Cli/Pretty.hs:319)
2903.62 s
[unison-cli] prettyDeclTriple (src/Unison/Cli/Pretty.hs:309)
2903.62 s
[unison-cli] prettyFilePath (src/Unison/Cli/Pretty.hs:161)
2903.62 s
[unison-cli] prettyHash (src/Unison/Cli/Pretty.hs:203)
2903.62 s
[unison-cli] prettyHash32 (src/Unison/Cli/Pretty.hs:206)
2903.62 s
[unison-cli] prettyHumanReadableTime (src/Unison/Cli/Pretty.hs:342)
2903.62 s
[unison-cli] prettyLabeledDependencies (src/Unison/Cli/Pretty.hs:382)
2903.62 s
[unison-cli] prettyLibdepName (src/Unison/Cli/Pretty.hs:390)
2903.62 s
[unison-cli] prettyMaybeProjectAndBranchName (src/Unison/Cli/Pretty.hs:253)
2903.62 s
[unison-cli] prettyMergeSource (src/Unison/Cli/Pretty.hs:209)
2903.62 s
[unison-cli] prettyMergeSourceOrTarget (src/Unison/Cli/Pretty.hs:217)
2903.62 s
[unison-cli] prettyNamespaceKey (src/Unison/Cli/Pretty.hs:172)
2903.62 s
[unison-cli] prettyPath (src/Unison/Cli/Pretty.hs:165)
2903.62 s
[unison-cli] prettyProjectAndBranchName (src/Unison/Cli/Pretty.hs:249)
2903.62 s
[unison-cli] prettyProjectBranchName (src/Unison/Cli/Pretty.hs:231)
2903.62 s
[unison-cli] prettyProjectName (src/Unison/Cli/Pretty.hs:222)
2903.62 s
[unison-cli] prettyProjectPath (src/Unison/Cli/Pretty.hs:184)
2903.62 s
[unison-cli] prettyReadRemoteNamespace (src/Unison/Cli/Pretty.hs:137)
2903.62 s
[unison-cli] prettyReadRemoteNamespaceWith (src/Unison/Cli/Pretty.hs:142)
2903.62 s
[unison-cli] prettyRemoteBranchInfo (src/Unison/Cli/Pretty.hs:367)
2903.62 s
[unison-cli] prettyRepoInfo (src/Unison/Cli/Pretty.hs:153)
2903.62 s
[unison-cli] prettySCH (src/Unison/Cli/Pretty.hs:191)
2903.62 s
[unison-cli] prettySemver (src/Unison/Cli/Pretty.hs:235)
2903.62 s
[unison-cli] prettySharePath (src/Unison/Cli/Pretty.hs:157)
2903.62 s
[unison-cli] prettyShareURI (src/Unison/Cli/Pretty.hs:132)
2903.62 s
[unison-cli] prettyTerm (src/Unison/Cli/Pretty.hs:456)
2903.62 s
[unison-cli] prettyTermName (src/Unison/Cli/Pretty.hs:322)
2903.62 s
[unison-cli] prettyType (src/Unison/Cli/Pretty.hs:476)
2903.62 s
[unison-cli] prettyTypeName (src/Unison/Cli/Pretty.hs:327)
2903.62 s
[unison-cli] prettyTypeResultHeader' (src/Unison/Cli/Pretty.hs:286)
2903.62 s
[unison-cli] prettyTypeResultHeaderFull' (src/Unison/Cli/Pretty.hs:294)
2903.62 s
[unison-cli] prettyURI (src/Unison/Cli/Pretty.hs:129)
2903.62 s
[unison-cli] prettyUnisonFile (src/Unison/Cli/Pretty.hs:394)
2903.62 s
[unison-cli] prettyWriteRemoteNamespace (src/Unison/Cli/Pretty.hs:146)
2903.62 s
[unison-cli] shareOrigin (src/Unison/Cli/Pretty.hs:150)
2903.62 s
[unison-cli] unsafePrettyTermResultSigFull' (src/Unison/Cli/Pretty.hs:271)
2903.62 s
[unison-cli] 68% ( 11 / 16) in 'Unison.CommandLine.Completion'
2903.62 s
[unison-cli] Missing documentation for:
2903.62 s
[unison-cli] Module header
2903.62 s
[unison-cli] fixupCompletion (src/Unison/CommandLine/Completion.hs:362)
2903.62 s
[unison-cli] filenameCompletion (src/Unison/CommandLine/Completion.hs:652)
2903.62 s
[unison-cli] configKeyCompletion (src/Unison/CommandLine/Completion.hs:662)
2903.62 s
[unison-cli] prettyCompletion (src/Unison/CommandLine/Completion.hs:347)
2903.62 s
[unison-cli] Warning: 'InputPattern' is ambiguous. It is defined
2903.62 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:21
2903.62 s
[unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:1
2903.62 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.62 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.62 s
[unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:71:1
2903.62 s
[unison-cli] Warning: 'base' is out of scope.
2903.62 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.62 s
[unison-cli] 3% ( 5 /145) in 'Unison.CommandLine.InputPatterns'
2903.62 s
[unison-cli] Missing documentation for:
2903.62 s
[unison-cli] aliasMany (src/Unison/CommandLine/InputPatterns.hs:1632)
2903.62 s
[unison-cli] aliasTerm (src/Unison/CommandLine/InputPatterns.hs:1574)
2903.62 s
[unison-cli] aliasType (src/Unison/CommandLine/InputPatterns.hs:1604)
2903.62 s
[unison-cli] api (src/Unison/CommandLine/InputPatterns.hs:1025)
2903.62 s
[unison-cli] authLogin (src/Unison/CommandLine/InputPatterns.hs:3497)
2903.62 s
[unison-cli] back (src/Unison/CommandLine/InputPatterns.hs:1706)
2903.62 s
[unison-cli] branchEmptyInputPattern (src/Unison/CommandLine/InputPatterns.hs:3659)
2903.62 s
[unison-cli] branchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3629)
2903.62 s
[unison-cli] branchRenameInputPattern (src/Unison/CommandLine/InputPatterns.hs:3674)
2903.62 s
[unison-cli] branchesInputPattern (src/Unison/CommandLine/InputPatterns.hs:3612)
2903.62 s
[unison-cli] cancelInputPattern (src/Unison/CommandLine/InputPatterns.hs:1695)
2903.62 s
[unison-cli] cd (src/Unison/CommandLine/InputPatterns.hs:1664)
2903.62 s
[unison-cli] clear (src/Unison/CommandLine/InputPatterns.hs:867)
2903.62 s
[unison-cli] clone (src/Unison/CommandLine/InputPatterns.hs:3715)
2903.62 s
[unison-cli] configSet (src/Unison/CommandLine/InputPatterns.hs:2613)
2903.62 s
[unison-cli] configGet (src/Unison/CommandLine/InputPatterns.hs:2643)
2903.62 s
[unison-cli] createAuthor (src/Unison/CommandLine/InputPatterns.hs:3463)
2903.62 s
[unison-cli] debugClearWatchCache (src/Unison/CommandLine/InputPatterns.hs:3143)
2903.62 s
[unison-cli] debugDependentsGraph (src/Unison/CommandLine/InputPatterns.hs:3154)
2903.62 s
[unison-cli] debugDoctor (src/Unison/CommandLine/InputPatterns.hs:3165)
2903.62 s
[unison-cli] debugDumpNamespace (src/Unison/CommandLine/InputPatterns.hs:3074)
2903.62 s
[unison-cli] debugDumpNamespaceSimple (src/Unison/CommandLine/InputPatterns.hs:3085)
2903.62 s
[unison-cli] debugFileHashes (src/Unison/CommandLine/InputPatterns.hs:3063)
2903.62 s
[unison-cli] debugFormat (src/Unison/CommandLine/InputPatterns.hs:2117)
2903.62 s
[unison-cli] debugFuzzyOptions (src/Unison/CommandLine/InputPatterns.hs:2095)
2903.62 s
[unison-cli] debugLSPFoldRanges (src/Unison/CommandLine/InputPatterns.hs:3132)
2903.62 s
[unison-cli] debugNameDiff (src/Unison/CommandLine/InputPatterns.hs:3176)
2903.62 s
[unison-cli] debugNumberedArgs (src/Unison/CommandLine/InputPatterns.hs:3052)
2903.62 s
[unison-cli] debugTabCompletion (src/Unison/CommandLine/InputPatterns.hs:2066)
2903.62 s
[unison-cli] debugLspNameCompletion (src/Unison/CommandLine/InputPatterns.hs:2080)
2903.62 s
[unison-cli] debugTerm (src/Unison/CommandLine/InputPatterns.hs:3096)
2903.62 s
[unison-cli] debugTermVerbose (src/Unison/CommandLine/InputPatterns.hs:3108)
2903.62 s
[unison-cli] debugType (src/Unison/CommandLine/InputPatterns.hs:3120)
2903.62 s
[unison-cli] delete (src/Unison/CommandLine/InputPatterns.hs:1474)
2903.62 s
[unison-cli] deleteBranch (src/Unison/CommandLine/InputPatterns.hs:1550)
2903.62 s
[unison-cli] deleteForce (src/Unison/CommandLine/InputPatterns.hs:1484)
2903.62 s
[unison-cli] deleteNamespace (src/Unison/CommandLine/InputPatterns.hs:1722)
2903.62 s
[unison-cli] deleteNamespaceForce (src/Unison/CommandLine/InputPatterns.hs:1732)
2903.62 s
[unison-cli] deleteProject (src/Unison/CommandLine/InputPatterns.hs:1534)
2903.62 s
[unison-cli] deleteTerm (src/Unison/CommandLine/InputPatterns.hs:1494)
2903.62 s
[unison-cli] deleteTermForce (src/Unison/CommandLine/InputPatterns.hs:1504)
2903.62 s
[unison-cli] deleteType (src/Unison/CommandLine/InputPatterns.hs:1514)
2903.62 s
[unison-cli] deleteTypeForce (src/Unison/CommandLine/InputPatterns.hs:1524)
2903.62 s
[unison-cli] dependencies (src/Unison/CommandLine/InputPatterns.hs:3027)
2903.62 s
[unison-cli] dependents (src/Unison/CommandLine/InputPatterns.hs:3017)
2903.62 s
[unison-cli] diffBranch (src/Unison/CommandLine/InputPatterns.hs:2474)
2903.62 s
[unison-cli] diffNamespace (src/Unison/CommandLine/InputPatterns.hs:2523)
2903.62 s
[unison-cli] display (src/Unison/CommandLine/InputPatterns.hs:976)
2903.62 s
[unison-cli] displayTo (src/Unison/CommandLine/InputPatterns.hs:993)
2903.62 s
[unison-cli] docToMarkdown (src/Unison/CommandLine/InputPatterns.hs:3258)
2903.62 s
[unison-cli] docs (src/Unison/CommandLine/InputPatterns.hs:1011)
2903.62 s
[unison-cli] docsToHtml (src/Unison/CommandLine/InputPatterns.hs:3235)
2903.62 s
[unison-cli] edit (src/Unison/CommandLine/InputPatterns.hs:2670)
2903.62 s
[unison-cli] editDependents (src/Unison/CommandLine/InputPatterns.hs:2709)
2903.62 s
[unison-cli] editNamespace (src/Unison/CommandLine/InputPatterns.hs:2722)
2903.62 s
[unison-cli] execute (src/Unison/CommandLine/InputPatterns.hs:3275)
2903.62 s
[unison-cli] execProfiled (src/Unison/CommandLine/InputPatterns.hs:3298)
2903.62 s
[unison-cli] execProfiledFull (src/Unison/CommandLine/InputPatterns.hs:3340)
2903.62 s
[unison-cli] find (src/Unison/CommandLine/InputPatterns.hs:1173)
2903.62 s
[unison-cli] findAll (src/Unison/CommandLine/InputPatterns.hs:1176)
2903.62 s
[unison-cli] findGlobal (src/Unison/CommandLine/InputPatterns.hs:1179)
2903.62 s
[unison-cli] findIn (src/Unison/CommandLine/InputPatterns.hs:1182)
2903.62 s
[unison-cli] findInAll (src/Unison/CommandLine/InputPatterns.hs:1183)
2903.62 s
[unison-cli] findShallow (src/Unison/CommandLine/InputPatterns.hs:1244)
2903.62 s
[unison-cli] findVerbose (src/Unison/CommandLine/InputPatterns.hs:1279)
2903.62 s
[unison-cli] findVerboseAll (src/Unison/CommandLine/InputPatterns.hs:1291)
2903.62 s
[unison-cli] forkLocal (src/Unison/CommandLine/InputPatterns.hs:1822)
2903.62 s
[unison-cli] help (src/Unison/CommandLine/InputPatterns.hs:2938)
2903.62 s
[unison-cli] helpTopics (src/Unison/CommandLine/InputPatterns.hs:2757)
2903.62 s
[unison-cli] history (src/Unison/CommandLine/InputPatterns.hs:1762)
2903.62 s
[unison-cli] historyComment (src/Unison/CommandLine/InputPatterns.hs:1782)
2903.62 s
[unison-cli] ioTest (src/Unison/CommandLine/InputPatterns.hs:3405)
2903.62 s
[unison-cli] ioTestAll (src/Unison/CommandLine/InputPatterns.hs:3423)
2903.62 s
[unison-cli] libInstallInputPattern (src/Unison/CommandLine/InputPatterns.hs:1847)
2903.62 s
[unison-cli] libInstallLocalInputPattern (src/Unison/CommandLine/InputPatterns.hs:1878)
2903.62 s
[unison-cli] load (src/Unison/CommandLine/InputPatterns.hs:847)
2903.62 s
[unison-cli] makeStandalone (src/Unison/CommandLine/InputPatterns.hs:3439)
2903.62 s
[unison-cli] mergeBuiltins (src/Unison/CommandLine/InputPatterns.hs:795)
2903.62 s
[unison-cli] mergeCommitInputPattern (src/Unison/CommandLine/InputPatterns.hs:2434)
2903.62 s
[unison-cli] mergeIOBuiltins (src/Unison/CommandLine/InputPatterns.hs:807)
2903.62 s
[unison-cli] mergeInputPattern (src/Unison/CommandLine/InputPatterns.hs:2409)
2903.62 s
[unison-cli] moveAll (src/Unison/CommandLine/InputPatterns.hs:1317)
2903.62 s
[unison-cli] moveTo (src/Unison/CommandLine/InputPatterns.hs:1329)
2903.62 s
[unison-cli] names (src/Unison/CommandLine/InputPatterns.hs:2986)
2903.62 s
[unison-cli] namespaceDependencies (src/Unison/CommandLine/InputPatterns.hs:3040)
2903.62 s
[unison-cli] printVersion (src/Unison/CommandLine/InputPatterns.hs:3512)
2903.62 s
[unison-cli] projectCreate (src/Unison/CommandLine/InputPatterns.hs:3523)
2903.62 s
[unison-cli] projectCreateEmptyInputPattern (src/Unison/CommandLine/InputPatterns.hs:3540)
2903.62 s
[unison-cli] projectRenameInputPattern (src/Unison/CommandLine/InputPatterns.hs:3557)
2903.62 s
[unison-cli] projectSwitch (src/Unison/CommandLine/InputPatterns.hs:3573)
2903.62 s
[unison-cli] projectsInputPattern (src/Unison/CommandLine/InputPatterns.hs:3601)
2903.62 s
[unison-cli] pull (src/Unison/CommandLine/InputPatterns.hs:1948)
2903.62 s
[unison-cli] pullWithoutHistory (src/Unison/CommandLine/InputPatterns.hs:1952)
2903.62 s
[unison-cli] push (src/Unison/CommandLine/InputPatterns.hs:2132)
2903.62 s
[unison-cli] pushCreate (src/Unison/CommandLine/InputPatterns.hs:2188)
2903.62 s
[unison-cli] pushExhaustive (src/Unison/CommandLine/InputPatterns.hs:2274)
2903.62 s
[unison-cli] pushForce (src/Unison/CommandLine/InputPatterns.hs:2241)
2903.62 s
[unison-cli] syncToFile (src/Unison/CommandLine/InputPatterns.hs:2317)
2903.62 s
[unison-cli] syncFromFile (src/Unison/CommandLine/InputPatterns.hs:2349)
2903.62 s
[unison-cli] syncFromCodebase (src/Unison/CommandLine/InputPatterns.hs:2377)
2903.62 s
[unison-cli] quit (src/Unison/CommandLine/InputPatterns.hs:2975)
2903.62 s
[unison-cli] releaseDraft (src/Unison/CommandLine/InputPatterns.hs:3755)
2903.62 s
[unison-cli] rename (src/Unison/CommandLine/InputPatterns.hs:1359)
2903.62 s
[unison-cli] renameBranch (src/Unison/CommandLine/InputPatterns.hs:1750)
2903.62 s
[unison-cli] renameTerm (src/Unison/CommandLine/InputPatterns.hs:1303)
2903.62 s
[unison-cli] renameType (src/Unison/CommandLine/InputPatterns.hs:1381)
2903.62 s
[unison-cli] reset (src/Unison/CommandLine/InputPatterns.hs:1917)
2903.62 s
[unison-cli] saveExecuteResult (src/Unison/CommandLine/InputPatterns.hs:3391)
2903.62 s
[unison-cli] signature (src/Unison/CommandLine/InputPatterns.hs:959)
2903.62 s
[unison-cli] sfind (src/Unison/CommandLine/InputPatterns.hs:1099)
2903.62 s
[unison-cli] sfindReplace (src/Unison/CommandLine/InputPatterns.hs:1137)
2903.62 s
[unison-cli] textfind (src/Unison/CommandLine/InputPatterns.hs:1060)
2903.62 s
[unison-cli] test (src/Unison/CommandLine/InputPatterns.hs:3189)
2903.62 s
[unison-cli] testAll (src/Unison/CommandLine/InputPatterns.hs:3217)
2903.62 s
[unison-cli] todo (src/Unison/CommandLine/InputPatterns.hs:832)
2903.63 s
[unison-cli] ui (src/Unison/CommandLine/InputPatterns.hs:1036)
2903.63 s
[unison-cli] undo (src/Unison/CommandLine/InputPatterns.hs:1049)
2903.63 s
[unison-cli] up (src/Unison/CommandLine/InputPatterns.hs:1653)
2903.63 s
[unison-cli] update (src/Unison/CommandLine/InputPatterns.hs:883)
2903.63 s
[unison-cli] diffUpdate (src/Unison/CommandLine/InputPatterns.hs:899)
2903.63 s
[unison-cli] updateBuiltins (src/Unison/CommandLine/InputPatterns.hs:819)
2903.63 s
[unison-cli] upgrade (src/Unison/CommandLine/InputPatterns.hs:3772)
2903.63 s
[unison-cli] view (src/Unison/CommandLine/InputPatterns.hs:913)
2903.63 s
[unison-cli] viewGlobal (src/Unison/CommandLine/InputPatterns.hs:939)
2903.63 s
[unison-cli] watchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3841)
2903.63 s
[unison-cli] watchesInputPattern (src/Unison/CommandLine/InputPatterns.hs:3859)
2903.63 s
[unison-cli] unwatchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3872)
2903.63 s
[unison-cli] deprecatedViewRootReflog (src/Unison/CommandLine/InputPatterns.hs:2553)
2903.63 s
[unison-cli] branchReflog (src/Unison/CommandLine/InputPatterns.hs:2567)
2903.63 s
[unison-cli] projectReflog (src/Unison/CommandLine/InputPatterns.hs:2583)
2903.63 s
[unison-cli] globalReflog (src/Unison/CommandLine/InputPatterns.hs:2599)
2903.63 s
[unison-cli] formatStructuredArgument (src/Unison/CommandLine/InputPatterns.hs:254)
2903.63 s
[unison-cli] helpFor (src/Unison/CommandLine/InputPatterns.hs:408)
2903.63 s
[unison-cli] makeExample' (src/Unison/CommandLine/InputPatterns.hs:400)
2903.63 s
[unison-cli] makeExample (src/Unison/CommandLine/InputPatterns.hs:395)
2903.63 s
[unison-cli] makeExampleEOS (src/Unison/CommandLine/InputPatterns.hs:403)
2903.63 s
[unison-cli] makeExampleNoBackticks (src/Unison/CommandLine/InputPatterns.hs:396)
2903.63 s
[unison-cli] patternName (src/Unison/CommandLine/InputPatterns.hs:391)
2903.63 s
[unison-cli] showPatternHelp (src/Unison/CommandLine/InputPatterns.hs:311)
2903.63 s
[unison-cli] validInputs (src/Unison/CommandLine/InputPatterns.hs:3902)
2903.63 s
[unison-cli] Warning: 'ppe' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] 10% ( 8 / 73) in 'Unison.CommandLine.OutputMessages'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] reportBugURL (src/Unison/CommandLine/OutputMessages.hs:178)
2903.63 s
[unison-cli] Pretty (src/Unison/CommandLine/OutputMessages.hs:180)
2903.63 s
[unison-cli] shortenDirectory (src/Unison/CommandLine/OutputMessages.hs:183)
2903.63 s
[unison-cli] renderFileName (src/Unison/CommandLine/OutputMessages.hs:190)
2903.63 s
[unison-cli] notifyNumbered (src/Unison/CommandLine/OutputMessages.hs:193)
2903.63 s
[unison-cli] undoTip (src/Unison/CommandLine/OutputMessages.hs:619)
2903.63 s
[unison-cli] issueUrl (src/Unison/CommandLine/OutputMessages.hs:628)
2903.63 s
[unison-cli] showIssueUrl (src/Unison/CommandLine/OutputMessages.hs:631)
2903.63 s
[unison-cli] githubTitleForIssue (src/Unison/CommandLine/OutputMessages.hs:634)
2903.63 s
[unison-cli] notifyUser (src/Unison/CommandLine/OutputMessages.hs:651)
2903.63 s
[unison-cli] prettyAddUpdateDeleteLegend (src/Unison/CommandLine/OutputMessages.hs:2994)
2903.63 s
[unison-cli] prettyShareError (src/Unison/CommandLine/OutputMessages.hs:3014)
2903.63 s
[unison-cli] prettyDownloadEntitiesError (src/Unison/CommandLine/OutputMessages.hs:3025)
2903.63 s
[unison-cli] prettyBranchRef (src/Unison/CommandLine/OutputMessages.hs:3033)
2903.63 s
[unison-cli] prettyDownloadEntitiesErrorV2 (src/Unison/CommandLine/OutputMessages.hs:3036)
2903.63 s
[unison-cli] prettyInvalidBranchRef (src/Unison/CommandLine/OutputMessages.hs:3044)
2903.63 s
[unison-cli] prettyGetCausalHashByPathError (src/Unison/CommandLine/OutputMessages.hs:3053)
2903.63 s
[unison-cli] prettyPullError (src/Unison/CommandLine/OutputMessages.hs:3059)
2903.63 s
[unison-cli] prettyPullV2Error (src/Unison/CommandLine/OutputMessages.hs:3066)
2903.63 s
[unison-cli] prettySyncErrorV2 (src/Unison/CommandLine/OutputMessages.hs:3071)
2903.63 s
[unison-cli] prettyUploadEntitiesError (src/Unison/CommandLine/OutputMessages.hs:3098)
2903.63 s
[unison-cli] prettyEntityValidationFailure (src/Unison/CommandLine/OutputMessages.hs:3109)
2903.63 s
[unison-cli] prettyTransportError (src/Unison/CommandLine/OutputMessages.hs:3148)
2903.63 s
[unison-cli] unexpectedServerResponse (src/Unison/CommandLine/OutputMessages.hs:3177)
2903.63 s
[unison-cli] prettyEntityType (src/Unison/CommandLine/OutputMessages.hs:3194)
2903.63 s
[unison-cli] invalidRepoInfo (src/Unison/CommandLine/OutputMessages.hs:3204)
2903.63 s
[unison-cli] hashMismatchFromShare (src/Unison/CommandLine/OutputMessages.hs:3215)
2903.63 s
[unison-cli] pushPublicNote (src/Unison/CommandLine/OutputMessages.hs:3227)
2903.63 s
[unison-cli] needDependencies (src/Unison/CommandLine/OutputMessages.hs:3244)
2903.63 s
[unison-cli] noReadPermissionForPath (src/Unison/CommandLine/OutputMessages.hs:3257)
2903.63 s
[unison-cli] noReadPermissionForRepo (src/Unison/CommandLine/OutputMessages.hs:3261)
2903.63 s
[unison-cli] noWritePermissionForPath (src/Unison/CommandLine/OutputMessages.hs:3265)
2903.63 s
[unison-cli] noWritePermissionForRepo (src/Unison/CommandLine/OutputMessages.hs:3271)
2903.63 s
[unison-cli] notFastForward (src/Unison/CommandLine/OutputMessages.hs:3275)
2903.63 s
[unison-cli] shareProjectNotFound (src/Unison/CommandLine/OutputMessages.hs:3292)
2903.63 s
[unison-cli] shareUserNotFound (src/Unison/CommandLine/OutputMessages.hs:3299)
2903.63 s
[unison-cli] formatMissingStuff (src/Unison/CommandLine/OutputMessages.hs:3307)
2903.63 s
[unison-cli] displayOutputRewrittenFile (src/Unison/CommandLine/OutputMessages.hs:3320)
2903.63 s
[unison-cli] displayDefinitions' (src/Unison/CommandLine/OutputMessages.hs:3338)
2903.63 s
[unison-cli] displayRendered (src/Unison/CommandLine/OutputMessages.hs:3377)
2903.63 s
[unison-cli] displayTestResults (src/Unison/CommandLine/OutputMessages.hs:3393)
2903.63 s
[unison-cli] unsafePrettyTermResultSig' (src/Unison/CommandLine/OutputMessages.hs:3436)
2903.63 s
[unison-cli] renderNameConflicts (src/Unison/CommandLine/OutputMessages.hs:3442)
2903.63 s
[unison-cli] Numbered (src/Unison/CommandLine/OutputMessages.hs:3499)
2903.63 s
[unison-cli] addNumberedArg (src/Unison/CommandLine/OutputMessages.hs:3502)
2903.63 s
[unison-cli] formatNum (src/Unison/CommandLine/OutputMessages.hs:3509)
2903.63 s
[unison-cli] runNumbered (src/Unison/CommandLine/OutputMessages.hs:3512)
2903.63 s
[unison-cli] handleTodoOutput (src/Unison/CommandLine/OutputMessages.hs:3517)
2903.63 s
[unison-cli] listOfDefinitions (src/Unison/CommandLine/OutputMessages.hs:3725)
2903.63 s
[unison-cli] listOfNames (src/Unison/CommandLine/OutputMessages.hs:3729)
2903.63 s
[unison-cli] ShowNumbers (src/Unison/CommandLine/OutputMessages.hs:3786)
2903.63 s
[unison-cli] noResults (src/Unison/CommandLine/OutputMessages.hs:4146)
2903.63 s
[unison-cli] listOfDefinitions' (src/Unison/CommandLine/OutputMessages.hs:4170)
2903.63 s
[unison-cli] watchPrinter (src/Unison/CommandLine/OutputMessages.hs:4235)
2903.63 s
[unison-cli] filestatusTip (src/Unison/CommandLine/OutputMessages.hs:4278)
2903.63 s
[unison-cli] prettyDiff (src/Unison/CommandLine/OutputMessages.hs:4281)
2903.63 s
[unison-cli] listFind (src/Unison/CommandLine/OutputMessages.hs:4429)
2903.63 s
[unison-cli] listDependentsOrDependencies (src/Unison/CommandLine/OutputMessages.hs:4457)
2903.63 s
[unison-cli] displayProjectBranchReflogEntries (src/Unison/CommandLine/OutputMessages.hs:4525)
2903.63 s
[unison-cli] constructorAliasError (src/Unison/CommandLine/OutputMessages.hs:4562)
2903.63 s
[unison-cli] missingConstructorNameError (src/Unison/CommandLine/OutputMessages.hs:4584)
2903.63 s
[unison-cli] nestedDeclAliasError (src/Unison/CommandLine/OutputMessages.hs:4606)
2903.63 s
[unison-cli] strayConstructorError (src/Unison/CommandLine/OutputMessages.hs:4621)
2903.63 s
[unison-cli] prettyEmptyBranchDiff (src/Unison/CommandLine/OutputMessages.hs:4641)
2903.63 s
[unison-cli] 0% ( 0 / 9) in 'Unison.CommandLine.DisplayValues'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] Pretty (src/Unison/CommandLine/DisplayValues.hs:34)
2903.63 s
[unison-cli] displayTerm (src/Unison/CommandLine/DisplayValues.hs:45)
2903.63 s
[unison-cli] ElideUnit (src/Unison/CommandLine/DisplayValues.hs:57)
2903.63 s
[unison-cli] displayTerm' (src/Unison/CommandLine/DisplayValues.hs:69)
2903.63 s
[unison-cli] displayPretty (src/Unison/CommandLine/DisplayValues.hs:116)
2903.63 s
[unison-cli] displayDoc (src/Unison/CommandLine/DisplayValues.hs:294)
2903.63 s
[unison-cli] termName (src/Unison/CommandLine/DisplayValues.hs:346)
2903.63 s
[unison-cli] typeName (src/Unison/CommandLine/DisplayValues.hs:353)
2903.63 s
[unison-cli] Warning: 'Env' is ambiguous. It is defined
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:160:12
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:160:1
2903.63 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.63 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.63 s
[unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:160:1
2903.63 s
[unison-cli] Warning: 'LoopState' is ambiguous. It is defined
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:192:18
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:192:1
2903.63 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.63 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.63 s
[unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:192:1
2903.63 s
[unison-cli] Warning: 'Cli' is ambiguous. It is defined
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:112:17
2903.63 s
[unison-cli] * at src/Unison/Cli/Monad.hs:112:1
2903.63 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.63 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.63 s
[unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:112:1
2903.63 s
[unison-cli] 86% ( 37 / 43) in 'Unison.Cli.Monad'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] getProjectPathIds (src/Unison/Cli/Monad.hs:352)
2903.63 s
[unison-cli] cd (src/Unison/Cli/Monad.hs:356)
2903.63 s
[unison-cli] switchProject (src/Unison/Cli/Monad.hs:365)
2903.63 s
[unison-cli] respond (src/Unison/Cli/Monad.hs:400)
2903.63 s
[unison-cli] respondNumbered (src/Unison/Cli/Monad.hs:405)
2903.63 s
[unison-cli] runTransaction (src/Unison/Cli/Monad.hs:439)
2903.63 s
[unison-cli] 20% ( 1 / 5) in 'Unison.Share.SyncV2'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] syncFromFile (src/Unison/Share/SyncV2.hs:124)
2903.63 s
[unison-cli] syncFromCodebase (src/Unison/Share/SyncV2.hs:148)
2903.63 s
[unison-cli] syncFromCodeserver (src/Unison/Share/SyncV2.hs:168)
2903.63 s
[unison-cli] Warning: 'UNISON_ENTITY_VALIDATION' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'temp_entity' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'temp_entitiy' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'object' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'causal' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] 70% ( 7 / 10) in 'Unison.Share.Sync'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] pull (src/Unison/Share/Sync.hs:103)
2903.63 s
[unison-cli] downloadEntities (src/Unison/Share/Sync.hs:126)
2903.63 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Share.HistoryComments'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] uploadHistoryComments (src/Unison/Share/HistoryComments.hs:64)
2903.63 s
[unison-cli] downloadHistoryComments (src/Unison/Share/HistoryComments.hs:255)
2903.63 s
[unison-cli] Warning: 'Parameter' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'main' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] 18% ( 2 / 11) in 'Unison.CommandLine'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] ParseFailure (src/Unison/CommandLine.hs:132)
2903.63 s
[unison-cli] ExpansionFailure (src/Unison/CommandLine.hs:85)
2903.63 s
[unison-cli] FZFResolveFailure (src/Unison/CommandLine.hs:261)
2903.63 s
[unison-cli] allow (src/Unison/CommandLine.hs:56)
2903.63 s
[unison-cli] parseInput (src/Unison/CommandLine.hs:206)
2903.63 s
[unison-cli] prompt (src/Unison/CommandLine.hs:308)
2903.63 s
[unison-cli] defaultLoadSourceFile (src/Unison/CommandLine.hs:71)
2903.63 s
[unison-cli] defaultWriteSourceFile (src/Unison/CommandLine.hs:62)
2903.63 s
[unison-cli] 22% ( 2 / 9) in 'Unison.Codebase.Editor.HandleInput.RuntimeUtils'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] evalPureUnison (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:120)
2903.63 s
[unison-cli] displayDecompileErrors (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:52)
2903.63 s
[unison-cli] displayResponse (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:98)
2903.63 s
[unison-cli] selectRuntime (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:42)
2903.63 s
[unison-cli] EvalMode (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:39)
2903.63 s
[unison-cli] modeProfSpec (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:48)
2903.63 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Projects'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] handleProjects (src/Unison/Codebase/Editor/HandleInput/Projects.hs:13)
2903.63 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Global'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.Config'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] handleConfigSet (src/Unison/Codebase/Editor/HandleInput/Config.hs:11)
2903.63 s
[unison-cli] handleConfigGet (src/Unison/Codebase/Editor/HandleInput/Config.hs:15)
2903.63 s
[unison-cli] 66% ( 2 / 3) in 'Unison.Codebase.Editor.HandleInput.AuthLogin'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] Module header
2903.63 s
[unison-cli] Warning: 'pull' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'merge' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'update' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] Warning: 'upgrade' is out of scope.
2903.63 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.63 s
[unison-cli] 75% ( 9 / 12) in 'Unison.Cli.UpdateUtils'
2903.63 s
[unison-cli] Missing documentation for:
2903.63 s
[unison-cli] subtractDependents (src/Unison/Cli/UpdateUtils.hs:95)
2903.63 s
[unison-cli] makeUniqueTypeGuids (src/Unison/Cli/UpdateUtils.hs:190)
2903.63 s
[unison-cli] parseAndTypecheck (src/Unison/Cli/UpdateUtils.hs:221)
2903.63 s
[unison-cli] Warning: 'remote_project' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'remote_project_branch' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 75% ( 15 / 20) in 'Unison.Cli.Share.Projects'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] GetProjectBranchResponse (src/Unison/Cli/Share/Projects.hs:90)
2903.64 s
[unison-cli] IncludeSquashedHead (src/Unison/Cli/Share/Projects.hs:95)
2903.64 s
[unison-cli] SetProjectBranchHeadResponse (src/Unison/Cli/Share/Projects.hs:143)
2903.64 s
[unison-cli] hardCodedBaseUrl (src/Unison/Cli/Share/Projects.hs:242)
2903.64 s
[unison-cli] hardCodedUri (src/Unison/Cli/Share/Projects.hs:247)
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.OpenOnShare'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] Warning: 'resolveAbsBranchId2' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 62% ( 40 / 64) in 'Unison.Cli.MonadUtils'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] getCurrentProjectName (src/Unison/Cli/MonadUtils.hs:153)
2903.64 s
[unison-cli] getCurrentProjectBranchName (src/Unison/Cli/MonadUtils.hs:157)
2903.64 s
[unison-cli] getCurrentProjectPath (src/Unison/Cli/MonadUtils.hs:131)
2903.64 s
[unison-cli] resolvePath'ToAbsolute (src/Unison/Cli/MonadUtils.hs:167)
2903.64 s
[unison-cli] getCurrentProjectAndBranch (src/Unison/Cli/MonadUtils.hs:136)
2903.64 s
[unison-cli] getCurrentProjectBranch (src/Unison/Cli/MonadUtils.hs:144)
2903.64 s
[unison-cli] getCurrentProject (src/Unison/Cli/MonadUtils.hs:140)
2903.64 s
[unison-cli] resolveShortCausalHashToCausalHash (src/Unison/Cli/MonadUtils.hs:227)
2903.64 s
[unison-cli] getProjectBranchRoot (src/Unison/Cli/MonadUtils.hs:274)
2903.64 s
[unison-cli] stepAt' (src/Unison/Cli/MonadUtils.hs:346)
2903.64 s
[unison-cli] stepAt (src/Unison/Cli/MonadUtils.hs:340)
2903.64 s
[unison-cli] stepAtM (src/Unison/Cli/MonadUtils.hs:352)
2903.64 s
[unison-cli] stepManyAt (src/Unison/Cli/MonadUtils.hs:359)
2903.64 s
[unison-cli] stepManyAtM (src/Unison/Cli/MonadUtils.hs:379)
2903.64 s
[unison-cli] updateProjectBranchRoot (src/Unison/Cli/MonadUtils.hs:422)
2903.64 s
[unison-cli] updateProjectBranchRoot_ (src/Unison/Cli/MonadUtils.hs:462)
2903.64 s
[unison-cli] setProjectBranchRootToCausalHash (src/Unison/Cli/MonadUtils.hs:455)
2903.64 s
[unison-cli] updateAndStepAt (src/Unison/Cli/MonadUtils.hs:414)
2903.64 s
[unison-cli] getTermsAt (src/Unison/Cli/MonadUtils.hs:469)
2903.64 s
[unison-cli] getTypesAt (src/Unison/Cli/MonadUtils.hs:477)
2903.64 s
[unison-cli] getLatestFile (src/Unison/Cli/MonadUtils.hs:485)
2903.64 s
[unison-cli] expectLatestFile (src/Unison/Cli/MonadUtils.hs:489)
2903.64 s
[unison-cli] expectLatestParsedFile (src/Unison/Cli/MonadUtils.hs:510)
2903.64 s
[unison-cli] makeParsingEnv (src/Unison/Cli/MonadUtils.hs:543)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.UI'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] openUI (src/Unison/Codebase/Editor/HandleInput/UI.hs:37)
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectRename'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] handleProjectRename (src/Unison/Codebase/Editor/HandleInput/ProjectRename.hs:17)
2903.64 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveType'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] doMoveType (src/Unison/Codebase/Editor/HandleInput/MoveType.hs:39)
2903.64 s
[unison-cli] moveTypeSteps (src/Unison/Codebase/Editor/HandleInput/MoveType.hs:19)
2903.64 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveTerm'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] doMoveTerm (src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs:39)
2903.64 s
[unison-cli] moveTermSteps (src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs:19)
2903.64 s
[unison-cli] 66% ( 2 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveBranch'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Rename'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.MoveTo'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.MoveAll'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleMoveAll (src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:15)
2903.64 s
[unison-cli] Warning: 'hash' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'ann' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'sourceTerm' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'evaluatedTerm' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'isCacheHit' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 20% ( 1 / 5) in 'Unison.Codebase.Editor.HandleInput.Load'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleLoad (src/Unison/Codebase/Editor/HandleInput/Load.hs:82)
2903.64 s
[unison-cli] loadUnisonFile (src/Unison/Codebase/Editor/HandleInput/Load.hs:94)
2903.64 s
[unison-cli] EvalMode (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:39)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.History'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleHistory (src/Unison/Codebase/Editor/HandleInput/History.hs:21)
2903.64 s
[unison-cli] 0% ( 0 / 4) in 'Unison.Codebase.Editor.HandleInput.FindAndReplace'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleStructuredFindReplaceI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:53)
2903.64 s
[unison-cli] handleStructuredFindI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:73)
2903.64 s
[unison-cli] handleTextFindI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:96)
2903.64 s
[unison-cli] Warning: 'update' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.DiffUpdate'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] handleDiffUpdate (src/Unison/Codebase/Editor/HandleInput/DiffUpdate.hs:42)
2903.64 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.DeleteProject'
2903.64 s
[unison-cli] Warning: 'otherDesiredDeletions' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] Warning: 'lib' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DeleteNamespace'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleDeleteNamespace (src/Unison/Codebase/Editor/HandleInput/DeleteNamespace.hs:32)
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugSynhashTerm'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] handleDebugSynhashTerm (src/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.hs:34)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugFoldRanges'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] debugFoldRanges (src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:20)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugDependentsGraph'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleDebugDependentsGraph (src/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.hs:32)
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Branches'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] handleBranches (src/Unison/Codebase/Editor/HandleInput/Branches.hs:19)
2903.64 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.BranchRename'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] handleBranchRename (src/Unison/Codebase/Editor/HandleInput/BranchRename.hs:17)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.AliasType'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleAliasType (src/Unison/Codebase/Editor/HandleInput/AliasType.hs:38)
2903.64 s
[unison-cli] Warning: 'main' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.64 s
[unison-cli] 45% ( 16 / 35) in 'Unison.Cli.ProjectUtils'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] expectProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:123)
2903.64 s
[unison-cli] resolveBranchRelativePath (src/Unison/Cli/ProjectUtils.hs:77)
2903.64 s
[unison-cli] hydrateNames (src/Unison/Cli/ProjectUtils.hs:134)
2903.64 s
[unison-cli] expectProjectAndBranchByIds (src/Unison/Cli/ProjectUtils.hs:152)
2903.64 s
[unison-cli] getProjectAndBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:164)
2903.64 s
[unison-cli] getProjectAndBranchByNames (src/Unison/Cli/ProjectUtils.hs:142)
2903.64 s
[unison-cli] getProjectByName (src/Unison/Cli/ProjectUtils.hs:237)
2903.64 s
[unison-cli] expectProjectAndBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:184)
2903.64 s
[unison-cli] expectRemoteProjectByName (src/Unison/Cli/ProjectUtils.hs:268)
2903.64 s
[unison-cli] expectRemoteProjectBranchById (src/Unison/Cli/ProjectUtils.hs:276)
2903.64 s
[unison-cli] loadRemoteProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:289)
2903.64 s
[unison-cli] expectRemoteProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:299)
2903.64 s
[unison-cli] loadRemoteProjectBranchByNames (src/Unison/Cli/ProjectUtils.hs:312)
2903.64 s
[unison-cli] expectRemoteProjectBranchByNames (src/Unison/Cli/ProjectUtils.hs:321)
2903.64 s
[unison-cli] expectRemoteProjectBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:334)
2903.64 s
[unison-cli] justTheIds (src/Unison/Cli/ProjectUtils.hs:90)
2903.64 s
[unison-cli] justTheIds' (src/Unison/Cli/ProjectUtils.hs:94)
2903.64 s
[unison-cli] justTheNames (src/Unison/Cli/ProjectUtils.hs:98)
2903.64 s
[unison-cli] findTemporaryBranchName (src/Unison/Cli/ProjectUtils.hs:104)
2903.64 s
[unison-cli] 25% ( 1 / 4) in 'Unison.Codebase.Editor.HandleInput.Reflogs'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] showProjectBranchReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:27)
2903.64 s
[unison-cli] showProjectReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:34)
2903.64 s
[unison-cli] showGlobalReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:39)
2903.64 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.Push'
2903.64 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectSwitch'
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.HistoryComment'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleHistoryComment (src/Unison/Codebase/Editor/HandleInput/HistoryComment.hs:36)
2903.64 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DiffBranch'
2903.64 s
[unison-cli] Missing documentation for:
2903.64 s
[unison-cli] Module header
2903.64 s
[unison-cli] handleDiffBranch (src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:80)
2903.64 s
[unison-cli] Warning: 'project_branch' is out of scope.
2903.64 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 100% ( 4 / 4) in 'Unison.Codebase.Editor.HandleInput.DeleteBranch'
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Cancel'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleCancel (src/Unison/Codebase/Editor/HandleInput/Cancel.hs:17)
2903.65 s
[unison-cli] 60% ( 3 / 5) in 'Unison.Codebase.Editor.HandleInput.Branch'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] CreateFrom (src/Unison/Codebase/Editor/HandleInput/Branch.hs:36)
2903.65 s
[unison-cli] CreateFromMergeSource (src/Unison/Codebase/Editor/HandleInput/Branch.hs:55)
2903.65 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ReleaseDraft'
2903.65 s
[unison-cli] 27% ( 3 / 11) in 'Unison.Codebase.Editor.HandleInput.Merge2'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleMerge (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:115)
2903.65 s
[unison-cli] MergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:139)
2903.65 s
[unison-cli] AliceMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:147)
2903.65 s
[unison-cli] BobMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:152)
2903.65 s
[unison-cli] LcaMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:157)
2903.65 s
[unison-cli] doMerge (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162)
2903.65 s
[unison-cli] doMergeLocalBranch (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:459)
2903.65 s
[unison-cli] hasDefnsInLib (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:492)
2903.65 s
[unison-cli] 50% ( 2 / 4) in 'Unison.Codebase.Editor.HandleInput.Update2'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleUpdate2 (src/Unison/Codebase/Editor/HandleInput/Update2.hs:90)
2903.65 s
[unison-cli] typecheckedUnisonFileToBranchUpdates (src/Unison/Codebase/Editor/HandleInput/Update2.hs:370)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Upgrade'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleUpgrade (src/Unison/Codebase/Editor/HandleInput/Upgrade.hs:78)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Todo'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleTodo (src/Unison/Codebase/Editor/HandleInput/Todo.hs:34)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Delete'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleDelete (src/Unison/Codebase/Editor/HandleInput/Delete.hs:86)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.BranchSquash'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleBranchSquash (src/Unison/Codebase/Editor/HandleInput/BranchSquash.hs:30)
2903.65 s
[unison-cli] Warning: 'Names' is ambiguous. It is defined
2903.65 s
[unison-cli] * in ‘Unison.Names’
2903.65 s
[unison-cli] * in ‘Unison.Names’
2903.65 s
[unison-cli] You may be able to disambiguate the identifier by qualifying it or
2903.65 s
[unison-cli] by specifying the type/value namespace explicitly.
2903.65 s
[unison-cli] Defaulting to the one defined in ‘Unison.Names’
2903.65 s
[unison-cli] 50% ( 2 / 4) in 'Unison.Cli.NamesUtils'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] currentProjectRootNames (src/Unison/Cli/NamesUtils.hs:22)
2903.65 s
[unison-cli] projectBranchNames (src/Unison/Cli/NamesUtils.hs:26)
2903.65 s
[unison-cli] 20% ( 1 / 5) in 'Unison.Codebase.Editor.HandleInput.Tests'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleIOTest (src/Unison/Codebase/Editor/HandleInput/Tests.hs:140)
2903.65 s
[unison-cli] handleAllIOTests (src/Unison/Codebase/Editor/HandleInput/Tests.hs:180)
2903.65 s
[unison-cli] isTestOk (src/Unison/Codebase/Editor/HandleInput/Tests.hs:250)
2903.65 s
[unison-cli] 0% ( 0 / 6) in 'Unison.Codebase.Editor.HandleInput.TermResolution'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] lookupTermRefs (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:52)
2903.65 s
[unison-cli] resolveCon (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:69)
2903.65 s
[unison-cli] resolveTerm (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:59)
2903.65 s
[unison-cli] resolveTermRef (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:79)
2903.65 s
[unison-cli] resolveMainRef (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:89)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Signature'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleSignature (src/Unison/Codebase/Editor/HandleInput/Signature.hs:30)
2903.65 s
[unison-cli] Warning: 'edit' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] Warning: 'exclude' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 75% ( 3 / 4) in 'Unison.Codebase.Editor.HandleInput.ShowDefinition'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.LSP.Util.Wrappers'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] editDefinitionByFQN (src/Unison/LSP/Util/Wrappers.hs:31)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.LSP.EditDefinition'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] 33% ( 1 / 3) in 'Unison.LSP'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] LspFormattingConfig (src/Unison/LSP.hs:63)
2903.65 s
[unison-cli] 13% ( 8 / 59) in 'ArgParse'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] TranscriptCodebaseSetup (src/ArgParse.hs:82)
2903.65 s
[unison-cli] ShouldForkCodebase (src/ArgParse.hs:89)
2903.65 s
[unison-cli] ShouldSaveCodebase (src/ArgParse.hs:94)
2903.65 s
[unison-cli] CodebasePathOption (src/ArgParse.hs:99)
2903.65 s
[unison-cli] ShouldExit (src/ArgParse.hs:104)
2903.65 s
[unison-cli] IsHeadless (src/ArgParse.hs:107)
2903.65 s
[unison-cli] UsageRenderer (src/ArgParse.hs:146)
2903.65 s
[unison-cli] versionCommand (src/ArgParse.hs:180)
2903.65 s
[unison-cli] mcpCommand (src/ArgParse.hs:183)
2903.65 s
[unison-cli] initCommand (src/ArgParse.hs:186)
2903.65 s
[unison-cli] runDesc (src/ArgParse.hs:192)
2903.65 s
[unison-cli] runSymbolCommand (src/ArgParse.hs:201)
2903.65 s
[unison-cli] runFileCommand (src/ArgParse.hs:209)
2903.65 s
[unison-cli] runPipeCommand (src/ArgParse.hs:217)
2903.65 s
[unison-cli] runCompiledCommand (src/ArgParse.hs:225)
2903.65 s
[unison-cli] transcriptCommand (src/ArgParse.hs:233)
2903.65 s
[unison-cli] transcriptForkCommand (src/ArgParse.hs:245)
2903.65 s
[unison-cli] transcriptInPlaceCommand (src/ArgParse.hs:257)
2903.65 s
[unison-cli] commandParser (src/ArgParse.hs:269)
2903.65 s
[unison-cli] globalOptionsParser (src/ArgParse.hs:288)
2903.65 s
[unison-cli] codebasePathParser (src/ArgParse.hs:298)
2903.65 s
[unison-cli] codebaseCreateParser (src/ArgParse.hs:308)
2903.65 s
[unison-cli] exitParser (src/ArgParse.hs:318)
2903.65 s
[unison-cli] lspFormattingParser (src/ArgParse.hs:323)
2903.65 s
[unison-cli] versionOptionParser (src/ArgParse.hs:328)
2903.65 s
[unison-cli] launchHeadlessCommand (src/ArgParse.hs:332)
2903.65 s
[unison-cli] codebaseServerOptsParser (src/ArgParse.hs:338)
2903.65 s
[unison-cli] launchParser (src/ArgParse.hs:386)
2903.65 s
[unison-cli] initParser (src/ArgParse.hs:394)
2903.65 s
[unison-cli] versionParser (src/ArgParse.hs:397)
2903.65 s
[unison-cli] mcpParser (src/ArgParse.hs:400)
2903.65 s
[unison-cli] runArgumentParser (src/ArgParse.hs:403)
2903.65 s
[unison-cli] runHQParser (src/ArgParse.hs:406)
2903.65 s
[unison-cli] runProjectPathParser (src/ArgParse.hs:410)
2903.65 s
[unison-cli] runSymbolParser (src/ArgParse.hs:414)
2903.65 s
[unison-cli] runFileParser (src/ArgParse.hs:418)
2903.65 s
[unison-cli] runPipeParser (src/ArgParse.hs:427)
2903.65 s
[unison-cli] runCompiledParser (src/ArgParse.hs:431)
2903.65 s
[unison-cli] rtsStatsOption (src/ArgParse.hs:435)
2903.65 s
[unison-cli] saveCodebaseFlag (src/ArgParse.hs:444)
2903.65 s
[unison-cli] saveCodebaseToFlag (src/ArgParse.hs:449)
2903.65 s
[unison-cli] startingProjectOption (src/ArgParse.hs:462)
2903.65 s
[unison-cli] noFileWatchFlag (src/ArgParse.hs:472)
2903.65 s
[unison-cli] readAbsolutePath (src/ArgParse.hs:484)
2903.65 s
[unison-cli] readPath' (src/ArgParse.hs:494)
2903.65 s
[unison-cli] readProjectAndBranchNames (src/ArgParse.hs:501)
2903.65 s
[unison-cli] fileArgument (src/ArgParse.hs:508)
2903.65 s
[unison-cli] transcriptParser (src/ArgParse.hs:515)
2903.65 s
[unison-cli] transcriptForkParser (src/ArgParse.hs:529)
2903.65 s
[unison-cli] transcriptInPlaceParser (src/ArgParse.hs:543)
2903.65 s
[unison-cli] unisonHelp (src/ArgParse.hs:549)
2903.65 s
[unison-cli] Warning: 'Foo' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Editor.HandleInput.EditNamespace'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleEditNamespace (src/Unison/Codebase/Editor/HandleInput/EditNamespace.hs:47)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Run'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleRun (src/Unison/Codebase/Editor/HandleInput/Run.hs:74)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] diffHelper (src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:35)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Names'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Ls'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleLs (src/Unison/Codebase/Editor/HandleInput/Ls.hs:22)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.LSPDebug'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] debugLspNameCompletion (src/Unison/Codebase/Editor/HandleInput/LSPDebug.hs:11)
2903.65 s
[unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.DebugDefinition'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] debugTerm (src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs:48)
2903.65 s
[unison-cli] debugDecl (src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs:56)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.AddRun'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleAddRun (src/Unison/Codebase/Editor/HandleInput/AddRun.hs:42)
2903.65 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Cli.NameResolutionUtils'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] resolveHQName (src/Unison/Cli/NameResolutionUtils.hs:28)
2903.65 s
[unison-cli] resolveHQToLabeledDependencies (src/Unison/Cli/NameResolutionUtils.hs:50)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.EditDependents'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleEditDependents (src/Unison/Codebase/Editor/HandleInput/EditDependents.hs:34)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Dependents'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleDependents (src/Unison/Codebase/Editor/HandleInput/Dependents.hs:58)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Dependencies'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleDependencies (src/Unison/Codebase/Editor/HandleInput/Dependencies.hs:30)
2903.65 s
[unison-cli] Warning: 'pull' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] Warning: 'clone' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 75% ( 3 / 4) in 'Unison.Cli.DownloadUtils'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] SyncVersion (src/Unison/Cli/DownloadUtils.hs:43)
2903.65 s
[unison-cli] 0% ( 0 / 5) in 'Unison.Codebase.Editor.HandleInput.SyncV2'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleSyncToFile (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:36)
2903.65 s
[unison-cli] handleSyncFromFile (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:47)
2903.65 s
[unison-cli] handleSyncFromCodebase (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:55)
2903.65 s
[unison-cli] handleSyncFromCodeserver (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:96)
2903.65 s
[unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Pull'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handlePull (src/Unison/Codebase/Editor/HandleInput/Pull.hs:41)
2903.65 s
[unison-cli] Warning: 'stepAt' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectCreate'
2903.65 s
[unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectClone'
2903.65 s
[unison-cli] Warning: 'lib' is out of scope.
2903.65 s
[unison-cli] If you qualify the identifier, haddock can try to link it anyway.
2903.65 s
[unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Editor.HandleInput.InstallLib'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] handleInstallLib (src/Unison/Codebase/Editor/HandleInput/InstallLib.hs:46)
2903.65 s
[unison-cli] handleInstallLocalLib (src/Unison/Codebase/Editor/HandleInput/InstallLib.hs:149)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] loop (src/Unison/Codebase/Editor/HandleInput.hs:193)
2903.65 s
[unison-cli] 0% ( 0 / 5) in 'Unison.MCP.Cli'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] handleInputMCP (src/Unison/MCP/Cli.hs:88)
2903.65 s
[unison-cli] ppForProjectContext (src/Unison/MCP/Cli.hs:77)
2903.65 s
[unison-cli] cliToMCP (src/Unison/MCP/Cli.hs:106)
2903.65 s
[unison-cli] virtualSourceName (src/Unison/MCP/Cli.hs:43)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Tools'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] tools (src/Unison/MCP/Tools.hs:53)
2903.65 s
[unison-cli] 33% ( 1 / 3) in 'Unison.MCP'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] initServer (src/Unison/MCP.hs:41)
2903.65 s
[unison-cli] 0% ( 0 / 2) in 'Unison.CommandLine.Main'
2903.65 s
[unison-cli] Missing documentation for:
2903.65 s
[unison-cli] Module header
2903.65 s
[unison-cli] main (src/Unison/CommandLine/Main.hs:194)
2903.66 s
[unison-cli] 28% ( 2 / 7) in 'Unison.Codebase.Transcript.Runner'
2903.66 s
[unison-cli] Missing documentation for:
2903.66 s
[unison-cli] Error (src/Unison/Codebase/Transcript/Runner.hs:619)
2903.66 s
[unison-cli] Config (src/Unison/Codebase/Transcript/Runner.hs:80)
2903.66 s
[unison-cli] testConfig (src/Unison/Codebase/Transcript/Runner.hs:106)
2903.66 s
[unison-cli] Runner (src/Unison/Codebase/Transcript/Runner.hs:113)
2903.66 s
[unison-cli] withRunner (src/Unison/Codebase/Transcript/Runner.hs:130)
2903.66 s
[unison-cli] 0% ( 0 / 4) in 'Unison.Version'
2903.66 s
[unison-cli] Missing documentation for:
2903.66 s
[unison-cli] Module header
2903.66 s
[unison-cli] Version (src/Unison/Version.hs:8)
2903.66 s
[unison-cli] CommitDate (src/Unison/Version.hs:10)
2903.66 s
[unison-cli] GitRef (src/Unison/Version.hs:12)
2903.66 s
[unison-cli] 0% ( 0 / 2) in 'Unison.Main'
2903.66 s
[unison-cli] Missing documentation for:
2903.66 s
[unison-cli] Module header
2903.66 s
[unison-cli] main (src/Unison/Main.hs:104)
2905.29 s
[unison-cli] Warning: Unison.Cli.Share.Projects.Types: could not find link destinations for:
2905.29 s
[unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProjectBranch
2905.29 s
[unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProject
2905.29 s
[unison-cli] Warning: Unison.Codebase.Editor.Output.BranchDiff: could not find link destinations for:
2905.29 s
[unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_UpdateTypeDisplay
2905.29 s
[unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_UpdateTermDisplay
2905.29 s
[unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_TypeDisplay
2905.29 s
[unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_TermDisplay
2905.29 s
[unison-cli] Warning: Unison.Codebase.Editor.SlurpComponent: could not find link destinations for:
2905.29 s
[unison-cli] - Unison.Codebase.Editor.SlurpComponent.Rep_SlurpComponent
2905.29 s
[unison-cli] Warning: Unison.Codebase.Editor.SlurpResult: could not find link destinations for:
2905.29 s
[unison-cli] - Unison.Codebase.Editor.SlurpResult.IsPastTense
2905.29 s
[unison-cli] Warning: Unison.Codebase.Editor.UriParser: could not find link destinations for:
2905.29 s
[unison-cli] - Unison.Codebase.Editor.UriParser.P
2905.30 s
[unison-cli] Warning: Unison.Codebase.Transcript: could not find link destinations for:
2905.30 s
[unison-cli] - CMark.Rep_Node
2905.30 s
[unison-cli] Warning: Unison.Codebase.Editor.Input: could not find link destinations for:
2905.30 s
[unison-cli] - Unison.Codebase.Editor.Input.ErrorMessageOrValue
2905.30 s
[unison-cli] - Unison.Codebase.Editor.Input.SourceName
2905.30 s
[unison-cli] - Unison.Codebase.Editor.Input.Source
2905.30 s
[unison-cli] Warning: Unison.Codebase.Editor.StructuredArgument: could not find link destinations for:
2905.30 s
[unison-cli] - Unison.Codebase.Editor.StructuredArgument.Rep_StructuredArgument
2905.30 s
[unison-cli] Warning: Unison.CommandLine.FZFResolvers: could not find link destinations for:
2905.30 s
[unison-cli] - Unison.CommandLine.FZFResolvers.OptionFetcher
2905.30 s
[unison-cli] Warning: Unison.CommandLine.Welcome: could not find link destinations for:
2905.30 s
[unison-cli] - Unison.CommandLine.Welcome.Onboarding
2905.30 s
[unison-cli] Warning: Unison.LSP.Orphans: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.NormalizedUri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasTextDocument
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.textDocument
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.uri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.30 s
[unison-cli] Warning: Unison.LSP.Conversions: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.30 s
[unison-cli] Warning: Unison.LSP.Types: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasCodeAction
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.codeAction
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Common.|?
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Notification
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.ServerToClient
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TMessage
2905.30 s
[unison-cli] Warning: Unison.LSP.ProjectContext: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
2905.30 s
[unison-cli] Warning: Unison.LSP.NotificationHandlers: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_Initialized
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_SetTrace
2905.30 s
[unison-cli] Warning: Unison.LSP.HandlerUtils: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Common.|?
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.ErrorData
2905.30 s
[unison-cli] Warning: Unison.LSP.Diagnostics: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasSeverity
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.severity
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Common.UInt
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.LspEnum.LspEnum
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.LspEnum.knownValues
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
2905.30 s
[unison-cli] Warning: Unison.LSP.FileAnalysis.UnusedBindings: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.30 s
[unison-cli] Warning: Unison.LSP.Configuration: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
2905.30 s
[unison-cli] Warning: Unison.LSP.Commands: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Command.Command
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Common.Null
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Common.|?
2905.30 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
2905.30 s
[unison-cli] Warning: Unison.LSP.CancelRequest: could not find link destinations for:
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Notification
2905.30 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
2905.30 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CancelRequest
2905.31 s
[unison-cli] Warning: Unison.LSP.Util.IntersectionMap: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.31 s
[unison-cli] Warning: Unison.LSP.VFS.CompletionPrefix: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.31 s
[unison-cli] Warning: Unison.LSP.VFS: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
2905.31 s
[unison-cli] Warning: Unison.LSP.FileAnalysis: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] Warning: Unison.LSP.Queries: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] Warning: Unison.LSP.Hover: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
2905.31 s
[unison-cli] Warning: Unison.LSP.GoToDefinition: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDeclaration
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
2905.31 s
[unison-cli] Warning: Unison.LSP.Formatting: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
2905.31 s
[unison-cli] Warning: Unison.LSP.FoldingRange: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.FoldingRange.FoldingRange
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
2905.31 s
[unison-cli] Warning: Unison.LSP.DocumentSymbols: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
2905.31 s
[unison-cli] Warning: Unison.LSP.CodeLens: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Common.Null
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Common.|?
2905.31 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
2905.31 s
[unison-cli] Warning: Unison.LSP.CodeAction: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
2905.31 s
[unison-cli] Warning: Unison.LSP.Completion: could not find link destinations for:
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.31 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
2905.31 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
2905.31 s
[unison-cli] Warning: Unison.MCP.Wrapper: could not find link destinations for:
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_CallToolResult
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_Implementation
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_PromptContentType
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_PromptsCapability
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_ResourcesCapability
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_ServerCapabilities
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_ToolAnnotations
2905.31 s
[unison-cli] - Network.MCP.Types.Rep_ToolsCapability
2905.32 s
[unison-cli] Warning: Unison.MCP.Share.API: could not find link destinations for:
2905.32 s
[unison-cli] - Unison.MCP.Share.API.Rep_ReadmeResponse
2905.32 s
[unison-cli] Warning: Unison.CommandLine.InputPattern: could not find link destinations for:
2905.32 s
[unison-cli] - Unison.CommandLine.FZFResolvers.OptionFetcher
2905.32 s
[unison-cli] Warning: Unison.Codebase.Editor.Output: could not find link destinations for:
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.SourceFileContents
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.ShowFailures
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.ShowSuccesses
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.CachedCount
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.TotalCount
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.HashLength
2905.32 s
[unison-cli] - Unison.Codebase.Editor.Output.SourceName
2905.32 s
[unison-cli] Warning: Unison.Cli.Pretty: could not find link destinations for:
2905.32 s
[unison-cli] - Unison.Cli.Pretty.Pretty
2905.33 s
[unison-cli] Warning: Unison.Cli.Monad: could not find link destinations for:
2905.33 s
[unison-cli] - Unison.Cli.Monad.Rep_Env
2905.33 s
[unison-cli] - Unison.Cli.Monad.Rep_LoopState
2905.33 s
[unison-cli] Warning: Unison.Share.SyncV2: could not find link destinations for:
2905.33 s
[unison-cli] - Unison.Share.SyncV2.SyncErr
2905.33 s
[unison-cli] Warning: Unison.Cli.Share.Projects: could not find link destinations for:
2905.33 s
[unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProjectBranch
2905.33 s
[unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProject
2905.33 s
[unison-cli] - Unison.Cli.Share.Projects.Rep_SetProjectBranchHeadResponse
2905.33 s
[unison-cli] Warning: Unison.LSP.OpenOnShare: could not find link destinations for:
2905.33 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.33 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.33 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.33 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.33 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.33 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
2905.33 s
[unison-cli] Warning: Unison.Cli.ProjectUtils: could not find link destinations for:
2905.33 s
[unison-cli] - U.Codebase.Sqlite.Project.Rep_Project
2905.33 s
[unison-cli] - U.Codebase.Sqlite.ProjectBranch.Rep_ProjectBranch
2905.34 s
[unison-cli] Warning: Unison.LSP.Util.Wrappers: could not find link destinations for:
2905.34 s
[unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
2905.34 s
[unison-cli] Warning: Unison.LSP.EditDefinition: could not find link destinations for:
2905.34 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method
2905.34 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
2905.34 s
[unison-cli] - Language.LSP.Protocol.Message.Meta.Request
2905.34 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
2905.34 s
[unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
2905.34 s
[unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
2905.34 s
[unison-cli] Warning: Unison.MCP.Cli: could not find link destinations for:
2905.34 s
[unison-cli] - Unison.MCP.Cli.CliOutput
2924.89 s
[unison-cli] Documentation created: dist/doc/html/unison-cli/,
2924.90 s
[unison-cli] dist/doc/html/unison-cli/unison-cli.txt
2924.95 s
[unison-cli] Preprocessing executable 'transcripts' for unison-cli-0.0.0...
2924.95 s
[unison-cli] Preprocessing test suite 'cli-tests' for unison-cli-0.0.0...
2924.97 s
[unison-cli] haddockPhase completed in 42 seconds
2924.97 s
[unison-cli] Phase: installPhase
2925.29 s
[unison-cli] Installing library in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2927.13 s
[unison-cli] Installing executable transcripts in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin
2927.13 s
[unison-cli] Warning: The directory
2927.13 s
[unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin is not in the
2927.13 s
[unison-cli] system search path.
2929.93 s
[unison-cli] Phase: fixupPhase
2929.98 s
[unison-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
2929.98 s
[unison-cli] shrinking /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/libHSunison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53-ghc9.10.3.so
2930.33 s
[unison-cli] shrinking /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin/transcripts
2930.39 s
[unison-cli] checking for references to /build/ in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0...
2930.58 s
[unison-cli] patching script interpreter paths in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
2930.59 s
[unison-cli] stripping (with command strip and flags -S -p) in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/lib /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin
2932.63 s
[unison-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc
2932.69 s
[unison-cli] checking for references to /build/ in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc...
2932.77 s
[unison-cli] patching script interpreter paths in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc
2933.47 s
[unison-cli:post-build] Uploading to the NixCI cache: /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
2933.50 s
[unison-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2933.83 s
[unison-cli:post-build] copying 2 paths...
2933.83 s
[unison-cli:post-build] copying path '/nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc' to 'https://cache.nix-ci.com'...
2937.32 s
[unison-cli:post-build] copying path '/nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0' to 'https://cache.nix-ci.com'...
2985.12 s
[unison-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
2985.39 s
[unison-cli:post-build] copying 2 paths...
2985.39 s
[unison-cli:post-build] copying path '/nix/store/s0mc4sm9klyznpj8z245w8jcnwx222r2-stacklock2nix-pkg-sources-unison-cli' to 'https://cache.nix-ci.com'...
2985.90 s
[unison-cli:post-build] copying path '/nix/store/xhzrlvbpbfzdjfbrx2mmmdbhi2pj0kky-unison-cli-0.0.0.drv' to 'https://cache.nix-ci.com'...
2986.05 s
Progress: 236 of 238 built, 823 of 823 downloaded from cache
2986.15 s
Building /nix/store/qrvj9vyzqmzqb564pjjynk3bwqlh4q90-unison-cli-main-0.0.0.drv
2987.29 s
[unison-cli-main] Phase: setupCompilerEnvironmentPhase
2987.29 s
[unison-cli-main] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
2988.79 s
[unison-cli-main] Phase: unpackPhase
2988.79 s
[unison-cli-main] unpacking source archive /nix/store/v5fjnxpa288m6d87davah6ylh57xjnif-stacklock2nix-pkg-sources-unison-cli-main
2988.80 s
[unison-cli-main] source root is stacklock2nix-pkg-sources-unison-cli-main
2988.82 s
[unison-cli-main] Phase: patchPhase
2988.84 s
[unison-cli-main] Phase: compileBuildDriverPhase
2988.84 s
[unison-cli-main] setupCompileFlags: -package-db=/build/tmp.3ntOoC0yyy/setup-package.conf.d -threaded
2988.89 s
[unison-cli-main] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.3ntOoC0yyy/Main.o )
2988.94 s
[unison-cli-main] [2 of 2] Linking Setup
2990.11 s
[unison-cli-main] Phase: updateAutotoolsGnuConfigScriptsPhase
2990.13 s
[unison-cli-main] Phase: configurePhase
2990.17 s
[unison-cli-main] configureFlags: --verbose --prefix=/nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0 --libdir=$prefix/lib/$compiler/lib --libsubdir=$abi/$libname --docdir=/nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc/share/doc/unison-cli-main-0.0.0 --with-gcc=gcc --package-db=/build/tmp.3ntOoC0yyy/package.conf.d --ghc-option=-j16 --ghc-option=+RTS --ghc-option=-A64M --ghc-option=-RTS --enable-library-profiling --profiling-detail=exported-functions --disable-profiling --enable-shared --disable-coverage --enable-static --disable-executable-dynamic --enable-tests --disable-benchmarks --enable-library-vanilla --disable-library-for-ghci --enable-split-sections --enable-library-stripping --enable-executable-stripping --extra-lib-dirs=/nix/store/wl2nw5l4x4dg6kclbgpq7v9212i1s6cy-ncurses-6.6/lib --extra-lib-dirs=/nix/store/2zs4bbi72plfm8j6zxf1js4f3yc4yzwy-libffi-3.5.2/lib --extra-lib-dirs=/nix/store/qhmqdg27kcrlkl8ida6d5hiacw0y8d21-elfutils-0.194/lib --extra-lib-dirs=/nix/store/y56aqb1m3y5davn6hsv4jfbml78qw4mv-gmp-with-cxx-6.3.0/lib --extra-lib-dirs=/nix/store/wjfhh11sfcdf97mvg7hbxickybxzk850-numactl-2.0.18/lib --extra-lib-dirs=/nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/lib
2990.17 s
[unison-cli-main] Using Parsec parser
2990.17 s
[unison-cli-main] Configuring unison-cli-main-0.0.0...
2991.20 s
[unison-cli-main] Dependency base: using base-4.20.2.0
2991.20 s
[unison-cli-main] Dependency shellmet: using shellmet-0.0.6.0
2991.20 s
[unison-cli-main] Dependency template-haskell: using template-haskell-2.22.0.0
2991.20 s
[unison-cli-main] Dependency text: using text-2.1.3
2991.20 s
[unison-cli-main] Dependency unison-cli: using unison-cli-0.0.0
2991.20 s
[unison-cli-main] Source component graph: component exe:unison
2991.20 s
[unison-cli-main] Configured component graph:
2991.20 s
[unison-cli-main] component unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
2991.20 s
[unison-cli-main] include base-4.20.2.0-4d66
2991.20 s
[unison-cli-main] include shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
2991.20 s
[unison-cli-main] include template-haskell-2.22.0.0-1d65
2991.20 s
[unison-cli-main] include text-2.1.3-3f03
2991.20 s
[unison-cli-main] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2991.20 s
[unison-cli-main] Linked component graph:
2991.20 s
[unison-cli-main] unit unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
2991.20 s
[unison-cli-main] include base-4.20.2.0-4d66
2991.20 s
[unison-cli-main] include shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
2991.20 s
[unison-cli-main] include template-haskell-2.22.0.0-1d65
2991.20 s
[unison-cli-main] include text-2.1.3-3f03
2991.20 s
[unison-cli-main] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2991.20 s
[unison-cli-main] Ready component graph:
2991.20 s
[unison-cli-main] definite unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
2991.20 s
[unison-cli-main] depends base-4.20.2.0-4d66
2991.20 s
[unison-cli-main] depends shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
2991.20 s
[unison-cli-main] depends template-haskell-2.22.0.0-1d65
2991.20 s
[unison-cli-main] depends text-2.1.3-3f03
2991.20 s
[unison-cli-main] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
2991.20 s
[unison-cli-main] Using Cabal-3.12.1.0 compiled by ghc-9.10
2991.20 s
[unison-cli-main] Using compiler: ghc-9.10.3
2991.20 s
[unison-cli-main] Using install prefix:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
2991.20 s
[unison-cli-main] Executables installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin
2991.20 s
[unison-cli-main] Libraries installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af/unison-cli-main-0.0.0
2991.20 s
[unison-cli-main] Dynamic Libraries installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/lib/ghc-9.10.3/lib/x86_64-linux-ghc-9.10.3-21af
2991.20 s
[unison-cli-main] Private executables installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/libexec/x86_64-linux-ghc-9.10.3-21af/unison-cli-main-0.0.0
2991.20 s
[unison-cli-main] Data files installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/share/x86_64-linux-ghc-9.10.3-21af/unison-cli-main-0.0.0
2991.20 s
[unison-cli-main] Documentation installed in:
2991.20 s
[unison-cli-main] /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc/share/doc/unison-cli-main-0.0.0
2991.20 s
[unison-cli-main] Configuration files installed in:
2991.20 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/etc
2991.20 s
[unison-cli-main] No alex found
2991.20 s
[unison-cli-main] Using ar found on system at:
2991.20 s
[unison-cli-main] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
2991.20 s
[unison-cli-main] No c2hs found
2991.20 s
[unison-cli-main] No cpphs found
2991.20 s
[unison-cli-main] No doctest found
2991.20 s
[unison-cli-main] Using gcc version 15.2.0 given by user at:
2991.20 s
[unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
2991.20 s
[unison-cli-main] Using ghc version 9.10.3 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
2991.20 s
[unison-cli-main] Using ghc-pkg version 9.10.3 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
2991.20 s
[unison-cli-main] No ghcjs found
2991.20 s
[unison-cli-main] No ghcjs-pkg found
2991.20 s
[unison-cli-main] No greencard found
2991.20 s
[unison-cli-main] Using haddock version 2.31.1 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
2991.20 s
[unison-cli-main] No happy found
2991.20 s
[unison-cli-main] Using haskell-suite found on system at: haskell-suite-dummy-location
2991.20 s
[unison-cli-main] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
2991.20 s
[unison-cli-main] No hmake found
2991.20 s
[unison-cli-main] Using hpc version 0.69 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
2991.20 s
[unison-cli-main] Using hsc2hs version 0.68.10 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
2991.20 s
[unison-cli-main] No hscolour found
2991.20 s
[unison-cli-main] No jhc found
2991.20 s
[unison-cli-main] Using ld found on system at:
2991.20 s
[unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
2991.20 s
[unison-cli-main] No pkg-config found
2991.20 s
[unison-cli-main] Using runghc version 9.10.3 found on system at:
2991.20 s
[unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
2991.20 s
[unison-cli-main] Using strip version 2.46 found on system at:
2991.20 s
[unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
2991.20 s
[unison-cli-main] Using tar found on system at:
2991.20 s
[unison-cli-main] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
2991.20 s
[unison-cli-main] No uhc found
2992.94 s
[unison-cli-main] Phase: buildPhase
2993.09 s
[unison-cli-main] Preprocessing executable 'unison' for unison-cli-main-0.0.0...
2993.09 s
[unison-cli-main] Building executable 'unison' for unison-cli-main-0.0.0...
2993.17 s
[unison-cli-main] [1 of 2] Compiling Version ( unison/Version.hs, dist/build/unison/unison-tmp/Version.o, dist/build/unison/unison-tmp/Version.dyn_o )
2993.77 s
[unison-cli-main] [2 of 2] Compiling Main ( unison/Main.hs, dist/build/unison/unison-tmp/Main.o )
2994.19 s
[unison-cli-main] [3 of 3] Linking dist/build/unison/unison
3002.46 s
[unison-cli-main] Phase: checkPhase
3002.91 s
[unison-cli-main] Package has no test suites.
3002.91 s
[unison-cli-main] Phase: haddockPhase
3002.91 s
[unison-cli-main] Phase: installPhase
3002.91 s
[unison-cli-main] Installing executable unison in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin
3002.91 s
[unison-cli-main] Warning: The directory
3002.91 s
[unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin is not
3002.91 s
[unison-cli-main] in the system search path.
3002.91 s
[unison-cli-main] Phase: fixupPhase
3002.91 s
[unison-cli-main] shrinking RPATHs of ELF executables and libraries in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
3002.91 s
[unison-cli-main] shrinking /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin/unison
3002.91 s
[unison-cli-main] checking for references to /build/ in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0...
3002.91 s
[unison-cli-main] patching script interpreter paths in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
3002.91 s
[unison-cli-main] stripping (with command strip and flags -S -p) in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin
3002.91 s
[unison-cli-main] shrinking RPATHs of ELF executables and libraries in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc
3002.91 s
[unison-cli-main] checking for references to /build/ in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc...
3002.91 s
[unison-cli-main] patching script interpreter paths in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc
3002.91 s
[unison-cli-main:post-build] Uploading to the NixCI cache: /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
3002.91 s
[unison-cli-main:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3002.91 s
[unison-cli-main:post-build] copying 2 paths...
3002.91 s
[unison-cli-main:post-build] copying path '/nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0' to 'https://cache.nix-ci.com'...
3002.91 s
[unison-cli-main:post-build] copying path '/nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc' to 'https://cache.nix-ci.com'...
3015.32 s
[unison-cli-main:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
3015.58 s
[unison-cli-main:post-build] copying 2 paths...
3015.58 s
[unison-cli-main:post-build] copying path '/nix/store/v5fjnxpa288m6d87davah6ylh57xjnif-stacklock2nix-pkg-sources-unison-cli-main' to 'https://cache.nix-ci.com'...
3015.71 s
[unison-cli-main:post-build] copying path '/nix/store/qrvj9vyzqmzqb564pjjynk3bwqlh4q90-unison-cli-main-0.0.0.drv' to 'https://cache.nix-ci.com'...
3015.86 s
Progress: 237 of 238 built, 823 of 823 downloaded from cache
3015.86 s
Progress: 238 of 238 built, 823 of 823 downloaded from cache
3015.86 s
/nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
3015.92 s
Build succeeded.