1. 2347.95 s [unison-runtime] |
  2. 2347.95 s [unison-runtime] 220 | pattern Doc2FrontMatterRef <- ((== doc2FrontMatterRef) -> True)
  3. 2347.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4. 2347.95 s [unison-runtime]
  5. 2347.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:225:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6. 2347.95 s [unison-runtime] Pattern synonym with no type signature:
  7. 2347.95 s [unison-runtime] pattern Doc2LaTeXInlineRef :: R.Reference
  8. 2347.95 s [unison-runtime] |
  9. 2347.95 s [unison-runtime] 225 | pattern Doc2LaTeXInlineRef <- ((== doc2LaTeXInlineRef) -> True)
  10. 2347.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  11. 2347.95 s [unison-runtime]
  12. 2347.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:230:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  13. 2347.95 s [unison-runtime] Pattern synonym with no type signature:
  14. 2347.95 s [unison-runtime] pattern Doc2SvgRef :: R.Reference
  15. 2347.95 s [unison-runtime] |
  16. 2347.95 s [unison-runtime] 230 | pattern Doc2SvgRef <- ((== doc2SvgRef) -> True)
  17. 2347.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. 2347.95 s [unison-runtime]
  19. 2347.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:232:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  20. 2347.95 s [unison-runtime] Pattern synonym with no type signature:
  21. 2347.95 s [unison-runtime] pattern Doc2Word :: forall {typeVar} {typeAnn} {patternAnn} {v}
  22. 2347.95 s [unison-runtime] {a}.
  23. 2347.95 s [unison-runtime] Text -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  24. 2347.95 s [unison-runtime] |
  25. 2347.95 s [unison-runtime] 232 | pattern Doc2Word txt <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2WordId -> True))) (Term.Text' txt)
  26. 2347.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  27. 2347.95 s [unison-runtime]
  28. 2347.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:234:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  29. 2347.95 s [unison-runtime] Pattern synonym with no type signature:
  30. 2347.95 s [unison-runtime] pattern Doc2Code :: forall {typeVar} {typeAnn} {patternAnn} {v}
  31. 2347.95 s [unison-runtime] {a}.
  32. 2347.95 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  33. 2347.95 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  34. 2347.95 s [unison-runtime] |
  35. 2347.96 s [unison-runtime] 234 | pattern Doc2Code d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeId -> True))) d
  36. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  37. 2347.96 s [unison-runtime]
  38. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:236:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  39. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  40. 2347.96 s [unison-runtime] pattern Doc2CodeBlock :: forall {typeVar} {typeAnn} {patternAnn}
  41. 2347.96 s [unison-runtime] {v} {a}.
  42. 2347.96 s [unison-runtime] Text
  43. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  44. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  45. 2347.96 s [unison-runtime] |
  46. 2347.96 s [unison-runtime] 236 | pattern Doc2CodeBlock lang d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeBlockId -> True))) [Term.Text' lang, d]
  47. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48. 2347.96 s [unison-runtime]
  49. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:238:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  50. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  51. 2347.96 s [unison-runtime] pattern Doc2Bold :: forall {typeVar} {typeAnn} {patternAnn} {v}
  52. 2347.96 s [unison-runtime] {a}.
  53. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  54. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  55. 2347.96 s [unison-runtime] |
  56. 2347.96 s [unison-runtime] 238 | pattern Doc2Bold d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BoldId -> True))) d
  57. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  58. 2347.96 s [unison-runtime]
  59. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:240:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  60. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  61. 2347.96 s [unison-runtime] pattern Doc2Italic :: forall {typeVar} {typeAnn} {patternAnn} {v}
  62. 2347.96 s [unison-runtime] {a}.
  63. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  64. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  65. 2347.96 s [unison-runtime] |
  66. 2347.96 s [unison-runtime] 240 | pattern Doc2Italic d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ItalicId -> True))) d
  67. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  68. 2347.96 s [unison-runtime]
  69. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:242:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  70. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  71. 2347.96 s [unison-runtime] pattern Doc2Strikethrough :: forall {typeVar} {typeAnn}
  72. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  73. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  74. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  75. 2347.96 s [unison-runtime] |
  76. 2347.96 s [unison-runtime] 242 | pattern Doc2Strikethrough d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StrikethroughId -> True))) d
  77. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  78. 2347.96 s [unison-runtime]
  79. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:244:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  80. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  81. 2347.96 s [unison-runtime] pattern Doc2Style :: forall {typeVar} {typeAnn} {patternAnn} {v}
  82. 2347.96 s [unison-runtime] {a}.
  83. 2347.96 s [unison-runtime] Text
  84. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  85. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  86. 2347.96 s [unison-runtime] |
  87. 2347.96 s [unison-runtime] 244 | pattern Doc2Style s d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StyleId -> True))) [Term.Text' s, d]
  88. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  89. 2347.96 s [unison-runtime]
  90. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:246:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  91. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  92. 2347.96 s [unison-runtime] pattern Doc2Anchor :: forall {typeVar} {typeAnn} {patternAnn} {v}
  93. 2347.96 s [unison-runtime] {a}.
  94. 2347.96 s [unison-runtime] Text
  95. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  96. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  97. 2347.96 s [unison-runtime] |
  98. 2347.96 s [unison-runtime] 246 | pattern Doc2Anchor id d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AnchorId -> True))) [Term.Text' id, d]
  99. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  100. 2347.96 s [unison-runtime]
  101. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:248:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  102. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  103. 2347.96 s [unison-runtime] pattern Doc2Blockquote :: forall {typeVar} {typeAnn} {patternAnn}
  104. 2347.96 s [unison-runtime] {v} {a}.
  105. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  106. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  107. 2347.96 s [unison-runtime] |
  108. 2347.96 s [unison-runtime] 248 | pattern Doc2Blockquote d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlockquoteId -> True))) d
  109. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  110. 2347.96 s [unison-runtime]
  111. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:250:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  112. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  113. 2347.96 s [unison-runtime] pattern Doc2Blankline :: forall {typeVar} {typeAnn} {patternAnn}
  114. 2347.96 s [unison-runtime] {v} {a}.
  115. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  116. 2347.96 s [unison-runtime] |
  117. 2347.96 s [unison-runtime] 250 | pattern Doc2Blankline <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlanklineId -> True))
  118. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  119. 2347.96 s [unison-runtime]
  120. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:252:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  121. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  122. 2347.96 s [unison-runtime] pattern Doc2Linebreak :: forall {typeVar} {typeAnn} {patternAnn}
  123. 2347.96 s [unison-runtime] {v} {a}.
  124. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  125. 2347.96 s [unison-runtime] |
  126. 2347.96 s [unison-runtime] 252 | pattern Doc2Linebreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2LinebreakId -> True))
  127. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  128. 2347.96 s [unison-runtime]
  129. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:254:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  130. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  131. 2347.96 s [unison-runtime] pattern Doc2SectionBreak :: forall {typeVar} {typeAnn} {patternAnn}
  132. 2347.96 s [unison-runtime] {v} {a}.
  133. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  134. 2347.96 s [unison-runtime] |
  135. 2347.96 s [unison-runtime] 254 | pattern Doc2SectionBreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionBreakId -> True))
  136. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  137. 2347.96 s [unison-runtime]
  138. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:256:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  139. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  140. 2347.96 s [unison-runtime] pattern Doc2Tooltip :: forall {typeVar} {typeAnn} {patternAnn} {v}
  141. 2347.96 s [unison-runtime] {a}.
  142. 2347.96 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  143. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  144. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  145. 2347.96 s [unison-runtime] |
  146. 2347.96 s [unison-runtime] 256 | pattern Doc2Tooltip d tip <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TooltipId -> True))) [d, tip]
  147. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  148. 2347.96 s [unison-runtime]
  149. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:258:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  150. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  151. 2347.96 s [unison-runtime] pattern Doc2Aside :: forall {typeVar} {typeAnn} {patternAnn} {v}
  152. 2347.96 s [unison-runtime] {a}.
  153. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  154. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  155. 2347.96 s [unison-runtime] |
  156. 2347.96 s [unison-runtime] 258 | pattern Doc2Aside d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AsideId -> True))) d
  157. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  158. 2347.96 s [unison-runtime]
  159. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:260:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  160. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  161. 2347.96 s [unison-runtime] pattern Doc2Callout :: forall {typeVar} {typeAnn} {patternAnn} {v}
  162. 2347.96 s [unison-runtime] {a}.
  163. 2347.96 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  164. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  165. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  166. 2347.96 s [unison-runtime] |
  167. 2347.96 s [unison-runtime] 260 | pattern Doc2Callout icon d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CalloutId -> True))) [icon, d]
  168. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  169. 2347.96 s [unison-runtime]
  170. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:262:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  171. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  172. 2347.96 s [unison-runtime] pattern Doc2Table :: forall {typeVar} {typeAnn} {patternAnn} {v}
  173. 2347.96 s [unison-runtime] {a}.
  174. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  175. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  176. 2347.96 s [unison-runtime] |
  177. 2347.96 s [unison-runtime] 262 | pattern Doc2Table ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TableId -> True))) (Term.List' (toList -> ds))
  178. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  179. 2347.96 s [unison-runtime]
  180. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:264:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  181. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  182. 2347.96 s [unison-runtime] pattern Doc2Folded :: forall {typeVar} {typeAnn} {patternAnn} {v}
  183. 2347.96 s [unison-runtime] {a}.
  184. 2347.96 s [unison-runtime] Bool
  185. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  186. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  187. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  188. 2347.96 s [unison-runtime] |
  189. 2347.96 s [unison-runtime] 264 | pattern Doc2Folded isFolded d d2 <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2FoldedId -> True))) [Term.Boolean' isFolded, d, d2]
  190. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  191. 2347.96 s [unison-runtime]
  192. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:266:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  193. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  194. 2347.96 s [unison-runtime] pattern Doc2Paragraph :: forall {typeVar} {typeAnn} {patternAnn}
  195. 2347.96 s [unison-runtime] {v} {a}.
  196. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  197. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  198. 2347.96 s [unison-runtime] |
  199. 2347.96 s [unison-runtime] 266 | pattern Doc2Paragraph ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ParagraphId -> True))) (Term.List' (toList -> ds))
  200. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  201. 2347.96 s [unison-runtime]
  202. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:268:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  203. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  204. 2347.96 s [unison-runtime] pattern Doc2BulletedList :: forall {typeVar} {typeAnn} {patternAnn}
  205. 2347.96 s [unison-runtime] {v} {a}.
  206. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  207. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  208. 2347.96 s [unison-runtime] |
  209. 2347.96 s [unison-runtime] 268 | pattern Doc2BulletedList ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BulletedListId -> True))) (Term.List' (toList -> ds))
  210. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  211. 2347.96 s [unison-runtime]
  212. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:270:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  213. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  214. 2347.96 s [unison-runtime] pattern Doc2NumberedList :: forall {typeVar} {typeAnn} {patternAnn}
  215. 2347.96 s [unison-runtime] {v} {a}.
  216. 2347.96 s [unison-runtime] Word64
  217. 2347.96 s [unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  218. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  219. 2347.96 s [unison-runtime] |
  220. 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)]
  221. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  222. 2347.96 s [unison-runtime]
  223. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:272:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  224. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  225. 2347.96 s [unison-runtime] pattern Doc2Section :: forall {typeVar} {typeAnn} {patternAnn} {v}
  226. 2347.96 s [unison-runtime] {a}.
  227. 2347.96 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  228. 2347.96 s [unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  229. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  230. 2347.96 s [unison-runtime] |
  231. 2347.96 s [unison-runtime] 272 | pattern Doc2Section title ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionId -> True))) [title, Term.List' (toList -> ds)]
  232. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  233. 2347.96 s [unison-runtime]
  234. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:274:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  235. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  236. 2347.96 s [unison-runtime] pattern Doc2NamedLink :: forall {typeVar} {typeAnn} {patternAnn}
  237. 2347.96 s [unison-runtime] {v} {a}.
  238. 2347.96 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  239. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  240. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  241. 2347.96 s [unison-runtime] |
  242. 2347.96 s [unison-runtime] 274 | pattern Doc2NamedLink name dest <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NamedLinkId -> True))) [name, dest]
  243. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  244. 2347.96 s [unison-runtime]
  245. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:276:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  246. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  247. 2347.96 s [unison-runtime] pattern Doc2Image :: forall {typeVar} {typeAnn} {patternAnn} {v}
  248. 2347.96 s [unison-runtime] {a}.
  249. 2347.96 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  250. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  251. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  252. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  253. 2347.96 s [unison-runtime] |
  254. 2347.96 s [unison-runtime] 276 | pattern Doc2Image alt link caption <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ImageId -> True))) [alt, link, caption]
  255. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  256. 2347.96 s [unison-runtime]
  257. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:278:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  258. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  259. 2347.96 s [unison-runtime] pattern Doc2Special :: forall {typeVar} {typeAnn} {patternAnn} {v}
  260. 2347.96 s [unison-runtime] {a}.
  261. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  262. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  263. 2347.96 s [unison-runtime] |
  264. 2347.96 s [unison-runtime] 278 | pattern Doc2Special sf <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SpecialId -> True))) sf
  265. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  266. 2347.96 s [unison-runtime]
  267. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:280:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  268. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  269. 2347.96 s [unison-runtime] pattern Doc2Join :: forall {typeVar} {typeAnn} {patternAnn} {v}
  270. 2347.96 s [unison-runtime] {a}.
  271. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  272. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  273. 2347.96 s [unison-runtime] |
  274. 2347.96 s [unison-runtime] 280 | pattern Doc2Join ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2JoinId -> True))) (Term.List' (toList -> ds))
  275. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  276. 2347.96 s [unison-runtime]
  277. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:282:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  278. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  279. 2347.96 s [unison-runtime] pattern Doc2UntitledSection :: forall {typeVar} {typeAnn}
  280. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  281. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  282. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  283. 2347.96 s [unison-runtime] |
  284. 2347.96 s [unison-runtime] 282 | pattern Doc2UntitledSection ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2UntitledSectionId -> True))) (Term.List' (toList -> ds))
  285. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  286. 2347.96 s [unison-runtime]
  287. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:284:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  288. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  289. 2347.96 s [unison-runtime] pattern Doc2Column :: forall {typeVar} {typeAnn} {patternAnn} {v}
  290. 2347.96 s [unison-runtime] {a}.
  291. 2347.96 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  292. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  293. 2347.96 s [unison-runtime] |
  294. 2347.96 s [unison-runtime] 284 | pattern Doc2Column ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ColumnId -> True))) (Term.List' (toList -> ds))
  295. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  296. 2347.96 s [unison-runtime]
  297. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:286:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  298. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  299. 2347.96 s [unison-runtime] pattern Doc2Group :: forall {typeVar} {typeAnn} {patternAnn} {v}
  300. 2347.96 s [unison-runtime] {a}.
  301. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  302. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  303. 2347.96 s [unison-runtime] |
  304. 2347.96 s [unison-runtime] 286 | pattern Doc2Group d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2GroupId -> True))) d
  305. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  306. 2347.96 s [unison-runtime]
  307. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:288:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  308. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  309. 2347.96 s [unison-runtime] pattern Doc2SpecialFormRef :: R.Reference
  310. 2347.96 s [unison-runtime] |
  311. 2347.96 s [unison-runtime] 288 | pattern Doc2SpecialFormRef <- ((== doc2SpecialFormRef) -> True)
  312. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  313. 2347.96 s [unison-runtime]
  314. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:312:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  315. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  316. 2347.96 s [unison-runtime] pattern Doc2SpecialFormSource :: forall {typeVar} {typeAnn}
  317. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  318. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  319. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  320. 2347.96 s [unison-runtime] |
  321. 2347.96 s [unison-runtime] 312 | pattern Doc2SpecialFormSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSourceId -> True))) tm
  322. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  323. 2347.96 s [unison-runtime]
  324. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:314:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  325. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  326. 2347.96 s [unison-runtime] pattern Doc2SpecialFormFoldedSource :: forall {typeVar} {typeAnn}
  327. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  328. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  329. 2347.96 s [unison-runtime] -> U.Core.ABT.Term
  330. 2347.96 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  331. 2347.96 s [unison-runtime] |
  332. 2347.96 s [unison-runtime] 314 | pattern Doc2SpecialFormFoldedSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormFoldedSourceId -> True))) tm
  333. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  334. 2347.96 s [unison-runtime]
  335. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:316:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  336. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  337. 2347.96 s [unison-runtime] pattern Doc2SpecialFormExample :: forall {typeVar} {typeAnn}
  338. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  339. 2347.96 s [unison-runtime] Word64
  340. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  341. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  342. 2347.96 s [unison-runtime] |
  343. 2347.96 s [unison-runtime] 316 | pattern Doc2SpecialFormExample n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleId -> True))) [Term.Nat' n, tm]
  344. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  345. 2347.96 s [unison-runtime]
  346. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:318:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  347. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  348. 2347.96 s [unison-runtime] pattern Doc2SpecialFormExampleBlock :: forall {typeVar} {typeAnn}
  349. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  350. 2347.96 s [unison-runtime] Word64
  351. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  352. 2347.96 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  353. 2347.96 s [unison-runtime] |
  354. 2347.96 s [unison-runtime] 318 | pattern Doc2SpecialFormExampleBlock n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleBlockId -> True))) [Term.Nat' n, tm]
  355. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  356. 2347.96 s [unison-runtime]
  357. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:320:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  358. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  359. 2347.96 s [unison-runtime] pattern Doc2SpecialFormLink :: forall {typeVar} {typeAnn}
  360. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  361. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  362. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  363. 2347.96 s [unison-runtime] |
  364. 2347.96 s [unison-runtime] 320 | pattern Doc2SpecialFormLink tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormLinkId -> True))) tm
  365. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  366. 2347.96 s [unison-runtime]
  367. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:322:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  368. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  369. 2347.96 s [unison-runtime] pattern Doc2SpecialFormSignature :: forall {typeVar} {typeAnn}
  370. 2347.96 s [unison-runtime] {patternAnn} {v} {a}.
  371. 2347.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  372. 2347.96 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  373. 2347.96 s [unison-runtime] |
  374. 2347.96 s [unison-runtime] 322 | pattern Doc2SpecialFormSignature tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureId -> True))) tm
  375. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  376. 2347.96 s [unison-runtime]
  377. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:324:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  378. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  379. 2347.96 s [unison-runtime] pattern Doc2SpecialFormSignatureInline :: forall {typeVar}
  380. 2347.96 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  381. 2347.96 s [unison-runtime] U.Core.ABT.Term
  382. 2347.96 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  383. 2347.96 s [unison-runtime] -> U.Core.ABT.Term
  384. 2347.96 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  385. 2347.96 s [unison-runtime] |
  386. 2347.96 s [unison-runtime] 324 | pattern Doc2SpecialFormSignatureInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureInlineId -> True))) tm
  387. 2347.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  388. 2347.96 s [unison-runtime]
  389. 2347.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:326:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  390. 2347.96 s [unison-runtime] Pattern synonym with no type signature:
  391. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEval :: forall {typeVar} {typeAnn}
  392. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  393. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  394. 2347.97 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  395. 2347.97 s [unison-runtime] |
  396. 2347.97 s [unison-runtime] 326 | pattern Doc2SpecialFormEval tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalId -> True))) tm
  397. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  398. 2347.97 s [unison-runtime]
  399. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:328:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  400. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  401. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEvalInline :: forall {typeVar} {typeAnn}
  402. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  403. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  404. 2347.97 s [unison-runtime] -> U.Core.ABT.Term
  405. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  406. 2347.97 s [unison-runtime] |
  407. 2347.97 s [unison-runtime] 328 | pattern Doc2SpecialFormEvalInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalInlineId -> True))) tm
  408. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  409. 2347.97 s [unison-runtime]
  410. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:330:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  411. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  412. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbed :: forall {typeVar} {typeAnn}
  413. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  414. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  415. 2347.97 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  416. 2347.97 s [unison-runtime] |
  417. 2347.97 s [unison-runtime] 330 | pattern Doc2SpecialFormEmbed any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedId -> True))) any
  418. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  419. 2347.97 s [unison-runtime]
  420. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:332:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  421. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  422. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbedInline :: forall {typeVar} {typeAnn}
  423. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  424. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  425. 2347.97 s [unison-runtime] -> U.Core.ABT.Term
  426. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  427. 2347.97 s [unison-runtime] |
  428. 2347.97 s [unison-runtime] 332 | pattern Doc2SpecialFormEmbedInline any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedInlineId -> True))) any
  429. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  430. 2347.97 s [unison-runtime]
  431. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:334:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  432. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  433. 2347.97 s [unison-runtime] pattern Doc2MediaSource :: forall {typeVar} {typeAnn} {patternAnn}
  434. 2347.97 s [unison-runtime] {v} {a}.
  435. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  436. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  437. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  438. 2347.97 s [unison-runtime] |
  439. 2347.97 s [unison-runtime] 334 | pattern Doc2MediaSource src mimeType <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2MediaSourceRef _)) [src, mimeType]
  440. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  441. 2347.97 s [unison-runtime]
  442. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:336:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  443. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  444. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbedVideo :: forall {typeVar} {typeAnn}
  445. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  446. 2347.97 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  447. 2347.97 s [unison-runtime] -> [U.Core.ABT.Term
  448. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
  449. 2347.97 s [unison-runtime] -> U.Core.ABT.Term
  450. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  451. 2347.97 s [unison-runtime] |
  452. 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)]))
  453. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  454. 2347.97 s [unison-runtime]
  455. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:338:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  456. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  457. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbedFrontMatter :: forall {typeVar}
  458. 2347.97 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  459. 2347.97 s [unison-runtime] [U.Core.ABT.Term
  460. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
  461. 2347.97 s [unison-runtime] -> U.Core.ABT.Term
  462. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  463. 2347.97 s [unison-runtime] |
  464. 2347.97 s [unison-runtime] 338 | pattern Doc2SpecialFormEmbedFrontMatter frontMatter <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2FrontMatterRef _)) (Term.List' (toList -> frontMatter))))
  465. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  466. 2347.97 s [unison-runtime]
  467. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:340:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  468. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  469. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbedLaTeXInline :: forall {typeVar}
  470. 2347.97 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  471. 2347.97 s [unison-runtime] Text
  472. 2347.97 s [unison-runtime] -> U.Core.ABT.Term
  473. 2347.97 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  474. 2347.97 s [unison-runtime] |
  475. 2347.97 s [unison-runtime] 340 | pattern Doc2SpecialFormEmbedLaTeXInline latex <- Doc2SpecialFormEmbedInline (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2LaTeXInlineRef _)) (Term.Text' latex)))
  476. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  477. 2347.97 s [unison-runtime]
  478. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:342:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  479. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  480. 2347.97 s [unison-runtime] pattern Doc2SpecialFormEmbedSvg :: forall {typeVar} {typeAnn}
  481. 2347.97 s [unison-runtime] {patternAnn} {v} {a}.
  482. 2347.97 s [unison-runtime] Text
  483. 2347.97 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  484. 2347.97 s [unison-runtime] |
  485. 2347.97 s [unison-runtime] 342 | pattern Doc2SpecialFormEmbedSvg svg <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2SvgRef _)) (Term.Text' svg)))
  486. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  487. 2347.97 s [unison-runtime]
  488. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:346:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  489. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  490. 2347.97 s [unison-runtime] pattern Doc2Example :: forall {vt} {at} {ap} {v} {a}.
  491. 2347.97 s [unison-runtime] [v]
  492. 2347.97 s [unison-runtime] -> Term.Term2 vt at ap v a -> U.Core.ABT.Term (Term.F vt at ap) v a
  493. 2347.97 s [unison-runtime] |
  494. 2347.97 s [unison-runtime] 346 | pattern Doc2Example vs body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ (Term.LamsNamedOpt' vs body)))
  495. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  496. 2347.97 s [unison-runtime]
  497. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:349:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  498. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  499. 2347.97 s [unison-runtime] pattern Doc2Term :: forall {typeVar} {typeAnn} {patternAnn} {v}
  500. 2347.97 s [unison-runtime] {a}.
  501. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  502. 2347.97 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  503. 2347.97 s [unison-runtime] |
  504. 2347.97 s [unison-runtime] 349 | pattern Doc2Term body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ body))
  505. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  506. 2347.97 s [unison-runtime]
  507. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:351:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  508. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  509. 2347.97 s [unison-runtime] pattern Doc2TermRef :: R.Reference
  510. 2347.97 s [unison-runtime] |
  511. 2347.97 s [unison-runtime] 351 | pattern Doc2TermRef <- ((== doc2TermRef) -> True)
  512. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  513. 2347.97 s [unison-runtime]
  514. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:353:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  515. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  516. 2347.97 s [unison-runtime] pattern PrettyAnnotatedRef :: R.Reference
  517. 2347.97 s [unison-runtime] |
  518. 2347.97 s [unison-runtime] 353 | pattern PrettyAnnotatedRef <- ((== prettyAnnotatedRef) -> True)
  519. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  520. 2347.97 s [unison-runtime]
  521. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:371:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  522. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  523. 2347.97 s [unison-runtime] pattern PrettyEmpty :: forall {typeVar} {typeAnn} {patternAnn} {v}
  524. 2347.97 s [unison-runtime] {a}.
  525. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  526. 2347.97 s [unison-runtime] |
  527. 2347.97 s [unison-runtime] 371 | pattern PrettyEmpty <- Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyEmptyId -> True))
  528. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  529. 2347.97 s [unison-runtime]
  530. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:373:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  531. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  532. 2347.97 s [unison-runtime] pattern PrettyGroup :: forall {typeVar} {typeAnn} {patternAnn} {v}
  533. 2347.97 s [unison-runtime] {a}.
  534. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  535. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  536. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  537. 2347.97 s [unison-runtime] |
  538. 2347.97 s [unison-runtime] 373 | pattern PrettyGroup ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyGroupId -> True))) [ann, tm]
  539. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  540. 2347.97 s [unison-runtime]
  541. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:375:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  542. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  543. 2347.97 s [unison-runtime] pattern PrettyLit :: forall {typeVar} {typeAnn} {patternAnn} {v}
  544. 2347.97 s [unison-runtime] {a}.
  545. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  546. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  547. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  548. 2347.97 s [unison-runtime] |
  549. 2347.97 s [unison-runtime] 375 | pattern PrettyLit ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyLitId -> True))) [ann, tm]
  550. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  551. 2347.97 s [unison-runtime]
  552. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:377:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  553. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  554. 2347.97 s [unison-runtime] pattern PrettyWrap :: forall {typeVar} {typeAnn} {patternAnn} {v}
  555. 2347.97 s [unison-runtime] {a}.
  556. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  557. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  558. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  559. 2347.97 s [unison-runtime] |
  560. 2347.97 s [unison-runtime] 377 | pattern PrettyWrap ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyWrapId -> True))) [ann, tm]
  561. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  562. 2347.97 s [unison-runtime]
  563. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:379:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  564. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  565. 2347.97 s [unison-runtime] pattern PrettyIndent :: forall {typeVar} {typeAnn} {patternAnn} {v}
  566. 2347.97 s [unison-runtime] {a}.
  567. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  568. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  569. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  570. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  571. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  572. 2347.97 s [unison-runtime] |
  573. 2347.97 s [unison-runtime] 379 | pattern PrettyIndent ann i0 i1 tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyIndentId -> True))) [ann, i0, i1, tm]
  574. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  575. 2347.97 s [unison-runtime]
  576. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:381:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  577. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  578. 2347.97 s [unison-runtime] pattern PrettyOrElse :: forall {typeVar} {typeAnn} {patternAnn} {v}
  579. 2347.97 s [unison-runtime] {a}.
  580. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  581. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  582. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  583. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  584. 2347.97 s [unison-runtime] |
  585. 2347.97 s [unison-runtime] 381 | pattern PrettyOrElse ann p1 p2 <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyOrElseId -> True))) [ann, p1, p2]
  586. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  587. 2347.97 s [unison-runtime]
  588. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:383:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  589. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  590. 2347.97 s [unison-runtime] pattern PrettyTable :: forall {typeVar} {typeAnn} {patternAnn} {v}
  591. 2347.97 s [unison-runtime] {a}.
  592. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  593. 2347.97 s [unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
  594. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  595. 2347.97 s [unison-runtime] |
  596. 2347.97 s [unison-runtime] 383 | pattern PrettyTable ann rows <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyTableId -> True))) [ann, Term.List' rows]
  597. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  598. 2347.97 s [unison-runtime]
  599. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:385:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  600. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  601. 2347.97 s [unison-runtime] pattern PrettyAppend :: forall {typeVar} {typeAnn} {patternAnn} {v}
  602. 2347.97 s [unison-runtime] {a}.
  603. 2347.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  604. 2347.97 s [unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
  605. 2347.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  606. 2347.97 s [unison-runtime] |
  607. 2347.97 s [unison-runtime] 385 | pattern PrettyAppend ann tms <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyAppendId -> True))) [ann, Term.List' tms]
  608. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  609. 2347.97 s [unison-runtime]
  610. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:387:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  611. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  612. 2347.97 s [unison-runtime] pattern PrettyRef :: R.Reference
  613. 2347.97 s [unison-runtime] |
  614. 2347.97 s [unison-runtime] 387 | pattern PrettyRef <- ((== prettyRef) -> True)
  615. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  616. 2347.97 s [unison-runtime]
  617. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:393:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  618. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  619. 2347.97 s [unison-runtime] pattern AnsiColorRef :: R.Reference
  620. 2347.97 s [unison-runtime] |
  621. 2347.97 s [unison-runtime] 393 | pattern AnsiColorRef <- ((== ansiColorRef) -> True)
  622. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  623. 2347.97 s [unison-runtime]
  624. 2347.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:433:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  625. 2347.97 s [unison-runtime] Pattern synonym with no type signature:
  626. 2347.97 s [unison-runtime] pattern AnsiColorBlack :: forall {typeVar} {typeAnn} {patternAnn}
  627. 2347.97 s [unison-runtime] {v} {a}.
  628. 2347.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  629. 2347.97 s [unison-runtime] |
  630. 2347.97 s [unison-runtime] 433 | pattern AnsiColorBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlackId -> True))
  631. 2347.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  632. 2347.97 s [unison-runtime]
  633. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:435:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  634. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  635. 2347.98 s [unison-runtime] pattern AnsiColorRed :: forall {typeVar} {typeAnn} {patternAnn} {v}
  636. 2347.98 s [unison-runtime] {a}.
  637. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  638. 2347.98 s [unison-runtime] |
  639. 2347.98 s [unison-runtime] 435 | pattern AnsiColorRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorRedId -> True))
  640. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  641. 2347.98 s [unison-runtime]
  642. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:437:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  643. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  644. 2347.98 s [unison-runtime] pattern AnsiColorGreen :: forall {typeVar} {typeAnn} {patternAnn}
  645. 2347.98 s [unison-runtime] {v} {a}.
  646. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  647. 2347.98 s [unison-runtime] |
  648. 2347.98 s [unison-runtime] 437 | pattern AnsiColorGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorGreenId -> True))
  649. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  650. 2347.98 s [unison-runtime]
  651. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:439:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  652. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  653. 2347.98 s [unison-runtime] pattern AnsiColorYellow :: forall {typeVar} {typeAnn} {patternAnn}
  654. 2347.98 s [unison-runtime] {v} {a}.
  655. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  656. 2347.98 s [unison-runtime] |
  657. 2347.98 s [unison-runtime] 439 | pattern AnsiColorYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorYellowId -> True))
  658. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  659. 2347.98 s [unison-runtime]
  660. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:441:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  661. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  662. 2347.98 s [unison-runtime] pattern AnsiColorBlue :: forall {typeVar} {typeAnn} {patternAnn}
  663. 2347.98 s [unison-runtime] {v} {a}.
  664. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  665. 2347.98 s [unison-runtime] |
  666. 2347.98 s [unison-runtime] 441 | pattern AnsiColorBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlueId -> True))
  667. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  668. 2347.98 s [unison-runtime]
  669. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:443:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  670. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  671. 2347.98 s [unison-runtime] pattern AnsiColorMagenta :: forall {typeVar} {typeAnn} {patternAnn}
  672. 2347.98 s [unison-runtime] {v} {a}.
  673. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  674. 2347.98 s [unison-runtime] |
  675. 2347.98 s [unison-runtime] 443 | pattern AnsiColorMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorMagentaId -> True))
  676. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  677. 2347.98 s [unison-runtime]
  678. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:445:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  679. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  680. 2347.98 s [unison-runtime] pattern AnsiColorCyan :: forall {typeVar} {typeAnn} {patternAnn}
  681. 2347.98 s [unison-runtime] {v} {a}.
  682. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  683. 2347.98 s [unison-runtime] |
  684. 2347.98 s [unison-runtime] 445 | pattern AnsiColorCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorCyanId -> True))
  685. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  686. 2347.98 s [unison-runtime]
  687. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:447:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  688. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  689. 2347.98 s [unison-runtime] pattern AnsiColorWhite :: forall {typeVar} {typeAnn} {patternAnn}
  690. 2347.98 s [unison-runtime] {v} {a}.
  691. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  692. 2347.98 s [unison-runtime] |
  693. 2347.98 s [unison-runtime] 447 | pattern AnsiColorWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorWhiteId -> True))
  694. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  695. 2347.98 s [unison-runtime]
  696. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:449:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  697. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  698. 2347.98 s [unison-runtime] pattern AnsiColorBrightBlack :: forall {typeVar} {typeAnn}
  699. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  700. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  701. 2347.98 s [unison-runtime] |
  702. 2347.98 s [unison-runtime] 449 | pattern AnsiColorBrightBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlackId -> True))
  703. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  704. 2347.98 s [unison-runtime]
  705. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:451:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  706. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  707. 2347.98 s [unison-runtime] pattern AnsiColorBrightRed :: forall {typeVar} {typeAnn}
  708. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  709. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  710. 2347.98 s [unison-runtime] |
  711. 2347.98 s [unison-runtime] 451 | pattern AnsiColorBrightRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightRedId -> True))
  712. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  713. 2347.98 s [unison-runtime]
  714. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:453:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  715. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  716. 2347.98 s [unison-runtime] pattern AnsiColorBrightGreen :: forall {typeVar} {typeAnn}
  717. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  718. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  719. 2347.98 s [unison-runtime] |
  720. 2347.98 s [unison-runtime] 453 | pattern AnsiColorBrightGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightGreenId -> True))
  721. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  722. 2347.98 s [unison-runtime]
  723. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:455:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  724. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  725. 2347.98 s [unison-runtime] pattern AnsiColorBrightYellow :: forall {typeVar} {typeAnn}
  726. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  727. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  728. 2347.98 s [unison-runtime] |
  729. 2347.98 s [unison-runtime] 455 | pattern AnsiColorBrightYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightYellowId -> True))
  730. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  731. 2347.98 s [unison-runtime]
  732. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:457:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  733. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  734. 2347.98 s [unison-runtime] pattern AnsiColorBrightBlue :: forall {typeVar} {typeAnn}
  735. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  736. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  737. 2347.98 s [unison-runtime] |
  738. 2347.98 s [unison-runtime] 457 | pattern AnsiColorBrightBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlueId -> True))
  739. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  740. 2347.98 s [unison-runtime]
  741. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:459:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  742. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  743. 2347.98 s [unison-runtime] pattern AnsiColorBrightMagenta :: forall {typeVar} {typeAnn}
  744. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  745. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  746. 2347.98 s [unison-runtime] |
  747. 2347.98 s [unison-runtime] 459 | pattern AnsiColorBrightMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightMagentaId -> True))
  748. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  749. 2347.98 s [unison-runtime]
  750. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:461:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  751. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  752. 2347.98 s [unison-runtime] pattern AnsiColorBrightCyan :: forall {typeVar} {typeAnn}
  753. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  754. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  755. 2347.98 s [unison-runtime] |
  756. 2347.98 s [unison-runtime] 461 | pattern AnsiColorBrightCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightCyanId -> True))
  757. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  758. 2347.98 s [unison-runtime]
  759. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:463:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  760. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  761. 2347.98 s [unison-runtime] pattern AnsiColorBrightWhite :: forall {typeVar} {typeAnn}
  762. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  763. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  764. 2347.98 s [unison-runtime] |
  765. 2347.98 s [unison-runtime] 463 | pattern AnsiColorBrightWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightWhiteId -> True))
  766. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  767. 2347.98 s [unison-runtime]
  768. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:465:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  769. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  770. 2347.98 s [unison-runtime] pattern ConsoleTextRef :: R.Reference
  771. 2347.98 s [unison-runtime] |
  772. 2347.98 s [unison-runtime] 465 | pattern ConsoleTextRef <- ((== consoleTextRef) -> True)
  773. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  774. 2347.98 s [unison-runtime]
  775. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:479:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  776. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  777. 2347.98 s [unison-runtime] pattern ConsoleTextPlain :: forall {typeVar} {typeAnn} {patternAnn}
  778. 2347.98 s [unison-runtime] {v} {a}.
  779. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  780. 2347.98 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  781. 2347.98 s [unison-runtime] |
  782. 2347.98 s [unison-runtime] 479 | pattern ConsoleTextPlain txt <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextPlainId -> True))) txt
  783. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  784. 2347.98 s [unison-runtime]
  785. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:481:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  786. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  787. 2347.98 s [unison-runtime] pattern ConsoleTextForeground :: forall {typeVar} {typeAnn}
  788. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  789. 2347.98 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  790. 2347.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  791. 2347.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  792. 2347.98 s [unison-runtime] |
  793. 2347.98 s [unison-runtime] 481 | pattern ConsoleTextForeground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextForegroundId -> True))) [color, ct]
  794. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  795. 2347.98 s [unison-runtime]
  796. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:483:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  797. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  798. 2347.98 s [unison-runtime] pattern ConsoleTextBackground :: forall {typeVar} {typeAnn}
  799. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  800. 2347.98 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  801. 2347.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  802. 2347.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  803. 2347.98 s [unison-runtime] |
  804. 2347.98 s [unison-runtime] 483 | pattern ConsoleTextBackground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBackgroundId -> True))) [color, ct]
  805. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  806. 2347.98 s [unison-runtime]
  807. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:485:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  808. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  809. 2347.98 s [unison-runtime] pattern ConsoleTextBold :: forall {typeVar} {typeAnn} {patternAnn}
  810. 2347.98 s [unison-runtime] {v} {a}.
  811. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  812. 2347.98 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  813. 2347.98 s [unison-runtime] |
  814. 2347.98 s [unison-runtime] 485 | pattern ConsoleTextBold ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBoldId -> True))) ct
  815. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  816. 2347.98 s [unison-runtime]
  817. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:487:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  818. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  819. 2347.98 s [unison-runtime] pattern ConsoleTextUnderline :: forall {typeVar} {typeAnn}
  820. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  821. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  822. 2347.98 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  823. 2347.98 s [unison-runtime] |
  824. 2347.98 s [unison-runtime] 487 | pattern ConsoleTextUnderline ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextUnderlineId -> True))) ct
  825. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  826. 2347.98 s [unison-runtime]
  827. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:489:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  828. 2347.98 s [unison-runtime] Pattern synonym with no type signature:
  829. 2347.98 s [unison-runtime] pattern ConsoleTextInvert :: forall {typeVar} {typeAnn}
  830. 2347.98 s [unison-runtime] {patternAnn} {v} {a}.
  831. 2347.98 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  832. 2347.98 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  833. 2347.98 s [unison-runtime] |
  834. 2347.98 s [unison-runtime] 489 | pattern ConsoleTextInvert ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextInvertId -> True))) ct
  835. 2347.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  836. 2347.98 s [unison-runtime]
  837. 2347.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:1025:11: warning: [GHC-63397] [-Wname-shadowing]
  838. 2347.98 s [unison-runtime] This binding for ‘source’ shadows the existing binding
  839. 2347.98 s [unison-runtime] defined at src/Unison/Runtime/IOSource.hs:533:1
  840. 2347.98 s [unison-runtime] |
  841. 2347.98 s [unison-runtime] 1025 | showNotes source env notes =
  842. 2347.98 s [unison-runtime] | ^^^^^^
  843. 2347.98 s [unison-runtime]
  844. 2349.00 s [unison-runtime] [10 of 40] Compiling Unison.Runtime.InternalError ( src/Unison/Runtime/InternalError.hs, dist/build/Unison/Runtime/InternalError.p_o )
  845. 2349.00 s [unison-runtime] [11 of 40] Compiling Unison.Runtime.Pattern ( src/Unison/Runtime/Pattern.hs, dist/build/Unison/Runtime/Pattern.p_o )
  846. 2349.00 s [unison-runtime] src/Unison/Runtime/Pattern.hs:523:13: warning: [GHC-63397] [-Wname-shadowing]
  847. 2349.00 s [unison-runtime] This binding for ‘from’ shadows the existing binding
  848. 2349.00 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Pattern.hs:37:1-36
  849. 2349.00 s [unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  850. 2349.00 s [unison-runtime] |
  851. 2349.00 s [unison-runtime] 523 | renameTo to from = modify . fmap $ insertWith (internalBug [3625, 4463] "renameTo: duplicate rename") from to
  852. 2349.00 s [unison-runtime] | ^^^^
  853. 2349.00 s [unison-runtime]
  854. 2349.00 s [unison-runtime] src/Unison/Runtime/Pattern.hs:548:6: warning: [GHC-63397] [-Wname-shadowing]
  855. 2349.00 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  856. 2349.00 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:536:34
  857. 2349.00 s [unison-runtime] |
  858. 2349.00 s [unison-runtime] 548 | (op, p, q) -> P.SequenceOp a p op q
  859. 2349.00 s [unison-runtime] | ^^
  860. 2349.00 s [unison-runtime]
  861. 2349.00 s [unison-runtime] src/Unison/Runtime/Pattern.hs:666:23: warning: [GHC-63397] [-Wname-shadowing]
  862. 2349.00 s [unison-runtime] This binding for ‘rows’ shadows the existing binding
  863. 2349.00 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:664:26
  864. 2349.00 s [unison-runtime] |
  865. 2349.00 s [unison-runtime] 666 | search acc (row : rows)
  866. 2349.00 s [unison-runtime] | ^^^^
  867. 2349.00 s [unison-runtime]
  868. 2349.00 s [unison-runtime] src/Unison/Runtime/Pattern.hs:743:10: warning: [GHC-63397] [-Wname-shadowing]
  869. 2349.00 s [unison-runtime] This binding for ‘w’ shadows the existing binding
  870. 2349.00 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:742:12
  871. 2349.00 s [unison-runtime] |
  872. 2349.00 s [unison-runtime] 743 | (p, (w, [], rn)) ->
  873. 2349.00 s [unison-runtime] | ^
  874. 2349.00 s [unison-runtime]
  875. 2349.00 s [unison-runtime] src/Unison/Runtime/Pattern.hs:752:22: warning: [GHC-63397] [-Wname-shadowing]
  876. 2349.00 s [unison-runtime] This binding for ‘g’ shadows the existing binding
  877. 2349.00 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:751:5
  878. 2349.00 s [unison-runtime] |
  879. 2349.00 s [unison-runtime] 752 | Just (AbsN' us g)
  880. 2349.00 s [unison-runtime] | ^
  881. 2349.00 s [unison-runtime]
  882. 2349.01 s [unison-runtime] [12 of 40] Compiling Unison.Runtime.Referenced ( src/Unison/Runtime/Referenced.hs, dist/build/Unison/Runtime/Referenced.p_o )
  883. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:144:13: warning: [GHC-63397] [-Wname-shadowing]
  884. 2349.01 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  885. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  886. 2349.01 s [unison-runtime] |
  887. 2349.01 s [unison-runtime] 144 | Novel canon -> updated r canon
  888. 2349.01 s [unison-runtime] | ^^^^^
  889. 2349.01 s [unison-runtime]
  890. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:145:20: warning: [GHC-63397] [-Wname-shadowing]
  891. 2349.01 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  892. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  893. 2349.01 s [unison-runtime] |
  894. 2349.01 s [unison-runtime] 145 | Equivalent s canon ->
  895. 2349.01 s [unison-runtime] | ^^^^^
  896. 2349.01 s [unison-runtime]
  897. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:150:12: warning: [GHC-63397] [-Wname-shadowing]
  898. 2349.01 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  899. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:137:27
  900. 2349.01 s [unison-runtime] |
  901. 2349.01 s [unison-runtime] 150 | look r = lookup r (if isTy then tym else tmm)
  902. 2349.01 s [unison-runtime] | ^
  903. 2349.01 s [unison-runtime]
  904. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:152:17: warning: [GHC-63397] [-Wname-shadowing]
  905. 2349.01 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  906. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  907. 2349.01 s [unison-runtime] |
  908. 2349.01 s [unison-runtime] 152 | updated s canon = do
  909. 2349.01 s [unison-runtime] | ^^^^^
  910. 2349.01 s [unison-runtime]
  911. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:153:9: warning: [GHC-63397] [-Wname-shadowing]
  912. 2349.01 s [unison-runtime] This binding for ‘tym’ shadows the existing binding
  913. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:17
  914. 2349.01 s [unison-runtime] |
  915. 2349.01 s [unison-runtime] 153 | tym <- if isTy then insert s rn tym else pure tym
  916. 2349.01 s [unison-runtime] | ^^^
  917. 2349.01 s [unison-runtime]
  918. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:154:9: warning: [GHC-63397] [-Wname-shadowing]
  919. 2349.01 s [unison-runtime] This binding for ‘tmm’ shadows the existing binding
  920. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:21
  921. 2349.01 s [unison-runtime] |
  922. 2349.01 s [unison-runtime] 154 | tmm <- if isTy then pure tmm else insert s rn tmm
  923. 2349.01 s [unison-runtime] | ^^^
  924. 2349.01 s [unison-runtime]
  925. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:155:9: warning: [GHC-63397] [-Wname-shadowing]
  926. 2349.01 s [unison-runtime] This binding for ‘tys’ shadows the existing binding
  927. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:25
  928. 2349.01 s [unison-runtime] |
  929. 2349.01 s [unison-runtime] 155 | tys <- pure $ if isTy then tys |> s else tys
  930. 2349.01 s [unison-runtime] | ^^^
  931. 2349.01 s [unison-runtime]
  932. 2349.01 s [unison-runtime] src/Unison/Runtime/Referenced.hs:156:9: warning: [GHC-63397] [-Wname-shadowing]
  933. 2349.01 s [unison-runtime] This binding for ‘tms’ shadows the existing binding
  934. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:29
  935. 2349.01 s [unison-runtime] |
  936. 2349.01 s [unison-runtime] 156 | tms <- pure $ if isTy then tms else tms |> s
  937. 2349.01 s [unison-runtime] | ^^^
  938. 2349.01 s [unison-runtime]
  939. 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 )
  940. 2349.01 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:160:9: warning: [GHC-63397] [-Wname-shadowing]
  941. 2349.01 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  942. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
  943. 2349.01 s [unison-runtime] |
  944. 2349.01 s [unison-runtime] 160 | acc <- acc .|. (m !<<. sh) =
  945. 2349.01 s [unison-runtime] | ^^^
  946. 2349.01 s [unison-runtime]
  947. 2349.01 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:163:9: warning: [GHC-63397] [-Wname-shadowing]
  948. 2349.01 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  949. 2349.01 s [unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
  950. 2349.01 s [unison-runtime] |
  951. 2349.01 s [unison-runtime] 163 | acc <- acc .|. (clearBit m 7 !<<. sh) =
  952. 2349.01 s [unison-runtime] | ^^^
  953. 2349.01 s [unison-runtime]
  954. 2349.01 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:283:21: warning: [GHC-63397] [-Wname-shadowing]
  955. 2349.01 s [unison-runtime] This binding for ‘snoc’ shadows the existing binding
  956. 2349.01 s [unison-runtime] imported from ‘Data.ByteString’ at src/Unison/Runtime/Serialize/Get.hs:38:1-28
  957. 2349.01 s [unison-runtime] |
  958. 2349.01 s [unison-runtime] 283 | getAccumulating nil snoc finish = \ga -> Get \bs ix ->
  959. 2349.02 s [unison-runtime] | ^^^^
  960. 2349.02 s [unison-runtime]
  961. 2349.02 s [unison-runtime] [14 of 40] Compiling Unison.Runtime.SparseVector ( src/Unison/Runtime/SparseVector.hs, dist/build/Unison/Runtime/SparseVector.p_o )
  962. 2349.02 s [unison-runtime] [15 of 40] Compiling Unison.Runtime.TypeTags ( src/Unison/Runtime/TypeTags.hs, dist/build/Unison/Runtime/TypeTags.p_o )
  963. 2349.02 s [unison-runtime] src/Unison/Runtime/TypeTags.hs:456:38: warning: [GHC-63397] [-Wname-shadowing]
  964. 2349.02 s [unison-runtime] This binding for ‘floatTag’ shadows the existing binding
  965. 2349.02 s [unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:248:1
  966. 2349.02 s [unison-runtime] |
  967. 2349.02 s [unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
  968. 2349.02 s [unison-runtime] | ^^^^^^^^
  969. 2349.02 s [unison-runtime]
  970. 2349.02 s [unison-runtime] src/Unison/Runtime/TypeTags.hs:456:93: warning: [GHC-63397] [-Wname-shadowing]
  971. 2349.02 s [unison-runtime] This binding for ‘intTag’ shadows the existing binding
  972. 2349.02 s [unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:254:1
  973. 2349.02 s [unison-runtime] |
  974. 2349.02 s [unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
  975. 2349.02 s [unison-runtime] | ^^^^^^
  976. 2349.02 s [unison-runtime]
  977. 2349.02 s [unison-runtime] [16 of 40] Compiling Unison.Runtime.ANF ( src/Unison/Runtime/ANF.hs, dist/build/Unison/Runtime/ANF.p_o )
  978. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:153:5: warning: [GHC-63397] [-Wname-shadowing]
  979. 2349.02 s [unison-runtime] This binding for ‘trace’ shadows the existing binding
  980. 2349.02 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  981. 2349.02 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Debug.Trace’)
  982. 2349.02 s [unison-runtime] |
  983. 2349.02 s [unison-runtime] 153 | trace acc
  984. 2349.02 s [unison-runtime] | ^^^^^
  985. 2349.02 s [unison-runtime]
  986. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:271:41: warning: [GHC-63397] [-Wname-shadowing]
  987. 2349.02 s [unison-runtime] This binding for ‘guard’ shadows the existing binding
  988. 2349.02 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  989. 2349.02 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  990. 2349.02 s [unison-runtime] |
  991. 2349.02 s [unison-runtime] 271 | encloseCase a keep rec0 (MatchCase pats guard body) =
  992. 2349.02 s [unison-runtime] | ^^^^^
  993. 2349.02 s [unison-runtime]
  994. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:380:37: warning: [GHC-63397] [-Wname-shadowing]
  995. 2349.02 s [unison-runtime] This binding for ‘as’ shadows the existing binding
  996. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:373:40
  997. 2349.02 s [unison-runtime] |
  998. 2349.02 s [unison-runtime] 380 | matchVars !n (u : us) (Var' v : as) | u == v = matchVars (1 + n) us as
  999. 2349.02 s [unison-runtime] | ^^
  1000. 2349.02 s [unison-runtime]
  1001. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:570:19: warning: [GHC-63397] [-Wname-shadowing]
  1002. 2349.02 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  1003. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:569:27
  1004. 2349.02 s [unison-runtime] |
  1005. 2349.02 s [unison-runtime] 570 | (fmap . fmap) (\tm -> ann a tm ty) (floater top rec tm)
  1006. 2349.02 s [unison-runtime] | ^^
  1007. 2349.02 s [unison-runtime]
  1008. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:591:7: warning: [GHC-63397] [-Wname-shadowing]
  1009. 2349.02 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1010. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:588:43
  1011. 2349.02 s [unison-runtime] |
  1012. 2349.02 s [unison-runtime] 591 | bd <- inLocalLam $ rec bd
  1013. 2349.02 s [unison-runtime] | ^^
  1014. 2349.02 s [unison-runtime]
  1015. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:627:12: warning: [GHC-63397] [-Wname-shadowing]
  1016. 2349.02 s [unison-runtime] This binding for ‘id’ shadows the existing binding
  1017. 2349.02 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
  1018. 2349.02 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1019. 2349.02 s [unison-runtime] |
  1020. 2349.02 s [unison-runtime] 627 | f (v, (id, tm)) =
  1021. 2349.02 s [unison-runtime] | ^^
  1022. 2349.02 s [unison-runtime]
  1023. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:632:5: warning: [GHC-63397] [-Wname-shadowing]
  1024. 2349.02 s [unison-runtime] This binding for ‘unzip4’ shadows the existing binding
  1025. 2349.02 s [unison-runtime] imported from ‘Data.List’ at src/Unison/Runtime/ANF.hs:106:1-48
  1026. 2349.02 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  1027. 2349.02 s [unison-runtime] |
  1028. 2349.02 s [unison-runtime] 632 | unzip4 [] = ([], [], [], [])
  1029. 2349.02 s [unison-runtime] | ^^^^^^
  1030. 2349.02 s [unison-runtime]
  1031. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:698:23: warning: [GHC-63397] [-Wname-shadowing]
  1032. 2349.02 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1033. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  1034. 2349.02 s [unison-runtime] |
  1035. 2349.02 s [unison-runtime] 698 | | LamsNamed' vs bd <- tm0 = (vs, bd)
  1036. 2349.02 s [unison-runtime] | ^^
  1037. 2349.02 s [unison-runtime]
  1038. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:701:14: warning: [GHC-63397] [-Wname-shadowing]
  1039. 2349.02 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1040. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  1041. 2349.02 s [unison-runtime] |
  1042. 2349.02 s [unison-runtime] 701 | | Ann' bd ty <- bd0 = (Just ty, bd)
  1043. 2349.02 s [unison-runtime] | ^^
  1044. 2349.02 s [unison-runtime]
  1045. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:704:23: warning: [GHC-63397] [-Wname-shadowing]
  1046. 2349.02 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1047. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  1048. 2349.02 s [unison-runtime] |
  1049. 2349.02 s [unison-runtime] 704 | | LamsNamed' vs bd <- bd1 = (vs, bd)
  1050. 2349.02 s [unison-runtime] | ^^
  1051. 2349.02 s [unison-runtime]
  1052. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:820:30: warning: [GHC-63397] [-Wname-shadowing]
  1053. 2349.02 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  1054. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:819:20
  1055. 2349.02 s [unison-runtime] |
  1056. 2349.02 s [unison-runtime] 820 | Map.lookup r reps <&> \r -> TApp (FComb r) as
  1057. 2349.02 s [unison-runtime] | ^
  1058. 2349.02 s [unison-runtime]
  1059. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:829:5: warning: [GHC-63397] [-Wname-shadowing]
  1060. 2349.02 s [unison-runtime] This binding for ‘scrut’ shadows the existing binding
  1061. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:35
  1062. 2349.02 s [unison-runtime] |
  1063. 2349.02 s [unison-runtime] 829 | | scrut <- addDefaultCases func scrut,
  1064. 2349.02 s [unison-runtime] | ^^^^^
  1065. 2349.02 s [unison-runtime]
  1066. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:830:5: warning: [GHC-63397] [-Wname-shadowing]
  1067. 2349.02 s [unison-runtime] This binding for ‘cases’ shadows the existing binding
  1068. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:41
  1069. 2349.02 s [unison-runtime] |
  1070. 2349.02 s [unison-runtime] 830 | cases <- fmap (addDefaultCases func) <$> cases =
  1071. 2349.02 s [unison-runtime] | ^^^^^
  1072. 2349.02 s [unison-runtime]
  1073. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:851:9: warning: [GHC-63397] [-Wname-shadowing]
  1074. 2349.02 s [unison-runtime] This binding for ‘t’ shadows the existing binding
  1075. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:850:23
  1076. 2349.02 s [unison-runtime] |
  1077. 2349.02 s [unison-runtime] 851 | Right t -> t
  1078. 2349.02 s [unison-runtime] | ^
  1079. 2349.02 s [unison-runtime]
  1080. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:995:31: warning: [GHC-63397] [-Wname-shadowing]
  1081. 2349.02 s [unison-runtime] This binding for ‘or’ shadows the existing binding
  1082. 2349.02 s [unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/ANF.hs:134:1-86
  1083. 2349.02 s [unison-runtime] |
  1084. 2349.02 s [unison-runtime] 995 | alignFunc _ (FPrim ol) (FPrim or)
  1085. 2349.02 s [unison-runtime] | ^^
  1086. 2349.02 s [unison-runtime]
  1087. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1584:24: warning: [GHC-63397] [-Wname-shadowing]
  1088. 2349.02 s [unison-runtime] This binding for ‘e0’ shadows the existing binding
  1089. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:24
  1090. 2349.02 s [unison-runtime] |
  1091. 2349.02 s [unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1)
  1092. 2349.02 s [unison-runtime] | ^^
  1093. 2349.02 s [unison-runtime]
  1094. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1584:40: warning: [GHC-63397] [-Wname-shadowing]
  1095. 2349.02 s [unison-runtime] This binding for ‘e1’ shadows the existing binding
  1096. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:40
  1097. 2349.02 s [unison-runtime] |
  1098. 2349.02 s [unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1)
  1099. 2349.02 s [unison-runtime] | ^^
  1100. 2349.02 s [unison-runtime]
  1101. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1720:22: warning: [GHC-63397] [-Wname-shadowing]
  1102. 2349.02 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1103. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:6
  1104. 2349.02 s [unison-runtime] |
  1105. 2349.02 s [unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
  1106. 2349.02 s [unison-runtime] | ^^
  1107. 2349.02 s [unison-runtime]
  1108. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1720:25: warning: [GHC-63397] [-Wname-shadowing]
  1109. 2349.02 s [unison-runtime] This binding for ‘e’ shadows the existing binding
  1110. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:10
  1111. 2349.02 s [unison-runtime] |
  1112. 2349.02 s [unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
  1113. 2349.02 s [unison-runtime] | ^
  1114. 2349.02 s [unison-runtime]
  1115. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1748:21: warning: [GHC-63397] [-Wname-shadowing]
  1116. 2349.02 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  1117. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1744:9
  1118. 2349.02 s [unison-runtime] |
  1119. 2349.02 s [unison-runtime] 1748 | f ((_, cx), (_, tm)) = (Indirect (), TBinds cx tm)
  1120. 2349.02 s [unison-runtime] | ^^
  1121. 2349.02 s [unison-runtime]
  1122. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1773:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1123. 2349.02 s [unison-runtime] Pattern synonym with no type signature:
  1124. 2349.02 s [unison-runtime] pattern UFalse :: forall {v}.
  1125. 2349.02 s [unison-runtime] ABT.Var v =>
  1126. 2349.02 s [unison-runtime] ANormal U.Codebase.Reference.TypeReference v
  1127. 2349.02 s [unison-runtime] |
  1128. 2349.02 s [unison-runtime] 1773 | pattern UFalse <- TCon ((== Ty.booleanRef) -> True) 0 []
  1129. 2349.02 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1130. 2349.02 s [unison-runtime]
  1131. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1777:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1132. 2349.02 s [unison-runtime] Pattern synonym with no type signature:
  1133. 2349.02 s [unison-runtime] pattern UTrue :: forall {v}.
  1134. 2349.02 s [unison-runtime] ABT.Var v =>
  1135. 2349.02 s [unison-runtime] ANormal U.Codebase.Reference.TypeReference v
  1136. 2349.02 s [unison-runtime] |
  1137. 2349.02 s [unison-runtime] 1777 | pattern UTrue <- TCon ((== Ty.booleanRef) -> True) 1 []
  1138. 2349.02 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1139. 2349.02 s [unison-runtime]
  1140. 2349.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1791:27: warning: [GHC-63397] [-Wname-shadowing]
  1141. 2349.02 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1142. 2349.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1791:19
  1143. 2349.02 s [unison-runtime] |
  1144. 2349.02 s [unison-runtime] 1791 | renameCtx v u (d, ctx) | (ctx, b) <- renameCtes v u ctx = ((d, ctx), b)
  1145. 2349.02 s [unison-runtime] | ^^^
  1146. 2349.02 s [unison-runtime]
  1147. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1871:10: warning: [GHC-63397] [-Wname-shadowing]
  1148. 2349.03 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1149. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:23
  1150. 2349.03 s [unison-runtime] |
  1151. 2349.03 s [unison-runtime] 1871 | (rn, ctx) -> (rn, (d, ctx))
  1152. 2349.03 s [unison-runtime] | ^^^
  1153. 2349.03 s [unison-runtime]
  1154. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1878:14: warning: [GHC-63397] [-Wname-shadowing]
  1155. 2349.03 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  1156. 2349.03 s [unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
  1157. 2349.03 s [unison-runtime] |
  1158. 2349.03 s [unison-runtime] 1878 | go _ rns fresh [] = (rns, fresh)
  1159. 2349.03 s [unison-runtime] | ^^^^^
  1160. 2349.03 s [unison-runtime]
  1161. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1879:18: warning: [GHC-63397] [-Wname-shadowing]
  1162. 2349.03 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  1163. 2349.03 s [unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
  1164. 2349.03 s [unison-runtime] |
  1165. 2349.03 s [unison-runtime] 1879 | go avoid rns fresh (bn : bns) = case bn of
  1166. 2349.03 s [unison-runtime] | ^^^^^
  1167. 2349.03 s [unison-runtime]
  1168. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1883:12: warning: [GHC-63397] [-Wname-shadowing]
  1169. 2349.03 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  1170. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
  1171. 2349.03 s [unison-runtime] |
  1172. 2349.03 s [unison-runtime] 1883 | (fresh, _) <- renameCtes v u fresh,
  1173. 2349.03 s [unison-runtime] | ^^^^^
  1174. 2349.03 s [unison-runtime]
  1175. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1884:11: warning: [GHC-63397] [-Wname-shadowing]
  1176. 2349.03 s [unison-runtime] This binding for ‘avoid’ shadows the existing binding
  1177. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
  1178. 2349.03 s [unison-runtime] |
  1179. 2349.03 s [unison-runtime] 1884 | avoid <- Set.insert u avoid,
  1180. 2349.03 s [unison-runtime] | ^^^^^
  1181. 2349.03 s [unison-runtime]
  1182. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1885:11: warning: [GHC-63397] [-Wname-shadowing]
  1183. 2349.03 s [unison-runtime] This binding for ‘rns’ shadows the existing binding
  1184. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
  1185. 2349.03 s [unison-runtime] |
  1186. 2349.03 s [unison-runtime] 1885 | rns <- Map.alter (Just . fromMaybe u) v rns ->
  1187. 2349.03 s [unison-runtime] | ^^^
  1188. 2349.03 s [unison-runtime]
  1189. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1887:10: warning: [GHC-63397] [-Wname-shadowing]
  1190. 2349.03 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  1191. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:20
  1192. 2349.03 s [unison-runtime] |
  1193. 2349.03 s [unison-runtime] 1887 | ST d vs ccs expr
  1194. 2349.03 s [unison-runtime] | ^
  1195. 2349.03 s [unison-runtime]
  1196. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1888:12: warning: [GHC-63397] [-Wname-shadowing]
  1197. 2349.03 s [unison-runtime] This binding for ‘avoid’ shadows the existing binding
  1198. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
  1199. 2349.03 s [unison-runtime] |
  1200. 2349.03 s [unison-runtime] 1888 | | (avoid, us) <- freshens (`Set.member` avoid0) avoid vs,
  1201. 2349.03 s [unison-runtime] | ^^^^^
  1202. 2349.03 s [unison-runtime]
  1203. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1891:11: warning: [GHC-63397] [-Wname-shadowing]
  1204. 2349.03 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  1205. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
  1206. 2349.03 s [unison-runtime] |
  1207. 2349.03 s [unison-runtime] 1891 | fresh <- renamesCtes rn fresh,
  1208. 2349.03 s [unison-runtime] | ^^^^^
  1209. 2349.03 s [unison-runtime]
  1210. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1894:11: warning: [GHC-63397] [-Wname-shadowing]
  1211. 2349.03 s [unison-runtime] This binding for ‘rns’ shadows the existing binding
  1212. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
  1213. 2349.03 s [unison-runtime] |
  1214. 2349.03 s [unison-runtime] 1894 | rns <- Map.union rns rn ->
  1215. 2349.03 s [unison-runtime] | ^^^
  1216. 2349.03 s [unison-runtime]
  1217. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1961:33: warning: [GHC-63397] [-Wname-shadowing]
  1218. 2349.03 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1219. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1959:30
  1220. 2349.03 s [unison-runtime] |
  1221. 2349.03 s [unison-runtime] 1961 | TBinds (directed -> bx) bd <- bd ->
  1222. 2349.03 s [unison-runtime] | ^^
  1223. 2349.03 s [unison-runtime]
  1224. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1973:9: warning: [GHC-63397] [-Wname-shadowing]
  1225. 2349.03 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  1226. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1952:8
  1227. 2349.03 s [unison-runtime] |
  1228. 2349.03 s [unison-runtime] 1973 | v <- fresh
  1229. 2349.03 s [unison-runtime] | ^
  1230. 2349.03 s [unison-runtime]
  1231. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1978:12: warning: [GHC-63397] [-Wname-shadowing]
  1232. 2349.03 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  1233. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1953:4
  1234. 2349.03 s [unison-runtime] |
  1235. 2349.03 s [unison-runtime] 1978 | let (d, msc)
  1236. 2349.03 s [unison-runtime] | ^
  1237. 2349.03 s [unison-runtime]
  1238. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:1979:16: warning: [GHC-63397] [-Wname-shadowing]
  1239. 2349.03 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  1240. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1978:12
  1241. 2349.03 s [unison-runtime] |
  1242. 2349.03 s [unison-runtime] 1979 | | (d, [ST1 _ _ BX tm]) <- cx = (d, tm)
  1243. 2349.03 s [unison-runtime] | ^
  1244. 2349.03 s [unison-runtime]
  1245. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2037:12: warning: [GHC-63397] [-Wname-shadowing]
  1246. 2349.03 s [unison-runtime] This binding for ‘n’ shadows the existing binding
  1247. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2018:22
  1248. 2349.03 s [unison-runtime] |
  1249. 2349.03 s [unison-runtime] 2037 | df n =
  1250. 2349.03 s [unison-runtime] | ^
  1251. 2349.03 s [unison-runtime]
  1252. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2048:13: warning: [GHC-63397] [-Wname-shadowing]
  1253. 2349.03 s [unison-runtime] This binding for ‘bctx’ shadows the existing binding
  1254. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:6
  1255. 2349.03 s [unison-runtime] |
  1256. 2349.03 s [unison-runtime] 2048 | (brn, bctx) <- fixupBctx bctx ectx ce
  1257. 2349.03 s [unison-runtime] | ^^^^
  1258. 2349.03 s [unison-runtime]
  1259. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2049:7: warning: [GHC-63397] [-Wname-shadowing]
  1260. 2349.03 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  1261. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:26
  1262. 2349.03 s [unison-runtime] |
  1263. 2349.03 s [unison-runtime] 2049 | u <- pure $ Map.findWithDefault u u brn
  1264. 2349.03 s [unison-runtime] | ^
  1265. 2349.03 s [unison-runtime]
  1266. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2050:8: warning: [GHC-63397] [-Wname-shadowing]
  1267. 2349.03 s [unison-runtime] This binding for ‘ectx’ shadows the existing binding
  1268. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:8
  1269. 2349.03 s [unison-runtime] |
  1270. 2349.03 s [unison-runtime] 2050 | (ectx, shaded) <- pure $ renameCtx v u ectx
  1271. 2349.03 s [unison-runtime] | ^^^^
  1272. 2349.03 s [unison-runtime]
  1273. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2051:7: warning: [GHC-63397] [-Wname-shadowing]
  1274. 2349.03 s [unison-runtime] This binding for ‘ce’ shadows the existing binding
  1275. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:14
  1276. 2349.03 s [unison-runtime] |
  1277. 2349.03 s [unison-runtime] 2051 | ce <- pure $ if shaded then ce else ABTN.rename v u <$> ce
  1278. 2349.03 s [unison-runtime] | ^^
  1279. 2349.03 s [unison-runtime]
  1280. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2056:13: warning: [GHC-63397] [-Wname-shadowing]
  1281. 2349.03 s [unison-runtime] This binding for ‘bctx’ shadows the existing binding
  1282. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:6
  1283. 2349.03 s [unison-runtime] |
  1284. 2349.03 s [unison-runtime] 2056 | (brn, bctx) <- fixupBctx bctx ectx ce
  1285. 2349.03 s [unison-runtime] | ^^^^
  1286. 2349.03 s [unison-runtime]
  1287. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2057:7: warning: [GHC-63397] [-Wname-shadowing]
  1288. 2349.03 s [unison-runtime] This binding for ‘cb’ shadows the existing binding
  1289. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:17
  1290. 2349.03 s [unison-runtime] |
  1291. 2349.03 s [unison-runtime] 2057 | cb <- pure $ ABTN.renames brn cb
  1292. 2349.03 s [unison-runtime] | ^^
  1293. 2349.03 s [unison-runtime]
  1294. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2132:28: warning: [GHC-63397] [-Wname-shadowing]
  1295. 2349.03 s [unison-runtime] This binding for ‘guard’ shadows the existing binding
  1296. 2349.03 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  1297. 2349.03 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  1298. 2349.03 s [unison-runtime] |
  1299. 2349.03 s [unison-runtime] 2132 | anfInitCase u (MatchCase p guard (ABT.AbsN' vs bd))
  1300. 2349.03 s [unison-runtime] | ^^^^^
  1301. 2349.03 s [unison-runtime]
  1302. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2165:19: warning: [GHC-63397] [-Wname-shadowing]
  1303. 2349.03 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1304. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  1305. 2349.03 s [unison-runtime] |
  1306. 2349.03 s [unison-runtime] 2165 | <&> \(us, bd) ->
  1307. 2349.03 s [unison-runtime] | ^^
  1308. 2349.03 s [unison-runtime]
  1309. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2171:19: warning: [GHC-63397] [-Wname-shadowing]
  1310. 2349.03 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1311. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  1312. 2349.03 s [unison-runtime] |
  1313. 2349.03 s [unison-runtime] 2171 | <&> \(us, bd) -> AccumPure $ ABTN.TAbss us bd
  1314. 2349.03 s [unison-runtime] | ^^
  1315. 2349.03 s [unison-runtime]
  1316. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2177:15: warning: [GHC-63397] [-Wname-shadowing]
  1317. 2349.03 s [unison-runtime] This binding for ‘exp’ shadows the existing binding
  1318. 2349.03 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
  1319. 2349.03 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  1320. 2349.03 s [unison-runtime] |
  1321. 2349.03 s [unison-runtime] 2177 | <&> \(exp, kf, bd) ->
  1322. 2349.03 s [unison-runtime] | ^^^
  1323. 2349.03 s [unison-runtime]
  1324. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2177:24: warning: [GHC-63397] [-Wname-shadowing]
  1325. 2349.03 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  1326. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  1327. 2349.03 s [unison-runtime] |
  1328. 2349.03 s [unison-runtime] 2177 | <&> \(exp, kf, bd) ->
  1329. 2349.03 s [unison-runtime] | ^^
  1330. 2349.03 s [unison-runtime]
  1331. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2193:23: warning: [GHC-63397] [-Wname-shadowing]
  1332. 2349.03 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  1333. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
  1334. 2349.03 s [unison-runtime] |
  1335. 2349.03 s [unison-runtime] 2193 | P.SequenceLiteral p ll <- l = do
  1336. 2349.03 s [unison-runtime] | ^
  1337. 2349.03 s [unison-runtime]
  1338. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2198:23: warning: [GHC-63397] [-Wname-shadowing]
  1339. 2349.03 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  1340. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
  1341. 2349.03 s [unison-runtime] |
  1342. 2349.03 s [unison-runtime] 2198 | P.SequenceLiteral p rl <- r =
  1343. 2349.03 s [unison-runtime] | ^
  1344. 2349.03 s [unison-runtime]
  1345. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2274:23: warning: [GHC-63397] [-Wname-shadowing]
  1346. 2349.03 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  1347. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2272:22
  1348. 2349.03 s [unison-runtime] |
  1349. 2349.03 s [unison-runtime] 2274 | <> foldMap (\(k, c) -> f True k <> valueLinks f c) de
  1350. 2349.03 s [unison-runtime] | ^
  1351. 2349.03 s [unison-runtime]
  1352. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2434:5: warning: [GHC-63397] [-Wname-shadowing]
  1353. 2349.03 s [unison-runtime] This binding for ‘rs’ shadows the existing binding
  1354. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2433:21
  1355. 2349.03 s [unison-runtime] |
  1356. 2349.03 s [unison-runtime] 2434 | (\rs -> AHnd rs nh ah) <$> traverse (f True) rs <*> g e
  1357. 2349.03 s [unison-runtime] | ^^
  1358. 2349.03 s [unison-runtime]
  1359. 2349.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2519:12: warning: [GHC-63397] [-Wname-shadowing]
  1360. 2349.03 s [unison-runtime] This binding for ‘fr’ shadows the existing binding
  1361. 2349.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2517:23
  1362. 2349.03 s [unison-runtime] |
  1363. 2349.04 s [unison-runtime] 2519 | Right (fr, l) -> (pure l, (fr, bnd, co))
  1364. 2349.04 s [unison-runtime] | ^^
  1365. 2349.04 s [unison-runtime]
  1366. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2586:22: warning: [GHC-63397] [-Wname-shadowing]
  1367. 2349.04 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  1368. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2584:14
  1369. 2349.04 s [unison-runtime] |
  1370. 2349.04 s [unison-runtime] 2586 | pvar v . foldr (\v r -> shows v . showString "," . r) id vs
  1371. 2349.04 s [unison-runtime] | ^
  1372. 2349.04 s [unison-runtime]
  1373. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2670:17: warning: [GHC-63397] [-Wname-shadowing]
  1374. 2349.04 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  1375. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2667:13
  1376. 2349.04 s [unison-runtime] |
  1377. 2349.04 s [unison-runtime] 2670 | . foldr (\t r -> showString "," . showsShort t . r) id rs
  1378. 2349.04 s [unison-runtime] | ^
  1379. 2349.04 s [unison-runtime]
  1380. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2699:17: warning: [GHC-63397] [-Wname-shadowing]
  1381. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1382. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1383. 2349.04 s [unison-runtime] |
  1384. 2349.04 s [unison-runtime] 2699 | MatchIntegral bs df ->
  1385. 2349.04 s [unison-runtime] | ^^
  1386. 2349.04 s [unison-runtime]
  1387. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2702:13: warning: [GHC-63397] [-Wname-shadowing]
  1388. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1389. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1390. 2349.04 s [unison-runtime] |
  1391. 2349.04 s [unison-runtime] 2702 | MatchText bs df ->
  1392. 2349.04 s [unison-runtime] | ^^
  1393. 2349.04 s [unison-runtime]
  1394. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2705:14: warning: [GHC-63397] [-Wname-shadowing]
  1395. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1396. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1397. 2349.04 s [unison-runtime] |
  1398. 2349.04 s [unison-runtime] 2705 | MatchBytes bs df ->
  1399. 2349.04 s [unison-runtime] | ^^
  1400. 2349.04 s [unison-runtime]
  1401. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2708:15: warning: [GHC-63397] [-Wname-shadowing]
  1402. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1403. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1404. 2349.04 s [unison-runtime] |
  1405. 2349.04 s [unison-runtime] 2708 | MatchData r bs df ->
  1406. 2349.04 s [unison-runtime] | ^^
  1407. 2349.04 s [unison-runtime]
  1408. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2714:16: warning: [GHC-63397] [-Wname-shadowing]
  1409. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1410. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1411. 2349.04 s [unison-runtime] |
  1412. 2349.04 s [unison-runtime] 2714 | MatchRequest bs df ->
  1413. 2349.04 s [unison-runtime] | ^^
  1414. 2349.04 s [unison-runtime]
  1415. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2724:12: warning: [GHC-63397] [-Wname-shadowing]
  1416. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1417. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1418. 2349.04 s [unison-runtime] |
  1419. 2349.04 s [unison-runtime] 2724 | MatchSum bs ->
  1420. 2349.04 s [unison-runtime] | ^^
  1421. 2349.04 s [unison-runtime]
  1422. 2349.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2729:18: warning: [GHC-63397] [-Wname-shadowing]
  1423. 2349.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  1424. 2349.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  1425. 2349.04 s [unison-runtime] |
  1426. 2349.04 s [unison-runtime] 2729 | MatchNumeric _ bs df ->
  1427. 2349.04 s [unison-runtime] | ^^
  1428. 2349.04 s [unison-runtime]
  1429. 2359.65 s [unison-runtime] [17 of 40] Compiling Unison.Runtime.MCode ( src/Unison/Runtime/MCode.hs, dist/build/Unison/Runtime/MCode.p_o )
  1430. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:830:12: warning: [GHC-63397] [-Wname-shadowing]
  1431. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1432. 2359.96 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1433. 2359.96 s [unison-runtime] |
  1434. 2359.96 s [unison-runtime] 830 | ctxResolve ctx v = walk 0 ctx
  1435. 2359.96 s [unison-runtime] | ^^^
  1436. 2359.96 s [unison-runtime]
  1437. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:833:19: warning: [GHC-63397] [-Wname-shadowing]
  1438. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1439. 2359.96 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  1440. 2359.96 s [unison-runtime] |
  1441. 2359.96 s [unison-runtime] 833 | walk i (Block ctx) = walk i ctx
  1442. 2359.96 s [unison-runtime] | ^^^
  1443. 2359.96 s [unison-runtime]
  1444. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:834:17: warning: [GHC-63397] [-Wname-shadowing]
  1445. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1446. 2359.96 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  1447. 2359.96 s [unison-runtime] |
  1448. 2359.96 s [unison-runtime] 834 | walk i (Tag ctx) = walk (i + 1) ctx
  1449. 2359.96 s [unison-runtime] | ^^^
  1450. 2359.96 s [unison-runtime]
  1451. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:835:21: warning: [GHC-63397] [-Wname-shadowing]
  1452. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1453. 2359.96 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  1454. 2359.96 s [unison-runtime] |
  1455. 2359.96 s [unison-runtime] 835 | walk i (Var x m ctx)
  1456. 2359.96 s [unison-runtime] | ^^^
  1457. 2359.96 s [unison-runtime]
  1458. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:864:8: warning: [GHC-63397] [-Wname-shadowing]
  1459. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1460. 2359.96 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1461. 2359.96 s [unison-runtime] |
  1462. 2359.96 s [unison-runtime] 864 | sumCtx ctx v vcs
  1463. 2359.96 s [unison-runtime] | ^^^
  1464. 2359.96 s [unison-runtime]
  1465. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:870:13: warning: [GHC-63397] [-Wname-shadowing]
  1466. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1467. 2359.96 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1468. 2359.96 s [unison-runtime] |
  1469. 2359.96 s [unison-runtime] 870 | rctxResolve ctx u = M.lookup u ctx
  1470. 2359.96 s [unison-runtime] | ^^^
  1471. 2359.96 s [unison-runtime]
  1472. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:909:24: warning: [GHC-63397] [-Wname-shadowing]
  1473. 2359.96 s [unison-runtime] This binding for ‘cmbs’ shadows the existing binding
  1474. 2359.96 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
  1475. 2359.96 s [unison-runtime] |
  1476. 2359.96 s [unison-runtime] 909 | Just cmbs -> cmbs
  1477. 2359.96 s [unison-runtime] | ^^^^
  1478. 2359.96 s [unison-runtime]
  1479. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:912:28: warning: [GHC-63397] [-Wname-shadowing]
  1480. 2359.96 s [unison-runtime] This binding for ‘cmbs’ shadows the existing binding
  1481. 2359.96 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
  1482. 2359.96 s [unison-runtime] |
  1483. 2359.96 s [unison-runtime] 912 | Just cmbs -> cmbs
  1484. 2359.96 s [unison-runtime] | ^^^^
  1485. 2359.96 s [unison-runtime]
  1486. 2359.96 s [unison-runtime] src/Unison/Runtime/MCode.hs:962:8: warning: [GHC-63397] [-Wname-shadowing]
  1487. 2359.96 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1488. 2359.96 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1489. 2359.96 s [unison-runtime] |
  1490. 2359.97 s [unison-runtime] 962 | record ctx l (EM es) = EM $ \c ->
  1491. 2359.97 s [unison-runtime] | ^^^
  1492. 2359.97 s [unison-runtime]
  1493. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:979:10: warning: [GHC-63397] [-Wname-shadowing]
  1494. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1495. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1496. 2359.97 s [unison-runtime] |
  1497. 2359.97 s [unison-runtime] 979 | countCtx ctx = counted . C i
  1498. 2359.97 s [unison-runtime] | ^^^
  1499. 2359.97 s [unison-runtime]
  1500. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:984:23: warning: [GHC-63397] [-Wname-shadowing]
  1501. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1502. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1503. 2359.97 s [unison-runtime] |
  1504. 2359.97 s [unison-runtime] 984 | countCtx0 !i (Var _ _ ctx) = countCtx0 (i + 1) ctx
  1505. 2359.97 s [unison-runtime] | ^^^
  1506. 2359.97 s [unison-runtime]
  1507. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:985:18: warning: [GHC-63397] [-Wname-shadowing]
  1508. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1509. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1510. 2359.97 s [unison-runtime] |
  1511. 2359.97 s [unison-runtime] 985 | countCtx0 i (Tag ctx) = countCtx0 (i + 1) ctx
  1512. 2359.97 s [unison-runtime] | ^^^
  1513. 2359.97 s [unison-runtime]
  1514. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:986:20: warning: [GHC-63397] [-Wname-shadowing]
  1515. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1516. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1517. 2359.97 s [unison-runtime] |
  1518. 2359.97 s [unison-runtime] 986 | countCtx0 i (Block ctx) = countCtx0 i ctx
  1519. 2359.97 s [unison-runtime] | ^^^
  1520. 2359.97 s [unison-runtime]
  1521. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1015:31: warning: [GHC-63397] [-Wname-shadowing]
  1522. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1523. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1524. 2359.97 s [unison-runtime] |
  1525. 2359.97 s [unison-runtime] 1015 | emitSection rns grpr grpn rec ctx (TLets d us ms bu bo) =
  1526. 2359.97 s [unison-runtime] | ^^^
  1527. 2359.97 s [unison-runtime]
  1528. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1020:31: warning: [GHC-63397] [-Wname-shadowing]
  1529. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1530. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1531. 2359.97 s [unison-runtime] |
  1532. 2359.97 s [unison-runtime] 1020 | emitSection rns grpr grpn rec ctx (TName u (Left f) args bo) =
  1533. 2359.97 s [unison-runtime] | ^^^
  1534. 2359.97 s [unison-runtime]
  1535. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1021:42: warning: [GHC-63397] [-Wname-shadowing]
  1536. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1537. 2359.97 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1020:31
  1538. 2359.97 s [unison-runtime] |
  1539. 2359.97 s [unison-runtime] 1021 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  1540. 2359.97 s [unison-runtime] | ^^^
  1541. 2359.97 s [unison-runtime]
  1542. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1025:31: warning: [GHC-63397] [-Wname-shadowing]
  1543. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1544. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1545. 2359.97 s [unison-runtime] |
  1546. 2359.97 s [unison-runtime] 1025 | emitSection rns grpr grpn rec ctx (TName u (Right v) args bo)
  1547. 2359.97 s [unison-runtime] | ^^^
  1548. 2359.97 s [unison-runtime]
  1549. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1027:46: warning: [GHC-63397] [-Wname-shadowing]
  1550. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1551. 2359.97 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
  1552. 2359.97 s [unison-runtime] |
  1553. 2359.97 s [unison-runtime] 1027 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  1554. 2359.97 s [unison-runtime] | ^^^
  1555. 2359.97 s [unison-runtime]
  1556. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1031:46: warning: [GHC-63397] [-Wname-shadowing]
  1557. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1558. 2359.97 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
  1559. 2359.97 s [unison-runtime] |
  1560. 2359.97 s [unison-runtime] 1031 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  1561. 2359.97 s [unison-runtime] | ^^^
  1562. 2359.97 s [unison-runtime]
  1563. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1036:29: warning: [GHC-63397] [-Wname-shadowing]
  1564. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1565. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1566. 2359.97 s [unison-runtime] |
  1567. 2359.97 s [unison-runtime] 1036 | emitSection _ grpr grpn rec ctx (TVar v)
  1568. 2359.97 s [unison-runtime] | ^^^
  1569. 2359.97 s [unison-runtime]
  1570. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1042:24: warning: [GHC-63397] [-Wname-shadowing]
  1571. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1572. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1573. 2359.97 s [unison-runtime] |
  1574. 2359.97 s [unison-runtime] 1042 | emitSection _ _ grpn _ ctx (TPrm p args) =
  1575. 2359.97 s [unison-runtime] | ^^^
  1576. 2359.97 s [unison-runtime]
  1577. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1051:24: warning: [GHC-63397] [-Wname-shadowing]
  1578. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1579. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1580. 2359.97 s [unison-runtime] |
  1581. 2359.97 s [unison-runtime] 1051 | emitSection _ _ grpn _ ctx (TFOp p args) =
  1582. 2359.97 s [unison-runtime] | ^^^
  1583. 2359.97 s [unison-runtime]
  1584. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1058:31: warning: [GHC-63397] [-Wname-shadowing]
  1585. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1586. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1587. 2359.97 s [unison-runtime] |
  1588. 2359.97 s [unison-runtime] 1058 | emitSection rns grpr grpn rec ctx (TApp f args) =
  1589. 2359.97 s [unison-runtime] | ^^^
  1590. 2359.97 s [unison-runtime]
  1591. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1059:42: warning: [GHC-63397] [-Wname-shadowing]
  1592. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1593. 2359.97 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1058:31
  1594. 2359.97 s [unison-runtime] |
  1595. 2359.97 s [unison-runtime] 1059 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  1596. 2359.97 s [unison-runtime] | ^^^
  1597. 2359.97 s [unison-runtime]
  1598. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1061:31: warning: [GHC-63397] [-Wname-shadowing]
  1599. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1600. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1601. 2359.97 s [unison-runtime] |
  1602. 2359.97 s [unison-runtime] 1061 | emitSection rns grpr grpn rec ctx (TLocal v bo)
  1603. 2359.97 s [unison-runtime] | ^^^
  1604. 2359.97 s [unison-runtime]
  1605. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1066:21: warning: [GHC-63397] [-Wname-shadowing]
  1606. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1607. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1608. 2359.97 s [unison-runtime] |
  1609. 2359.97 s [unison-runtime] 1066 | emitSection _ _ _ _ ctx (TLit l) =
  1610. 2359.97 s [unison-runtime] | ^^^
  1611. 2359.97 s [unison-runtime]
  1612. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1074:21: warning: [GHC-63397] [-Wname-shadowing]
  1613. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1614. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1615. 2359.97 s [unison-runtime] |
  1616. 2359.97 s [unison-runtime] 1074 | emitSection _ _ _ _ ctx (TBLit l) =
  1617. 2359.97 s [unison-runtime] | ^^^
  1618. 2359.97 s [unison-runtime]
  1619. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1076:31: warning: [GHC-63397] [-Wname-shadowing]
  1620. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1621. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1622. 2359.97 s [unison-runtime] |
  1623. 2359.97 s [unison-runtime] 1076 | emitSection rns grpr grpn rec ctx (TMatch v bs)
  1624. 2359.97 s [unison-runtime] | ^^^
  1625. 2359.97 s [unison-runtime]
  1626. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1148:31: warning: [GHC-63397] [-Wname-shadowing]
  1627. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1628. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1629. 2359.97 s [unison-runtime] |
  1630. 2359.97 s [unison-runtime] 1148 | emitSection rns grpr grpn rec ctx (THnd rs nh ah b) =
  1631. 2359.97 s [unison-runtime] | ^^^
  1632. 2359.97 s [unison-runtime]
  1633. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1161:31: warning: [GHC-63397] [-Wname-shadowing]
  1634. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1635. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1636. 2359.97 s [unison-runtime] |
  1637. 2359.97 s [unison-runtime] 1161 | emitSection rns grpr grpn rec ctx (TShift r v e) =
  1638. 2359.97 s [unison-runtime] | ^^^
  1639. 2359.97 s [unison-runtime]
  1640. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1164:21: warning: [GHC-63397] [-Wname-shadowing]
  1641. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1642. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1643. 2359.97 s [unison-runtime] |
  1644. 2359.97 s [unison-runtime] 1164 | emitSection _ _ _ _ ctx (TFrc v)
  1645. 2359.97 s [unison-runtime] | ^^^
  1646. 2359.97 s [unison-runtime]
  1647. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1185:30: warning: [GHC-63397] [-Wname-shadowing]
  1648. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1649. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1650. 2359.97 s [unison-runtime] |
  1651. 2359.97 s [unison-runtime] 1185 | emitFunction _ grpr grpn rec ctx (FVar v) as
  1652. 2359.97 s [unison-runtime] | ^^^
  1653. 2359.97 s [unison-runtime]
  1654. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1219:26: warning: [GHC-63397] [-Wname-shadowing]
  1655. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1656. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1657. 2359.97 s [unison-runtime] |
  1658. 2359.97 s [unison-runtime] 1219 | emitFunction _ _grpr _ _ ctx (FCont k) as
  1659. 2359.97 s [unison-runtime] | ^^^
  1660. 2359.97 s [unison-runtime]
  1661. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1229:20: warning: [GHC-63397] [-Wname-shadowing]
  1662. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1663. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1664. 2359.97 s [unison-runtime] |
  1665. 2359.97 s [unison-runtime] 1229 | go !i (Var _ _ ctx) = go (i + 1) ctx
  1666. 2359.97 s [unison-runtime] | ^^^
  1667. 2359.97 s [unison-runtime]
  1668. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1230:15: warning: [GHC-63397] [-Wname-shadowing]
  1669. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1670. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1671. 2359.97 s [unison-runtime] |
  1672. 2359.97 s [unison-runtime] 1230 | go i (Tag ctx) = go (i + 1) ctx
  1673. 2359.97 s [unison-runtime] | ^^^
  1674. 2359.97 s [unison-runtime]
  1675. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1282:26: warning: [GHC-63397] [-Wname-shadowing]
  1676. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1677. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1678. 2359.97 s [unison-runtime] |
  1679. 2359.97 s [unison-runtime] 1282 | emitLet rns _ grpn _ _ _ ctx (TApp (FCon r n) args) =
  1680. 2359.97 s [unison-runtime] | ^^^
  1681. 2359.97 s [unison-runtime]
  1682. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1286:24: warning: [GHC-63397] [-Wname-shadowing]
  1683. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1684. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1685. 2359.97 s [unison-runtime] |
  1686. 2359.97 s [unison-runtime] 1286 | emitLet _ _ grpn _ _ _ ctx (TApp (FPrim p) args) =
  1687. 2359.97 s [unison-runtime] | ^^^
  1688. 2359.97 s [unison-runtime]
  1689. 2359.97 s [unison-runtime] src/Unison/Runtime/MCode.hs:1288:21: warning: [GHC-63397] [-Wname-shadowing]
  1690. 2359.97 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1691. 2359.97 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1692. 2359.97 s [unison-runtime] |
  1693. 2359.97 s [unison-runtime] 1288 | emitLet _ _ _ _ _ _ ctx (TDiscard v)
  1694. 2359.98 s [unison-runtime] | ^^^
  1695. 2359.98 s [unison-runtime]
  1696. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1290:21: warning: [GHC-63397] [-Wname-shadowing]
  1697. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1698. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1699. 2359.98 s [unison-runtime] |
  1700. 2359.98 s [unison-runtime] 1290 | emitLet _ _ _ _ _ _ ctx (TUpdate ind r v)
  1701. 2359.98 s [unison-runtime] | ^^^
  1702. 2359.98 s [unison-runtime]
  1703. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1294:33: warning: [GHC-63397] [-Wname-shadowing]
  1704. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1705. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1706. 2359.98 s [unison-runtime] |
  1707. 2359.98 s [unison-runtime] 1294 | emitLet rns grpr grpn rec d vcs ctx bnd
  1708. 2359.98 s [unison-runtime] | ^^^
  1709. 2359.98 s [unison-runtime]
  1710. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1303:19: warning: [GHC-63397] [-Wname-shadowing]
  1711. 2359.98 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  1712. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1303:5
  1713. 2359.98 s [unison-runtime] |
  1714. 2359.98 s [unison-runtime] 1303 | f s (w, Lam _ f bd) =
  1715. 2359.98 s [unison-runtime] | ^
  1716. 2359.98 s [unison-runtime]
  1717. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1534:38: warning: [GHC-63397] [-Wname-shadowing]
  1718. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1719. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1720. 2359.98 s [unison-runtime] |
  1721. 2359.98 s [unison-runtime] 1534 | emitDataMatching r rns grpr grpn rec ctx cs df =
  1722. 2359.98 s [unison-runtime] | ^^^
  1723. 2359.98 s [unison-runtime]
  1724. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1560:35: warning: [GHC-63397] [-Wname-shadowing]
  1725. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1726. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1727. 2359.98 s [unison-runtime] |
  1728. 2359.98 s [unison-runtime] 1560 | emitSumMatching rns grpr grpn rec ctx v i cs =
  1729. 2359.98 s [unison-runtime] | ^^^
  1730. 2359.98 s [unison-runtime]
  1731. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1575:39: warning: [GHC-63397] [-Wname-shadowing]
  1732. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1733. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1734. 2359.98 s [unison-runtime] |
  1735. 2359.98 s [unison-runtime] 1575 | emitRequestMatching rns grpr grpn rec ctx hs df = (,) <$> pur <*> tops
  1736. 2359.98 s [unison-runtime] | ^^^
  1737. 2359.98 s [unison-runtime]
  1738. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1596:43: warning: [GHC-63397] [-Wname-shadowing]
  1739. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1740. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1741. 2359.98 s [unison-runtime] |
  1742. 2359.98 s [unison-runtime] 1596 | emitLitMatching con err rns grpr grpn rec ctx i cs df =
  1743. 2359.98 s [unison-runtime] | ^^^
  1744. 2359.98 s [unison-runtime]
  1745. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1612:28: warning: [GHC-63397] [-Wname-shadowing]
  1746. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1747. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1748. 2359.98 s [unison-runtime] |
  1749. 2359.98 s [unison-runtime] 1612 | emitCase rns grpr grpn rec ctx (ccs, TAbss vs bo) =
  1750. 2359.98 s [unison-runtime] | ^^^
  1751. 2359.98 s [unison-runtime]
  1752. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1625:31: warning: [GHC-63397] [-Wname-shadowing]
  1753. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1754. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1755. 2359.98 s [unison-runtime] |
  1756. 2359.98 s [unison-runtime] 1625 | emitSumCase rns grpr grpn rec ctx v (ccs, TAbss vs bo) =
  1757. 2359.98 s [unison-runtime] | ^^^
  1758. 2359.98 s [unison-runtime]
  1759. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1657:28: warning: [GHC-63397] [-Wname-shadowing]
  1760. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1761. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1762. 2359.98 s [unison-runtime] |
  1763. 2359.98 s [unison-runtime] 1657 | emitClosures grpr grpn rec ctx args k =
  1764. 2359.98 s [unison-runtime] | ^^^
  1765. 2359.98 s [unison-runtime]
  1766. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1658:24: warning: [GHC-63397] [-Wname-shadowing]
  1767. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1768. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  1769. 2359.98 s [unison-runtime] |
  1770. 2359.98 s [unison-runtime] 1658 | allocate ctx args $ \ctx -> k ctx $ emitArgs grpn ctx args
  1771. 2359.98 s [unison-runtime] | ^^^
  1772. 2359.98 s [unison-runtime]
  1773. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1660:14: warning: [GHC-63397] [-Wname-shadowing]
  1774. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1775. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  1776. 2359.98 s [unison-runtime] |
  1777. 2359.98 s [unison-runtime] 1660 | allocate ctx [] k = k ctx
  1778. 2359.98 s [unison-runtime] | ^^^
  1779. 2359.98 s [unison-runtime]
  1780. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1660:21: warning: [GHC-63397] [-Wname-shadowing]
  1781. 2359.98 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  1782. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
  1783. 2359.98 s [unison-runtime] |
  1784. 2359.98 s [unison-runtime] 1660 | allocate ctx [] k = k ctx
  1785. 2359.98 s [unison-runtime] | ^
  1786. 2359.98 s [unison-runtime]
  1787. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1661:14: warning: [GHC-63397] [-Wname-shadowing]
  1788. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1789. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  1790. 2359.98 s [unison-runtime] |
  1791. 2359.98 s [unison-runtime] 1661 | allocate ctx (a : as) k
  1792. 2359.98 s [unison-runtime] | ^^^
  1793. 2359.98 s [unison-runtime]
  1794. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1661:27: warning: [GHC-63397] [-Wname-shadowing]
  1795. 2359.98 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  1796. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
  1797. 2359.98 s [unison-runtime] |
  1798. 2359.98 s [unison-runtime] 1661 | allocate ctx (a : as) k
  1799. 2359.98 s [unison-runtime] | ^
  1800. 2359.98 s [unison-runtime]
  1801. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1670:15: warning: [GHC-63397] [-Wname-shadowing]
  1802. 2359.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  1803. 2359.98 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  1804. 2359.98 s [unison-runtime] |
  1805. 2359.98 s [unison-runtime] 1670 | emitArgs grpn ctx args
  1806. 2359.98 s [unison-runtime] | ^^^
  1807. 2359.98 s [unison-runtime]
  1808. 2359.98 s [unison-runtime] src/Unison/Runtime/MCode.hs:1826:14: warning: [GHC-63397] [-Wname-shadowing]
  1809. 2359.98 s [unison-runtime] This binding for ‘i’ shadows the existing binding
  1810. 2359.98 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1819:12
  1811. 2359.98 s [unison-runtime] |
  1812. 2359.98 s [unison-runtime] 1826 | rqc (i, e) =
  1813. 2359.98 s [unison-runtime] | ^
  1814. 2359.98 s [unison-runtime]
  1815. 2371.25 s [unison-runtime] [18 of 40] Compiling Unison.Runtime.Stack ( src/Unison/Runtime/Stack.hs, dist/build/Unison/Runtime/Stack.p_o )
  1816. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:465:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1817. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1818. 2371.93 s [unison-runtime] pattern Data1 :: Reference -> PackedTag -> Val -> Closure
  1819. 2371.93 s [unison-runtime] |
  1820. 2371.93 s [unison-runtime] 465 | pattern Data1 r t i = Closure (GData1 r t i)
  1821. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1822. 2371.93 s [unison-runtime]
  1823. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:467:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1824. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1825. 2371.93 s [unison-runtime] pattern Data2 :: Reference -> PackedTag -> Val -> Val -> Closure
  1826. 2371.93 s [unison-runtime] |
  1827. 2371.93 s [unison-runtime] 467 | pattern Data2 r t i j = Closure (GData2 r t i j)
  1828. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1829. 2371.93 s [unison-runtime]
  1830. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:469:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1831. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1832. 2371.93 s [unison-runtime] pattern DataG :: Reference -> PackedTag -> Seg -> Closure
  1833. 2371.93 s [unison-runtime] |
  1834. 2371.93 s [unison-runtime] 469 | pattern DataG r t seg = Closure (GDataG r t seg)
  1835. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1836. 2371.93 s [unison-runtime]
  1837. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:471:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1838. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1839. 2371.93 s [unison-runtime] pattern Captured :: K -> Int -> Seg -> Closure
  1840. 2371.93 s [unison-runtime] |
  1841. 2371.93 s [unison-runtime] 471 | pattern Captured k a seg = Closure (GCaptured k a seg)
  1842. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1843. 2371.93 s [unison-runtime]
  1844. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:473:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1845. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1846. 2371.93 s [unison-runtime] pattern Foreign :: Foreign -> Closure
  1847. 2371.93 s [unison-runtime] |
  1848. 2371.93 s [unison-runtime] 473 | pattern Foreign x = Closure (GForeign x)
  1849. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1850. 2371.93 s [unison-runtime]
  1851. 2371.93 s [unison-runtime] src/Unison/Runtime/Stack.hs:475:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1852. 2371.93 s [unison-runtime] Pattern synonym with no type signature:
  1853. 2371.93 s [unison-runtime] pattern Affine :: EnumSet Word64 -> AEnv -> AffineRef -> Closure
  1854. 2371.93 s [unison-runtime] |
  1855. 2371.93 s [unison-runtime] 475 | pattern Affine ps aenv r = Closure (GAffine ps aenv r)
  1856. 2371.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  1857. 2371.94 s [unison-runtime]
  1858. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:477:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1859. 2371.94 s [unison-runtime] Pattern synonym with no type signature:
  1860. 2371.94 s [unison-runtime] pattern BlackHole :: Closure
  1861. 2371.94 s [unison-runtime] |
  1862. 2371.94 s [unison-runtime] 477 | pattern BlackHole <- Closure GBlackHole
  1863. 2371.94 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1864. 2371.94 s [unison-runtime]
  1865. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:481:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  1866. 2371.94 s [unison-runtime] Pattern synonym with no type signature:
  1867. 2371.94 s [unison-runtime] pattern UnboxedTypeTag :: UnboxedTypeTag -> Closure
  1868. 2371.94 s [unison-runtime] |
  1869. 2371.94 s [unison-runtime] 481 | pattern UnboxedTypeTag t <- Closure (GUnboxedTypeTag t)
  1870. 2371.94 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  1871. 2371.94 s [unison-runtime]
  1872. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:590:19: warning: [GHC-63397] [-Wname-shadowing]
  1873. 2371.94 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  1874. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:578:18
  1875. 2371.94 s [unison-runtime] |
  1876. 2371.94 s [unison-runtime] 590 | Foreign r <- indexArray bsg 0,
  1877. 2371.94 s [unison-runtime] | ^
  1878. 2371.94 s [unison-runtime]
  1879. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:731:9: warning: [GHC-63397] [-Wname-shadowing]
  1880. 2371.94 s [unison-runtime] This binding for ‘udst’ shadows the existing binding
  1881. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:728:3
  1882. 2371.94 s [unison-runtime] |
  1883. 2371.94 s [unison-runtime] 731 | udst <- unsafeFreezeByteArray udst
  1884. 2371.94 s [unison-runtime] | ^^^^
  1885. 2371.94 s [unison-runtime]
  1886. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:732:9: warning: [GHC-63397] [-Wname-shadowing]
  1887. 2371.94 s [unison-runtime] This binding for ‘bdst’ shadows the existing binding
  1888. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:729:3
  1889. 2371.94 s [unison-runtime] |
  1890. 2371.94 s [unison-runtime] 732 | bdst <- unsafeFreezeArray bdst
  1891. 2371.94 s [unison-runtime] | ^^^^
  1892. 2371.94 s [unison-runtime]
  1893. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:759:15: warning: [GHC-63397] [-Wname-shadowing]
  1894. 2371.94 s [unison-runtime] This binding for ‘s’ shadows the existing binding
  1895. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:755:8
  1896. 2371.94 s [unison-runtime] |
  1897. 2371.94 s [unison-runtime] 759 | (x, s) <- runStateT (f (Val un bx)) s
  1898. 2371.94 s [unison-runtime] | ^
  1899. 2371.94 s [unison-runtime]
  1900. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:760:11: warning: [GHC-63397] [-Wname-shadowing]
  1901. 2371.94 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  1902. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:759:12
  1903. 2371.94 s [unison-runtime] |
  1904. 2371.94 s [unison-runtime] 760 | x <- evaluate x
  1905. 2371.94 s [unison-runtime] | ^
  1906. 2371.94 s [unison-runtime]
  1907. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:903:8: warning: [GHC-63397] [-Wname-shadowing]
  1908. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1909. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1910. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1911. 2371.94 s [unison-runtime] |
  1912. 2371.94 s [unison-runtime] 903 | dumpAP ap _ _ _ = ap
  1913. 2371.94 s [unison-runtime] | ^^
  1914. 2371.94 s [unison-runtime]
  1915. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:938:15: warning: [GHC-63397] [-Wname-shadowing]
  1916. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1917. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1918. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1919. 2371.94 s [unison-runtime] |
  1920. 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}
  1921. 2371.94 s [unison-runtime] | ^^
  1922. 2371.94 s [unison-runtime]
  1923. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:942:25: warning: [GHC-63397] [-Wname-shadowing]
  1924. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1925. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1926. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1927. 2371.94 s [unison-runtime] |
  1928. 2371.94 s [unison-runtime] 942 | unpackXStack (Stack (I# ap) (I# fp) (I# sp) (MutableByteArray ustk) (MutableArray bstk)) = (# ap, fp, sp, ustk, bstk #)
  1929. 2371.94 s [unison-runtime] | ^^
  1930. 2371.94 s [unison-runtime]
  1931. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:959:6: warning: [GHC-63397] [-Wname-shadowing]
  1932. 2371.94 s [unison-runtime] This binding for ‘s’ shadows the existing binding
  1933. 2371.94 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:958:25
  1934. 2371.94 s [unison-runtime] |
  1935. 2371.94 s [unison-runtime] 959 | (# s, b, x #) -> (# s, (b, packXStack x) #)
  1936. 2371.94 s [unison-runtime] | ^
  1937. 2371.94 s [unison-runtime]
  1938. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:962:15: warning: [GHC-63397] [-Wname-shadowing]
  1939. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1940. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1941. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1942. 2371.94 s [unison-runtime] |
  1943. 2371.94 s [unison-runtime] 962 | show (Stack ap fp sp _ _) =
  1944. 2371.94 s [unison-runtime] | ^^
  1945. 2371.94 s [unison-runtime]
  1946. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:1192:19: warning: [GHC-63397] [-Wname-shadowing]
  1947. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1948. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1949. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1950. 2371.94 s [unison-runtime] |
  1951. 2371.94 s [unison-runtime] 1192 | ensure stk@(Stack ap fp sp ustk bstk) sze
  1952. 2371.94 s [unison-runtime] | ^^
  1953. 2371.94 s [unison-runtime]
  1954. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:1212:13: warning: [GHC-63397] [-Wname-shadowing]
  1955. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1956. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1957. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1958. 2371.94 s [unison-runtime] |
  1959. 2371.94 s [unison-runtime] 1212 | bump (Stack ap fp sp ustk bstk) = do
  1960. 2371.94 s [unison-runtime] | ^^
  1961. 2371.94 s [unison-runtime]
  1962. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:1221:14: warning: [GHC-63397] [-Wname-shadowing]
  1963. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1964. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1965. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1966. 2371.94 s [unison-runtime] |
  1967. 2371.94 s [unison-runtime] 1221 | bumpn (Stack ap fp sp ustk bstk) n = do
  1968. 2371.94 s [unison-runtime] | ^^
  1969. 2371.94 s [unison-runtime]
  1970. 2371.94 s [unison-runtime] src/Unison/Runtime/Stack.hs:1231:18: warning: [GHC-63397] [-Wname-shadowing]
  1971. 2371.94 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1972. 2371.94 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1973. 2371.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1974. 2371.94 s [unison-runtime] |
  1975. 2371.94 s [unison-runtime] 1231 | duplicate (Stack ap fp sp ustk bstk) = do
  1976. 2371.94 s [unison-runtime] | ^^
  1977. 2371.94 s [unison-runtime]
  1978. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1246:21: warning: [GHC-63397] [-Wname-shadowing]
  1979. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1980. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1981. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1982. 2371.95 s [unison-runtime] |
  1983. 2371.95 s [unison-runtime] 1246 | discardFrame (Stack ap fp _ ustk bstk) = pure $ Stack ap fp fp ustk bstk
  1984. 2371.95 s [unison-runtime] | ^^
  1985. 2371.95 s [unison-runtime]
  1986. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1250:18: warning: [GHC-63397] [-Wname-shadowing]
  1987. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1988. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1989. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1990. 2371.95 s [unison-runtime] |
  1991. 2371.95 s [unison-runtime] 1250 | saveFrame (Stack ap fp sp ustk bstk) = pure (Stack sp sp sp ustk bstk, sp - fp, fp - ap)
  1992. 2371.95 s [unison-runtime] | ^^
  1993. 2371.95 s [unison-runtime]
  1994. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1254:17: warning: [GHC-63397] [-Wname-shadowing]
  1995. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  1996. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  1997. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  1998. 2371.95 s [unison-runtime] |
  1999. 2371.95 s [unison-runtime] 1254 | saveArgs (Stack ap fp sp ustk bstk) = pure (Stack fp fp sp ustk bstk, fp - ap)
  2000. 2371.95 s [unison-runtime] | ^^
  2001. 2371.95 s [unison-runtime]
  2002. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1261:5: warning: [GHC-63397] [-Wname-shadowing]
  2003. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2004. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2005. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2006. 2371.95 s [unison-runtime] |
  2007. 2371.95 s [unison-runtime] 1261 | ap = fp - asz
  2008. 2371.95 s [unison-runtime] | ^^
  2009. 2371.95 s [unison-runtime]
  2010. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1265:20: warning: [GHC-63397] [-Wname-shadowing]
  2011. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2012. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2013. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2014. 2371.95 s [unison-runtime] |
  2015. 2371.95 s [unison-runtime] 1265 | prepareArgs (Stack ap fp sp ustk bstk) = \case
  2016. 2371.95 s [unison-runtime] | ^^
  2017. 2371.95 s [unison-runtime]
  2018. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1270:5: warning: [GHC-63397] [-Wname-shadowing]
  2019. 2371.95 s [unison-runtime] This binding for ‘sp’ shadows the existing binding
  2020. 2371.95 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1265:26
  2021. 2371.95 s [unison-runtime] |
  2022. 2371.95 s [unison-runtime] 1270 | sp <- argOnto (ustk, bstk) sp (ustk, bstk) fp args
  2023. 2371.95 s [unison-runtime] | ^^
  2024. 2371.95 s [unison-runtime]
  2025. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1275:19: warning: [GHC-63397] [-Wname-shadowing]
  2026. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2027. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2028. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2029. 2371.95 s [unison-runtime] |
  2030. 2371.95 s [unison-runtime] 1275 | acceptArgs (Stack ap fp sp ustk bstk) n = pure $ Stack ap (fp - n) sp ustk bstk
  2031. 2371.95 s [unison-runtime] | ^^
  2032. 2371.95 s [unison-runtime]
  2033. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1279:18: warning: [GHC-63397] [-Wname-shadowing]
  2034. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2035. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2036. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2037. 2371.95 s [unison-runtime] |
  2038. 2371.95 s [unison-runtime] 1279 | frameArgs (Stack ap _ sp ustk bstk) = pure $ Stack ap ap sp ustk bstk
  2039. 2371.95 s [unison-runtime] | ^^
  2040. 2371.95 s [unison-runtime]
  2041. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:20: warning: [GHC-63397] [-Wname-shadowing]
  2042. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2043. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2044. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2045. 2371.95 s [unison-runtime] |
  2046. 2371.95 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  2047. 2371.95 s [unison-runtime] | ^^
  2048. 2371.95 s [unison-runtime]
  2049. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:41: warning: [GHC-63397] [-Wname-shadowing]
  2050. 2371.95 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  2051. 2371.95 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
  2052. 2371.95 s [unison-runtime] |
  2053. 2371.95 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  2054. 2371.95 s [unison-runtime] | ^^^^
  2055. 2371.95 s [unison-runtime]
  2056. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:47: warning: [GHC-63397] [-Wname-shadowing]
  2057. 2371.95 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  2058. 2371.95 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  2059. 2371.95 s [unison-runtime] |
  2060. 2371.95 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  2061. 2371.95 s [unison-runtime] | ^^^^
  2062. 2371.95 s [unison-runtime]
  2063. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:16: warning: [GHC-63397] [-Wname-shadowing]
  2064. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2065. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2066. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2067. 2371.95 s [unison-runtime] |
  2068. 2371.95 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  2069. 2371.95 s [unison-runtime] | ^^
  2070. 2371.95 s [unison-runtime]
  2071. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:37: warning: [GHC-63397] [-Wname-shadowing]
  2072. 2371.95 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  2073. 2371.95 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
  2074. 2371.95 s [unison-runtime] |
  2075. 2371.95 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  2076. 2371.95 s [unison-runtime] | ^^^^
  2077. 2371.95 s [unison-runtime]
  2078. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:43: warning: [GHC-63397] [-Wname-shadowing]
  2079. 2371.95 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  2080. 2371.95 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  2081. 2371.95 s [unison-runtime] |
  2082. 2371.95 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  2083. 2371.95 s [unison-runtime] | ^^^^
  2084. 2371.95 s [unison-runtime]
  2085. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1347:19: warning: [GHC-63397] [-Wname-shadowing]
  2086. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2087. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2088. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2089. 2371.95 s [unison-runtime] |
  2090. 2371.95 s [unison-runtime] 1347 | adjustArgs (Stack ap fp sp ustk bstk) sz = pure $ Stack (ap - sz) fp sp ustk bstk
  2091. 2371.95 s [unison-runtime] | ^^
  2092. 2371.95 s [unison-runtime]
  2093. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1355:14: warning: [GHC-63397] [-Wname-shadowing]
  2094. 2371.95 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  2095. 2371.95 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  2096. 2371.95 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  2097. 2371.95 s [unison-runtime] |
  2098. 2371.95 s [unison-runtime] 1355 | asize (Stack ap fp _ _ _) = fp - ap
  2099. 2371.95 s [unison-runtime] | ^^
  2100. 2371.95 s [unison-runtime]
  2101. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1517:37: warning: [GHC-63397] [-Wname-shadowing]
  2102. 2371.95 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2103. 2371.95 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  2104. 2371.95 s [unison-runtime] |
  2105. 2371.95 s [unison-runtime] 1517 | go com (Push f a ci _g _rsect k) =
  2106. 2371.95 s [unison-runtime] | ^
  2107. 2371.95 s [unison-runtime]
  2108. 2371.95 s [unison-runtime] src/Unison/Runtime/Stack.hs:1519:27: warning: [GHC-63397] [-Wname-shadowing]
  2109. 2371.95 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2110. 2371.95 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  2111. 2371.95 s [unison-runtime] |
  2112. 2371.95 s [unison-runtime] 1519 | go com (Mark a ps _ k) =
  2113. 2371.95 s [unison-runtime] | ^
  2114. 2371.96 s [unison-runtime]
  2115. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1521:25: warning: [GHC-63397] [-Wname-shadowing]
  2116. 2371.96 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2117. 2371.96 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  2118. 2371.96 s [unison-runtime] |
  2119. 2371.96 s [unison-runtime] 1521 | go com (Local _ a k) =
  2120. 2371.96 s [unison-runtime] | ^
  2121. 2371.96 s [unison-runtime]
  2122. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1523:27: warning: [GHC-63397] [-Wname-shadowing]
  2123. 2371.96 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2124. 2371.96 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  2125. 2371.96 s [unison-runtime] |
  2126. 2371.96 s [unison-runtime] 1523 | go com (AMark a _ _ k) =
  2127. 2371.96 s [unison-runtime] | ^
  2128. 2371.96 s [unison-runtime]
  2129. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1525:24: warning: [GHC-63397] [-Wname-shadowing]
  2130. 2371.96 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2131. 2371.96 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  2132. 2371.96 s [unison-runtime] |
  2133. 2371.96 s [unison-runtime] 1525 | go com (Keep _ a k) =
  2134. 2371.96 s [unison-runtime] | ^
  2135. 2371.96 s [unison-runtime]
  2136. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1547:12: warning: [GHC-63397] [-Wname-shadowing]
  2137. 2371.96 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  2138. 2371.96 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  2139. 2371.96 s [unison-runtime] |
  2140. 2371.96 s [unison-runtime] 1547 | scount (_, bseg) = bscount bseg
  2141. 2371.96 s [unison-runtime] | ^^^^
  2142. 2371.96 s [unison-runtime]
  2143. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1554:29: warning: [GHC-63397] [-Wname-shadowing]
  2144. 2371.96 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  2145. 2371.96 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  2146. 2371.96 s [unison-runtime] |
  2147. 2371.96 s [unison-runtime] 1554 | PAp (CIx r _ _) _ (_useg, bseg) ->
  2148. 2371.96 s [unison-runtime] | ^^^^
  2149. 2371.96 s [unison-runtime]
  2150. 2371.96 s [unison-runtime] src/Unison/Runtime/Stack.hs:1560:25: warning: [GHC-63397] [-Wname-shadowing]
  2151. 2371.96 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  2152. 2371.96 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  2153. 2371.96 s [unison-runtime] |
  2154. 2371.96 s [unison-runtime] 1560 | (Captured k _ (_useg, bseg)) ->
  2155. 2371.96 s [unison-runtime] | ^^^^
  2156. 2371.96 s [unison-runtime]
  2157. 2380.03 s [unison-runtime] [19 of 40] Compiling Unison.Runtime.Exception ( src/Unison/Runtime/Exception.hs, dist/build/Unison/Runtime/Exception.p_o )
  2158. 2381.76 s [unison-runtime] [20 of 40] Compiling Unison.Runtime.Serialize ( src/Unison/Runtime/Serialize.hs, dist/build/Unison/Runtime/Serialize.p_o )
  2159. 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 )
  2160. 2390.04 s [unison-runtime] [22 of 40] Compiling Unison.Runtime.Profiling ( src/Unison/Runtime/Profiling.hs, dist/build/Unison/Runtime/Profiling.p_o )
  2161. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:27:28: warning: [GHC-63397] [-Wname-shadowing]
  2162. 2390.04 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2163. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  2164. 2390.04 s [unison-runtime] |
  2165. 2390.04 s [unison-runtime] 27 | combs acc (AMark _ _ _ k) = combs acc k
  2166. 2390.04 s [unison-runtime] | ^
  2167. 2390.04 s [unison-runtime]
  2168. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:28:27: warning: [GHC-63397] [-Wname-shadowing]
  2169. 2390.04 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2170. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  2171. 2390.04 s [unison-runtime] |
  2172. 2390.04 s [unison-runtime] 28 | combs acc (Mark _ _ _ k) = combs acc k
  2173. 2390.04 s [unison-runtime] | ^
  2174. 2390.04 s [unison-runtime]
  2175. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:29:26: warning: [GHC-63397] [-Wname-shadowing]
  2176. 2390.04 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2177. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  2178. 2390.04 s [unison-runtime] |
  2179. 2390.04 s [unison-runtime] 29 | combs acc (Local _ _ k) = combs acc k
  2180. 2390.04 s [unison-runtime] | ^
  2181. 2390.04 s [unison-runtime]
  2182. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:30:25: warning: [GHC-63397] [-Wname-shadowing]
  2183. 2390.04 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2184. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  2185. 2390.04 s [unison-runtime] |
  2186. 2390.04 s [unison-runtime] 30 | combs acc (Keep _ _ k) = combs acc k
  2187. 2390.04 s [unison-runtime] | ^
  2188. 2390.04 s [unison-runtime]
  2189. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:31:25: warning: [GHC-63397] [-Wname-shadowing]
  2190. 2390.04 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  2191. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:16
  2192. 2390.04 s [unison-runtime] |
  2193. 2390.04 s [unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
  2194. 2390.04 s [unison-runtime] | ^
  2195. 2390.04 s [unison-runtime]
  2196. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:31:31: warning: [GHC-63397] [-Wname-shadowing]
  2197. 2390.04 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  2198. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  2199. 2390.04 s [unison-runtime] |
  2200. 2390.04 s [unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
  2201. 2390.04 s [unison-runtime] | ^
  2202. 2390.04 s [unison-runtime]
  2203. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:62:4: warning: [GHC-63397] [-Wname-shadowing]
  2204. 2390.04 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  2205. 2390.04 s [unison-runtime] defined at src/Unison/Runtime/Profiling.hs:77:1
  2206. 2390.04 s [unison-runtime] |
  2207. 2390.04 s [unison-runtime] 62 | (finish, ts) <- readInput input
  2208. 2390.04 s [unison-runtime] | ^^^^^^
  2209. 2390.04 s [unison-runtime]
  2210. 2390.04 s [unison-runtime] src/Unison/Runtime/Profiling.hs:63:3: warning: [GHC-63397] [-Wname-shadowing]
  2211. 2390.04 s [unison-runtime] This binding for ‘prof’ shadows the existing binding
  2212. 2390.04 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:61:26
  2213. 2390.04 s [unison-runtime] |
  2214. 2390.04 s [unison-runtime] 63 | prof <- pure $ addSamples ts prof
  2215. 2390.04 s [unison-runtime] | ^^^^
  2216. 2390.04 s [unison-runtime]
  2217. 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 )
  2218. 2393.06 s [unison-runtime] [24 of 40] Compiling Unison.Runtime.Decompile ( src/Unison/Runtime/Decompile.hs, dist/build/Unison/Runtime/Decompile.p_o )
  2219. 2393.06 s [unison-runtime] src/Unison/Runtime/Decompile.hs:75:5: warning: [GHC-63397] [-Wname-shadowing]
  2220. 2393.06 s [unison-runtime] This binding for ‘err’ shadows the existing binding
  2221. 2393.06 s [unison-runtime] defined at src/Unison/Runtime/Decompile.hs:75:1
  2222. 2393.06 s [unison-runtime] |
  2223. 2393.06 s [unison-runtime] 75 | err err x = (singleton err, x)
  2224. 2393.06 s [unison-runtime] | ^^^
  2225. 2393.06 s [unison-runtime]
  2226. 2393.06 s [unison-runtime] src/Unison/Runtime/Decompile.hs:184:7: warning: [GHC-63397] [-Wname-shadowing]
  2227. 2393.06 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  2228. 2393.06 s [unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/Decompile.hs:54:5-8
  2229. 2393.06 s [unison-runtime] |
  2230. 2393.06 s [unison-runtime] 184 | text
  2231. 2393.06 s [unison-runtime] | ^^^^
  2232. 2393.06 s [unison-runtime]
  2233. 2393.06 s [unison-runtime] [25 of 40] Compiling Unison.Runtime ( src/Unison/Runtime.hs, dist/build/Unison/Runtime.p_o )
  2234. 2393.06 s [unison-runtime] src/Unison/Runtime.hs:34:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2235. 2393.06 s [unison-runtime] Pattern synonym with no type signature:
  2236. 2393.06 s [unison-runtime] pattern Runtime :: forall {e} {e'} {v}.
  2237. 2393.06 s [unison-runtime] IO ()
  2238. 2393.06 s [unison-runtime] -> (Unison.Codebase.CodeLookup.CodeLookup v IO ()
  2239. 2393.06 s [unison-runtime] -> PrettyPrintEnv
  2240. 2393.06 s [unison-runtime] -> Unison.Codebase.Runtime.Profile.ProfileSpec
  2241. 2393.06 s [unison-runtime] -> Rt.Term v
  2242. 2393.06 s [unison-runtime] -> IO (Either e (Rt.Response e', Rt.Term v)))
  2243. 2393.06 s [unison-runtime] -> (Rt.CompileOpts
  2244. 2393.06 s [unison-runtime] -> Unison.Codebase.CodeLookup.CodeLookup v IO ()
  2245. 2393.06 s [unison-runtime] -> PrettyPrintEnv
  2246. 2393.06 s [unison-runtime] -> Reference
  2247. 2393.06 s [unison-runtime] -> FilePath
  2248. 2393.06 s [unison-runtime] -> IO (Maybe e))
  2249. 2393.06 s [unison-runtime] -> Unison.Type.Type v Unison.Parser.Ann.Ann
  2250. 2393.06 s [unison-runtime] -> nonempty-containers-0.3.5.0:Data.Set.NonEmpty.Internal.NESet
  2251. 2393.06 s [unison-runtime] (Unison.Type.Type v Unison.Parser.Ann.Ann)
  2252. 2393.06 s [unison-runtime] -> Rt.Runtime e e' v
  2253. 2393.06 s [unison-runtime] |
  2254. 2393.06 s [unison-runtime] 34 | pattern Runtime {terminate, evaluate, compileTo, mainType, ioTestTypes} =
  2255. 2393.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2256. 2393.06 s [unison-runtime]
  2257. 2393.06 s [unison-runtime] [26 of 40] Compiling Unison.Codebase.Execute ( src/Unison/Codebase/Execute.hs, dist/build/Unison/Codebase/Execute.p_o )
  2258. 2393.06 s [unison-runtime] [27 of 40] Compiling Unison.Runtime.Debug ( src/Unison/Runtime/Debug.hs, dist/build/Unison/Runtime/Debug.p_o )
  2259. 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 )
  2260. 2393.06 s [unison-runtime] src/Unison/Runtime/ANF/Serialize/CodeV4.hs:306:16: warning: [GHC-63397] [-Wname-shadowing]
  2261. 2393.06 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  2262. 2393.06 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299:13
  2263. 2393.06 s [unison-runtime] |
  2264. 2393.06 s [unison-runtime] 306 | FPrim (Right f) -> putTag FForeignT <> putFOp f
  2265. 2393.06 s [unison-runtime] | ^
  2266. 2393.06 s [unison-runtime]
  2267. 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 )
  2268. 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 )
  2269. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:153:11: warning: [GHC-63397] [-Wname-shadowing]
  2270. 2403.96 s [unison-runtime] This binding for ‘mod’ shadows the existing binding
  2271. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2272. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  2273. 2403.96 s [unison-runtime] |
  2274. 2403.96 s [unison-runtime] 153 | memo orig mod =
  2275. 2403.96 s [unison-runtime] | ^^^
  2276. 2403.96 s [unison-runtime]
  2277. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:175:13: warning: [GHC-63397] [-Wname-shadowing]
  2278. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2279. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2280. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2281. 2403.96 s [unison-runtime] |
  2282. 2403.96 s [unison-runtime] 175 | descend rec tail bound tm = memo tm $ case tm of
  2283. 2403.96 s [unison-runtime] | ^^^^
  2284. 2403.96 s [unison-runtime]
  2285. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:205:8: warning: [GHC-63397] [-Wname-shadowing]
  2286. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2287. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2288. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2289. 2403.96 s [unison-runtime] |
  2290. 2403.96 s [unison-runtime] 205 | go tail bound tm = step tail bound tm >>= descend go tail bound
  2291. 2403.96 s [unison-runtime] | ^^^^
  2292. 2403.96 s [unison-runtime]
  2293. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:214:8: warning: [GHC-63397] [-Wname-shadowing]
  2294. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2295. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2296. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2297. 2403.96 s [unison-runtime] |
  2298. 2403.96 s [unison-runtime] 214 | go tail bound tm =
  2299. 2403.96 s [unison-runtime] | ^^^^
  2300. 2403.96 s [unison-runtime]
  2301. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:230:15: warning: [GHC-63397] [-Wname-shadowing]
  2302. 2403.96 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2303. 2403.96 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2304. 2403.96 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2305. 2403.96 s [unison-runtime] |
  2306. 2403.96 s [unison-runtime] 230 | inline avoid (arities, inls) n0 = memo n0 $ go (30 :: Int) n0
  2307. 2403.96 s [unison-runtime] | ^^^^^^^
  2308. 2403.96 s [unison-runtime]
  2309. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:236:12: warning: [GHC-63397] [-Wname-shadowing]
  2310. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2311. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2312. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2313. 2403.96 s [unison-runtime] |
  2314. 2403.96 s [unison-runtime] 236 | step n tail bound (TApp (FComb r) args)
  2315. 2403.96 s [unison-runtime] | ^^^^
  2316. 2403.96 s [unison-runtime]
  2317. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:241:16: warning: [GHC-63397] [-Wname-shadowing]
  2318. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2319. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2320. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2321. 2403.96 s [unison-runtime] |
  2322. 2403.96 s [unison-runtime] 241 | findInline tail bound r args = do
  2323. 2403.96 s [unison-runtime] | ^^^^
  2324. 2403.96 s [unison-runtime]
  2325. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:243:7: warning: [GHC-63397] [-Wname-shadowing]
  2326. 2403.96 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  2327. 2403.96 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2328. 2403.96 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  2329. 2403.96 s [unison-runtime] |
  2330. 2403.96 s [unison-runtime] 243 | arity <- Map.lookup r arities
  2331. 2403.96 s [unison-runtime] | ^^^^^
  2332. 2403.96 s [unison-runtime]
  2333. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:256:29: warning: [GHC-63397] [-Wname-shadowing]
  2334. 2403.96 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  2335. 2403.96 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2336. 2403.96 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  2337. 2403.96 s [unison-runtime] |
  2338. 2403.96 s [unison-runtime] 256 | tweak isTail bound args arity (InlInfo clazz (ABTN.TAbss vs body))
  2339. 2403.96 s [unison-runtime] | ^^^^^
  2340. 2403.96 s [unison-runtime]
  2341. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:266:16: warning: [GHC-63397] [-Wname-shadowing]
  2342. 2403.96 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  2343. 2403.96 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:264:10
  2344. 2403.96 s [unison-runtime] |
  2345. 2403.96 s [unison-runtime] 266 | TApp f pre <- ABTN.renamesAvoiding (avoid `Set.union` bound) rn body =
  2346. 2403.96 s [unison-runtime] | ^^^
  2347. 2403.96 s [unison-runtime]
  2348. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:287:10: warning: [GHC-63397] [-Wname-shadowing]
  2349. 2403.96 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2350. 2403.96 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2351. 2403.96 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2352. 2403.96 s [unison-runtime] |
  2353. 2403.96 s [unison-runtime] 287 | peephole arities affine n0 = memo n0 $ go (30 :: Int) n0
  2354. 2403.96 s [unison-runtime] | ^^^^^^^
  2355. 2403.96 s [unison-runtime]
  2356. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:291:47: warning: [GHC-63397] [-Wname-shadowing]
  2357. 2403.96 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2358. 2403.96 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2359. 2403.96 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2360. 2403.96 s [unison-runtime] |
  2361. 2403.96 s [unison-runtime] 291 | whenChanged (go $ n - 1) . rewriteDown \tail _bound -> \case
  2362. 2403.96 s [unison-runtime] | ^^^^
  2363. 2403.96 s [unison-runtime]
  2364. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:323:24: warning: [GHC-63397] [-Wname-shadowing]
  2365. 2403.96 s [unison-runtime] This binding for ‘n’ shadows the existing binding
  2366. 2403.96 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:290:8
  2367. 2403.96 s [unison-runtime] |
  2368. 2403.96 s [unison-runtime] 323 | HandledThunk r n safe expr
  2369. 2403.96 s [unison-runtime] | ^
  2370. 2403.96 s [unison-runtime]
  2371. 2403.96 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:325:18: warning: [GHC-63397] [-Wname-shadowing]
  2372. 2403.97 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  2373. 2403.97 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2374. 2403.97 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  2375. 2403.97 s [unison-runtime] |
  2376. 2403.97 s [unison-runtime] 325 | Just arity <- Map.lookup r arities,
  2377. 2403.97 s [unison-runtime] | ^^^^^
  2378. 2403.97 s [unison-runtime]
  2379. 2403.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:339:17: warning: [GHC-63397] [-Wname-shadowing]
  2380. 2403.97 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2381. 2403.97 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2382. 2403.97 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2383. 2403.97 s [unison-runtime] |
  2384. 2403.97 s [unison-runtime] 339 | optNormal opts@(arities, _) avoid affine n0 =
  2385. 2403.97 s [unison-runtime] | ^^^^^^^
  2386. 2403.97 s [unison-runtime]
  2387. 2403.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:366:11: warning: [GHC-63397] [-Wname-shadowing]
  2388. 2403.97 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2389. 2403.97 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2390. 2403.97 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2391. 2403.97 s [unison-runtime] |
  2392. 2403.97 s [unison-runtime] 366 | optGroup (arities, inls0) self grp@(Rec bs en) =
  2393. 2403.97 s [unison-runtime] | ^^^^^^^
  2394. 2403.97 s [unison-runtime]
  2395. 2403.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:456:8: warning: [GHC-63397] [-Wname-shadowing]
  2396. 2403.97 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  2397. 2403.97 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  2398. 2403.97 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2399. 2403.97 s [unison-runtime] |
  2400. 2403.97 s [unison-runtime] 456 | go tail = \case
  2401. 2403.97 s [unison-runtime] | ^^^^
  2402. 2403.97 s [unison-runtime]
  2403. 2403.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:476:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2404. 2403.97 s [unison-runtime] Pattern synonym with no type signature:
  2405. 2403.97 s [unison-runtime] pattern Nameable :: forall {ref} {v}. Either ref v -> Func ref v
  2406. 2403.97 s [unison-runtime] |
  2407. 2403.97 s [unison-runtime] 476 | pattern Nameable e <- (nameable -> Just e)
  2408. 2403.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2409. 2403.97 s [unison-runtime]
  2410. 2403.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:498:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2411. 2403.97 s [unison-runtime] Pattern synonym with no type signature:
  2412. 2403.97 s [unison-runtime] pattern HandlerResume :: forall {v} {ref}.
  2413. 2403.97 s [unison-runtime] Var v =>
  2414. 2403.97 s [unison-runtime] v
  2415. 2403.97 s [unison-runtime] -> Either ref v
  2416. 2403.97 s [unison-runtime] -> [v]
  2417. 2403.97 s [unison-runtime] -> v
  2418. 2403.97 s [unison-runtime] -> Either ref v
  2419. 2403.97 s [unison-runtime] -> [v]
  2420. 2403.97 s [unison-runtime] -> [ref]
  2421. 2403.97 s [unison-runtime] -> ANormal ref v
  2422. 2403.97 s [unison-runtime] |
  2423. 2403.97 s [unison-runtime] 498 | pattern HandlerResume lz f as lh h bs rs <-
  2424. 2403.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2425. 2403.97 s [unison-runtime]
  2426. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:516:12: warning: [GHC-63397] [-Wname-shadowing]
  2427. 2403.98 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2428. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2429. 2403.98 s [unison-runtime] |
  2430. 2403.98 s [unison-runtime] 516 | final (bd, All lazy) = (r, length vs, lazy, bd)
  2431. 2403.98 s [unison-runtime] | ^^
  2432. 2403.98 s [unison-runtime]
  2433. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:518:29: warning: [GHC-63397] [-Wname-shadowing]
  2434. 2403.98 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2435. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2436. 2403.98 s [unison-runtime] |
  2437. 2403.98 s [unison-runtime] 518 | prefix rn (TName v g bs bd)
  2438. 2403.98 s [unison-runtime] | ^^
  2439. 2403.98 s [unison-runtime]
  2440. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:522:9: warning: [GHC-63397] [-Wname-shadowing]
  2441. 2403.98 s [unison-runtime] This binding for ‘g’ shadows the existing binding
  2442. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:24
  2443. 2403.98 s [unison-runtime] |
  2444. 2403.98 s [unison-runtime] 522 | g <- ABTN.renameVar rn <$> g,
  2445. 2403.98 s [unison-runtime] | ^
  2446. 2403.98 s [unison-runtime]
  2447. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:523:9: warning: [GHC-63397] [-Wname-shadowing]
  2448. 2403.98 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  2449. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:26
  2450. 2403.98 s [unison-runtime] |
  2451. 2403.98 s [unison-runtime] 523 | bs <- ABTN.renameVar rn <$> bs,
  2452. 2403.98 s [unison-runtime] | ^^
  2453. 2403.98 s [unison-runtime]
  2454. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:10: warning: [GHC-63397] [-Wname-shadowing]
  2455. 2403.98 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  2456. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:12
  2457. 2403.98 s [unison-runtime] |
  2458. 2403.98 s [unison-runtime] 524 | (rn, v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
  2459. 2403.98 s [unison-runtime] | ^^
  2460. 2403.98 s [unison-runtime]
  2461. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:14: warning: [GHC-63397] [-Wname-shadowing]
  2462. 2403.98 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  2463. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:22
  2464. 2403.98 s [unison-runtime] |
  2465. 2403.98 s [unison-runtime] 524 | (rn, v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
  2466. 2403.98 s [unison-runtime] | ^
  2467. 2403.98 s [unison-runtime]
  2468. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:24: warning: [GHC-63397] [-Wname-shadowing]
  2469. 2403.98 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2470. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  2471. 2403.98 s [unison-runtime] |
  2472. 2403.98 s [unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
  2473. 2403.98 s [unison-runtime] | ^^
  2474. 2403.98 s [unison-runtime]
  2475. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:34: warning: [GHC-63397] [-Wname-shadowing]
  2476. 2403.98 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2477. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2478. 2403.98 s [unison-runtime] |
  2479. 2403.98 s [unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
  2480. 2403.98 s [unison-runtime] | ^^
  2481. 2403.98 s [unison-runtime]
  2482. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:529:9: warning: [GHC-63397] [-Wname-shadowing]
  2483. 2403.98 s [unison-runtime] This binding for ‘bn’ shadows the existing binding
  2484. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:31
  2485. 2403.98 s [unison-runtime] |
  2486. 2403.98 s [unison-runtime] 529 | bn <- ABTN.renamesAndFreshen0 rn bn,
  2487. 2403.98 s [unison-runtime] | ^^
  2488. 2403.98 s [unison-runtime]
  2489. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:10: warning: [GHC-63397] [-Wname-shadowing]
  2490. 2403.98 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  2491. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:12
  2492. 2403.98 s [unison-runtime] |
  2493. 2403.98 s [unison-runtime] 530 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2494. 2403.98 s [unison-runtime] | ^^
  2495. 2403.98 s [unison-runtime]
  2496. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:14: warning: [GHC-63397] [-Wname-shadowing]
  2497. 2403.98 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2498. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:24
  2499. 2403.98 s [unison-runtime] |
  2500. 2403.98 s [unison-runtime] 530 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2501. 2403.98 s [unison-runtime] | ^^
  2502. 2403.98 s [unison-runtime]
  2503. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:27: warning: [GHC-63397] [-Wname-shadowing]
  2504. 2403.98 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2505. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  2506. 2403.98 s [unison-runtime] |
  2507. 2403.98 s [unison-runtime] 535 | under (ABTN.TAbss vs bd)
  2508. 2403.98 s [unison-runtime] | ^^
  2509. 2403.98 s [unison-runtime]
  2510. 2403.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:30: warning: [GHC-63397] [-Wname-shadowing]
  2511. 2403.98 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2512. 2403.98 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2513. 2403.98 s [unison-runtime] |
  2514. 2403.99 s [unison-runtime] 535 | under (ABTN.TAbss vs bd)
  2515. 2403.99 s [unison-runtime] | ^^
  2516. 2403.99 s [unison-runtime]
  2517. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:14: warning: [GHC-63397] [-Wname-shadowing]
  2518. 2403.99 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  2519. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:532:12
  2520. 2403.99 s [unison-runtime] |
  2521. 2403.99 s [unison-runtime] 537 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2522. 2403.99 s [unison-runtime] | ^^
  2523. 2403.99 s [unison-runtime]
  2524. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:18: warning: [GHC-63397] [-Wname-shadowing]
  2525. 2403.99 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2526. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:535:27
  2527. 2403.99 s [unison-runtime] |
  2528. 2403.99 s [unison-runtime] 537 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2529. 2403.99 s [unison-runtime] | ^^
  2530. 2403.99 s [unison-runtime]
  2531. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:540:30: warning: [GHC-63397] [-Wname-shadowing]
  2532. 2403.99 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2533. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2534. 2403.99 s [unison-runtime] |
  2535. 2403.99 s [unison-runtime] 540 | prefix rn (THnd rs nh ah bd)
  2536. 2403.99 s [unison-runtime] | ^^
  2537. 2403.99 s [unison-runtime]
  2538. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:543:9: warning: [GHC-63397] [-Wname-shadowing]
  2539. 2403.99 s [unison-runtime] This binding for ‘ah’ shadows the existing binding
  2540. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:27
  2541. 2403.99 s [unison-runtime] |
  2542. 2403.99 s [unison-runtime] 543 | ah <- ABTN.renameVar rn <$> ah,
  2543. 2403.99 s [unison-runtime] | ^^
  2544. 2403.99 s [unison-runtime]
  2545. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:544:9: warning: [GHC-63397] [-Wname-shadowing]
  2546. 2403.99 s [unison-runtime] This binding for ‘nh’ shadows the existing binding
  2547. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:24
  2548. 2403.99 s [unison-runtime] |
  2549. 2403.99 s [unison-runtime] 544 | nh <- ABTN.renameVar rn nh =
  2550. 2403.99 s [unison-runtime] | ^^
  2551. 2403.99 s [unison-runtime]
  2552. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:24: warning: [GHC-63397] [-Wname-shadowing]
  2553. 2403.99 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2554. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  2555. 2403.99 s [unison-runtime] |
  2556. 2403.99 s [unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
  2557. 2403.99 s [unison-runtime] | ^^
  2558. 2403.99 s [unison-runtime]
  2559. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:34: warning: [GHC-63397] [-Wname-shadowing]
  2560. 2403.99 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2561. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  2562. 2403.99 s [unison-runtime] |
  2563. 2403.99 s [unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
  2564. 2403.99 s [unison-runtime] | ^^
  2565. 2403.99 s [unison-runtime]
  2566. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:554:9: warning: [GHC-63397] [-Wname-shadowing]
  2567. 2403.99 s [unison-runtime] This binding for ‘bn’ shadows the existing binding
  2568. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:31
  2569. 2403.99 s [unison-runtime] |
  2570. 2403.99 s [unison-runtime] 554 | bn <- ABTN.renamesAndFreshen0 rn bn,
  2571. 2403.99 s [unison-runtime] | ^^
  2572. 2403.99 s [unison-runtime]
  2573. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:10: warning: [GHC-63397] [-Wname-shadowing]
  2574. 2403.99 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  2575. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:12
  2576. 2403.99 s [unison-runtime] |
  2577. 2403.99 s [unison-runtime] 555 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2578. 2403.99 s [unison-runtime] | ^^
  2579. 2403.99 s [unison-runtime]
  2580. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:14: warning: [GHC-63397] [-Wname-shadowing]
  2581. 2403.99 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2582. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:24
  2583. 2403.99 s [unison-runtime] |
  2584. 2403.99 s [unison-runtime] 555 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  2585. 2403.99 s [unison-runtime] | ^^
  2586. 2403.99 s [unison-runtime]
  2587. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:587:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2588. 2403.99 s [unison-runtime] Pattern synonym with no type signature:
  2589. 2403.99 s [unison-runtime] pattern HandledThunk :: forall {v} {ref}.
  2590. 2403.99 s [unison-runtime] (Var v, Ord ref) =>
  2591. 2403.99 s [unison-runtime] ref -> Int -> Bool -> ANormal ref v -> ANormal ref v
  2592. 2403.99 s [unison-runtime] |
  2593. 2403.99 s [unison-runtime] 587 | pattern HandledThunk ref ar safe expr <-
  2594. 2403.99 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2595. 2403.99 s [unison-runtime]
  2596. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:653:21: warning: [GHC-63397] [-Wname-shadowing]
  2597. 2403.99 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2598. 2403.99 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:652:29
  2599. 2403.99 s [unison-runtime] |
  2600. 2403.99 s [unison-runtime] 653 | TName lz0 th vs bd <- bd,
  2601. 2403.99 s [unison-runtime] | ^^
  2602. 2403.99 s [unison-runtime]
  2603. 2403.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:664:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2604. 2403.99 s [unison-runtime] Pattern synonym with no type signature:
  2605. 2403.99 s [unison-runtime] pattern HandlerApp :: forall {v} {ref}.
  2606. 2403.99 s [unison-runtime] Var v =>
  2607. 2403.99 s [unison-runtime] ANormal ref v -> ANormal ref v
  2608. 2403.99 s [unison-runtime] |
  2609. 2403.99 s [unison-runtime] 664 | pattern HandlerApp rw <- (matchHandlerApp -> Just rw)
  2610. 2403.99 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2611. 2404.00 s [unison-runtime]
  2612. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:695:31: warning: [GHC-63397] [-Wname-shadowing]
  2613. 2404.00 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  2614. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:694:26
  2615. 2404.00 s [unison-runtime] |
  2616. 2404.00 s [unison-runtime] 695 | | TName lzh0 (Right him1) _ tm <- tm,
  2617. 2404.00 s [unison-runtime] | ^^
  2618. 2404.00 s [unison-runtime]
  2619. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:716:7: warning: [GHC-63397] [-Wname-shadowing]
  2620. 2404.00 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  2621. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:715:11
  2622. 2404.00 s [unison-runtime] |
  2623. 2404.00 s [unison-runtime] 716 | v : vs -> v : reverse vs
  2624. 2404.00 s [unison-runtime] | ^^
  2625. 2404.00 s [unison-runtime]
  2626. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:728:20: warning: [GHC-63397] [-Wname-shadowing]
  2627. 2404.00 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2628. 2404.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2629. 2404.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2630. 2404.00 s [unison-runtime] |
  2631. 2404.00 s [unison-runtime] 728 | augmentHandler bi (arities, inls0) self group
  2632. 2404.00 s [unison-runtime] | ^^^^^^^
  2633. 2404.00 s [unison-runtime]
  2634. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:732:10: warning: [GHC-63397] [-Wname-shadowing]
  2635. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2636. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:730:33
  2637. 2404.00 s [unison-runtime] |
  2638. 2404.00 s [unison-runtime] 732 | Just body <- augmentHandlerEntry thunk mv0 ah body,
  2639. 2404.00 s [unison-runtime] | ^^^^
  2640. 2404.00 s [unison-runtime]
  2641. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:735:5: warning: [GHC-63397] [-Wname-shadowing]
  2642. 2404.00 s [unison-runtime] This binding for ‘amatcher’ shadows the existing binding
  2643. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:734:10
  2644. 2404.00 s [unison-runtime] |
  2645. 2404.00 s [unison-runtime] 735 | amatcher <-
  2646. 2404.00 s [unison-runtime] | ^^^^^^^^
  2647. 2404.00 s [unison-runtime]
  2648. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:763:5: warning: [GHC-63397] [-Wname-shadowing]
  2649. 2404.00 s [unison-runtime] This binding for ‘args’ shadows the existing binding
  2650. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:63
  2651. 2404.00 s [unison-runtime] |
  2652. 2404.00 s [unison-runtime] 763 | args <- vs ++ [ar, v],
  2653. 2404.00 s [unison-runtime] | ^^^^
  2654. 2404.00 s [unison-runtime]
  2655. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:764:5: warning: [GHC-63397] [-Wname-shadowing]
  2656. 2404.00 s [unison-runtime] This binding for ‘ccs’ shadows the existing binding
  2657. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:47
  2658. 2404.00 s [unison-runtime] |
  2659. 2404.00 s [unison-runtime] 764 | ccs <- ccs ++ [BX] =
  2660. 2404.00 s [unison-runtime] | ^^^
  2661. 2404.00 s [unison-runtime]
  2662. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:781:29: warning: [GHC-63397] [-Wname-shadowing]
  2663. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2664. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:780:35
  2665. 2404.00 s [unison-runtime] |
  2666. 2404.00 s [unison-runtime] 781 | | TName hv (Right mv1) us body <- body,
  2667. 2404.00 s [unison-runtime] | ^^^^
  2668. 2404.00 s [unison-runtime]
  2669. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:808:18: warning: [GHC-63397] [-Wname-shadowing]
  2670. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2671. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:807:19
  2672. 2404.00 s [unison-runtime] |
  2673. 2404.00 s [unison-runtime] 808 | TShift _ kf0 body <- body,
  2674. 2404.00 s [unison-runtime] | ^^^^
  2675. 2404.00 s [unison-runtime]
  2676. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:809:30: warning: [GHC-63397] [-Wname-shadowing]
  2677. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2678. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:808:18
  2679. 2404.00 s [unison-runtime] |
  2680. 2404.00 s [unison-runtime] 809 | TName kf (Left jc) [kf1] body <- body,
  2681. 2404.00 s [unison-runtime] | ^^^^
  2682. 2404.00 s [unison-runtime]
  2683. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:811:5: warning: [GHC-63397] [-Wname-shadowing]
  2684. 2404.00 s [unison-runtime] This binding for ‘bound’ shadows the existing binding
  2685. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:806:44
  2686. 2404.00 s [unison-runtime] |
  2687. 2404.00 s [unison-runtime] 811 | bound <- Set.union bound (Set.fromList (kf0 : kf : us)),
  2688. 2404.00 s [unison-runtime] | ^^^^^
  2689. 2404.00 s [unison-runtime]
  2690. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:845:25: warning: [GHC-63397] [-Wname-shadowing]
  2691. 2404.00 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2692. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:840:46
  2693. 2404.00 s [unison-runtime] |
  2694. 2404.00 s [unison-runtime] 845 | ABTN.TAbss us bd ->
  2695. 2404.00 s [unison-runtime] | ^^
  2696. 2404.00 s [unison-runtime]
  2697. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:874:23: warning: [GHC-63397] [-Wname-shadowing]
  2698. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2699. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
  2700. 2404.00 s [unison-runtime] |
  2701. 2404.00 s [unison-runtime] 874 | | TLet d v cc e body <- body,
  2702. 2404.00 s [unison-runtime] | ^^^^
  2703. 2404.00 s [unison-runtime]
  2704. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:877:22: warning: [GHC-63397] [-Wname-shadowing]
  2705. 2404.00 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  2706. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
  2707. 2404.00 s [unison-runtime] |
  2708. 2404.00 s [unison-runtime] 877 | | TName v f us body <- body,
  2709. 2404.00 s [unison-runtime] | ^^^^
  2710. 2404.00 s [unison-runtime]
  2711. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:917:27: warning: [GHC-63397] [-Wname-shadowing]
  2712. 2404.00 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  2713. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:916:42
  2714. 2404.00 s [unison-runtime] |
  2715. 2404.00 s [unison-runtime] 917 | | TName rh (Right f) as tm <- tm,
  2716. 2404.00 s [unison-runtime] | ^^
  2717. 2404.00 s [unison-runtime]
  2718. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:924:5: warning: [GHC-63397] [-Wname-shadowing]
  2719. 2404.00 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2720. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:921:25
  2721. 2404.00 s [unison-runtime] |
  2722. 2404.00 s [unison-runtime] 924 | bd <- replaceLinearBody opts avoid bd,
  2723. 2404.00 s [unison-runtime] | ^^
  2724. 2404.00 s [unison-runtime]
  2725. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:968:25: warning: [GHC-63397] [-Wname-shadowing]
  2726. 2404.00 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2727. 2404.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  2728. 2404.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2729. 2404.00 s [unison-runtime] |
  2730. 2404.00 s [unison-runtime] 968 | replaceLinearBody opts@(arities, inls) avoid bd
  2731. 2404.00 s [unison-runtime] | ^^^^^^^
  2732. 2404.00 s [unison-runtime]
  2733. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:969:19: warning: [GHC-63397] [-Wname-shadowing]
  2734. 2404.00 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  2735. 2404.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:968:46
  2736. 2404.00 s [unison-runtime] |
  2737. 2404.00 s [unison-runtime] 969 | | TLetD v cc bn bd <- bd =
  2738. 2404.00 s [unison-runtime] | ^^
  2739. 2404.00 s [unison-runtime]
  2740. 2404.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:999:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  2741. 2404.00 s [unison-runtime] Pattern synonym with no type signature:
  2742. 2404.00 s [unison-runtime] pattern SimpleBody :: forall {v} {ref}.
  2743. 2404.00 s [unison-runtime] Var v =>
  2744. 2404.00 s [unison-runtime] (ANormal ref v -> ANormal ref v)
  2745. 2404.00 s [unison-runtime] -> Bool -> Set v -> Set v -> v -> v -> ANormal ref v
  2746. 2404.00 s [unison-runtime] |
  2747. 2404.00 s [unison-runtime] 999 | pattern SimpleBody head ind shad free kf result <-
  2748. 2404.00 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  2749. 2404.00 s [unison-runtime]
  2750. 2404.00 s [unison-runtime] [31 of 40] Compiling Unison.Runtime.Builtin ( src/Unison/Runtime/Builtin.hs, dist/build/Unison/Runtime/Builtin.p_o )
  2751. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:63:10: warning: [GHC-63394] [-Wx-partial]
  2752. 2404.00 s [unison-runtime] In the use of ‘head’
  2753. 2404.00 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  2754. 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"."
  2755. 2404.00 s [unison-runtime] |
  2756. 2404.00 s [unison-runtime] 63 | fresh1 = head $ freshes 1
  2757. 2404.00 s [unison-runtime] | ^^^^
  2758. 2404.00 s [unison-runtime]
  2759. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:508:41: warning: [GHC-63397] [-Wname-shadowing]
  2760. 2404.00 s [unison-runtime] This binding for ‘any’ shadows the existing binding
  2761. 2404.00 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
  2762. 2404.00 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  2763. 2404.00 s [unison-runtime] |
  2764. 2404.00 s [unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail, r) = fresh
  2765. 2404.00 s [unison-runtime] | ^^^
  2766. 2404.00 s [unison-runtime]
  2767. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:508:46: warning: [GHC-63397] [-Wname-shadowing]
  2768. 2404.00 s [unison-runtime] This binding for ‘fail’ shadows the existing binding
  2769. 2404.00 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
  2770. 2404.00 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  2771. 2404.00 s [unison-runtime] |
  2772. 2404.00 s [unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail, r) = fresh
  2773. 2404.00 s [unison-runtime] | ^^^^
  2774. 2404.00 s [unison-runtime]
  2775. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:511:5: warning: [GHC-63397] [-Wname-shadowing]
  2776. 2404.00 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  2777. 2404.00 s [unison-runtime] imported from ‘Unison.Var’ at src/Unison/Runtime/Builtin.hs:47:1-17
  2778. 2404.00 s [unison-runtime] |
  2779. 2404.00 s [unison-runtime] 511 | bug name =
  2780. 2404.00 s [unison-runtime] | ^^^^
  2781. 2404.00 s [unison-runtime]
  2782. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:693:30: warning: [GHC-63397] [-Wname-shadowing]
  2783. 2404.00 s [unison-runtime] This binding for ‘any’ shadows the existing binding
  2784. 2404.00 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
  2785. 2404.00 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  2786. 2404.00 s [unison-runtime] |
  2787. 2404.00 s [unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
  2788. 2404.00 s [unison-runtime] | ^^^
  2789. 2404.00 s [unison-runtime]
  2790. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:693:34: warning: [GHC-63397] [-Wname-shadowing]
  2791. 2404.00 s [unison-runtime] This binding for ‘fail’ shadows the existing binding
  2792. 2404.00 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
  2793. 2404.00 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  2794. 2404.00 s [unison-runtime] |
  2795. 2404.00 s [unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
  2796. 2404.00 s [unison-runtime] | ^^^^
  2797. 2404.00 s [unison-runtime]
  2798. 2404.00 s [unison-runtime] src/Unison/Runtime/Builtin.hs:946:21: warning: [GHC-63397] [-Wname-shadowing]
  2799. 2404.00 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  2800. 2404.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/Builtin.hs:36:1-32
  2801. 2404.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  2802. 2404.00 s [unison-runtime] |
  2803. 2404.00 s [unison-runtime] 946 | declareForeign sand arity func = declareForeignWrap sand wrap func
  2804. 2404.00 s [unison-runtime] | ^^^^^
  2805. 2404.00 s [unison-runtime]
  2806. 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 )
  2807. 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 )
  2808. 2404.12 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:185:14: warning: [GHC-63397] [-Wname-shadowing]
  2809. 2404.12 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  2810. 2404.12 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Serialize.hs:26:1-45
  2811. 2404.13 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  2812. 2404.13 s [unison-runtime] |
  2813. 2404.13 s [unison-runtime] 185 | putOptInfos (arities, inls) =
  2814. 2404.13 s [unison-runtime] | ^^^^^^^
  2815. 2404.13 s [unison-runtime]
  2816. 2404.13 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:377:16: warning: [GHC-63397] [-Wname-shadowing]
  2817. 2404.13 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  2818. 2404.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:368:29
  2819. 2404.13 s [unison-runtime] |
  2820. 2404.13 s [unison-runtime] 377 | FPrim (Right f)
  2821. 2404.13 s [unison-runtime] | ^
  2822. 2404.13 s [unison-runtime]
  2823. 2404.13 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:816:15: warning: [GHC-63397] [-Wname-shadowing]
  2824. 2404.13 s [unison-runtime] This binding for ‘co’ shadows the existing binding
  2825. 2404.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:814:24
  2826. 2404.13 s [unison-runtime] |
  2827. 2404.13 s [unison-runtime] 816 | <&> \(co, CST _ _ _ tys tms) -> (toList tys, toList tms, co)
  2828. 2404.13 s [unison-runtime] | ^^
  2829. 2404.13 s [unison-runtime]
  2830. 2404.13 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:879:10: warning: [GHC-63397] [-Wname-shadowing]
  2831. 2404.13 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  2832. 2404.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:878:13
  2833. 2404.13 s [unison-runtime] |
  2834. 2404.13 s [unison-runtime] 879 | (x, CST _ _ _ tys tms) <-
  2835. 2404.13 s [unison-runtime] | ^
  2836. 2404.13 s [unison-runtime]
  2837. 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 )
  2838. 2427.09 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:51:25: warning: [GHC-63397] [-Wname-shadowing]
  2839. 2427.09 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  2840. 2427.09 s [unison-runtime] bound at src/Unison/Runtime/ANF/Rehash.hs:50:14
  2841. 2427.09 s [unison-runtime] |
  2842. 2427.09 s [unison-runtime] 51 | | not b, Just r <- Map.lookup r remap = r
  2843. 2427.09 s [unison-runtime] | ^
  2844. 2427.09 s [unison-runtime]
  2845. 2427.09 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:53:9: warning: [GHC-63397] [-Wname-shadowing]
  2846. 2427.09 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  2847. 2427.09 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  2848. 2427.09 s [unison-runtime] |
  2849. 2427.09 s [unison-runtime] 53 | scc = second (overGroupLinks rp) <$> scc0
  2850. 2427.09 s [unison-runtime] | ^^^
  2851. 2427.09 s [unison-runtime]
  2852. 2427.09 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:78:11: warning: [GHC-63397] [-Wname-shadowing]
  2853. 2427.10 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  2854. 2427.10 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  2855. 2427.10 s [unison-runtime] |
  2856. 2427.10 s [unison-runtime] 78 | rehashSCC scc
  2857. 2427.10 s [unison-runtime] | ^^^
  2858. 2427.10 s [unison-runtime]
  2859. 2427.10 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:82:25: warning: [GHC-63394] [-Wx-partial]
  2860. 2427.10 s [unison-runtime] In the use of ‘head’
  2861. 2427.10 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  2862. 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"."
  2863. 2427.10 s [unison-runtime] |
  2864. 2427.10 s [unison-runtime] 82 | sample = case fst $ head ps of
  2865. 2427.10 s [unison-runtime] | ^^^^
  2866. 2427.10 s [unison-runtime]
  2867. 2427.10 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:102:11: warning: [GHC-63397] [-Wname-shadowing]
  2868. 2427.10 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  2869. 2427.10 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  2870. 2427.10 s [unison-runtime] |
  2871. 2427.10 s [unison-runtime] 102 | rehashSCC scc = error $ "unexpected SCC:\n" ++ show scc
  2872. 2427.10 s [unison-runtime] | ^^^
  2873. 2427.10 s [unison-runtime]
  2874. 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 )
  2875. 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 )
  2876. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:251:19: warning: [GHC-63397] [-Wname-shadowing]
  2877. 2431.37 s [unison-runtime] This binding for ‘ip’ shadows the existing binding
  2878. 2431.37 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:245:7
  2879. 2431.37 s [unison-runtime] |
  2880. 2431.37 s [unison-runtime] 251 | (Just ip, Just pt) -> UDP.serverSocket (ip, pt)
  2881. 2431.37 s [unison-runtime] | ^^
  2882. 2431.37 s [unison-runtime]
  2883. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:378:7: warning: [GHC-63397] [-Wname-shadowing]
  2884. 2431.37 s [unison-runtime] This binding for ‘handle’ shadows the existing binding
  2885. 2431.37 s [unison-runtime] imported from ‘Control.Exception’ at src/Unison/Runtime/Foreign/Function.hs:26:1-24
  2886. 2431.37 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Exception.Base’)
  2887. 2431.37 s [unison-runtime] |
  2888. 2431.37 s [unison-runtime] 378 | \(handle :: Socket) -> do
  2889. 2431.37 s [unison-runtime] | ^^^^^^
  2890. 2431.37 s [unison-runtime]
  2891. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:983:7: warning: [GHC-63397] [-Wname-shadowing]
  2892. 2431.37 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  2893. 2431.37 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2894. 2431.37 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2895. 2431.37 s [unison-runtime] |
  2896. 2431.37 s [unison-runtime] 983 | \(init, sz) -> do
  2897. 2431.37 s [unison-runtime] | ^^^^
  2898. 2431.37 s [unison-runtime]
  2899. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:989:7: warning: [GHC-63397] [-Wname-shadowing]
  2900. 2431.37 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  2901. 2431.37 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2902. 2431.37 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2903. 2431.37 s [unison-runtime] |
  2904. 2431.37 s [unison-runtime] 989 | \(init, sz) -> do
  2905. 2431.37 s [unison-runtime] | ^^^^
  2906. 2431.37 s [unison-runtime]
  2907. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:999:7: warning: [GHC-63397] [-Wname-shadowing]
  2908. 2431.37 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  2909. 2431.37 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2910. 2431.37 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2911. 2431.37 s [unison-runtime] |
  2912. 2431.37 s [unison-runtime] 999 | \(init, sz) -> do
  2913. 2431.37 s [unison-runtime] | ^^^^
  2914. 2431.37 s [unison-runtime]
  2915. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1005:7: warning: [GHC-63397] [-Wname-shadowing]
  2916. 2431.37 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  2917. 2431.37 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2918. 2431.37 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  2919. 2431.37 s [unison-runtime] |
  2920. 2431.37 s [unison-runtime] 1005 | \(init, sz) -> do
  2921. 2431.37 s [unison-runtime] | ^^^^
  2922. 2431.37 s [unison-runtime]
  2923. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1383:7: warning: [GHC-63397] [-Wname-shadowing]
  2924. 2431.37 s [unison-runtime] This binding for ‘e’ shadows the existing binding
  2925. 2431.37 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1382:14
  2926. 2431.37 s [unison-runtime] |
  2927. 2431.37 s [unison-runtime] 1383 | e <- Exception.tryAnyDeep e
  2928. 2431.37 s [unison-runtime] | ^
  2929. 2431.37 s [unison-runtime]
  2930. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1451:3: warning: [GHC-63397] [-Wname-shadowing]
  2931. 2431.37 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  2932. 2431.37 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1449:21
  2933. 2431.37 s [unison-runtime] |
  2934. 2431.37 s [unison-runtime] 1451 | stk <- bump stk
  2935. 2431.37 s [unison-runtime] | ^^^
  2936. 2431.37 s [unison-runtime]
  2937. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1486:7: warning: [GHC-63397] [-Wname-shadowing]
  2938. 2431.37 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  2939. 2431.37 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
  2940. 2431.37 s [unison-runtime] |
  2941. 2431.37 s [unison-runtime] 1486 | stk <- bump stk
  2942. 2431.37 s [unison-runtime] | ^^^
  2943. 2431.37 s [unison-runtime]
  2944. 2431.37 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1489:7: warning: [GHC-63397] [-Wname-shadowing]
  2945. 2431.37 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  2946. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
  2947. 2431.38 s [unison-runtime] |
  2948. 2431.38 s [unison-runtime] 1489 | stk <- bump stk
  2949. 2431.38 s [unison-runtime] | ^^^
  2950. 2431.38 s [unison-runtime]
  2951. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2102:37: warning: [GHC-63397] [-Wname-shadowing]
  2952. 2431.38 s [unison-runtime] This binding for ‘rem’ shadows the existing binding
  2953. 2431.38 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2954. 2431.38 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  2955. 2431.38 s [unison-runtime] |
  2956. 2431.38 s [unison-runtime] 2102 | renderJsonParseError (JPErr msg pos rem) =
  2957. 2431.38 s [unison-runtime] | ^^^
  2958. 2431.38 s [unison-runtime]
  2959. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2113:37: warning: [GHC-63397] [-Wname-shadowing]
  2960. 2431.38 s [unison-runtime] This binding for ‘rem’ shadows the existing binding
  2961. 2431.38 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  2962. 2431.38 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  2963. 2431.38 s [unison-runtime] |
  2964. 2431.38 s [unison-runtime] 2113 | encodeJsonParseError (JPErr msg pos rem) =
  2965. 2431.38 s [unison-runtime] | ^^^
  2966. 2431.38 s [unison-runtime]
  2967. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2159:18: warning: [GHC-63397] [-Wname-shadowing]
  2968. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  2969. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2158:10
  2970. 2431.38 s [unison-runtime] |
  2971. 2431.38 s [unison-runtime] 2159 | Just ('-', txt) -> firstDigit 1 txt
  2972. 2431.38 s [unison-runtime] | ^^^
  2973. 2431.38 s [unison-runtime]
  2974. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2163:18: warning: [GHC-63397] [-Wname-shadowing]
  2975. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  2976. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
  2977. 2431.38 s [unison-runtime] |
  2978. 2431.38 s [unison-runtime] 2163 | Just ('0', txt) -> decimal (n + 1) txt
  2979. 2431.38 s [unison-runtime] | ^^^
  2980. 2431.38 s [unison-runtime]
  2981. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2164:16: warning: [GHC-63397] [-Wname-shadowing]
  2982. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  2983. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
  2984. 2431.38 s [unison-runtime] |
  2985. 2431.38 s [unison-runtime] 2164 | Just (c, txt)
  2986. 2431.38 s [unison-runtime] | ^^^
  2987. 2431.38 s [unison-runtime]
  2988. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2172:18: warning: [GHC-63397] [-Wname-shadowing]
  2989. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  2990. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2171:16
  2991. 2431.38 s [unison-runtime] |
  2992. 2431.38 s [unison-runtime] 2172 | Just ('.', txt)
  2993. 2431.38 s [unison-runtime] | ^^^
  2994. 2431.38 s [unison-runtime]
  2995. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2173:17: warning: [GHC-63397] [-Wname-shadowing]
  2996. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  2997. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2172:18
  2998. 2431.38 s [unison-runtime] |
  2999. 2431.38 s [unison-runtime] 2173 | | (pre, txt) <- TL.span isDigit txt,
  3000. 2431.38 s [unison-runtime] | ^^^
  3001. 2431.38 s [unison-runtime]
  3002. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2178:5: warning: [GHC-63397] [-Wname-shadowing]
  3003. 2431.38 s [unison-runtime] This binding for ‘exponent’ shadows the existing binding
  3004. 2431.38 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  3005. 2431.38 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  3006. 2431.38 s [unison-runtime] |
  3007. 2431.38 s [unison-runtime] 2178 | exponent !n txt = case TL.uncons txt of
  3008. 2431.38 s [unison-runtime] | ^^^^^^^^
  3009. 2431.38 s [unison-runtime]
  3010. 2431.38 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2179:16: warning: [GHC-63397] [-Wname-shadowing]
  3011. 2431.38 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3012. 2431.38 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2178:17
  3013. 2431.38 s [unison-runtime] |
  3014. 2431.38 s [unison-runtime] 2179 | Just (c, txt) | c == 'e' || c == 'E' -> case TL.uncons txt of
  3015. 2431.38 s [unison-runtime] | ^^^
  3016. 2431.39 s [unison-runtime]
  3017. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:15: warning: [GHC-63397] [-Wname-shadowing]
  3018. 2431.39 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  3019. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:13
  3020. 2431.39 s [unison-runtime] |
  3021. 2431.39 s [unison-runtime] 2180 | Just (c, txt) | c == '-' || c == '+' -> digits (n + 2) txt
  3022. 2431.39 s [unison-runtime] | ^
  3023. 2431.39 s [unison-runtime]
  3024. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:18: warning: [GHC-63397] [-Wname-shadowing]
  3025. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3026. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:16
  3027. 2431.39 s [unison-runtime] |
  3028. 2431.39 s [unison-runtime] 2180 | Just (c, txt) | c == '-' || c == '+' -> digits (n + 2) txt
  3029. 2431.39 s [unison-runtime] | ^^^
  3030. 2431.39 s [unison-runtime]
  3031. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2223:24: warning: [GHC-63397] [-Wname-shadowing]
  3032. 2431.39 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  3033. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
  3034. 2431.39 s [unison-runtime] |
  3035. 2431.39 s [unison-runtime] 2223 | Just (',', rest) -> array (acc Sq.|> el) rest
  3036. 2431.39 s [unison-runtime] | ^^^^
  3037. 2431.39 s [unison-runtime]
  3038. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2224:24: warning: [GHC-63397] [-Wname-shadowing]
  3039. 2431.39 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  3040. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
  3041. 2431.39 s [unison-runtime] |
  3042. 2431.39 s [unison-runtime] 2224 | Just (']', rest) -> pure (jsonArr $ acc Sq.|> el, rest)
  3043. 2431.39 s [unison-runtime] | ^^^^
  3044. 2431.39 s [unison-runtime]
  3045. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2237:24: warning: [GHC-63397] [-Wname-shadowing]
  3046. 2431.39 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  3047. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
  3048. 2431.39 s [unison-runtime] |
  3049. 2431.39 s [unison-runtime] 2237 | Just (',', rest) -> obj (acc Sq.|> el) rest
  3050. 2431.39 s [unison-runtime] | ^^^^
  3051. 2431.39 s [unison-runtime]
  3052. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2238:24: warning: [GHC-63397] [-Wname-shadowing]
  3053. 2431.39 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  3054. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
  3055. 2431.39 s [unison-runtime] |
  3056. 2431.39 s [unison-runtime] 2238 | Just ('}', rest) -> pure (jsonObj $ acc Sq.|> el, rest)
  3057. 2431.39 s [unison-runtime] | ^^^^
  3058. 2431.39 s [unison-runtime]
  3059. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2243:32: warning: [GHC-63397] [-Wname-shadowing]
  3060. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3061. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2241:11
  3062. 2431.39 s [unison-runtime] |
  3063. 2431.39 s [unison-runtime] 2243 | (key, TL.stripStart -> txt) -> case TL.uncons txt of
  3064. 2431.39 s [unison-runtime] | ^^^
  3065. 2431.39 s [unison-runtime]
  3066. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2244:22: warning: [GHC-63397] [-Wname-shadowing]
  3067. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3068. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2243:32
  3069. 2431.39 s [unison-runtime] |
  3070. 2431.39 s [unison-runtime] 2244 | Just (':', txt) ->
  3071. 2431.39 s [unison-runtime] | ^^^
  3072. 2431.39 s [unison-runtime]
  3073. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2262:11: warning: [GHC-63397] [-Wname-shadowing]
  3074. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3075. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2261:13
  3076. 2431.39 s [unison-runtime] |
  3077. 2431.39 s [unison-runtime] 2262 | (a, txt) <- hexDig txt
  3078. 2431.39 s [unison-runtime] | ^^^
  3079. 2431.39 s [unison-runtime]
  3080. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2263:11: warning: [GHC-63397] [-Wname-shadowing]
  3081. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3082. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2262:11
  3083. 2431.39 s [unison-runtime] |
  3084. 2431.39 s [unison-runtime] 2263 | (b, txt) <- hexDig txt
  3085. 2431.39 s [unison-runtime] | ^^^
  3086. 2431.39 s [unison-runtime]
  3087. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2264:11: warning: [GHC-63397] [-Wname-shadowing]
  3088. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3089. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2263:11
  3090. 2431.39 s [unison-runtime] |
  3091. 2431.39 s [unison-runtime] 2264 | (c, txt) <- hexDig txt
  3092. 2431.39 s [unison-runtime] | ^^^
  3093. 2431.39 s [unison-runtime]
  3094. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2265:11: warning: [GHC-63397] [-Wname-shadowing]
  3095. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3096. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2264:11
  3097. 2431.39 s [unison-runtime] |
  3098. 2431.39 s [unison-runtime] 2265 | (d, txt) <- hexDig txt
  3099. 2431.39 s [unison-runtime] | ^^^
  3100. 2431.39 s [unison-runtime]
  3101. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2272:15: warning: [GHC-63397] [-Wname-shadowing]
  3102. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3103. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:23
  3104. 2431.39 s [unison-runtime] |
  3105. 2431.39 s [unison-runtime] 2272 | | (pre, txt) <- TL.break special txt,
  3106. 2431.39 s [unison-runtime] | ^^^
  3107. 2431.39 s [unison-runtime]
  3108. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2273:9: warning: [GHC-63397] [-Wname-shadowing]
  3109. 2431.39 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  3110. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:19
  3111. 2431.39 s [unison-runtime] |
  3112. 2431.39 s [unison-runtime] 2273 | acc <- pre : acc =
  3113. 2431.39 s [unison-runtime] | ^^^
  3114. 2431.39 s [unison-runtime]
  3115. 2431.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2275:24: warning: [GHC-63397] [-Wname-shadowing]
  3116. 2431.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3117. 2431.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
  3118. 2431.39 s [unison-runtime] |
  3119. 2431.39 s [unison-runtime] 2275 | Just ('"', txt) ->
  3120. 2431.39 s [unison-runtime] | ^^^
  3121. 2431.39 s [unison-runtime]
  3122. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2277:25: warning: [GHC-63397] [-Wname-shadowing]
  3123. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3124. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
  3125. 2431.40 s [unison-runtime] |
  3126. 2431.40 s [unison-runtime] 2277 | Just ('\\', txt) -> case TL.uncons txt of
  3127. 2431.40 s [unison-runtime] | ^^^
  3128. 2431.40 s [unison-runtime]
  3129. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2278:26: warning: [GHC-63397] [-Wname-shadowing]
  3130. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3131. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3132. 2431.40 s [unison-runtime] |
  3133. 2431.40 s [unison-runtime] 2278 | Just ('f', txt) -> textBody txt0 ("\f" : acc) txt
  3134. 2431.40 s [unison-runtime] | ^^^
  3135. 2431.40 s [unison-runtime]
  3136. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2279:26: warning: [GHC-63397] [-Wname-shadowing]
  3137. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3138. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3139. 2431.40 s [unison-runtime] |
  3140. 2431.40 s [unison-runtime] 2279 | Just ('n', txt) -> textBody txt0 ("\n" : acc) txt
  3141. 2431.40 s [unison-runtime] | ^^^
  3142. 2431.40 s [unison-runtime]
  3143. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2280:26: warning: [GHC-63397] [-Wname-shadowing]
  3144. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3145. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3146. 2431.40 s [unison-runtime] |
  3147. 2431.40 s [unison-runtime] 2280 | Just ('r', txt) -> textBody txt0 ("\r" : acc) txt
  3148. 2431.40 s [unison-runtime] | ^^^
  3149. 2431.40 s [unison-runtime]
  3150. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2281:26: warning: [GHC-63397] [-Wname-shadowing]
  3151. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3152. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3153. 2431.40 s [unison-runtime] |
  3154. 2431.40 s [unison-runtime] 2281 | Just ('t', txt) -> textBody txt0 ("\t" : acc) txt
  3155. 2431.40 s [unison-runtime] | ^^^
  3156. 2431.40 s [unison-runtime]
  3157. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2282:26: warning: [GHC-63397] [-Wname-shadowing]
  3158. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3159. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3160. 2431.40 s [unison-runtime] |
  3161. 2431.40 s [unison-runtime] 2282 | Just ('b', txt) -> textBody txt0 ("\b" : acc) txt
  3162. 2431.40 s [unison-runtime] | ^^^
  3163. 2431.40 s [unison-runtime]
  3164. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2283:26: warning: [GHC-63397] [-Wname-shadowing]
  3165. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3166. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3167. 2431.40 s [unison-runtime] |
  3168. 2431.40 s [unison-runtime] 2283 | Just ('/', txt) -> textBody txt0 ("/" : acc) txt
  3169. 2431.40 s [unison-runtime] | ^^^
  3170. 2431.40 s [unison-runtime]
  3171. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2284:27: warning: [GHC-63397] [-Wname-shadowing]
  3172. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3173. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3174. 2431.40 s [unison-runtime] |
  3175. 2431.40 s [unison-runtime] 2284 | Just ('\\', txt) -> textBody txt0 ("\\" : acc) txt
  3176. 2431.40 s [unison-runtime] | ^^^
  3177. 2431.40 s [unison-runtime]
  3178. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2285:26: warning: [GHC-63397] [-Wname-shadowing]
  3179. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3180. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3181. 2431.40 s [unison-runtime] |
  3182. 2431.40 s [unison-runtime] 2285 | Just ('"', txt) -> textBody txt0 ("\"" : acc) txt
  3183. 2431.40 s [unison-runtime] | ^^^
  3184. 2431.40 s [unison-runtime]
  3185. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2286:26: warning: [GHC-63397] [-Wname-shadowing]
  3186. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3187. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  3188. 2431.40 s [unison-runtime] |
  3189. 2431.40 s [unison-runtime] 2286 | Just ('u', txt)
  3190. 2431.40 s [unison-runtime] | ^^^
  3191. 2431.40 s [unison-runtime]
  3192. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2287:28: warning: [GHC-63397] [-Wname-shadowing]
  3193. 2431.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  3194. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2286:26
  3195. 2431.40 s [unison-runtime] |
  3196. 2431.40 s [unison-runtime] 2287 | | Just (n, txt) <- uescape txt ->
  3197. 2431.40 s [unison-runtime] | ^^^
  3198. 2431.40 s [unison-runtime]
  3199. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2388:143: warning: [GHC-63397] [-Wname-shadowing]
  3200. 2431.40 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  3201. 2431.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2381:25
  3202. 2431.40 s [unison-runtime] |
  3203. 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))
  3204. 2431.40 s [unison-runtime] | ^
  3205. 2431.40 s [unison-runtime]
  3206. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2460:90: warning: [GHC-63397] [-Wname-shadowing]
  3207. 2431.40 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  3208. 2431.40 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  3209. 2431.40 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  3210. 2431.40 s [unison-runtime] |
  3211. 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
  3212. 2431.40 s [unison-runtime] | ^^^
  3213. 2431.40 s [unison-runtime]
  3214. 2431.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2465:73: warning: [GHC-63397] [-Wname-shadowing]
  3215. 2431.40 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  3216. 2431.40 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  3217. 2431.40 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  3218. 2431.40 s [unison-runtime] |
  3219. 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
  3220. 2431.40 s [unison-runtime] | ^^^
  3221. 2431.40 s [unison-runtime]
  3222. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2581:35: warning: [GHC-63397] [-Wname-shadowing]
  3223. 2431.41 s [unison-runtime] This binding for ‘symbol’ shadows the existing binding
  3224. 2431.41 s [unison-runtime] imported from ‘Unison.Symbol’ at src/Unison/Runtime/Foreign/Function.hs:201:1-20
  3225. 2431.41 s [unison-runtime] |
  3226. 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)
  3227. 2431.41 s [unison-runtime] | ^^^^^^
  3228. 2431.41 s [unison-runtime]
  3229. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2632:58: warning: [GHC-63397] [-Wname-shadowing]
  3230. 2431.41 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  3231. 2431.41 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  3232. 2431.41 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  3233. 2431.41 s [unison-runtime] |
  3234. 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))])
  3235. 2431.41 s [unison-runtime] | ^^^
  3236. 2431.41 s [unison-runtime]
  3237. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2642:26: warning: [GHC-63397] [-Wname-shadowing]
  3238. 2431.41 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  3239. 2431.41 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  3240. 2431.41 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  3241. 2431.41 s [unison-runtime] |
  3242. 2431.41 s [unison-runtime] 2642 | ReadSchema.Defaulted n def -> BoxedVal $ Data2 Ty.avroFieldStatusRef TT.avroFieldStatusDefaultedTag (encodeVal n) (avroEncodeDefaultValue def)
  3243. 2431.41 s [unison-runtime] | ^^^
  3244. 2431.41 s [unison-runtime]
  3245. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2738:47: warning: [GHC-63397] [-Wname-shadowing]
  3246. 2431.41 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  3247. 2431.41 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  3248. 2431.41 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  3249. 2431.41 s [unison-runtime] |
  3250. 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)])
  3251. 2431.41 s [unison-runtime] | ^^^
  3252. 2431.41 s [unison-runtime]
  3253. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2975:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3254. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3255. 2431.41 s [unison-runtime] pattern ConsV :: Val -> Val -> Val
  3256. 2431.41 s [unison-runtime] |
  3257. 2431.41 s [unison-runtime] 2975 | pattern ConsV x y = BoxedVal (ConsC x y)
  3258. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3259. 2431.41 s [unison-runtime]
  3260. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2982:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3261. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3262. 2431.41 s [unison-runtime] pattern Tup2V :: Val -> Val -> Val
  3263. 2431.41 s [unison-runtime] |
  3264. 2431.41 s [unison-runtime] 2982 | pattern Tup2V x y = BoxedVal (Tup2C x y)
  3265. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3266. 2431.41 s [unison-runtime]
  3267. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3010:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3268. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3269. 2431.41 s [unison-runtime] pattern Tup3C :: Val -> Val -> Val -> Closure
  3270. 2431.41 s [unison-runtime] |
  3271. 2431.41 s [unison-runtime] 3010 | pattern Tup3C x y z = ConsC x (Tup2V y z)
  3272. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3273. 2431.41 s [unison-runtime]
  3274. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3012:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3275. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3276. 2431.41 s [unison-runtime] pattern Tup3V :: Val -> Val -> Val -> Val
  3277. 2431.41 s [unison-runtime] |
  3278. 2431.41 s [unison-runtime] 3012 | pattern Tup3V x y z = BoxedVal (Tup3C x y z)
  3279. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3280. 2431.41 s [unison-runtime]
  3281. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3043:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3282. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3283. 2431.41 s [unison-runtime] pattern Tup4C :: Val -> Val -> Val -> Val -> Closure
  3284. 2431.41 s [unison-runtime] |
  3285. 2431.41 s [unison-runtime] 3043 | pattern Tup4C w x y z = ConsC w (Tup3V x y z)
  3286. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3287. 2431.41 s [unison-runtime]
  3288. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3045:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3289. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3290. 2431.41 s [unison-runtime] pattern Tup4V :: Val -> Val -> Val -> Val -> Val
  3291. 2431.41 s [unison-runtime] |
  3292. 2431.41 s [unison-runtime] 3045 | pattern Tup4V w x y z = BoxedVal (Tup4C w x y z)
  3293. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3294. 2431.41 s [unison-runtime]
  3295. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3080:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3296. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3297. 2431.41 s [unison-runtime] pattern Tup5C :: Val -> Val -> Val -> Val -> Val -> Closure
  3298. 2431.41 s [unison-runtime] |
  3299. 2431.41 s [unison-runtime] 3080 | pattern Tup5C v w x y z = ConsC v (Tup4V w x y z)
  3300. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3301. 2431.41 s [unison-runtime]
  3302. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3117:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3303. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3304. 2431.41 s [unison-runtime] pattern Tup5V :: Val -> Val -> Val -> Val -> Val -> Val
  3305. 2431.41 s [unison-runtime] |
  3306. 2431.41 s [unison-runtime] 3117 | pattern Tup5V v w x y z = BoxedVal (Tup5C v w x y z)
  3307. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3308. 2431.41 s [unison-runtime]
  3309. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3119:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  3310. 2431.41 s [unison-runtime] Pattern synonym with no type signature:
  3311. 2431.41 s [unison-runtime] pattern Tup6C :: Val -> Val -> Val -> Val -> Val -> Val -> Closure
  3312. 2431.41 s [unison-runtime] |
  3313. 2431.41 s [unison-runtime] 3119 | pattern Tup6C u v w x y z = ConsC u (Tup5V v w x y z)
  3314. 2431.41 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  3315. 2431.41 s [unison-runtime]
  3316. 2431.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3203:10: warning: [GHC-63397] [-Wname-shadowing]
  3317. 2431.41 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  3318. 2431.41 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:3202:27
  3319. 2431.41 s [unison-runtime] |
  3320. 2431.41 s [unison-runtime] 3203 | | Just x <- maybeUnwrapBuiltin x = pure x
  3321. 2431.41 s [unison-runtime] | ^
  3322. 2431.41 s [unison-runtime]
  3323. 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 )
  3324. 2474.11 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:38:3: warning: [GHC-63397] [-Wname-shadowing]
  3325. 2474.11 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3326. 2474.11 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:36:13
  3327. 2474.11 s [unison-runtime] |
  3328. 2474.11 s [unison-runtime] 38 | stk <- bump stk
  3329. 2474.11 s [unison-runtime] | ^^^
  3330. 2474.11 s [unison-runtime]
  3331. 2474.11 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:124:3: warning: [GHC-63397] [-Wname-shadowing]
  3332. 2474.11 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3333. 2474.11 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:121:14
  3334. 2474.11 s [unison-runtime] |
  3335. 2474.11 s [unison-runtime] 124 | stk <- bump stk
  3336. 2474.11 s [unison-runtime] | ^^^
  3337. 2474.11 s [unison-runtime]
  3338. 2474.11 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:447:4: warning: [GHC-63397] [-Wname-shadowing]
  3339. 2474.11 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  3340. 2474.11 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:443:10
  3341. 2474.11 s [unison-runtime] |
  3342. 2474.11 s [unison-runtime] 447 | !v <- evaluate v
  3343. 2474.11 s [unison-runtime] | ^
  3344. 2474.11 s [unison-runtime]
  3345. 2478.75 s [unison-runtime] [38 of 40] Compiling Unison.Runtime.Machine ( src/Unison/Runtime/Machine.hs, dist/build/Unison/Runtime/Machine.p_o )
  3346. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:216:38: warning: [GHC-63397] [-Wname-shadowing]
  3347. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3348. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:190:3
  3349. 2478.99 s [unison-runtime] |
  3350. 2478.99 s [unison-runtime] 216 | CachedVal _ val -> bump stk >>= \stk -> poke stk val
  3351. 2478.99 s [unison-runtime] | ^^^
  3352. 2478.99 s [unison-runtime]
  3353. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:313:3: warning: [GHC-63397] [-Wname-shadowing]
  3354. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3355. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:311:32
  3356. 2478.99 s [unison-runtime] |
  3357. 2478.99 s [unison-runtime] 313 | stk <- name stk args v
  3358. 2478.99 s [unison-runtime] | ^^^
  3359. 2478.99 s [unison-runtime]
  3360. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:319:7: warning: [GHC-63397] [-Wname-shadowing]
  3361. 2478.99 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  3362. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:315:8
  3363. 2478.99 s [unison-runtime] |
  3364. 2478.99 s [unison-runtime] 319 | henv <-
  3365. 2478.99 s [unison-runtime] | ^^^^
  3366. 2478.99 s [unison-runtime]
  3367. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:329:15: warning: [GHC-63397] [-Wname-shadowing]
  3368. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3369. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:30
  3370. 2478.99 s [unison-runtime] |
  3371. 2478.99 s [unison-runtime] 329 | (cap, denv, stk, k) <- splitCont (denv henv) stk k p
  3372. 2478.99 s [unison-runtime] | ^^^
  3373. 2478.99 s [unison-runtime]
  3374. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:329:20: warning: [GHC-63397] [-Wname-shadowing]
  3375. 2478.99 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3376. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:35
  3377. 2478.99 s [unison-runtime] |
  3378. 2478.99 s [unison-runtime] 329 | (cap, denv, stk, k) <- splitCont (denv henv) stk k p
  3379. 2478.99 s [unison-runtime] | ^
  3380. 2478.99 s [unison-runtime]
  3381. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:330:3: warning: [GHC-63397] [-Wname-shadowing]
  3382. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3383. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:329:15
  3384. 2478.99 s [unison-runtime] |
  3385. 2478.99 s [unison-runtime] 330 | stk <- bump stk
  3386. 2478.99 s [unison-runtime] | ^^^
  3387. 2478.99 s [unison-runtime]
  3388. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:332:3: warning: [GHC-63397] [-Wname-shadowing]
  3389. 2478.99 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  3390. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:8
  3391. 2478.99 s [unison-runtime] |
  3392. 2478.99 s [unison-runtime] 332 | henv <- evaluate $ henv {denv = denv}
  3393. 2478.99 s [unison-runtime] | ^^^^
  3394. 2478.99 s [unison-runtime]
  3395. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:337:14: warning: [GHC-63397] [-Wname-shadowing]
  3396. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3397. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:31
  3398. 2478.99 s [unison-runtime] |
  3399. 2478.99 s [unison-runtime] 337 | (aenv, stk, k) <- abortCont stk k r
  3400. 2478.99 s [unison-runtime] | ^^^
  3401. 2478.99 s [unison-runtime]
  3402. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:337:19: warning: [GHC-63397] [-Wname-shadowing]
  3403. 2478.99 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3404. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:36
  3405. 2478.99 s [unison-runtime] |
  3406. 2478.99 s [unison-runtime] 337 | (aenv, stk, k) <- abortCont stk k r
  3407. 2478.99 s [unison-runtime] | ^
  3408. 2478.99 s [unison-runtime]
  3409. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:344:8: warning: [GHC-63397] [-Wname-shadowing]
  3410. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3411. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:341:34
  3412. 2478.99 s [unison-runtime] |
  3413. 2478.99 s [unison-runtime] 344 | (stk, a) <- saveArgs stk
  3414. 2478.99 s [unison-runtime] | ^^^
  3415. 2478.99 s [unison-runtime]
  3416. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:354:7: warning: [GHC-63397] [-Wname-shadowing]
  3417. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3418. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:348:32
  3419. 2478.99 s [unison-runtime] |
  3420. 2478.99 s [unison-runtime] 354 | stk <- bump stk
  3421. 2478.99 s [unison-runtime] | ^^^
  3422. 2478.99 s [unison-runtime]
  3423. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:363:7: warning: [GHC-63397] [-Wname-shadowing]
  3424. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3425. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:359:32
  3426. 2478.99 s [unison-runtime] |
  3427. 2478.99 s [unison-runtime] 363 | stk <- bumpn stk 2
  3428. 2478.99 s [unison-runtime] | ^^^
  3429. 2478.99 s [unison-runtime]
  3430. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:365:14: warning: [GHC-63397] [-Wname-shadowing]
  3431. 2478.99 s [unison-runtime] This binding for ‘miss’ shadows the existing binding
  3432. 2478.99 s [unison-runtime] imported from ‘Unison.Runtime.Machine.Primops’ at src/Unison/Runtime/Machine.hs:96:1-37
  3433. 2478.99 s [unison-runtime] (and originally defined
  3434. 2478.99 s [unison-runtime] at src/Unison/Runtime/Machine/Primops.hs:462:1-4)
  3435. 2478.99 s [unison-runtime] |
  3436. 2478.99 s [unison-runtime] 365 | Left miss -> do
  3437. 2478.99 s [unison-runtime] | ^^^^
  3438. 2478.99 s [unison-runtime]
  3439. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:376:3: warning: [GHC-63397] [-Wname-shadowing]
  3440. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3441. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:374:32
  3442. 2478.99 s [unison-runtime] |
  3443. 2478.99 s [unison-runtime] 376 | stk <- bump stk
  3444. 2478.99 s [unison-runtime] | ^^^
  3445. 2478.99 s [unison-runtime]
  3446. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:379:48: warning: [GHC-63397] [-Wname-shadowing]
  3447. 2478.99 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  3448. 2478.99 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  3449. 2478.99 s [unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
  3450. 2478.99 s [unison-runtime] |
  3451. 2478.99 s [unison-runtime] 379 | exec env henv !_activeThreads !stk !k _ (Prim1 op i) = do
  3452. 2478.99 s [unison-runtime] | ^^
  3453. 2478.99 s [unison-runtime]
  3454. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:380:3: warning: [GHC-63397] [-Wname-shadowing]
  3455. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3456. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:379:32
  3457. 2478.99 s [unison-runtime] |
  3458. 2478.99 s [unison-runtime] 380 | stk <- prim1 env stk op i
  3459. 2478.99 s [unison-runtime] | ^^^
  3460. 2478.99 s [unison-runtime]
  3461. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:383:3: warning: [GHC-63397] [-Wname-shadowing]
  3462. 2478.99 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  3463. 2478.99 s [unison-runtime] defined at src/Unison/Runtime/Machine.hs:909:1
  3464. 2478.99 s [unison-runtime] |
  3465. 2478.99 s [unison-runtime] 383 | name <- peekOffBi @Util.Text.Text stk i
  3466. 2478.99 s [unison-runtime] | ^^^^
  3467. 2478.99 s [unison-runtime]
  3468. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:399:26: warning: [GHC-63397] [-Wname-shadowing]
  3469. 2478.99 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  3470. 2478.99 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  3471. 2478.99 s [unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
  3472. 2478.99 s [unison-runtime] |
  3473. 2478.99 s [unison-runtime] 399 | MsgTrace msg ugl pre -> do
  3474. 2478.99 s [unison-runtime] | ^^^
  3475. 2478.99 s [unison-runtime]
  3476. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:408:47: warning: [GHC-63397] [-Wname-shadowing]
  3477. 2478.99 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  3478. 2478.99 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  3479. 2478.99 s [unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
  3480. 2478.99 s [unison-runtime] |
  3481. 2478.99 s [unison-runtime] 408 | exec env henv !_trackThreads !stk !k _ (Prim2 op i j) = do
  3482. 2478.99 s [unison-runtime] | ^^
  3483. 2478.99 s [unison-runtime]
  3484. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:409:3: warning: [GHC-63397] [-Wname-shadowing]
  3485. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3486. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:408:31
  3487. 2478.99 s [unison-runtime] |
  3488. 2478.99 s [unison-runtime] 409 | stk <- primxx env stk op i j
  3489. 2478.99 s [unison-runtime] | ^^^
  3490. 2478.99 s [unison-runtime]
  3491. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:421:7: warning: [GHC-63397] [-Wname-shadowing]
  3492. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3493. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:411:32
  3494. 2478.99 s [unison-runtime] |
  3495. 2478.99 s [unison-runtime] 421 | stk <- bump stk
  3496. 2478.99 s [unison-runtime] | ^^^
  3497. 2478.99 s [unison-runtime]
  3498. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:426:3: warning: [GHC-63397] [-Wname-shadowing]
  3499. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3500. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:424:30
  3501. 2478.99 s [unison-runtime] |
  3502. 2478.99 s [unison-runtime] 426 | stk <- bump stk
  3503. 2478.99 s [unison-runtime] | ^^^
  3504. 2478.99 s [unison-runtime]
  3505. 2478.99 s [unison-runtime] src/Unison/Runtime/Machine.hs:434:3: warning: [GHC-63397] [-Wname-shadowing]
  3506. 2478.99 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3507. 2478.99 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:433:30
  3508. 2478.99 s [unison-runtime] |
  3509. 2478.99 s [unison-runtime] 434 | stk <- bump stk
  3510. 2479.00 s [unison-runtime] | ^^^
  3511. 2479.00 s [unison-runtime]
  3512. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:442:8: warning: [GHC-63397] [-Wname-shadowing]
  3513. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3514. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
  3515. 2479.00 s [unison-runtime] |
  3516. 2479.00 s [unison-runtime] 442 | (stk, a) <- saveArgs stk
  3517. 2479.00 s [unison-runtime] | ^^^
  3518. 2479.00 s [unison-runtime]
  3519. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:449:7: warning: [GHC-63397] [-Wname-shadowing]
  3520. 2479.00 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  3521. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
  3522. 2479.00 s [unison-runtime] |
  3523. 2479.00 s [unison-runtime] 449 | henv <- evaluate $ henv {aenv = aenv}
  3524. 2479.00 s [unison-runtime] | ^^^^
  3525. 2479.00 s [unison-runtime]
  3526. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:452:8: warning: [GHC-63397] [-Wname-shadowing]
  3527. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3528. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
  3529. 2479.00 s [unison-runtime] |
  3530. 2479.00 s [unison-runtime] 452 | (stk, a) <- saveArgs stk
  3531. 2479.00 s [unison-runtime] | ^^^
  3532. 2479.00 s [unison-runtime]
  3533. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:455:7: warning: [GHC-63397] [-Wname-shadowing]
  3534. 2479.00 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  3535. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
  3536. 2479.00 s [unison-runtime] |
  3537. 2479.00 s [unison-runtime] 455 | henv <- evaluate $ HEnv aenv0 denv
  3538. 2479.00 s [unison-runtime] | ^^^^
  3539. 2479.00 s [unison-runtime]
  3540. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:460:3: warning: [GHC-63397] [-Wname-shadowing]
  3541. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3542. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:458:30
  3543. 2479.00 s [unison-runtime] |
  3544. 2479.00 s [unison-runtime] 460 | stk <- bump stk
  3545. 2479.00 s [unison-runtime] | ^^^
  3546. 2479.00 s [unison-runtime]
  3547. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:464:7: warning: [GHC-63397] [-Wname-shadowing]
  3548. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3549. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:463:33
  3550. 2479.00 s [unison-runtime] |
  3551. 2479.00 s [unison-runtime] 464 | (b, stk) <- exStackIOToIO $ foreignCall func args (unpackXStack stk)
  3552. 2479.00 s [unison-runtime] | ^^^
  3553. 2479.00 s [unison-runtime]
  3554. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:470:7: warning: [GHC-63397] [-Wname-shadowing]
  3555. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3556. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:466:31
  3557. 2479.00 s [unison-runtime] |
  3558. 2479.00 s [unison-runtime] 470 | stk <- bump stk
  3559. 2479.00 s [unison-runtime] | ^^^
  3560. 2479.00 s [unison-runtime]
  3561. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:477:7: warning: [GHC-63397] [-Wname-shadowing]
  3562. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3563. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:473:31
  3564. 2479.00 s [unison-runtime] |
  3565. 2479.00 s [unison-runtime] 477 | stk <- bump stk
  3566. 2479.00 s [unison-runtime] | ^^^
  3567. 2479.00 s [unison-runtime]
  3568. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:484:7: warning: [GHC-63397] [-Wname-shadowing]
  3569. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3570. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:480:31
  3571. 2479.00 s [unison-runtime] |
  3572. 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.
  3573. 2479.00 s [unison-runtime] | ^^^
  3574. 2479.00 s [unison-runtime]
  3575. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:486:7: warning: [GHC-63397] [-Wname-shadowing]
  3576. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3577. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:484:7
  3578. 2479.00 s [unison-runtime] |
  3579. 2479.00 s [unison-runtime] 486 | stk <- encodeExn stk ev
  3580. 2479.00 s [unison-runtime] | ^^^
  3581. 2479.00 s [unison-runtime]
  3582. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:496:7: warning: [GHC-63397] [-Wname-shadowing]
  3583. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3584. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:488:31
  3585. 2479.00 s [unison-runtime] |
  3586. 2479.00 s [unison-runtime] 496 | stk <- bump stk
  3587. 2479.00 s [unison-runtime] | ^^^
  3588. 2479.00 s [unison-runtime]
  3589. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:513:3: warning: [GHC-63397] [-Wname-shadowing]
  3590. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3591. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:508:30
  3592. 2479.00 s [unison-runtime] |
  3593. 2479.00 s [unison-runtime] 513 | stk <- bump stk
  3594. 2479.00 s [unison-runtime] | ^^^
  3595. 2479.00 s [unison-runtime]
  3596. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:538:4: warning: [GHC-63397] [-Wname-shadowing]
  3597. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3598. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:536:30
  3599. 2479.00 s [unison-runtime] |
  3600. 2479.00 s [unison-runtime] 538 | (stk, a) <- saveArgs stk
  3601. 2479.00 s [unison-runtime] | ^^^
  3602. 2479.00 s [unison-runtime]
  3603. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:638:7: warning: [GHC-63397] [-Wname-shadowing]
  3604. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3605. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
  3606. 2479.00 s [unison-runtime] |
  3607. 2479.00 s [unison-runtime] 638 | stk <- bump stk
  3608. 2479.00 s [unison-runtime] | ^^^
  3609. 2479.00 s [unison-runtime]
  3610. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:640:10: warning: [GHC-63397] [-Wname-shadowing]
  3611. 2479.00 s [unison-runtime] This binding for ‘exn’ shadows the existing binding
  3612. 2479.00 s [unison-runtime] imported from ‘Unison.Runtime.Exception’ at src/Unison/Runtime/Machine.hs:84:60-62
  3613. 2479.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/Exception.hs:47:1-3)
  3614. 2479.00 s [unison-runtime] |
  3615. 2479.00 s [unison-runtime] 640 | Left exn -> do
  3616. 2479.00 s [unison-runtime] | ^^^
  3617. 2479.00 s [unison-runtime]
  3618. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:645:7: warning: [GHC-63397] [-Wname-shadowing]
  3619. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3620. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
  3621. 2479.00 s [unison-runtime] |
  3622. 2479.00 s [unison-runtime] 645 | stk <- bumpn stk 3
  3623. 2479.00 s [unison-runtime] | ^^^
  3624. 2479.00 s [unison-runtime]
  3625. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:656:18: warning: [GHC-63397] [-Wname-shadowing]
  3626. 2479.00 s [unison-runtime] This binding for ‘re’ shadows the existing binding
  3627. 2479.00 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  3628. 2479.00 s [unison-runtime] (and originally defined in ‘Control.Lens.Review’)
  3629. 2479.00 s [unison-runtime] |
  3630. 2479.00 s [unison-runtime] 656 | | Just re <- fromException exn = case re of
  3631. 2479.00 s [unison-runtime] | ^^
  3632. 2479.00 s [unison-runtime]
  3633. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:657:31: warning: [GHC-63397] [-Wname-shadowing]
  3634. 2479.00 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  3635. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
  3636. 2479.00 s [unison-runtime] |
  3637. 2479.00 s [unison-runtime] 657 | PE _stk _issues msg ->
  3638. 2479.00 s [unison-runtime] | ^^^
  3639. 2479.00 s [unison-runtime]
  3640. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:672:25: warning: [GHC-63397] [-Wname-shadowing]
  3641. 2479.00 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  3642. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
  3643. 2479.00 s [unison-runtime] |
  3644. 2479.00 s [unison-runtime] 672 | | Just (Panic msg v) <- fromException exn,
  3645. 2479.00 s [unison-runtime] | ^^^
  3646. 2479.00 s [unison-runtime]
  3647. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:673:13: warning: [GHC-63397] [-Wname-shadowing]
  3648. 2479.00 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  3649. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:672:25
  3650. 2479.00 s [unison-runtime] |
  3651. 2479.00 s [unison-runtime] 673 | msg <- Util.Text.pack $ "panic: " ++ msg =
  3652. 2479.00 s [unison-runtime] | ^^^
  3653. 2479.00 s [unison-runtime]
  3654. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:709:8: warning: [GHC-63397] [-Wname-shadowing]
  3655. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3656. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:708:37
  3657. 2479.00 s [unison-runtime] |
  3658. 2479.00 s [unison-runtime] 709 | (nx, stk) <- dataBranch mr stk br =<< bpeekOff stk i
  3659. 2479.00 s [unison-runtime] | ^^^
  3660. 2479.00 s [unison-runtime]
  3661. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:715:7: warning: [GHC-63397] [-Wname-shadowing]
  3662. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3663. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:714:37
  3664. 2479.00 s [unison-runtime] |
  3665. 2479.00 s [unison-runtime] 715 | (t, stk) <- dumpDataValNoTag stk =<< peekOff stk i
  3666. 2479.00 s [unison-runtime] | ^^^
  3667. 2479.00 s [unison-runtime]
  3668. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:719:39: warning: [GHC-63397] [-Wname-shadowing]
  3669. 2479.00 s [unison-runtime] This binding for ‘t’ shadows the existing binding
  3670. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:715:4
  3671. 2479.00 s [unison-runtime] |
  3672. 2479.00 s [unison-runtime] 719 | (ANF.rawTag -> e, ANF.rawTag -> t)
  3673. 2479.00 s [unison-runtime] | ^
  3674. 2479.00 s [unison-runtime]
  3675. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:730:7: warning: [GHC-63397] [-Wname-shadowing]
  3676. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3677. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:723:37
  3678. 2479.00 s [unison-runtime] |
  3679. 2479.00 s [unison-runtime] 730 | stk <- moveArgs stk args
  3680. 2479.00 s [unison-runtime] | ^^^
  3681. 2479.00 s [unison-runtime]
  3682. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:731:7: warning: [GHC-63397] [-Wname-shadowing]
  3683. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3684. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:730:7
  3685. 2479.00 s [unison-runtime] |
  3686. 2479.00 s [unison-runtime] 731 | stk <- frameArgs stk
  3687. 2479.00 s [unison-runtime] | ^^^
  3688. 2479.00 s [unison-runtime]
  3689. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:743:4: warning: [GHC-63397] [-Wname-shadowing]
  3690. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3691. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:742:37
  3692. 2479.00 s [unison-runtime] |
  3693. 2479.00 s [unison-runtime] 743 | (stk, fsz, asz) <- saveFrame stk
  3694. 2479.00 s [unison-runtime] | ^^^
  3695. 2479.00 s [unison-runtime]
  3696. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:17: warning: [GHC-63397] [-Wname-shadowing]
  3697. 2479.00 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  3698. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:16
  3699. 2479.00 s [unison-runtime] |
  3700. 2479.00 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  3701. 2479.00 s [unison-runtime] | ^^^^
  3702. 2479.00 s [unison-runtime]
  3703. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:24: warning: [GHC-63397] [-Wname-shadowing]
  3704. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3705. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:37
  3706. 2479.00 s [unison-runtime] |
  3707. 2479.00 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  3708. 2479.00 s [unison-runtime] | ^^^
  3709. 2479.00 s [unison-runtime]
  3710. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:30: warning: [GHC-63397] [-Wname-shadowing]
  3711. 2479.00 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3712. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:42
  3713. 2479.00 s [unison-runtime] |
  3714. 2479.00 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  3715. 2479.00 s [unison-runtime] | ^
  3716. 2479.00 s [unison-runtime]
  3717. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:764:12: warning: [GHC-63397] [-Wname-shadowing]
  3718. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3719. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:755:24
  3720. 2479.00 s [unison-runtime] |
  3721. 2479.00 s [unison-runtime] 764 | (stk, fsz, asz) <- saveFrame stk
  3722. 2479.00 s [unison-runtime] | ^^^
  3723. 2479.00 s [unison-runtime]
  3724. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:846:14: warning: [GHC-63397] [-Wname-shadowing]
  3725. 2479.00 s [unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
  3726. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
  3727. 2479.00 s [unison-runtime] |
  3728. 2479.00 s [unison-runtime] 846 | Just activeThreads -> UnliftIO.atomicModifyIORef' activeThreads (\ids -> (Set.insert threadID ids, ()))
  3729. 2479.00 s [unison-runtime] | ^^^^^^^^^^^^^
  3730. 2479.00 s [unison-runtime]
  3731. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:851:14: warning: [GHC-63397] [-Wname-shadowing]
  3732. 2479.00 s [unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
  3733. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
  3734. 2479.00 s [unison-runtime] |
  3735. 2479.00 s [unison-runtime] 851 | Just activeThreads -> do
  3736. 2479.00 s [unison-runtime] | ^^^^^^^^^^^^^
  3737. 2479.00 s [unison-runtime]
  3738. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:896:5: warning: [GHC-63397] [-Wname-shadowing]
  3739. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3740. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
  3741. 2479.00 s [unison-runtime] |
  3742. 2479.00 s [unison-runtime] 896 | stk <- if sck then pure stk else ensure stk f
  3743. 2479.00 s [unison-runtime] | ^^^
  3744. 2479.00 s [unison-runtime]
  3745. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:897:5: warning: [GHC-63397] [-Wname-shadowing]
  3746. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3747. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:896:5
  3748. 2479.00 s [unison-runtime] |
  3749. 2479.00 s [unison-runtime] 897 | stk <- moveArgs stk args
  3750. 2479.00 s [unison-runtime] | ^^^
  3751. 2479.00 s [unison-runtime]
  3752. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:898:5: warning: [GHC-63397] [-Wname-shadowing]
  3753. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3754. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:897:5
  3755. 2479.00 s [unison-runtime] |
  3756. 2479.00 s [unison-runtime] 898 | stk <- acceptArgs stk a
  3757. 2479.00 s [unison-runtime] | ^^^
  3758. 2479.00 s [unison-runtime]
  3759. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:901:5: warning: [GHC-63397] [-Wname-shadowing]
  3760. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3761. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
  3762. 2479.00 s [unison-runtime] |
  3763. 2479.00 s [unison-runtime] 901 | stk <- discardFrame stk
  3764. 2479.00 s [unison-runtime] | ^^^
  3765. 2479.00 s [unison-runtime]
  3766. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:902:5: warning: [GHC-63397] [-Wname-shadowing]
  3767. 2479.00 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3768. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:901:5
  3769. 2479.00 s [unison-runtime] |
  3770. 2479.00 s [unison-runtime] 902 | stk <- bump stk
  3771. 2479.00 s [unison-runtime] | ^^^
  3772. 2479.00 s [unison-runtime]
  3773. 2479.00 s [unison-runtime] src/Unison/Runtime/Machine.hs:911:5: warning: [GHC-63397] [-Wname-shadowing]
  3774. 2479.00 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  3775. 2479.00 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:910:26
  3776. 2479.01 s [unison-runtime] |
  3777. 2479.01 s [unison-runtime] 911 | seg <- closeArgs I stk seg args
  3778. 2479.01 s [unison-runtime] | ^^^
  3779. 2479.01 s [unison-runtime]
  3780. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:912:5: warning: [GHC-63397] [-Wname-shadowing]
  3781. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3782. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:909:7
  3783. 2479.01 s [unison-runtime] |
  3784. 2479.01 s [unison-runtime] 912 | stk <- bump stk
  3785. 2479.01 s [unison-runtime] | ^^^
  3786. 2479.01 s [unison-runtime]
  3787. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:923:3: warning: [GHC-63397] [-Wname-shadowing]
  3788. 2479.01 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  3789. 2479.01 s [unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
  3790. 2479.01 s [unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:544:1-4)
  3791. 2479.01 s [unison-runtime] |
  3792. 2479.01 s [unison-runtime] 923 | useg <- unsafeFreezeByteArray ucop
  3793. 2479.01 s [unison-runtime] | ^^^^
  3794. 2479.01 s [unison-runtime]
  3795. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:928:3: warning: [GHC-63397] [-Wname-shadowing]
  3796. 2479.01 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  3797. 2479.01 s [unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
  3798. 2479.01 s [unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:555:1-4)
  3799. 2479.01 s [unison-runtime] |
  3800. 2479.01 s [unison-runtime] 928 | bseg <- unsafeFreezeArray bcop
  3801. 2479.01 s [unison-runtime] | ^^^^
  3802. 2479.01 s [unison-runtime]
  3803. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:961:15: warning: [GHC-63397] [-Wname-shadowing]
  3804. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3805. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  3806. 2479.01 s [unison-runtime] |
  3807. 2479.01 s [unison-runtime] 961 | stk <- ensure stk f
  3808. 2479.01 s [unison-runtime] | ^^^
  3809. 2479.01 s [unison-runtime]
  3810. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:962:15: warning: [GHC-63397] [-Wname-shadowing]
  3811. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3812. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:961:15
  3813. 2479.01 s [unison-runtime] |
  3814. 2479.01 s [unison-runtime] 962 | stk <- moveArgs stk args
  3815. 2479.01 s [unison-runtime] | ^^^
  3816. 2479.01 s [unison-runtime]
  3817. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:963:15: warning: [GHC-63397] [-Wname-shadowing]
  3818. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3819. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:962:15
  3820. 2479.01 s [unison-runtime] |
  3821. 2479.01 s [unison-runtime] 963 | stk <- dumpSeg stk seg A
  3822. 2479.01 s [unison-runtime] | ^^^
  3823. 2479.01 s [unison-runtime]
  3824. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:964:15: warning: [GHC-63397] [-Wname-shadowing]
  3825. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3826. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:963:15
  3827. 2479.01 s [unison-runtime] |
  3828. 2479.01 s [unison-runtime] 964 | stk <- acceptArgs stk a
  3829. 2479.01 s [unison-runtime] | ^^^
  3830. 2479.01 s [unison-runtime]
  3831. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:967:15: warning: [GHC-63397] [-Wname-shadowing]
  3832. 2479.01 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  3833. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:957:28
  3834. 2479.01 s [unison-runtime] |
  3835. 2479.01 s [unison-runtime] 967 | seg <- closeArgs C stk seg args
  3836. 2479.01 s [unison-runtime] | ^^^
  3837. 2479.01 s [unison-runtime]
  3838. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:968:15: warning: [GHC-63397] [-Wname-shadowing]
  3839. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3840. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  3841. 2479.01 s [unison-runtime] |
  3842. 2479.01 s [unison-runtime] 968 | stk <- discardFrame =<< frameArgs stk
  3843. 2479.01 s [unison-runtime] | ^^^
  3844. 2479.01 s [unison-runtime]
  3845. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:969:15: warning: [GHC-63397] [-Wname-shadowing]
  3846. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3847. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:968:15
  3848. 2479.01 s [unison-runtime] |
  3849. 2479.01 s [unison-runtime] 969 | stk <- bump stk
  3850. 2479.01 s [unison-runtime] | ^^^
  3851. 2479.01 s [unison-runtime]
  3852. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:980:11: warning: [GHC-63397] [-Wname-shadowing]
  3853. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3854. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  3855. 2479.01 s [unison-runtime] |
  3856. 2479.01 s [unison-runtime] 980 | stk <- discardFrame stk
  3857. 2479.01 s [unison-runtime] | ^^^
  3858. 2479.01 s [unison-runtime]
  3859. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:981:11: warning: [GHC-63397] [-Wname-shadowing]
  3860. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3861. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:980:11
  3862. 2479.01 s [unison-runtime] |
  3863. 2479.01 s [unison-runtime] 981 | stk <- bump stk
  3864. 2479.01 s [unison-runtime] | ^^^
  3865. 2479.01 s [unison-runtime]
  3866. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1001:5: warning: [GHC-63397] [-Wname-shadowing]
  3867. 2479.01 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  3868. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:999:18
  3869. 2479.01 s [unison-runtime] |
  3870. 2479.01 s [unison-runtime] 1001 | seg <- closeArgs K stk seg args
  3871. 2479.01 s [unison-runtime] | ^^^
  3872. 2479.01 s [unison-runtime]
  3873. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1002:5: warning: [GHC-63397] [-Wname-shadowing]
  3874. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3875. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:36
  3876. 2479.01 s [unison-runtime] |
  3877. 2479.01 s [unison-runtime] 1002 | stk <- discardFrame stk
  3878. 2479.01 s [unison-runtime] | ^^^
  3879. 2479.01 s [unison-runtime]
  3880. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1003:5: warning: [GHC-63397] [-Wname-shadowing]
  3881. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3882. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1002:5
  3883. 2479.01 s [unison-runtime] |
  3884. 2479.01 s [unison-runtime] 1003 | stk <- dumpSeg stk seg $ F (countArgs args) a
  3885. 2479.01 s [unison-runtime] | ^^^
  3886. 2479.01 s [unison-runtime]
  3887. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1004:5: warning: [GHC-63397] [-Wname-shadowing]
  3888. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3889. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1003:5
  3890. 2479.01 s [unison-runtime] |
  3891. 2479.01 s [unison-runtime] 1004 | stk <- adjustArgs stk p
  3892. 2479.01 s [unison-runtime] | ^^^
  3893. 2479.01 s [unison-runtime]
  3894. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1015:28: warning: [GHC-63397] [-Wname-shadowing]
  3895. 2479.01 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3896. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  3897. 2479.01 s [unison-runtime] |
  3898. 2479.01 s [unison-runtime] 1015 | adjust (Mark a rs denv k) =
  3899. 2479.01 s [unison-runtime] | ^
  3900. 2479.01 s [unison-runtime]
  3901. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1017:34: warning: [GHC-63397] [-Wname-shadowing]
  3902. 2479.01 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3903. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  3904. 2479.01 s [unison-runtime] |
  3905. 2479.01 s [unison-runtime] 1017 | adjust (Push n a cix f rsect k) =
  3906. 2479.01 s [unison-runtime] | ^
  3907. 2479.01 s [unison-runtime]
  3908. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1019:12: warning: [GHC-63397] [-Wname-shadowing]
  3909. 2479.01 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  3910. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  3911. 2479.01 s [unison-runtime] |
  3912. 2479.01 s [unison-runtime] 1019 | adjust k = (asize stk, k)
  3913. 2479.01 s [unison-runtime] | ^
  3914. 2479.01 s [unison-runtime]
  3915. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1060:3: warning: [GHC-63397] [-Wname-shadowing]
  3916. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3917. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1059:11
  3918. 2479.01 s [unison-runtime] |
  3919. 2479.01 s [unison-runtime] 1060 | stk <- discardFrame stk
  3920. 2479.01 s [unison-runtime] | ^^^
  3921. 2479.01 s [unison-runtime]
  3922. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1063:3: warning: [GHC-63397] [-Wname-shadowing]
  3923. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3924. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1062:11
  3925. 2479.01 s [unison-runtime] |
  3926. 2479.01 s [unison-runtime] 1063 | stk <- prepareArgs stk (Arg1 i)
  3927. 2479.01 s [unison-runtime] | ^^^
  3928. 2479.01 s [unison-runtime]
  3929. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1066:3: warning: [GHC-63397] [-Wname-shadowing]
  3930. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3931. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1065:11
  3932. 2479.01 s [unison-runtime] |
  3933. 2479.01 s [unison-runtime] 1066 | stk <- prepareArgs stk (Arg2 i j)
  3934. 2479.01 s [unison-runtime] | ^^^
  3935. 2479.01 s [unison-runtime]
  3936. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1069:3: warning: [GHC-63397] [-Wname-shadowing]
  3937. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3938. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1068:11
  3939. 2479.01 s [unison-runtime] |
  3940. 2479.01 s [unison-runtime] 1069 | stk <- prepareArgs stk (ArgR i l)
  3941. 2479.01 s [unison-runtime] | ^^^
  3942. 2479.01 s [unison-runtime]
  3943. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1072:3: warning: [GHC-63397] [-Wname-shadowing]
  3944. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3945. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1071:11
  3946. 2479.01 s [unison-runtime] |
  3947. 2479.01 s [unison-runtime] 1072 | stk <- prepareArgs stk (ArgN as)
  3948. 2479.01 s [unison-runtime] | ^^^
  3949. 2479.01 s [unison-runtime]
  3950. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1075:3: warning: [GHC-63397] [-Wname-shadowing]
  3951. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3952. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1074:11
  3953. 2479.01 s [unison-runtime] |
  3954. 2479.01 s [unison-runtime] 1075 | stk <-
  3955. 2479.01 s [unison-runtime] | ^^^
  3956. 2479.01 s [unison-runtime]
  3957. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1150:5: warning: [GHC-63397] [-Wname-shadowing]
  3958. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3959. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
  3960. 2479.01 s [unison-runtime] |
  3961. 2479.01 s [unison-runtime] 1150 | stk <- bump stk
  3962. 2479.01 s [unison-runtime] | ^^^
  3963. 2479.01 s [unison-runtime]
  3964. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1154:5: warning: [GHC-63397] [-Wname-shadowing]
  3965. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3966. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
  3967. 2479.01 s [unison-runtime] |
  3968. 2479.01 s [unison-runtime] 1154 | stk <- bumpn stk 2
  3969. 2479.01 s [unison-runtime] | ^^^
  3970. 2479.01 s [unison-runtime]
  3971. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1182:13: warning: [GHC-63397] [-Wname-shadowing]
  3972. 2479.01 s [unison-runtime] This binding for ‘as’ shadows the existing binding
  3973. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1177:5
  3974. 2479.01 s [unison-runtime] |
  3975. 2479.01 s [unison-runtime] 1182 | VArgN as -> Just $ ArgN as
  3976. 2479.01 s [unison-runtime] | ^^
  3977. 2479.01 s [unison-runtime]
  3978. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1205:7: warning: [GHC-63397] [-Wname-shadowing]
  3979. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3980. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  3981. 2479.01 s [unison-runtime] |
  3982. 2479.01 s [unison-runtime] 1205 | stk <- bump stk
  3983. 2479.01 s [unison-runtime] | ^^^
  3984. 2479.01 s [unison-runtime]
  3985. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1207:7: warning: [GHC-63397] [-Wname-shadowing]
  3986. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3987. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1205:7
  3988. 2479.01 s [unison-runtime] |
  3989. 2479.01 s [unison-runtime] 1207 | stk <- adjustArgs stk a
  3990. 2479.01 s [unison-runtime] | ^^^
  3991. 2479.01 s [unison-runtime]
  3992. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1213:7: warning: [GHC-63397] [-Wname-shadowing]
  3993. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  3994. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  3995. 2479.01 s [unison-runtime] |
  3996. 2479.01 s [unison-runtime] 1213 | stk <- bump stk
  3997. 2479.01 s [unison-runtime] | ^^^
  3998. 2479.01 s [unison-runtime]
  3999. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1215:7: warning: [GHC-63397] [-Wname-shadowing]
  4000. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4001. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1213:7
  4002. 2479.01 s [unison-runtime] |
  4003. 2479.01 s [unison-runtime] 1215 | stk <- adjustArgs stk a
  4004. 2479.01 s [unison-runtime] | ^^^
  4005. 2479.01 s [unison-runtime]
  4006. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1219:7: warning: [GHC-63397] [-Wname-shadowing]
  4007. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4008. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  4009. 2479.01 s [unison-runtime] |
  4010. 2479.01 s [unison-runtime] 1219 | stk <- restoreFrame stk fsz asz
  4011. 2479.01 s [unison-runtime] | ^^^
  4012. 2479.01 s [unison-runtime]
  4013. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1220:7: warning: [GHC-63397] [-Wname-shadowing]
  4014. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4015. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1219:7
  4016. 2479.01 s [unison-runtime] |
  4017. 2479.01 s [unison-runtime] 1220 | stk <- ensure stk f
  4018. 2479.01 s [unison-runtime] | ^^^
  4019. 2479.01 s [unison-runtime]
  4020. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1223:7: warning: [GHC-63397] [-Wname-shadowing]
  4021. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4022. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  4023. 2479.01 s [unison-runtime] |
  4024. 2479.01 s [unison-runtime] 1223 | stk <- restoreFrame stk 0 asz
  4025. 2479.01 s [unison-runtime] | ^^^
  4026. 2479.01 s [unison-runtime]
  4027. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1227:7: warning: [GHC-63397] [-Wname-shadowing]
  4028. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4029. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  4030. 2479.01 s [unison-runtime] |
  4031. 2479.01 s [unison-runtime] 1227 | stk <- restoreFrame stk 0 asz
  4032. 2479.01 s [unison-runtime] | ^^^
  4033. 2479.01 s [unison-runtime]
  4034. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1268:9: warning: [GHC-63397] [-Wname-shadowing]
  4035. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4036. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
  4037. 2479.01 s [unison-runtime] |
  4038. 2479.01 s [unison-runtime] 1268 | stk <- bump stk
  4039. 2479.01 s [unison-runtime] | ^^^
  4040. 2479.01 s [unison-runtime]
  4041. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1273:9: warning: [GHC-63397] [-Wname-shadowing]
  4042. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4043. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
  4044. 2479.01 s [unison-runtime] |
  4045. 2479.01 s [unison-runtime] 1273 | stk <- bumpn stk 2
  4046. 2479.01 s [unison-runtime] | ^^^
  4047. 2479.01 s [unison-runtime]
  4048. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1294:9: warning: [GHC-63397] [-Wname-shadowing]
  4049. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4050. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  4051. 2479.01 s [unison-runtime] |
  4052. 2479.01 s [unison-runtime] 1294 | stk <- bump stk
  4053. 2479.01 s [unison-runtime] | ^^^
  4054. 2479.01 s [unison-runtime]
  4055. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1297:9: warning: [GHC-63397] [-Wname-shadowing]
  4056. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4057. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  4058. 2479.01 s [unison-runtime] |
  4059. 2479.01 s [unison-runtime] 1297 | stk <- bump stk
  4060. 2479.01 s [unison-runtime] | ^^^
  4061. 2479.01 s [unison-runtime]
  4062. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1302:9: warning: [GHC-63397] [-Wname-shadowing]
  4063. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4064. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  4065. 2479.01 s [unison-runtime] |
  4066. 2479.01 s [unison-runtime] 1302 | stk <- bumpn stk 2
  4067. 2479.01 s [unison-runtime] | ^^^
  4068. 2479.01 s [unison-runtime]
  4069. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1306:9: warning: [GHC-63397] [-Wname-shadowing]
  4070. 2479.01 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4071. 2479.01 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  4072. 2479.01 s [unison-runtime] |
  4073. 2479.01 s [unison-runtime] 1306 | stk <- bumpn stk 2
  4074. 2479.01 s [unison-runtime] | ^^^
  4075. 2479.01 s [unison-runtime]
  4076. 2479.01 s [unison-runtime] src/Unison/Runtime/Machine.hs:1329:9: warning: [GHC-63397] [-Wname-shadowing]
  4077. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4078. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
  4079. 2479.02 s [unison-runtime] |
  4080. 2479.02 s [unison-runtime] 1329 | stk <- bump stk
  4081. 2479.02 s [unison-runtime] | ^^^
  4082. 2479.02 s [unison-runtime]
  4083. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1334:9: warning: [GHC-63397] [-Wname-shadowing]
  4084. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4085. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
  4086. 2479.02 s [unison-runtime] |
  4087. 2479.02 s [unison-runtime] 1334 | stk <- bumpn stk 2
  4088. 2479.02 s [unison-runtime] | ^^^
  4089. 2479.02 s [unison-runtime]
  4090. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1357:3: warning: [GHC-63397] [-Wname-shadowing]
  4091. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4092. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1356:20
  4093. 2479.02 s [unison-runtime] |
  4094. 2479.02 s [unison-runtime] 1357 | stk <- bumpn stk 5
  4095. 2479.02 s [unison-runtime] | ^^^
  4096. 2479.02 s [unison-runtime]
  4097. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1438:11: warning: [GHC-63397] [-Wname-shadowing]
  4098. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4099. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4100. 2479.02 s [unison-runtime] |
  4101. 2479.02 s [unison-runtime] 1438 | walk !denv !sz !ck KE =
  4102. 2479.02 s [unison-runtime] | ^^^^
  4103. 2479.02 s [unison-runtime]
  4104. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1440:11: warning: [GHC-63397] [-Wname-shadowing]
  4105. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4106. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4107. 2479.02 s [unison-runtime] |
  4108. 2479.02 s [unison-runtime] 1440 | walk !denv !sz !ck (CB _) =
  4109. 2479.02 s [unison-runtime] | ^^^^
  4110. 2479.02 s [unison-runtime]
  4111. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1442:11: warning: [GHC-63397] [-Wname-shadowing]
  4112. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4113. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4114. 2479.02 s [unison-runtime] |
  4115. 2479.02 s [unison-runtime] 1442 | walk !denv !sz !ck (Local {}) =
  4116. 2479.02 s [unison-runtime] | ^^^^
  4117. 2479.02 s [unison-runtime]
  4118. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1444:11: warning: [GHC-63397] [-Wname-shadowing]
  4119. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4120. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4121. 2479.02 s [unison-runtime] |
  4122. 2479.02 s [unison-runtime] 1444 | walk !denv !sz !ck (AMark {}) =
  4123. 2479.02 s [unison-runtime] | ^^^^
  4124. 2479.02 s [unison-runtime]
  4125. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1446:11: warning: [GHC-63397] [-Wname-shadowing]
  4126. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4127. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4128. 2479.02 s [unison-runtime] |
  4129. 2479.02 s [unison-runtime] 1446 | walk !denv !sz !ck (Keep {}) =
  4130. 2479.02 s [unison-runtime] | ^^^^
  4131. 2479.02 s [unison-runtime]
  4132. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1448:11: warning: [GHC-63397] [-Wname-shadowing]
  4133. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4134. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4135. 2479.02 s [unison-runtime] |
  4136. 2479.02 s [unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
  4137. 2479.02 s [unison-runtime] | ^^^^
  4138. 2479.02 s [unison-runtime]
  4139. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1448:38: warning: [GHC-63397] [-Wname-shadowing]
  4140. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4141. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  4142. 2479.02 s [unison-runtime] |
  4143. 2479.02 s [unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
  4144. 2479.02 s [unison-runtime] | ^
  4145. 2479.02 s [unison-runtime]
  4146. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:11: warning: [GHC-63397] [-Wname-shadowing]
  4147. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4148. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4149. 2479.02 s [unison-runtime] |
  4150. 2479.02 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  4151. 2479.02 s [unison-runtime] | ^^^^
  4152. 2479.02 s [unison-runtime]
  4153. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:37: warning: [GHC-63397] [-Wname-shadowing]
  4154. 2479.02 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  4155. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:26
  4156. 2479.02 s [unison-runtime] |
  4157. 2479.02 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  4158. 2479.02 s [unison-runtime] | ^
  4159. 2479.02 s [unison-runtime]
  4160. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:46: warning: [GHC-63397] [-Wname-shadowing]
  4161. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4162. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  4163. 2479.02 s [unison-runtime] |
  4164. 2479.02 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  4165. 2479.02 s [unison-runtime] | ^
  4166. 2479.02 s [unison-runtime]
  4167. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:5: warning: [GHC-63397] [-Wname-shadowing]
  4168. 2479.02 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  4169. 2479.02 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  4170. 2479.02 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  4171. 2479.02 s [unison-runtime] |
  4172. 2479.02 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  4173. 2479.02 s [unison-runtime] | ^^^^^^
  4174. 2479.02 s [unison-runtime]
  4175. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:13: warning: [GHC-63397] [-Wname-shadowing]
  4176. 2479.02 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  4177. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  4178. 2479.02 s [unison-runtime] |
  4179. 2479.02 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  4180. 2479.02 s [unison-runtime] | ^^^^
  4181. 2479.02 s [unison-runtime]
  4182. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:30: warning: [GHC-63397] [-Wname-shadowing]
  4183. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4184. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  4185. 2479.02 s [unison-runtime] |
  4186. 2479.02 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  4187. 2479.02 s [unison-runtime] | ^
  4188. 2479.02 s [unison-runtime]
  4189. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1463:13: warning: [GHC-63397] [-Wname-shadowing]
  4190. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4191. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:18
  4192. 2479.02 s [unison-runtime] |
  4193. 2479.02 s [unison-runtime] 1463 | (seg, stk) <- grabSeg stk sz
  4194. 2479.02 s [unison-runtime] | ^^^
  4195. 2479.02 s [unison-runtime]
  4196. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1464:7: warning: [GHC-63397] [-Wname-shadowing]
  4197. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4198. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1463:13
  4199. 2479.02 s [unison-runtime] |
  4200. 2479.02 s [unison-runtime] 1464 | stk <- adjustArgs stk a
  4201. 2479.02 s [unison-runtime] | ^^^
  4202. 2479.02 s [unison-runtime]
  4203. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1479:18: warning: [GHC-63397] [-Wname-shadowing]
  4204. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4205. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4206. 2479.02 s [unison-runtime] |
  4207. 2479.02 s [unison-runtime] 1479 | (Local _ a k) -> walk (sz + a) k
  4208. 2479.02 s [unison-runtime] | ^
  4209. 2479.02 s [unison-runtime]
  4210. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1480:23: warning: [GHC-63397] [-Wname-shadowing]
  4211. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4212. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4213. 2479.02 s [unison-runtime] |
  4214. 2479.02 s [unison-runtime] 1480 | (Push n a _ _ _ k) -> walk (sz + n + a) k
  4215. 2479.02 s [unison-runtime] | ^
  4216. 2479.02 s [unison-runtime]
  4217. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1481:17: warning: [GHC-63397] [-Wname-shadowing]
  4218. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4219. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4220. 2479.02 s [unison-runtime] |
  4221. 2479.02 s [unison-runtime] 1481 | (Keep _ a k) -> walk (sz + a) k
  4222. 2479.02 s [unison-runtime] | ^
  4223. 2479.02 s [unison-runtime]
  4224. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1483:19: warning: [GHC-63397] [-Wname-shadowing]
  4225. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4226. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4227. 2479.02 s [unison-runtime] |
  4228. 2479.02 s [unison-runtime] 1483 | (Mark a _ _ k) -> walk (sz + a) k
  4229. 2479.02 s [unison-runtime] | ^
  4230. 2479.02 s [unison-runtime]
  4231. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1484:23: warning: [GHC-63397] [-Wname-shadowing]
  4232. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4233. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4234. 2479.02 s [unison-runtime] |
  4235. 2479.02 s [unison-runtime] 1484 | (AMark a aenv s k)
  4236. 2479.02 s [unison-runtime] | ^
  4237. 2479.02 s [unison-runtime]
  4238. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1489:5: warning: [GHC-63397] [-Wname-shadowing]
  4239. 2479.02 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  4240. 2479.02 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  4241. 2479.02 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  4242. 2479.02 s [unison-runtime] |
  4243. 2479.02 s [unison-runtime] 1489 | finish !aenv !sz !a !k = do
  4244. 2479.02 s [unison-runtime] | ^^^^^^
  4245. 2479.02 s [unison-runtime]
  4246. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1489:26: warning: [GHC-63397] [-Wname-shadowing]
  4247. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4248. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  4249. 2479.02 s [unison-runtime] |
  4250. 2479.02 s [unison-runtime] 1489 | finish !aenv !sz !a !k = do
  4251. 2479.02 s [unison-runtime] | ^
  4252. 2479.02 s [unison-runtime]
  4253. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1490:7: warning: [GHC-63397] [-Wname-shadowing]
  4254. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4255. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:12
  4256. 2479.02 s [unison-runtime] |
  4257. 2479.02 s [unison-runtime] 1490 | stk <- truncateSeg stk sz
  4258. 2479.02 s [unison-runtime] | ^^^
  4259. 2479.02 s [unison-runtime]
  4260. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1491:7: warning: [GHC-63397] [-Wname-shadowing]
  4261. 2479.02 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  4262. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1490:7
  4263. 2479.02 s [unison-runtime] |
  4264. 2479.02 s [unison-runtime] 1491 | stk <- adjustArgs stk a
  4265. 2479.02 s [unison-runtime] | ^^^
  4266. 2479.02 s [unison-runtime]
  4267. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1552:7: warning: [GHC-63397] [-Wname-shadowing]
  4268. 2479.02 s [unison-runtime] This binding for ‘from’ shadows the existing bindings
  4269. 2479.02 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  4270. 2479.02 s [unison-runtime] (and originally defined in ‘Control.Lens.Iso’)
  4271. 2479.02 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Machine.hs:56:1-35
  4272. 2479.02 s [unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  4273. 2479.02 s [unison-runtime] |
  4274. 2479.02 s [unison-runtime] 1552 | from = M.fromList (zip newl [frsh ..]) <> from0
  4275. 2479.02 s [unison-runtime] | ^^^^
  4276. 2479.02 s [unison-runtime]
  4277. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1613:25: warning: [GHC-63394] [-Wx-partial]
  4278. 2479.02 s [unison-runtime] In the use of ‘head’
  4279. 2479.02 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  4280. 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"."
  4281. 2479.02 s [unison-runtime] |
  4282. 2479.02 s [unison-runtime] 1613 | let arities = fmap (head . ANF.arities) int <> builtinArities
  4283. 2479.02 s [unison-runtime] | ^^^^
  4284. 2479.02 s [unison-runtime]
  4285. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1779:20: warning: [GHC-63397] [-Wname-shadowing]
  4286. 2479.02 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  4287. 2479.02 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  4288. 2479.02 s [unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
  4289. 2479.02 s [unison-runtime] |
  4290. 2479.02 s [unison-runtime] 1779 | MsgTrace _ _ pre -> pre
  4291. 2479.02 s [unison-runtime] | ^^^
  4292. 2479.02 s [unison-runtime]
  4293. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1796:18: warning: [GHC-63397] [-Wname-shadowing]
  4294. 2479.02 s [unison-runtime] This binding for ‘cst’ shadows the existing binding
  4295. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:32
  4296. 2479.02 s [unison-runtime] |
  4297. 2479.02 s [unison-runtime] 1796 | (rn, cst) <- runStateT (resolveRef True r) cst
  4298. 2479.02 s [unison-runtime] | ^^^
  4299. 2479.02 s [unison-runtime]
  4300. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1797:13: warning: [GHC-63397] [-Wname-shadowing]
  4301. 2479.02 s [unison-runtime] This binding for ‘seenty’ shadows the existing binding
  4302. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:18
  4303. 2479.02 s [unison-runtime] |
  4304. 2479.02 s [unison-runtime] 1797 | seenty <- pure $ HM.insert w rn seenty
  4305. 2479.02 s [unison-runtime] | ^^^^^^
  4306. 2479.02 s [unison-runtime]
  4307. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1798:13: warning: [GHC-63397] [-Wname-shadowing]
  4308. 2479.02 s [unison-runtime] This binding for ‘st’ shadows the existing binding
  4309. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:11
  4310. 2479.02 s [unison-runtime] |
  4311. 2479.02 s [unison-runtime] 1798 | st <- pure $ RS seenty seentm cst
  4312. 2479.02 s [unison-runtime] | ^^
  4313. 2479.02 s [unison-runtime]
  4314. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1813:11: warning: [GHC-63397] [-Wname-shadowing]
  4315. 2479.02 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4316. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1812:16
  4317. 2479.02 s [unison-runtime] |
  4318. 2479.02 s [unison-runtime] 1813 | r <- M.findWithDefault r r functionUnreplacements -> do
  4319. 2479.02 s [unison-runtime] | ^
  4320. 2479.02 s [unison-runtime]
  4321. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1814:18: warning: [GHC-63397] [-Wname-shadowing]
  4322. 2479.02 s [unison-runtime] This binding for ‘cst’ shadows the existing binding
  4323. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:32
  4324. 2479.02 s [unison-runtime] |
  4325. 2479.02 s [unison-runtime] 1814 | (rn, cst) <- runStateT (resolveRef False r) cst
  4326. 2479.02 s [unison-runtime] | ^^^
  4327. 2479.02 s [unison-runtime]
  4328. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1815:13: warning: [GHC-63397] [-Wname-shadowing]
  4329. 2479.02 s [unison-runtime] This binding for ‘seentm’ shadows the existing binding
  4330. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:25
  4331. 2479.02 s [unison-runtime] |
  4332. 2479.02 s [unison-runtime] 1815 | seentm <- pure $ HM.insert w rn seentm
  4333. 2479.02 s [unison-runtime] | ^^^^^^
  4334. 2479.02 s [unison-runtime]
  4335. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1816:13: warning: [GHC-63397] [-Wname-shadowing]
  4336. 2479.02 s [unison-runtime] This binding for ‘st’ shadows the existing binding
  4337. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:11
  4338. 2479.02 s [unison-runtime] |
  4339. 2479.02 s [unison-runtime] 1816 | st <- pure $ RS seenty seentm cst
  4340. 2479.02 s [unison-runtime] | ^^
  4341. 2479.02 s [unison-runtime]
  4342. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1849:5: warning: [GHC-63397] [-Wname-shadowing]
  4343. 2479.02 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  4344. 2479.02 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  4345. 2479.02 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  4346. 2479.02 s [unison-runtime] |
  4347. 2479.02 s [unison-runtime] 1849 | finish (val, RS _ _ (CST _ _ _ tys tms)) =
  4348. 2479.02 s [unison-runtime] | ^^^^^^
  4349. 2479.02 s [unison-runtime]
  4350. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1878:13: warning: [GHC-63397] [-Wname-shadowing]
  4351. 2479.02 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  4352. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1876:21
  4353. 2479.02 s [unison-runtime] |
  4354. 2479.02 s [unison-runtime] 1878 | u <- goV u
  4355. 2479.02 s [unison-runtime] | ^
  4356. 2479.02 s [unison-runtime]
  4357. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1882:13: warning: [GHC-63397] [-Wname-shadowing]
  4358. 2479.02 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  4359. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:21
  4360. 2479.02 s [unison-runtime] |
  4361. 2479.02 s [unison-runtime] 1882 | u <- goV u
  4362. 2479.02 s [unison-runtime] | ^
  4363. 2479.02 s [unison-runtime]
  4364. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1883:13: warning: [GHC-63397] [-Wname-shadowing]
  4365. 2479.02 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  4366. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:23
  4367. 2479.02 s [unison-runtime] |
  4368. 2479.02 s [unison-runtime] 1883 | v <- goV v
  4369. 2479.02 s [unison-runtime] | ^
  4370. 2479.02 s [unison-runtime]
  4371. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1902:7: warning: [GHC-63397] [-Wname-shadowing]
  4372. 2479.02 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  4373. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:17
  4374. 2479.02 s [unison-runtime] |
  4375. 2479.02 s [unison-runtime] 1902 | ps <- traverse (resolveTy rty) (EC.setToList ps)
  4376. 2479.02 s [unison-runtime] | ^^
  4377. 2479.02 s [unison-runtime]
  4378. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1903:7: warning: [GHC-63397] [-Wname-shadowing]
  4379. 2479.02 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  4380. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:20
  4381. 2479.02 s [unison-runtime] |
  4382. 2479.02 s [unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
  4383. 2479.02 s [unison-runtime] | ^^
  4384. 2479.02 s [unison-runtime]
  4385. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:1903:25: warning: [GHC-63397] [-Wname-shadowing]
  4386. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4387. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:23
  4388. 2479.02 s [unison-runtime] |
  4389. 2479.02 s [unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
  4390. 2479.02 s [unison-runtime] | ^
  4391. 2479.02 s [unison-runtime]
  4392. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:2048:12: warning: [GHC-63397] [-Wname-shadowing]
  4393. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4394. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2043:22
  4395. 2479.02 s [unison-runtime] |
  4396. 2479.02 s [unison-runtime] 2048 | cv k s = Captured k a s
  4397. 2479.02 s [unison-runtime] | ^
  4398. 2479.02 s [unison-runtime]
  4399. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:2058:25: warning: [GHC-63397] [-Wname-shadowing]
  4400. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4401. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
  4402. 2479.02 s [unison-runtime] |
  4403. 2479.02 s [unison-runtime] 2058 | <*> traverse (\(k, v) -> (,) <$> refTy k <*> (goV v)) de
  4404. 2479.02 s [unison-runtime] | ^
  4405. 2479.02 s [unison-runtime]
  4406. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:13: warning: [GHC-63397] [-Wname-shadowing]
  4407. 2479.02 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  4408. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:21
  4409. 2479.02 s [unison-runtime] |
  4410. 2479.02 s [unison-runtime] 2061 | mrk ps de k =
  4411. 2479.02 s [unison-runtime] | ^^
  4412. 2479.02 s [unison-runtime]
  4413. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:16: warning: [GHC-63397] [-Wname-shadowing]
  4414. 2479.02 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  4415. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:24
  4416. 2479.02 s [unison-runtime] |
  4417. 2479.02 s [unison-runtime] 2061 | mrk ps de k =
  4418. 2479.02 s [unison-runtime] | ^^
  4419. 2479.02 s [unison-runtime]
  4420. 2479.02 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:19: warning: [GHC-63397] [-Wname-shadowing]
  4421. 2479.02 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4422. 2479.02 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
  4423. 2479.03 s [unison-runtime] |
  4424. 2479.03 s [unison-runtime] 2061 | mrk ps de k =
  4425. 2479.03 s [unison-runtime] | ^
  4426. 2479.03 s [unison-runtime]
  4427. 2479.03 s [unison-runtime] src/Unison/Runtime/Machine.hs:2145:12: warning: [GHC-63397] [-Wname-shadowing]
  4428. 2479.03 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4429. 2479.03 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2140:22
  4430. 2479.03 s [unison-runtime] |
  4431. 2479.03 s [unison-runtime] 2145 | cv k s = Captured k a s
  4432. 2479.03 s [unison-runtime] | ^
  4433. 2479.03 s [unison-runtime]
  4434. 2479.03 s [unison-runtime] src/Unison/Runtime/Machine.hs:2155:25: warning: [GHC-63397] [-Wname-shadowing]
  4435. 2479.03 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4436. 2479.03 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
  4437. 2479.03 s [unison-runtime] |
  4438. 2479.03 s [unison-runtime] 2155 | <*> traverse (\(k, v) -> (,) <$> refTy k <*> (goV v)) de
  4439. 2479.03 s [unison-runtime] | ^
  4440. 2479.03 s [unison-runtime]
  4441. 2479.03 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:13: warning: [GHC-63397] [-Wname-shadowing]
  4442. 2479.03 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  4443. 2479.03 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:21
  4444. 2479.03 s [unison-runtime] |
  4445. 2479.03 s [unison-runtime] 2158 | mrk ps de k =
  4446. 2479.03 s [unison-runtime] | ^^
  4447. 2479.03 s [unison-runtime]
  4448. 2479.03 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:16: warning: [GHC-63397] [-Wname-shadowing]
  4449. 2479.03 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  4450. 2479.03 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:24
  4451. 2479.03 s [unison-runtime] |
  4452. 2479.03 s [unison-runtime] 2158 | mrk ps de k =
  4453. 2479.03 s [unison-runtime] | ^^
  4454. 2479.03 s [unison-runtime]
  4455. 2479.03 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:19: warning: [GHC-63397] [-Wname-shadowing]
  4456. 2479.03 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  4457. 2479.03 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
  4458. 2479.03 s [unison-runtime] |
  4459. 2479.03 s [unison-runtime] 2158 | mrk ps de k =
  4460. 2479.03 s [unison-runtime] | ^
  4461. 2479.03 s [unison-runtime]
  4462. 2506.12 s [unison-runtime] [39 of 40] Compiling Unison.Runtime.Interface ( src/Unison/Runtime/Interface.hs, dist/build/Unison/Runtime/Interface.p_o )
  4463. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:223:18: warning: [GHC-63397] [-Wname-shadowing]
  4464. 2506.20 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  4465. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:213:22
  4466. 2506.20 s [unison-runtime] |
  4467. 2506.20 s [unison-runtime] 223 | Just d -> recursiveDeclDeps cl d
  4468. 2506.20 s [unison-runtime] | ^
  4469. 2506.20 s [unison-runtime]
  4470. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:251:26: warning: [GHC-63397] [-Wname-shadowing]
  4471. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4472. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:247:42
  4473. 2506.20 s [unison-runtime] |
  4474. 2506.20 s [unison-runtime] 251 | RF.TermReference r -> recursiveRefDeps cl r
  4475. 2506.20 s [unison-runtime] | ^
  4476. 2506.20 s [unison-runtime]
  4477. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:353:3: warning: [GHC-63397] [-Wname-shadowing]
  4478. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4479. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:352:20
  4480. 2506.20 s [unison-runtime] |
  4481. 2506.20 s [unison-runtime] 353 | r <- Map.lookup r . remap $ floatRemap ctx
  4482. 2506.20 s [unison-runtime] | ^
  4483. 2506.20 s [unison-runtime]
  4484. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:360:5: warning: [GHC-63397] [-Wname-shadowing]
  4485. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4486. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:359:16
  4487. 2506.20 s [unison-runtime] |
  4488. 2506.20 s [unison-runtime] 360 | | r <- Map.findWithDefault r r . remap $ floatRemap ctx,
  4489. 2506.20 s [unison-runtime] | ^
  4490. 2506.20 s [unison-runtime]
  4491. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:361:10: warning: [GHC-63397] [-Wname-shadowing]
  4492. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4493. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:360:5
  4494. 2506.20 s [unison-runtime] |
  4495. 2506.20 s [unison-runtime] 361 | Just r <- Map.lookup r . remap $ intermedRemap ctx =
  4496. 2506.20 s [unison-runtime] | ^
  4497. 2506.20 s [unison-runtime]
  4498. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:371:3: warning: [GHC-63397] [-Wname-shadowing]
  4499. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4500. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:370:20
  4501. 2506.20 s [unison-runtime] |
  4502. 2506.20 s [unison-runtime] 371 | r <- Map.lookup r . backmap $ intermedRemap ctx
  4503. 2506.20 s [unison-runtime] | ^
  4504. 2506.20 s [unison-runtime]
  4505. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:399:9: warning: [GHC-63397] [-Wname-shadowing]
  4506. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4507. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:396:9
  4508. 2506.20 s [unison-runtime] |
  4509. 2506.20 s [unison-runtime] 399 | r <- Map.findWithDefault r r frs,
  4510. 2506.20 s [unison-runtime] | ^
  4511. 2506.20 s [unison-runtime]
  4512. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:400:14: warning: [GHC-63397] [-Wname-shadowing]
  4513. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4514. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:399:9
  4515. 2506.20 s [unison-runtime] |
  4516. 2506.20 s [unison-runtime] 400 | Just r <- Map.lookup r irs =
  4517. 2506.20 s [unison-runtime] | ^
  4518. 2506.20 s [unison-runtime]
  4519. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:420:16: warning: [GHC-63397] [-Wname-shadowing]
  4520. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4521. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
  4522. 2506.20 s [unison-runtime] |
  4523. 2506.20 s [unison-runtime] 420 | | Just r <- baseToIntermed ctx r -> r `Map.notMember` m
  4524. 2506.20 s [unison-runtime] | ^
  4525. 2506.20 s [unison-runtime]
  4526. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:421:16: warning: [GHC-63397] [-Wname-shadowing]
  4527. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4528. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
  4529. 2506.20 s [unison-runtime] |
  4530. 2506.20 s [unison-runtime] 421 | | Just r <- floatToIntermed ctx r -> r `Map.notMember` m
  4531. 2506.20 s [unison-runtime] | ^
  4532. 2506.20 s [unison-runtime]
  4533. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:431:14: warning: [GHC-63397] [-Wname-shadowing]
  4534. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4535. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:430:13
  4536. 2506.20 s [unison-runtime] |
  4537. 2506.20 s [unison-runtime] 431 | Just r -> r
  4538. 2506.20 s [unison-runtime] | ^
  4539. 2506.20 s [unison-runtime]
  4540. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:457:3: warning: [GHC-63397] [-Wname-shadowing]
  4541. 2506.20 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  4542. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:448:17
  4543. 2506.20 s [unison-runtime] |
  4544. 2506.20 s [unison-runtime] 457 | ctx <- foldM (uncurry . allocType) ctx $ Prelude.filter p tyrs
  4545. 2506.20 s [unison-runtime] | ^^^
  4546. 2506.20 s [unison-runtime]
  4547. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:516:6: warning: [GHC-63397] [-Wname-shadowing]
  4548. 2506.20 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  4549. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:514:5
  4550. 2506.20 s [unison-runtime] |
  4551. 2506.20 s [unison-runtime] 516 | (ctx, _) <- loadDeps cl ppe ctx tyrs tmrs
  4552. 2506.20 s [unison-runtime] | ^^^
  4553. 2506.20 s [unison-runtime]
  4554. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:517:6: warning: [GHC-63397] [-Wname-shadowing]
  4555. 2506.20 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  4556. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:516:6
  4557. 2506.20 s [unison-runtime] |
  4558. 2506.20 s [unison-runtime] 517 | (ctx, _, init) <- prepareEvaluation ppe tm ctx
  4559. 2506.20 s [unison-runtime] | ^^^
  4560. 2506.20 s [unison-runtime]
  4561. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:517:14: warning: [GHC-63397] [-Wname-shadowing]
  4562. 2506.20 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  4563. 2506.20 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  4564. 2506.20 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  4565. 2506.20 s [unison-runtime] |
  4566. 2506.20 s [unison-runtime] 517 | (ctx, _, init) <- prepareEvaluation ppe tm ctx
  4567. 2506.20 s [unison-runtime] | ^^^^
  4568. 2506.20 s [unison-runtime]
  4569. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:539:12: warning: [GHC-63397] [-Wname-shadowing]
  4570. 2506.20 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  4571. 2506.20 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
  4572. 2506.20 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  4573. 2506.20 s [unison-runtime] |
  4574. 2506.20 s [unison-runtime] 539 | PC _ finish getProf -> do
  4575. 2506.20 s [unison-runtime] | ^^^^^^
  4576. 2506.20 s [unison-runtime]
  4577. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:589:12: warning: [GHC-63397] [-Wname-shadowing]
  4578. 2506.20 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  4579. 2506.20 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  4580. 2506.20 s [unison-runtime] |
  4581. 2506.20 s [unison-runtime] 589 | putTextBig text =
  4582. 2506.20 s [unison-runtime] | ^^^^
  4583. 2506.20 s [unison-runtime]
  4584. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:612:4: warning: [GHC-63397] [-Wname-shadowing]
  4585. 2506.20 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  4586. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:610:3
  4587. 2506.20 s [unison-runtime] |
  4588. 2506.20 s [unison-runtime] 612 | (ctx, _) <- loadDeps cl ppe ctx tyrs tmrs
  4589. 2506.20 s [unison-runtime] | ^^^
  4590. 2506.20 s [unison-runtime]
  4591. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:773:3: warning: [GHC-63397] [-Wname-shadowing]
  4592. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4593. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:772:3
  4594. 2506.20 s [unison-runtime] |
  4595. 2506.20 s [unison-runtime] 773 | r <- backReference frs irs r
  4596. 2506.20 s [unison-runtime] | ^
  4597. 2506.20 s [unison-runtime]
  4598. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:785:3: warning: [GHC-63397] [-Wname-shadowing]
  4599. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4600. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:783:23
  4601. 2506.20 s [unison-runtime] |
  4602. 2506.20 s [unison-runtime] 785 | r <- pure $ Map.findWithDefault r r functionUnreplacements
  4603. 2506.20 s [unison-runtime] | ^
  4604. 2506.20 s [unison-runtime]
  4605. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:787:3: warning: [GHC-63397] [-Wname-shadowing]
  4606. 2506.20 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4607. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:785:3
  4608. 2506.20 s [unison-runtime] |
  4609. 2506.20 s [unison-runtime] 787 | r <- Map.lookup r (backmap irs)
  4610. 2506.20 s [unison-runtime] | ^
  4611. 2506.20 s [unison-runtime]
  4612. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:807:7: warning: [GHC-63397] [-Wname-shadowing]
  4613. 2506.20 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  4614. 2506.20 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
  4615. 2506.20 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  4616. 2506.20 s [unison-runtime] |
  4617. 2506.20 s [unison-runtime] 807 | finish = fmap (first mkResponse . decom)
  4618. 2506.20 s [unison-runtime] | ^^^^^^
  4619. 2506.20 s [unison-runtime]
  4620. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:809:7: warning: [GHC-63397] [-Wname-shadowing]
  4621. 2506.20 s [unison-runtime] This binding for ‘prettyError’ shadows the existing binding
  4622. 2506.20 s [unison-runtime] defined at src/Unison/Runtime/Interface.hs:1263:1
  4623. 2506.20 s [unison-runtime] |
  4624. 2506.20 s [unison-runtime] 809 | prettyError e =
  4625. 2506.20 s [unison-runtime] | ^^^^^^^^^^^
  4626. 2506.20 s [unison-runtime]
  4627. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:836:17: warning: [GHC-63397] [-Wname-shadowing]
  4628. 2506.20 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  4629. 2506.20 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  4630. 2506.20 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  4631. 2506.20 s [unison-runtime] |
  4632. 2506.20 s [unison-runtime] 836 | executeMainComb init cc = do
  4633. 2506.20 s [unison-runtime] | ^^^^
  4634. 2506.20 s [unison-runtime]
  4635. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:906:28: warning: [GHC-63397] [-Wname-shadowing]
  4636. 2506.20 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  4637. 2506.20 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  4638. 2506.20 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  4639. 2506.20 s [unison-runtime] |
  4640. 2506.20 s [unison-runtime] 906 | runStandalone sandboxed sc init =
  4641. 2506.20 s [unison-runtime] | ^^^^
  4642. 2506.20 s [unison-runtime]
  4643. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:959:5: warning: [GHC-63397] [-Wname-shadowing]
  4644. 2506.20 s [unison-runtime] This binding for ‘render’ shadows the existing binding
  4645. 2506.20 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  4646. 2506.20 s [unison-runtime] |
  4647. 2506.20 s [unison-runtime] 959 | render = if fancy then toANSI else toPlain
  4648. 2506.20 s [unison-runtime] | ^^^^^^
  4649. 2506.20 s [unison-runtime]
  4650. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:1021:13: warning: [GHC-63397] [-Wname-shadowing]
  4651. 2506.20 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  4652. 2506.20 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  4653. 2506.20 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  4654. 2506.20 s [unison-runtime] |
  4655. 2506.20 s [unison-runtime] 1021 | traceNeeded init src = go mempty init
  4656. 2506.20 s [unison-runtime] | ^^^^
  4657. 2506.20 s [unison-runtime]
  4658. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:1088:15: warning: [GHC-63397] [-Wname-shadowing]
  4659. 2506.20 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  4660. 2506.20 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  4661. 2506.20 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  4662. 2506.20 s [unison-runtime] |
  4663. 2506.20 s [unison-runtime] 1088 | standalone cc init =
  4664. 2506.20 s [unison-runtime] | ^^^^
  4665. 2506.20 s [unison-runtime]
  4666. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:1197:12: warning: [GHC-63397] [-Wname-shadowing]
  4667. 2506.20 s [unison-runtime] This binding for ‘ppe’ shadows the existing binding
  4668. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1182:19
  4669. 2506.20 s [unison-runtime] |
  4670. 2506.20 s [unison-runtime] 1197 | bugMsg ppe tr name (errs, tm)
  4671. 2506.20 s [unison-runtime] | ^^^
  4672. 2506.20 s [unison-runtime]
  4673. 2506.20 s [unison-runtime] src/Unison/Runtime/Interface.hs:1241:20: warning: [GHC-63397] [-Wname-shadowing]
  4674. 2506.20 s [unison-runtime] This binding for ‘ppe’ shadows the existing binding
  4675. 2506.20 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:12
  4676. 2506.20 s [unison-runtime] |
  4677. 2506.21 s [unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
  4678. 2506.21 s [unison-runtime] | ^^^
  4679. 2506.21 s [unison-runtime]
  4680. 2506.21 s [unison-runtime] src/Unison/Runtime/Interface.hs:1241:24: warning: [GHC-63397] [-Wname-shadowing]
  4681. 2506.21 s [unison-runtime] This binding for ‘tr’ shadows the existing binding
  4682. 2506.21 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:16
  4683. 2506.21 s [unison-runtime] |
  4684. 2506.21 s [unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
  4685. 2506.21 s [unison-runtime] | ^^
  4686. 2506.21 s [unison-runtime]
  4687. 2506.21 s [unison-runtime] src/Unison/Runtime/Interface.hs:1248:17: warning: [GHC-63397] [-Wname-shadowing]
  4688. 2506.21 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  4689. 2506.21 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:19
  4690. 2506.21 s [unison-runtime] |
  4691. 2506.21 s [unison-runtime] 1248 | name = P.syntaxToColor . prettyHashQualified . PPE.termName ppe $ RF.Ref rf
  4692. 2506.21 s [unison-runtime] | ^^^^
  4693. 2506.21 s [unison-runtime]
  4694. 2506.21 s [unison-runtime] src/Unison/Runtime/Interface.hs:1264:21: warning: [GHC-63397] [-Wname-shadowing]
  4695. 2506.21 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  4696. 2506.21 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  4697. 2506.21 s [unison-runtime] |
  4698. 2506.21 s [unison-runtime] 1264 | UnstructuredError text -> pure $ P.text text
  4699. 2506.21 s [unison-runtime] | ^^^^
  4700. 2506.21 s [unison-runtime]
  4701. 2506.21 s [unison-runtime] src/Unison/Runtime/Interface.hs:1276:36: warning: [GHC-63397] [-Wname-shadowing]
  4702. 2506.21 s [unison-runtime] This binding for ‘backmapRef’ shadows the existing binding
  4703. 2506.21 s [unison-runtime] defined at src/Unison/Runtime/Interface.hs:376:1
  4704. 2506.21 s [unison-runtime] |
  4705. 2506.21 s [unison-runtime] 1276 | maybe prettyRuntimeExn (\(ppe, backmapRef, decom) -> prettyRuntimeExn' ppe backmapRef decom) ctx issueFn re
  4706. 2506.21 s [unison-runtime] | ^^^^^^^^^^
  4707. 2506.21 s [unison-runtime]
  4708. 2506.21 s [unison-runtime] src/Unison/Runtime/Interface.hs:1286:7: warning: [GHC-63397] [-Wname-shadowing]
  4709. 2506.21 s [unison-runtime] This binding for ‘render’ shadows the existing binding
  4710. 2506.21 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  4711. 2506.21 s [unison-runtime] |
  4712. 2506.21 s [unison-runtime] 1286 | render (errs, tm) = ["", P.indentN 2 $ pretty ppe tm, tabulateErrors errs]
  4713. 2506.21 s [unison-runtime] | ^^^^^^
  4714. 2506.21 s [unison-runtime]
  4715. 2511.87 s [unison-runtime] [40 of 40] Compiling Unison.Runtime.Vector ( src/Unison/Runtime/Vector.hs, dist/build/Unison/Runtime/Vector.p_o )
  4716. 2519.92 s [unison-runtime] buildPhase completed in 4 minutes 29 seconds
  4717. 2519.93 s [unison-runtime] Phase: haddockPhase
  4718. 2520.14 s [unison-runtime] Preprocessing library for unison-runtime-0.0.0...
  4719. 2520.15 s [unison-runtime] Running Haddock on library for unison-runtime-0.0.0...
  4720. 2520.16 s [unison-runtime] Warning: The documentation for the following packages are not installed. No
  4721. 2520.16 s [unison-runtime] links will be generated to these packages: attoparsec-0.14.4,
  4722. 2520.16 s [unison-runtime] attoparsec-0.14.4, fail-4.9.0.0, vector-0.13.2.0
  4723. 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 )
  4724. 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 )
  4725. 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 )
  4726. 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 )
  4727. 2522.02 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:64:10: warning: [GHC-63397] [-Wname-shadowing]
  4728. 2522.02 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  4729. 2522.02 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:34
  4730. 2522.02 s [unison-runtime] |
  4731. 2522.02 s [unison-runtime] 64 | | Just x <- M.lookup x slow = do
  4732. 2522.02 s [unison-runtime] | ^
  4733. 2522.02 s [unison-runtime]
  4734. 2522.02 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:65:7: warning: [GHC-63397] [-Wname-shadowing]
  4735. 2522.02 s [unison-runtime] This binding for ‘cn’ shadows the existing binding
  4736. 2522.02 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:13
  4737. 2522.02 s [unison-runtime] |
  4738. 2522.02 s [unison-runtime] 65 | cn <- evaluate cn {stableMap = HM.insert xname x fast}
  4739. 2522.02 s [unison-runtime] | ^^
  4740. 2522.02 s [unison-runtime]
  4741. 2522.02 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:68:7: warning: [GHC-63397] [-Wname-shadowing]
  4742. 2522.02 s [unison-runtime] This binding for ‘cn’ shadows the existing binding
  4743. 2522.02 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:58:13
  4744. 2522.02 s [unison-runtime] |
  4745. 2522.02 s [unison-runtime] 68 | cn <- evaluate (Canon (HM.insert xname x fast) (M.insert x x slow))
  4746. 2522.02 s [unison-runtime] | ^^
  4747. 2522.02 s [unison-runtime]
  4748. 2522.03 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:97:10: warning: [GHC-63397] [-Wname-shadowing]
  4749. 2522.03 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  4750. 2522.03 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:36
  4751. 2522.03 s [unison-runtime] |
  4752. 2522.03 s [unison-runtime] 97 | | Just x <- HM.lookup name fast = pure (x, cn)
  4753. 2522.03 s [unison-runtime] | ^
  4754. 2522.03 s [unison-runtime]
  4755. 2522.04 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:98:10: warning: [GHC-63397] [-Wname-shadowing]
  4756. 2522.04 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  4757. 2522.04 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:36
  4758. 2522.04 s [unison-runtime] |
  4759. 2522.04 s [unison-runtime] 98 | | Just x <- M.lookup x slow = do
  4760. 2522.04 s [unison-runtime] | ^
  4761. 2522.04 s [unison-runtime]
  4762. 2522.05 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:99:7: warning: [GHC-63397] [-Wname-shadowing]
  4763. 2522.05 s [unison-runtime] This binding for ‘cn’ shadows the existing binding
  4764. 2522.05 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:15
  4765. 2522.05 s [unison-runtime] |
  4766. 2522.06 s [unison-runtime] 99 | cn <- evaluate cn {stableMap = HM.insert name x fast}
  4767. 2522.06 s [unison-runtime] | ^^
  4768. 2522.06 s [unison-runtime]
  4769. 2522.06 s [unison-runtime] src/Unison/Runtime/Canonicalizer.hs:102:7: warning: [GHC-63397] [-Wname-shadowing]
  4770. 2522.06 s [unison-runtime] This binding for ‘cn’ shadows the existing binding
  4771. 2522.06 s [unison-runtime] bound at src/Unison/Runtime/Canonicalizer.hs:96:15
  4772. 2522.06 s [unison-runtime] |
  4773. 2522.06 s [unison-runtime] 102 | cn <- evaluate (Canon (HM.insert name x fast) (M.insert x x slow))
  4774. 2522.06 s [unison-runtime] | ^^
  4775. 2522.06 s [unison-runtime]
  4776. 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 )
  4777. 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 )
  4778. 2522.06 s [unison-runtime] src/Unison/Runtime/Crypto/Rsa.hs:41:17: warning: [GHC-63397] [-Wname-shadowing]
  4779. 2522.06 s [unison-runtime] This binding for ‘asn1’ shadows the existing binding
  4780. 2522.06 s [unison-runtime] bound at src/Unison/Runtime/Crypto/Rsa.hs:30:9
  4781. 2522.06 s [unison-runtime] |
  4782. 2522.06 s [unison-runtime] 41 | Right asn1 -> case asn1 of
  4783. 2522.07 s [unison-runtime] | ^^^^
  4784. 2522.07 s [unison-runtime]
  4785. 2522.07 s [unison-runtime] src/Unison/Runtime/Crypto/Rsa.hs:75:19: warning: [GHC-63397] [-Wname-shadowing]
  4786. 2522.07 s [unison-runtime] This binding for ‘asn1’ shadows the existing binding
  4787. 2522.07 s [unison-runtime] bound at src/Unison/Runtime/Crypto/Rsa.hs:62:9
  4788. 2522.07 s [unison-runtime] |
  4789. 2522.07 s [unison-runtime] 75 | Right asn1 ->
  4790. 2522.07 s [unison-runtime] | ^^^^
  4791. 2522.07 s [unison-runtime]
  4792. 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 )
  4793. 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 )
  4794. 2522.88 s [unison-runtime] [ 9 of 40] Compiling Unison.Runtime.IOSource ( src/Unison/Runtime/IOSource.hs, nothing )
  4795. 2522.88 s [unison-runtime] src/Unison/Runtime/IOSource.hs:93:11: warning: [GHC-63397] [-Wname-shadowing]
  4796. 2522.88 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4797. 2522.88 s [unison-runtime] imported from ‘Text.RawString.QQ’ at src/Unison/Runtime/IOSource.hs:11:27
  4798. 2522.88 s [unison-runtime] |
  4799. 2522.88 s [unison-runtime] 93 | Just (r, _) -> r
  4800. 2522.88 s [unison-runtime] | ^
  4801. 2522.88 s [unison-runtime]
  4802. 2522.88 s [unison-runtime] src/Unison/Runtime/IOSource.hs:102:11: warning: [GHC-63397] [-Wname-shadowing]
  4803. 2522.88 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  4804. 2522.89 s [unison-runtime] imported from ‘Text.RawString.QQ’ at src/Unison/Runtime/IOSource.hs:11:27
  4805. 2522.89 s [unison-runtime] |
  4806. 2522.89 s [unison-runtime] 102 | Just (r, _) -> r
  4807. 2522.89 s [unison-runtime] | ^
  4808. 2522.89 s [unison-runtime]
  4809. 2522.89 s [unison-runtime] src/Unison/Runtime/IOSource.hs:149:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4810. 2522.89 s [unison-runtime] Pattern synonym with no type signature:
  4811. 2522.89 s [unison-runtime] pattern Doc2Ref :: R.Reference
  4812. 2522.89 s [unison-runtime] |
  4813. 2522.89 s [unison-runtime] 149 | pattern Doc2Ref <- ((== doc2Ref) -> True)
  4814. 2522.89 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4815. 2522.89 s [unison-runtime]
  4816. 2522.89 s [unison-runtime] src/Unison/Runtime/IOSource.hs:210:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4817. 2522.89 s [unison-runtime] Pattern synonym with no type signature:
  4818. 2522.89 s [unison-runtime] pattern Doc2MediaSourceRef :: R.Reference
  4819. 2522.89 s [unison-runtime] |
  4820. 2522.89 s [unison-runtime] 210 | pattern Doc2MediaSourceRef <- ((== doc2MediaSourceRef) -> True)
  4821. 2522.89 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4822. 2522.89 s [unison-runtime]
  4823. 2522.89 s [unison-runtime] src/Unison/Runtime/IOSource.hs:215:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4824. 2522.89 s [unison-runtime] Pattern synonym with no type signature:
  4825. 2522.89 s [unison-runtime] pattern Doc2VideoRef :: R.Reference
  4826. 2522.90 s [unison-runtime] |
  4827. 2522.90 s [unison-runtime] 215 | pattern Doc2VideoRef <- ((== doc2VideoRef) -> True)
  4828. 2522.90 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4829. 2522.90 s [unison-runtime]
  4830. 2522.90 s [unison-runtime] src/Unison/Runtime/IOSource.hs:220:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4831. 2522.90 s [unison-runtime] Pattern synonym with no type signature:
  4832. 2522.90 s [unison-runtime] pattern Doc2FrontMatterRef :: R.Reference
  4833. 2522.90 s [unison-runtime] |
  4834. 2522.90 s [unison-runtime] 220 | pattern Doc2FrontMatterRef <- ((== doc2FrontMatterRef) -> True)
  4835. 2522.90 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4836. 2522.90 s [unison-runtime]
  4837. 2522.90 s [unison-runtime] src/Unison/Runtime/IOSource.hs:225:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4838. 2522.90 s [unison-runtime] Pattern synonym with no type signature:
  4839. 2522.90 s [unison-runtime] pattern Doc2LaTeXInlineRef :: R.Reference
  4840. 2522.90 s [unison-runtime] |
  4841. 2522.90 s [unison-runtime] 225 | pattern Doc2LaTeXInlineRef <- ((== doc2LaTeXInlineRef) -> True)
  4842. 2522.90 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4843. 2522.90 s [unison-runtime]
  4844. 2522.91 s [unison-runtime] src/Unison/Runtime/IOSource.hs:230:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4845. 2522.91 s [unison-runtime] Pattern synonym with no type signature:
  4846. 2522.91 s [unison-runtime] pattern Doc2SvgRef :: R.Reference
  4847. 2522.91 s [unison-runtime] |
  4848. 2522.91 s [unison-runtime] 230 | pattern Doc2SvgRef <- ((== doc2SvgRef) -> True)
  4849. 2522.91 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4850. 2522.91 s [unison-runtime]
  4851. 2522.91 s [unison-runtime] src/Unison/Runtime/IOSource.hs:232:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4852. 2522.91 s [unison-runtime] Pattern synonym with no type signature:
  4853. 2522.91 s [unison-runtime] pattern Doc2Word :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4854. 2522.91 s [unison-runtime] {a}.
  4855. 2522.91 s [unison-runtime] Text -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4856. 2522.91 s [unison-runtime] |
  4857. 2522.91 s [unison-runtime] 232 | pattern Doc2Word txt <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2WordId -> True))) (Term.Text' txt)
  4858. 2522.92 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4859. 2522.92 s [unison-runtime]
  4860. 2522.92 s [unison-runtime] src/Unison/Runtime/IOSource.hs:234:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4861. 2522.92 s [unison-runtime] Pattern synonym with no type signature:
  4862. 2522.92 s [unison-runtime] pattern Doc2Code :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4863. 2522.92 s [unison-runtime] {a}.
  4864. 2522.92 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4865. 2522.92 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4866. 2522.92 s [unison-runtime] |
  4867. 2522.92 s [unison-runtime] 234 | pattern Doc2Code d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeId -> True))) d
  4868. 2522.92 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4869. 2522.92 s [unison-runtime]
  4870. 2522.92 s [unison-runtime] src/Unison/Runtime/IOSource.hs:236:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4871. 2522.92 s [unison-runtime] Pattern synonym with no type signature:
  4872. 2522.92 s [unison-runtime] pattern Doc2CodeBlock :: forall {typeVar} {typeAnn} {patternAnn}
  4873. 2522.92 s [unison-runtime] {v} {a}.
  4874. 2522.92 s [unison-runtime] Text
  4875. 2522.93 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4876. 2522.93 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4877. 2522.93 s [unison-runtime] |
  4878. 2522.93 s [unison-runtime] 236 | pattern Doc2CodeBlock lang d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CodeBlockId -> True))) [Term.Text' lang, d]
  4879. 2522.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4880. 2522.93 s [unison-runtime]
  4881. 2522.93 s [unison-runtime] src/Unison/Runtime/IOSource.hs:238:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4882. 2522.93 s [unison-runtime] Pattern synonym with no type signature:
  4883. 2522.93 s [unison-runtime] pattern Doc2Bold :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4884. 2522.93 s [unison-runtime] {a}.
  4885. 2522.93 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4886. 2522.93 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4887. 2522.93 s [unison-runtime] |
  4888. 2522.93 s [unison-runtime] 238 | pattern Doc2Bold d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BoldId -> True))) d
  4889. 2522.93 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4890. 2522.93 s [unison-runtime]
  4891. 2522.93 s [unison-runtime] src/Unison/Runtime/IOSource.hs:240:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4892. 2522.93 s [unison-runtime] Pattern synonym with no type signature:
  4893. 2522.93 s [unison-runtime] pattern Doc2Italic :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4894. 2522.93 s [unison-runtime] {a}.
  4895. 2522.93 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4896. 2522.93 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4897. 2522.93 s [unison-runtime] |
  4898. 2522.93 s [unison-runtime] 240 | pattern Doc2Italic d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ItalicId -> True))) d
  4899. 2522.94 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4900. 2522.94 s [unison-runtime]
  4901. 2522.94 s [unison-runtime] src/Unison/Runtime/IOSource.hs:242:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4902. 2522.94 s [unison-runtime] Pattern synonym with no type signature:
  4903. 2522.94 s [unison-runtime] pattern Doc2Strikethrough :: forall {typeVar} {typeAnn}
  4904. 2522.94 s [unison-runtime] {patternAnn} {v} {a}.
  4905. 2522.94 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4906. 2522.94 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4907. 2522.94 s [unison-runtime] |
  4908. 2522.94 s [unison-runtime] 242 | pattern Doc2Strikethrough d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StrikethroughId -> True))) d
  4909. 2522.94 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4910. 2522.94 s [unison-runtime]
  4911. 2522.94 s [unison-runtime] src/Unison/Runtime/IOSource.hs:244:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4912. 2522.94 s [unison-runtime] Pattern synonym with no type signature:
  4913. 2522.94 s [unison-runtime] pattern Doc2Style :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4914. 2522.94 s [unison-runtime] {a}.
  4915. 2522.94 s [unison-runtime] Text
  4916. 2522.94 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4917. 2522.94 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4918. 2522.94 s [unison-runtime] |
  4919. 2522.94 s [unison-runtime] 244 | pattern Doc2Style s d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2StyleId -> True))) [Term.Text' s, d]
  4920. 2522.94 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4921. 2522.94 s [unison-runtime]
  4922. 2522.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:246:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4923. 2522.95 s [unison-runtime] Pattern synonym with no type signature:
  4924. 2522.95 s [unison-runtime] pattern Doc2Anchor :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4925. 2522.95 s [unison-runtime] {a}.
  4926. 2522.95 s [unison-runtime] Text
  4927. 2522.95 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4928. 2522.95 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4929. 2522.95 s [unison-runtime] |
  4930. 2522.95 s [unison-runtime] 246 | pattern Doc2Anchor id d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AnchorId -> True))) [Term.Text' id, d]
  4931. 2522.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4932. 2522.95 s [unison-runtime]
  4933. 2522.95 s [unison-runtime] src/Unison/Runtime/IOSource.hs:248:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4934. 2522.95 s [unison-runtime] Pattern synonym with no type signature:
  4935. 2522.95 s [unison-runtime] pattern Doc2Blockquote :: forall {typeVar} {typeAnn} {patternAnn}
  4936. 2522.95 s [unison-runtime] {v} {a}.
  4937. 2522.95 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4938. 2522.95 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4939. 2522.95 s [unison-runtime] |
  4940. 2522.95 s [unison-runtime] 248 | pattern Doc2Blockquote d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlockquoteId -> True))) d
  4941. 2522.95 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4942. 2522.95 s [unison-runtime]
  4943. 2522.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:250:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4944. 2522.96 s [unison-runtime] Pattern synonym with no type signature:
  4945. 2522.96 s [unison-runtime] pattern Doc2Blankline :: forall {typeVar} {typeAnn} {patternAnn}
  4946. 2522.96 s [unison-runtime] {v} {a}.
  4947. 2522.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4948. 2522.96 s [unison-runtime] |
  4949. 2522.96 s [unison-runtime] 250 | pattern Doc2Blankline <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BlanklineId -> True))
  4950. 2522.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4951. 2522.96 s [unison-runtime]
  4952. 2522.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:252:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4953. 2522.96 s [unison-runtime] Pattern synonym with no type signature:
  4954. 2522.96 s [unison-runtime] pattern Doc2Linebreak :: forall {typeVar} {typeAnn} {patternAnn}
  4955. 2522.96 s [unison-runtime] {v} {a}.
  4956. 2522.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4957. 2522.96 s [unison-runtime] |
  4958. 2522.96 s [unison-runtime] 252 | pattern Doc2Linebreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2LinebreakId -> True))
  4959. 2522.96 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4960. 2522.96 s [unison-runtime]
  4961. 2522.96 s [unison-runtime] src/Unison/Runtime/IOSource.hs:254:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4962. 2522.96 s [unison-runtime] Pattern synonym with no type signature:
  4963. 2522.96 s [unison-runtime] pattern Doc2SectionBreak :: forall {typeVar} {typeAnn} {patternAnn}
  4964. 2522.96 s [unison-runtime] {v} {a}.
  4965. 2522.96 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4966. 2522.96 s [unison-runtime] |
  4967. 2522.96 s [unison-runtime] 254 | pattern Doc2SectionBreak <- Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionBreakId -> True))
  4968. 2522.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4969. 2522.97 s [unison-runtime]
  4970. 2522.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:256:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4971. 2522.97 s [unison-runtime] Pattern synonym with no type signature:
  4972. 2522.97 s [unison-runtime] pattern Doc2Tooltip :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4973. 2522.97 s [unison-runtime] {a}.
  4974. 2522.97 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  4975. 2522.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4976. 2522.97 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4977. 2522.97 s [unison-runtime] |
  4978. 2522.97 s [unison-runtime] 256 | pattern Doc2Tooltip d tip <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TooltipId -> True))) [d, tip]
  4979. 2522.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4980. 2522.97 s [unison-runtime]
  4981. 2522.97 s [unison-runtime] src/Unison/Runtime/IOSource.hs:258:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4982. 2522.97 s [unison-runtime] Pattern synonym with no type signature:
  4983. 2522.97 s [unison-runtime] pattern Doc2Aside :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4984. 2522.97 s [unison-runtime] {a}.
  4985. 2522.97 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4986. 2522.97 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  4987. 2522.97 s [unison-runtime] |
  4988. 2522.97 s [unison-runtime] 258 | pattern Doc2Aside d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2AsideId -> True))) d
  4989. 2522.97 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4990. 2522.97 s [unison-runtime]
  4991. 2522.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:260:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  4992. 2522.98 s [unison-runtime] Pattern synonym with no type signature:
  4993. 2522.98 s [unison-runtime] pattern Doc2Callout :: forall {typeVar} {typeAnn} {patternAnn} {v}
  4994. 2522.98 s [unison-runtime] {a}.
  4995. 2522.98 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  4996. 2522.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4997. 2522.98 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  4998. 2522.98 s [unison-runtime] |
  4999. 2522.98 s [unison-runtime] 260 | pattern Doc2Callout icon d <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2CalloutId -> True))) [icon, d]
  5000. 2522.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5001. 2522.98 s [unison-runtime]
  5002. 2522.98 s [unison-runtime] src/Unison/Runtime/IOSource.hs:262:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5003. 2522.98 s [unison-runtime] Pattern synonym with no type signature:
  5004. 2522.98 s [unison-runtime] pattern Doc2Table :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5005. 2522.98 s [unison-runtime] {a}.
  5006. 2522.98 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5007. 2522.98 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5008. 2522.98 s [unison-runtime] |
  5009. 2522.98 s [unison-runtime] 262 | pattern Doc2Table ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2TableId -> True))) (Term.List' (toList -> ds))
  5010. 2522.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5011. 2522.98 s [unison-runtime]
  5012. 2522.99 s [unison-runtime] src/Unison/Runtime/IOSource.hs:264:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5013. 2522.99 s [unison-runtime] Pattern synonym with no type signature:
  5014. 2522.99 s [unison-runtime] pattern Doc2Folded :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5015. 2522.99 s [unison-runtime] {a}.
  5016. 2522.99 s [unison-runtime] Bool
  5017. 2522.99 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5018. 2522.99 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5019. 2522.99 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5020. 2522.99 s [unison-runtime] |
  5021. 2522.99 s [unison-runtime] 264 | pattern Doc2Folded isFolded d d2 <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2FoldedId -> True))) [Term.Boolean' isFolded, d, d2]
  5022. 2522.99 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5023. 2522.99 s [unison-runtime]
  5024. 2522.99 s [unison-runtime] src/Unison/Runtime/IOSource.hs:266:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5025. 2522.99 s [unison-runtime] Pattern synonym with no type signature:
  5026. 2522.99 s [unison-runtime] pattern Doc2Paragraph :: forall {typeVar} {typeAnn} {patternAnn}
  5027. 2522.99 s [unison-runtime] {v} {a}.
  5028. 2522.99 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5029. 2522.99 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5030. 2522.99 s [unison-runtime] |
  5031. 2522.99 s [unison-runtime] 266 | pattern Doc2Paragraph ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ParagraphId -> True))) (Term.List' (toList -> ds))
  5032. 2522.99 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5033. 2522.99 s [unison-runtime]
  5034. 2523.00 s [unison-runtime] src/Unison/Runtime/IOSource.hs:268:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5035. 2523.00 s [unison-runtime] Pattern synonym with no type signature:
  5036. 2523.00 s [unison-runtime] pattern Doc2BulletedList :: forall {typeVar} {typeAnn} {patternAnn}
  5037. 2523.00 s [unison-runtime] {v} {a}.
  5038. 2523.00 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5039. 2523.00 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5040. 2523.00 s [unison-runtime] |
  5041. 2523.00 s [unison-runtime] 268 | pattern Doc2BulletedList ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2BulletedListId -> True))) (Term.List' (toList -> ds))
  5042. 2523.00 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5043. 2523.00 s [unison-runtime]
  5044. 2523.00 s [unison-runtime] src/Unison/Runtime/IOSource.hs:270:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5045. 2523.00 s [unison-runtime] Pattern synonym with no type signature:
  5046. 2523.00 s [unison-runtime] pattern Doc2NumberedList :: forall {typeVar} {typeAnn} {patternAnn}
  5047. 2523.00 s [unison-runtime] {v} {a}.
  5048. 2523.00 s [unison-runtime] Word64
  5049. 2523.00 s [unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5050. 2523.00 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5051. 2523.00 s [unison-runtime] |
  5052. 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)]
  5053. 2523.00 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5054. 2523.01 s [unison-runtime]
  5055. 2523.01 s [unison-runtime] src/Unison/Runtime/IOSource.hs:272:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5056. 2523.01 s [unison-runtime] Pattern synonym with no type signature:
  5057. 2523.01 s [unison-runtime] pattern Doc2Section :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5058. 2523.01 s [unison-runtime] {a}.
  5059. 2523.01 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5060. 2523.01 s [unison-runtime] -> [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5061. 2523.01 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5062. 2523.01 s [unison-runtime] |
  5063. 2523.01 s [unison-runtime] 272 | pattern Doc2Section title ds <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SectionId -> True))) [title, Term.List' (toList -> ds)]
  5064. 2523.01 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5065. 2523.01 s [unison-runtime]
  5066. 2523.01 s [unison-runtime] src/Unison/Runtime/IOSource.hs:274:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5067. 2523.01 s [unison-runtime] Pattern synonym with no type signature:
  5068. 2523.01 s [unison-runtime] pattern Doc2NamedLink :: forall {typeVar} {typeAnn} {patternAnn}
  5069. 2523.01 s [unison-runtime] {v} {a}.
  5070. 2523.01 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5071. 2523.01 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5072. 2523.02 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5073. 2523.02 s [unison-runtime] |
  5074. 2523.02 s [unison-runtime] 274 | pattern Doc2NamedLink name dest <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2NamedLinkId -> True))) [name, dest]
  5075. 2523.02 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5076. 2523.02 s [unison-runtime]
  5077. 2523.02 s [unison-runtime] src/Unison/Runtime/IOSource.hs:276:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5078. 2523.02 s [unison-runtime] Pattern synonym with no type signature:
  5079. 2523.02 s [unison-runtime] pattern Doc2Image :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5080. 2523.02 s [unison-runtime] {a}.
  5081. 2523.02 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5082. 2523.02 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5083. 2523.02 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5084. 2523.02 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5085. 2523.02 s [unison-runtime] |
  5086. 2523.02 s [unison-runtime] 276 | pattern Doc2Image alt link caption <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ImageId -> True))) [alt, link, caption]
  5087. 2523.02 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5088. 2523.02 s [unison-runtime]
  5089. 2523.02 s [unison-runtime] src/Unison/Runtime/IOSource.hs:278:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5090. 2523.02 s [unison-runtime] Pattern synonym with no type signature:
  5091. 2523.02 s [unison-runtime] pattern Doc2Special :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5092. 2523.02 s [unison-runtime] {a}.
  5093. 2523.03 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5094. 2523.03 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5095. 2523.03 s [unison-runtime] |
  5096. 2523.03 s [unison-runtime] 278 | pattern Doc2Special sf <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2SpecialId -> True))) sf
  5097. 2523.03 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5098. 2523.03 s [unison-runtime]
  5099. 2523.03 s [unison-runtime] src/Unison/Runtime/IOSource.hs:280:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5100. 2523.03 s [unison-runtime] Pattern synonym with no type signature:
  5101. 2523.03 s [unison-runtime] pattern Doc2Join :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5102. 2523.03 s [unison-runtime] {a}.
  5103. 2523.03 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5104. 2523.03 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5105. 2523.03 s [unison-runtime] |
  5106. 2523.03 s [unison-runtime] 280 | pattern Doc2Join ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2JoinId -> True))) (Term.List' (toList -> ds))
  5107. 2523.03 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5108. 2523.03 s [unison-runtime]
  5109. 2523.03 s [unison-runtime] src/Unison/Runtime/IOSource.hs:282:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5110. 2523.03 s [unison-runtime] Pattern synonym with no type signature:
  5111. 2523.03 s [unison-runtime] pattern Doc2UntitledSection :: forall {typeVar} {typeAnn}
  5112. 2523.03 s [unison-runtime] {patternAnn} {v} {a}.
  5113. 2523.03 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5114. 2523.03 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5115. 2523.03 s [unison-runtime] |
  5116. 2523.03 s [unison-runtime] 282 | pattern Doc2UntitledSection ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2UntitledSectionId -> True))) (Term.List' (toList -> ds))
  5117. 2523.03 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5118. 2523.03 s [unison-runtime]
  5119. 2523.04 s [unison-runtime] src/Unison/Runtime/IOSource.hs:284:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5120. 2523.04 s [unison-runtime] Pattern synonym with no type signature:
  5121. 2523.04 s [unison-runtime] pattern Doc2Column :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5122. 2523.04 s [unison-runtime] {a}.
  5123. 2523.04 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5124. 2523.04 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5125. 2523.04 s [unison-runtime] |
  5126. 2523.04 s [unison-runtime] 284 | pattern Doc2Column ds <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2ColumnId -> True))) (Term.List' (toList -> ds))
  5127. 2523.04 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5128. 2523.04 s [unison-runtime]
  5129. 2523.04 s [unison-runtime] src/Unison/Runtime/IOSource.hs:286:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5130. 2523.04 s [unison-runtime] Pattern synonym with no type signature:
  5131. 2523.04 s [unison-runtime] pattern Doc2Group :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5132. 2523.04 s [unison-runtime] {a}.
  5133. 2523.04 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5134. 2523.04 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5135. 2523.04 s [unison-runtime] |
  5136. 2523.04 s [unison-runtime] 286 | pattern Doc2Group d <- Term.App' (Term.Constructor' (ConstructorReference Doc2Ref ((==) doc2GroupId -> True))) d
  5137. 2523.04 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5138. 2523.04 s [unison-runtime]
  5139. 2523.05 s [unison-runtime] src/Unison/Runtime/IOSource.hs:288:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5140. 2523.05 s [unison-runtime] Pattern synonym with no type signature:
  5141. 2523.05 s [unison-runtime] pattern Doc2SpecialFormRef :: R.Reference
  5142. 2523.05 s [unison-runtime] |
  5143. 2523.05 s [unison-runtime] 288 | pattern Doc2SpecialFormRef <- ((== doc2SpecialFormRef) -> True)
  5144. 2523.05 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5145. 2523.05 s [unison-runtime]
  5146. 2523.05 s [unison-runtime] src/Unison/Runtime/IOSource.hs:312:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5147. 2523.05 s [unison-runtime] Pattern synonym with no type signature:
  5148. 2523.05 s [unison-runtime] pattern Doc2SpecialFormSource :: forall {typeVar} {typeAnn}
  5149. 2523.05 s [unison-runtime] {patternAnn} {v} {a}.
  5150. 2523.05 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5151. 2523.05 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5152. 2523.05 s [unison-runtime] |
  5153. 2523.05 s [unison-runtime] 312 | pattern Doc2SpecialFormSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSourceId -> True))) tm
  5154. 2523.05 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5155. 2523.05 s [unison-runtime]
  5156. 2523.05 s [unison-runtime] src/Unison/Runtime/IOSource.hs:314:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5157. 2523.05 s [unison-runtime] Pattern synonym with no type signature:
  5158. 2523.05 s [unison-runtime] pattern Doc2SpecialFormFoldedSource :: forall {typeVar} {typeAnn}
  5159. 2523.05 s [unison-runtime] {patternAnn} {v} {a}.
  5160. 2523.05 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5161. 2523.05 s [unison-runtime] -> U.Core.ABT.Term
  5162. 2523.05 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5163. 2523.05 s [unison-runtime] |
  5164. 2523.06 s [unison-runtime] 314 | pattern Doc2SpecialFormFoldedSource tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormFoldedSourceId -> True))) tm
  5165. 2523.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5166. 2523.06 s [unison-runtime]
  5167. 2523.06 s [unison-runtime] src/Unison/Runtime/IOSource.hs:316:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5168. 2523.06 s [unison-runtime] Pattern synonym with no type signature:
  5169. 2523.06 s [unison-runtime] pattern Doc2SpecialFormExample :: forall {typeVar} {typeAnn}
  5170. 2523.06 s [unison-runtime] {patternAnn} {v} {a}.
  5171. 2523.06 s [unison-runtime] Word64
  5172. 2523.06 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5173. 2523.06 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5174. 2523.06 s [unison-runtime] |
  5175. 2523.06 s [unison-runtime] 316 | pattern Doc2SpecialFormExample n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleId -> True))) [Term.Nat' n, tm]
  5176. 2523.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5177. 2523.06 s [unison-runtime]
  5178. 2523.06 s [unison-runtime] src/Unison/Runtime/IOSource.hs:318:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5179. 2523.06 s [unison-runtime] Pattern synonym with no type signature:
  5180. 2523.06 s [unison-runtime] pattern Doc2SpecialFormExampleBlock :: forall {typeVar} {typeAnn}
  5181. 2523.06 s [unison-runtime] {patternAnn} {v} {a}.
  5182. 2523.06 s [unison-runtime] Word64
  5183. 2523.06 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5184. 2523.06 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5185. 2523.06 s [unison-runtime] |
  5186. 2523.07 s [unison-runtime] 318 | pattern Doc2SpecialFormExampleBlock n tm <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormExampleBlockId -> True))) [Term.Nat' n, tm]
  5187. 2523.07 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5188. 2523.07 s [unison-runtime]
  5189. 2523.07 s [unison-runtime] src/Unison/Runtime/IOSource.hs:320:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5190. 2523.07 s [unison-runtime] Pattern synonym with no type signature:
  5191. 2523.07 s [unison-runtime] pattern Doc2SpecialFormLink :: forall {typeVar} {typeAnn}
  5192. 2523.07 s [unison-runtime] {patternAnn} {v} {a}.
  5193. 2523.07 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5194. 2523.07 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5195. 2523.07 s [unison-runtime] |
  5196. 2523.07 s [unison-runtime] 320 | pattern Doc2SpecialFormLink tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormLinkId -> True))) tm
  5197. 2523.07 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5198. 2523.07 s [unison-runtime]
  5199. 2523.07 s [unison-runtime] src/Unison/Runtime/IOSource.hs:322:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5200. 2523.07 s [unison-runtime] Pattern synonym with no type signature:
  5201. 2523.07 s [unison-runtime] pattern Doc2SpecialFormSignature :: forall {typeVar} {typeAnn}
  5202. 2523.07 s [unison-runtime] {patternAnn} {v} {a}.
  5203. 2523.07 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5204. 2523.07 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5205. 2523.07 s [unison-runtime] |
  5206. 2523.07 s [unison-runtime] 322 | pattern Doc2SpecialFormSignature tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureId -> True))) tm
  5207. 2523.08 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5208. 2523.08 s [unison-runtime]
  5209. 2523.08 s [unison-runtime] src/Unison/Runtime/IOSource.hs:324:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5210. 2523.08 s [unison-runtime] Pattern synonym with no type signature:
  5211. 2523.08 s [unison-runtime] pattern Doc2SpecialFormSignatureInline :: forall {typeVar}
  5212. 2523.08 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  5213. 2523.08 s [unison-runtime] U.Core.ABT.Term
  5214. 2523.08 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5215. 2523.08 s [unison-runtime] -> U.Core.ABT.Term
  5216. 2523.08 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5217. 2523.08 s [unison-runtime] |
  5218. 2523.08 s [unison-runtime] 324 | pattern Doc2SpecialFormSignatureInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormSignatureInlineId -> True))) tm
  5219. 2523.08 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5220. 2523.08 s [unison-runtime]
  5221. 2523.08 s [unison-runtime] src/Unison/Runtime/IOSource.hs:326:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5222. 2523.08 s [unison-runtime] Pattern synonym with no type signature:
  5223. 2523.08 s [unison-runtime] pattern Doc2SpecialFormEval :: forall {typeVar} {typeAnn}
  5224. 2523.08 s [unison-runtime] {patternAnn} {v} {a}.
  5225. 2523.08 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5226. 2523.09 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5227. 2523.09 s [unison-runtime] |
  5228. 2523.09 s [unison-runtime] 326 | pattern Doc2SpecialFormEval tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalId -> True))) tm
  5229. 2523.09 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5230. 2523.09 s [unison-runtime]
  5231. 2523.09 s [unison-runtime] src/Unison/Runtime/IOSource.hs:328:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5232. 2523.09 s [unison-runtime] Pattern synonym with no type signature:
  5233. 2523.09 s [unison-runtime] pattern Doc2SpecialFormEvalInline :: forall {typeVar} {typeAnn}
  5234. 2523.09 s [unison-runtime] {patternAnn} {v} {a}.
  5235. 2523.09 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5236. 2523.09 s [unison-runtime] -> U.Core.ABT.Term
  5237. 2523.09 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5238. 2523.09 s [unison-runtime] |
  5239. 2523.09 s [unison-runtime] 328 | pattern Doc2SpecialFormEvalInline tm <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEvalInlineId -> True))) tm
  5240. 2523.09 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5241. 2523.09 s [unison-runtime]
  5242. 2523.09 s [unison-runtime] src/Unison/Runtime/IOSource.hs:330:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5243. 2523.09 s [unison-runtime] Pattern synonym with no type signature:
  5244. 2523.09 s [unison-runtime] pattern Doc2SpecialFormEmbed :: forall {typeVar} {typeAnn}
  5245. 2523.09 s [unison-runtime] {patternAnn} {v} {a}.
  5246. 2523.09 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5247. 2523.09 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5248. 2523.09 s [unison-runtime] |
  5249. 2523.10 s [unison-runtime] 330 | pattern Doc2SpecialFormEmbed any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedId -> True))) any
  5250. 2523.10 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5251. 2523.10 s [unison-runtime]
  5252. 2523.10 s [unison-runtime] src/Unison/Runtime/IOSource.hs:332:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5253. 2523.10 s [unison-runtime] Pattern synonym with no type signature:
  5254. 2523.10 s [unison-runtime] pattern Doc2SpecialFormEmbedInline :: forall {typeVar} {typeAnn}
  5255. 2523.10 s [unison-runtime] {patternAnn} {v} {a}.
  5256. 2523.10 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5257. 2523.10 s [unison-runtime] -> U.Core.ABT.Term
  5258. 2523.10 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5259. 2523.10 s [unison-runtime] |
  5260. 2523.10 s [unison-runtime] 332 | pattern Doc2SpecialFormEmbedInline any <- Term.App' (Term.Constructor' (ConstructorReference Doc2SpecialFormRef ((==) doc2SpecialFormEmbedInlineId -> True))) any
  5261. 2523.10 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5262. 2523.10 s [unison-runtime]
  5263. 2523.10 s [unison-runtime] src/Unison/Runtime/IOSource.hs:334:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5264. 2523.10 s [unison-runtime] Pattern synonym with no type signature:
  5265. 2523.10 s [unison-runtime] pattern Doc2MediaSource :: forall {typeVar} {typeAnn} {patternAnn}
  5266. 2523.10 s [unison-runtime] {v} {a}.
  5267. 2523.10 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5268. 2523.10 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5269. 2523.10 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5270. 2523.10 s [unison-runtime] |
  5271. 2523.10 s [unison-runtime] 334 | pattern Doc2MediaSource src mimeType <- Term.Apps' (Term.Constructor' (ConstructorReference Doc2MediaSourceRef _)) [src, mimeType]
  5272. 2523.11 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5273. 2523.11 s [unison-runtime]
  5274. 2523.11 s [unison-runtime] src/Unison/Runtime/IOSource.hs:336:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5275. 2523.11 s [unison-runtime] Pattern synonym with no type signature:
  5276. 2523.11 s [unison-runtime] pattern Doc2SpecialFormEmbedVideo :: forall {typeVar} {typeAnn}
  5277. 2523.11 s [unison-runtime] {patternAnn} {v} {a}.
  5278. 2523.11 s [unison-runtime] [U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a]
  5279. 2523.11 s [unison-runtime] -> [U.Core.ABT.Term
  5280. 2523.11 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
  5281. 2523.11 s [unison-runtime] -> U.Core.ABT.Term
  5282. 2523.11 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5283. 2523.11 s [unison-runtime] |
  5284. 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)]))
  5285. 2523.11 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5286. 2523.11 s [unison-runtime]
  5287. 2523.12 s [unison-runtime] src/Unison/Runtime/IOSource.hs:338:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5288. 2523.12 s [unison-runtime] Pattern synonym with no type signature:
  5289. 2523.12 s [unison-runtime] pattern Doc2SpecialFormEmbedFrontMatter :: forall {typeVar}
  5290. 2523.12 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  5291. 2523.12 s [unison-runtime] [U.Core.ABT.Term
  5292. 2523.12 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a]
  5293. 2523.12 s [unison-runtime] -> U.Core.ABT.Term
  5294. 2523.12 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5295. 2523.12 s [unison-runtime] |
  5296. 2523.12 s [unison-runtime] 338 | pattern Doc2SpecialFormEmbedFrontMatter frontMatter <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2FrontMatterRef _)) (Term.List' (toList -> frontMatter))))
  5297. 2523.12 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5298. 2523.12 s [unison-runtime]
  5299. 2523.12 s [unison-runtime] src/Unison/Runtime/IOSource.hs:340:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5300. 2523.12 s [unison-runtime] Pattern synonym with no type signature:
  5301. 2523.12 s [unison-runtime] pattern Doc2SpecialFormEmbedLaTeXInline :: forall {typeVar}
  5302. 2523.12 s [unison-runtime] {typeAnn} {patternAnn} {v} {a}.
  5303. 2523.12 s [unison-runtime] Text
  5304. 2523.12 s [unison-runtime] -> U.Core.ABT.Term
  5305. 2523.13 s [unison-runtime] (Term.F typeVar typeAnn patternAnn) v a
  5306. 2523.13 s [unison-runtime] |
  5307. 2523.13 s [unison-runtime] 340 | pattern Doc2SpecialFormEmbedLaTeXInline latex <- Doc2SpecialFormEmbedInline (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2LaTeXInlineRef _)) (Term.Text' latex)))
  5308. 2523.13 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5309. 2523.13 s [unison-runtime]
  5310. 2523.13 s [unison-runtime] src/Unison/Runtime/IOSource.hs:342:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5311. 2523.13 s [unison-runtime] Pattern synonym with no type signature:
  5312. 2523.13 s [unison-runtime] pattern Doc2SpecialFormEmbedSvg :: forall {typeVar} {typeAnn}
  5313. 2523.13 s [unison-runtime] {patternAnn} {v} {a}.
  5314. 2523.13 s [unison-runtime] Text
  5315. 2523.13 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5316. 2523.13 s [unison-runtime] |
  5317. 2523.13 s [unison-runtime] 342 | pattern Doc2SpecialFormEmbedSvg svg <- Doc2SpecialFormEmbed (Term.App' _ (Term.App' (Term.Constructor' (ConstructorReference Doc2SvgRef _)) (Term.Text' svg)))
  5318. 2523.14 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5319. 2523.14 s [unison-runtime]
  5320. 2523.14 s [unison-runtime] src/Unison/Runtime/IOSource.hs:346:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5321. 2523.14 s [unison-runtime] Pattern synonym with no type signature:
  5322. 2523.14 s [unison-runtime] pattern Doc2Example :: forall {vt} {at} {ap} {v} {a}.
  5323. 2523.14 s [unison-runtime] [v]
  5324. 2523.14 s [unison-runtime] -> Term.Term2 vt at ap v a -> U.Core.ABT.Term (Term.F vt at ap) v a
  5325. 2523.14 s [unison-runtime] |
  5326. 2523.14 s [unison-runtime] 346 | pattern Doc2Example vs body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ (Term.LamsNamedOpt' vs body)))
  5327. 2523.14 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5328. 2523.14 s [unison-runtime]
  5329. 2523.14 s [unison-runtime] src/Unison/Runtime/IOSource.hs:349:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5330. 2523.14 s [unison-runtime] Pattern synonym with no type signature:
  5331. 2523.14 s [unison-runtime] pattern Doc2Term :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5332. 2523.14 s [unison-runtime] {a}.
  5333. 2523.14 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5334. 2523.14 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5335. 2523.14 s [unison-runtime] |
  5336. 2523.15 s [unison-runtime] 349 | pattern Doc2Term body <- Term.App' _term (Term.App' _any (Term.LamNamed' _ body))
  5337. 2523.15 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5338. 2523.15 s [unison-runtime]
  5339. 2523.15 s [unison-runtime] src/Unison/Runtime/IOSource.hs:351:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5340. 2523.15 s [unison-runtime] Pattern synonym with no type signature:
  5341. 2523.15 s [unison-runtime] pattern Doc2TermRef :: R.Reference
  5342. 2523.15 s [unison-runtime] |
  5343. 2523.15 s [unison-runtime] 351 | pattern Doc2TermRef <- ((== doc2TermRef) -> True)
  5344. 2523.15 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5345. 2523.15 s [unison-runtime]
  5346. 2523.15 s [unison-runtime] src/Unison/Runtime/IOSource.hs:353:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5347. 2523.15 s [unison-runtime] Pattern synonym with no type signature:
  5348. 2523.15 s [unison-runtime] pattern PrettyAnnotatedRef :: R.Reference
  5349. 2523.15 s [unison-runtime] |
  5350. 2523.15 s [unison-runtime] 353 | pattern PrettyAnnotatedRef <- ((== prettyAnnotatedRef) -> True)
  5351. 2523.15 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5352. 2523.15 s [unison-runtime]
  5353. 2523.15 s [unison-runtime] src/Unison/Runtime/IOSource.hs:371:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5354. 2523.15 s [unison-runtime] Pattern synonym with no type signature:
  5355. 2523.16 s [unison-runtime] pattern PrettyEmpty :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5356. 2523.16 s [unison-runtime] {a}.
  5357. 2523.16 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5358. 2523.16 s [unison-runtime] |
  5359. 2523.16 s [unison-runtime] 371 | pattern PrettyEmpty <- Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyEmptyId -> True))
  5360. 2523.16 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5361. 2523.16 s [unison-runtime]
  5362. 2523.16 s [unison-runtime] src/Unison/Runtime/IOSource.hs:373:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5363. 2523.16 s [unison-runtime] Pattern synonym with no type signature:
  5364. 2523.16 s [unison-runtime] pattern PrettyGroup :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5365. 2523.16 s [unison-runtime] {a}.
  5366. 2523.16 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5367. 2523.16 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5368. 2523.16 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5369. 2523.16 s [unison-runtime] |
  5370. 2523.16 s [unison-runtime] 373 | pattern PrettyGroup ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyGroupId -> True))) [ann, tm]
  5371. 2523.16 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5372. 2523.16 s [unison-runtime]
  5373. 2523.17 s [unison-runtime] src/Unison/Runtime/IOSource.hs:375:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5374. 2523.17 s [unison-runtime] Pattern synonym with no type signature:
  5375. 2523.17 s [unison-runtime] pattern PrettyLit :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5376. 2523.17 s [unison-runtime] {a}.
  5377. 2523.17 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5378. 2523.17 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5379. 2523.17 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5380. 2523.17 s [unison-runtime] |
  5381. 2523.17 s [unison-runtime] 375 | pattern PrettyLit ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyLitId -> True))) [ann, tm]
  5382. 2523.17 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5383. 2523.17 s [unison-runtime]
  5384. 2523.17 s [unison-runtime] src/Unison/Runtime/IOSource.hs:377:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5385. 2523.17 s [unison-runtime] Pattern synonym with no type signature:
  5386. 2523.17 s [unison-runtime] pattern PrettyWrap :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5387. 2523.17 s [unison-runtime] {a}.
  5388. 2523.17 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5389. 2523.17 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5390. 2523.17 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5391. 2523.17 s [unison-runtime] |
  5392. 2523.18 s [unison-runtime] 377 | pattern PrettyWrap ann tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyWrapId -> True))) [ann, tm]
  5393. 2523.18 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5394. 2523.18 s [unison-runtime]
  5395. 2523.18 s [unison-runtime] src/Unison/Runtime/IOSource.hs:379:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5396. 2523.18 s [unison-runtime] Pattern synonym with no type signature:
  5397. 2523.18 s [unison-runtime] pattern PrettyIndent :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5398. 2523.18 s [unison-runtime] {a}.
  5399. 2523.18 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5400. 2523.18 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5401. 2523.18 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5402. 2523.18 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5403. 2523.18 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5404. 2523.18 s [unison-runtime] |
  5405. 2523.18 s [unison-runtime] 379 | pattern PrettyIndent ann i0 i1 tm <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyIndentId -> True))) [ann, i0, i1, tm]
  5406. 2523.18 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5407. 2523.18 s [unison-runtime]
  5408. 2523.18 s [unison-runtime] src/Unison/Runtime/IOSource.hs:381:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5409. 2523.18 s [unison-runtime] Pattern synonym with no type signature:
  5410. 2523.18 s [unison-runtime] pattern PrettyOrElse :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5411. 2523.18 s [unison-runtime] {a}.
  5412. 2523.19 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5413. 2523.19 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5414. 2523.19 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5415. 2523.19 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5416. 2523.19 s [unison-runtime] |
  5417. 2523.19 s [unison-runtime] 381 | pattern PrettyOrElse ann p1 p2 <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyOrElseId -> True))) [ann, p1, p2]
  5418. 2523.19 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5419. 2523.19 s [unison-runtime]
  5420. 2523.19 s [unison-runtime] src/Unison/Runtime/IOSource.hs:383:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5421. 2523.19 s [unison-runtime] Pattern synonym with no type signature:
  5422. 2523.19 s [unison-runtime] pattern PrettyTable :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5423. 2523.19 s [unison-runtime] {a}.
  5424. 2523.19 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5425. 2523.19 s [unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
  5426. 2523.19 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5427. 2523.19 s [unison-runtime] |
  5428. 2523.20 s [unison-runtime] 383 | pattern PrettyTable ann rows <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyTableId -> True))) [ann, Term.List' rows]
  5429. 2523.20 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5430. 2523.20 s [unison-runtime]
  5431. 2523.20 s [unison-runtime] src/Unison/Runtime/IOSource.hs:385:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5432. 2523.20 s [unison-runtime] Pattern synonym with no type signature:
  5433. 2523.20 s [unison-runtime] pattern PrettyAppend :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5434. 2523.20 s [unison-runtime] {a}.
  5435. 2523.20 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5436. 2523.20 s [unison-runtime] -> Seq (U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a)
  5437. 2523.20 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5438. 2523.20 s [unison-runtime] |
  5439. 2523.20 s [unison-runtime] 385 | pattern PrettyAppend ann tms <- Term.Apps' (Term.Constructor' (ConstructorReference PrettyAnnotatedRef ((==) prettyAppendId -> True))) [ann, Term.List' tms]
  5440. 2523.20 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5441. 2523.20 s [unison-runtime]
  5442. 2523.20 s [unison-runtime] src/Unison/Runtime/IOSource.hs:387:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5443. 2523.20 s [unison-runtime] Pattern synonym with no type signature:
  5444. 2523.20 s [unison-runtime] pattern PrettyRef :: R.Reference
  5445. 2523.20 s [unison-runtime] |
  5446. 2523.20 s [unison-runtime] 387 | pattern PrettyRef <- ((== prettyRef) -> True)
  5447. 2523.20 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5448. 2523.20 s [unison-runtime]
  5449. 2523.21 s [unison-runtime] src/Unison/Runtime/IOSource.hs:393:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5450. 2523.21 s [unison-runtime] Pattern synonym with no type signature:
  5451. 2523.21 s [unison-runtime] pattern AnsiColorRef :: R.Reference
  5452. 2523.21 s [unison-runtime] |
  5453. 2523.21 s [unison-runtime] 393 | pattern AnsiColorRef <- ((== ansiColorRef) -> True)
  5454. 2523.21 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5455. 2523.21 s [unison-runtime]
  5456. 2523.21 s [unison-runtime] src/Unison/Runtime/IOSource.hs:433:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5457. 2523.21 s [unison-runtime] Pattern synonym with no type signature:
  5458. 2523.21 s [unison-runtime] pattern AnsiColorBlack :: forall {typeVar} {typeAnn} {patternAnn}
  5459. 2523.21 s [unison-runtime] {v} {a}.
  5460. 2523.21 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5461. 2523.21 s [unison-runtime] |
  5462. 2523.21 s [unison-runtime] 433 | pattern AnsiColorBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlackId -> True))
  5463. 2523.21 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5464. 2523.21 s [unison-runtime]
  5465. 2523.21 s [unison-runtime] src/Unison/Runtime/IOSource.hs:435:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5466. 2523.21 s [unison-runtime] Pattern synonym with no type signature:
  5467. 2523.21 s [unison-runtime] pattern AnsiColorRed :: forall {typeVar} {typeAnn} {patternAnn} {v}
  5468. 2523.21 s [unison-runtime] {a}.
  5469. 2523.21 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5470. 2523.21 s [unison-runtime] |
  5471. 2523.21 s [unison-runtime] 435 | pattern AnsiColorRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorRedId -> True))
  5472. 2523.22 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5473. 2523.22 s [unison-runtime]
  5474. 2523.22 s [unison-runtime] src/Unison/Runtime/IOSource.hs:437:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5475. 2523.22 s [unison-runtime] Pattern synonym with no type signature:
  5476. 2523.22 s [unison-runtime] pattern AnsiColorGreen :: forall {typeVar} {typeAnn} {patternAnn}
  5477. 2523.22 s [unison-runtime] {v} {a}.
  5478. 2523.22 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5479. 2523.22 s [unison-runtime] |
  5480. 2523.22 s [unison-runtime] 437 | pattern AnsiColorGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorGreenId -> True))
  5481. 2523.22 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5482. 2523.22 s [unison-runtime]
  5483. 2523.22 s [unison-runtime] src/Unison/Runtime/IOSource.hs:439:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5484. 2523.22 s [unison-runtime] Pattern synonym with no type signature:
  5485. 2523.22 s [unison-runtime] pattern AnsiColorYellow :: forall {typeVar} {typeAnn} {patternAnn}
  5486. 2523.22 s [unison-runtime] {v} {a}.
  5487. 2523.22 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5488. 2523.22 s [unison-runtime] |
  5489. 2523.22 s [unison-runtime] 439 | pattern AnsiColorYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorYellowId -> True))
  5490. 2523.22 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5491. 2523.22 s [unison-runtime]
  5492. 2523.22 s [unison-runtime] src/Unison/Runtime/IOSource.hs:441:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5493. 2523.22 s [unison-runtime] Pattern synonym with no type signature:
  5494. 2523.22 s [unison-runtime] pattern AnsiColorBlue :: forall {typeVar} {typeAnn} {patternAnn}
  5495. 2523.22 s [unison-runtime] {v} {a}.
  5496. 2523.23 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5497. 2523.23 s [unison-runtime] |
  5498. 2523.23 s [unison-runtime] 441 | pattern AnsiColorBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBlueId -> True))
  5499. 2523.23 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5500. 2523.23 s [unison-runtime]
  5501. 2523.23 s [unison-runtime] src/Unison/Runtime/IOSource.hs:443:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5502. 2523.23 s [unison-runtime] Pattern synonym with no type signature:
  5503. 2523.23 s [unison-runtime] pattern AnsiColorMagenta :: forall {typeVar} {typeAnn} {patternAnn}
  5504. 2523.23 s [unison-runtime] {v} {a}.
  5505. 2523.23 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5506. 2523.23 s [unison-runtime] |
  5507. 2523.23 s [unison-runtime] 443 | pattern AnsiColorMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorMagentaId -> True))
  5508. 2523.23 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5509. 2523.23 s [unison-runtime]
  5510. 2523.23 s [unison-runtime] src/Unison/Runtime/IOSource.hs:445:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5511. 2523.23 s [unison-runtime] Pattern synonym with no type signature:
  5512. 2523.23 s [unison-runtime] pattern AnsiColorCyan :: forall {typeVar} {typeAnn} {patternAnn}
  5513. 2523.23 s [unison-runtime] {v} {a}.
  5514. 2523.23 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5515. 2523.23 s [unison-runtime] |
  5516. 2523.23 s [unison-runtime] 445 | pattern AnsiColorCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorCyanId -> True))
  5517. 2523.23 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5518. 2523.23 s [unison-runtime]
  5519. 2523.24 s [unison-runtime] src/Unison/Runtime/IOSource.hs:447:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5520. 2523.24 s [unison-runtime] Pattern synonym with no type signature:
  5521. 2523.24 s [unison-runtime] pattern AnsiColorWhite :: forall {typeVar} {typeAnn} {patternAnn}
  5522. 2523.24 s [unison-runtime] {v} {a}.
  5523. 2523.24 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5524. 2523.24 s [unison-runtime] |
  5525. 2523.24 s [unison-runtime] 447 | pattern AnsiColorWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorWhiteId -> True))
  5526. 2523.24 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5527. 2523.24 s [unison-runtime]
  5528. 2523.24 s [unison-runtime] src/Unison/Runtime/IOSource.hs:449:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5529. 2523.24 s [unison-runtime] Pattern synonym with no type signature:
  5530. 2523.24 s [unison-runtime] pattern AnsiColorBrightBlack :: forall {typeVar} {typeAnn}
  5531. 2523.24 s [unison-runtime] {patternAnn} {v} {a}.
  5532. 2523.24 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5533. 2523.24 s [unison-runtime] |
  5534. 2523.24 s [unison-runtime] 449 | pattern AnsiColorBrightBlack <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlackId -> True))
  5535. 2523.24 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5536. 2523.24 s [unison-runtime]
  5537. 2523.25 s [unison-runtime] src/Unison/Runtime/IOSource.hs:451:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5538. 2523.25 s [unison-runtime] Pattern synonym with no type signature:
  5539. 2523.25 s [unison-runtime] pattern AnsiColorBrightRed :: forall {typeVar} {typeAnn}
  5540. 2523.25 s [unison-runtime] {patternAnn} {v} {a}.
  5541. 2523.25 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5542. 2523.25 s [unison-runtime] |
  5543. 2523.25 s [unison-runtime] 451 | pattern AnsiColorBrightRed <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightRedId -> True))
  5544. 2523.25 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5545. 2523.25 s [unison-runtime]
  5546. 2523.25 s [unison-runtime] src/Unison/Runtime/IOSource.hs:453:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5547. 2523.25 s [unison-runtime] Pattern synonym with no type signature:
  5548. 2523.25 s [unison-runtime] pattern AnsiColorBrightGreen :: forall {typeVar} {typeAnn}
  5549. 2523.25 s [unison-runtime] {patternAnn} {v} {a}.
  5550. 2523.25 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5551. 2523.25 s [unison-runtime] |
  5552. 2523.25 s [unison-runtime] 453 | pattern AnsiColorBrightGreen <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightGreenId -> True))
  5553. 2523.25 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5554. 2523.25 s [unison-runtime]
  5555. 2523.26 s [unison-runtime] src/Unison/Runtime/IOSource.hs:455:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5556. 2523.26 s [unison-runtime] Pattern synonym with no type signature:
  5557. 2523.26 s [unison-runtime] pattern AnsiColorBrightYellow :: forall {typeVar} {typeAnn}
  5558. 2523.26 s [unison-runtime] {patternAnn} {v} {a}.
  5559. 2523.26 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5560. 2523.26 s [unison-runtime] |
  5561. 2523.26 s [unison-runtime] 455 | pattern AnsiColorBrightYellow <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightYellowId -> True))
  5562. 2523.26 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5563. 2523.26 s [unison-runtime]
  5564. 2523.26 s [unison-runtime] src/Unison/Runtime/IOSource.hs:457:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5565. 2523.26 s [unison-runtime] Pattern synonym with no type signature:
  5566. 2523.26 s [unison-runtime] pattern AnsiColorBrightBlue :: forall {typeVar} {typeAnn}
  5567. 2523.26 s [unison-runtime] {patternAnn} {v} {a}.
  5568. 2523.26 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5569. 2523.26 s [unison-runtime] |
  5570. 2523.27 s [unison-runtime] 457 | pattern AnsiColorBrightBlue <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightBlueId -> True))
  5571. 2523.27 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5572. 2523.27 s [unison-runtime]
  5573. 2523.27 s [unison-runtime] src/Unison/Runtime/IOSource.hs:459:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5574. 2523.27 s [unison-runtime] Pattern synonym with no type signature:
  5575. 2523.27 s [unison-runtime] pattern AnsiColorBrightMagenta :: forall {typeVar} {typeAnn}
  5576. 2523.27 s [unison-runtime] {patternAnn} {v} {a}.
  5577. 2523.27 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5578. 2523.27 s [unison-runtime] |
  5579. 2523.27 s [unison-runtime] 459 | pattern AnsiColorBrightMagenta <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightMagentaId -> True))
  5580. 2523.27 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5581. 2523.27 s [unison-runtime]
  5582. 2523.27 s [unison-runtime] src/Unison/Runtime/IOSource.hs:461:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5583. 2523.27 s [unison-runtime] Pattern synonym with no type signature:
  5584. 2523.28 s [unison-runtime] pattern AnsiColorBrightCyan :: forall {typeVar} {typeAnn}
  5585. 2523.28 s [unison-runtime] {patternAnn} {v} {a}.
  5586. 2523.28 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5587. 2523.28 s [unison-runtime] |
  5588. 2523.28 s [unison-runtime] 461 | pattern AnsiColorBrightCyan <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightCyanId -> True))
  5589. 2523.28 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5590. 2523.28 s [unison-runtime]
  5591. 2523.28 s [unison-runtime] src/Unison/Runtime/IOSource.hs:463:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5592. 2523.28 s [unison-runtime] Pattern synonym with no type signature:
  5593. 2523.28 s [unison-runtime] pattern AnsiColorBrightWhite :: forall {typeVar} {typeAnn}
  5594. 2523.28 s [unison-runtime] {patternAnn} {v} {a}.
  5595. 2523.28 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5596. 2523.28 s [unison-runtime] |
  5597. 2523.28 s [unison-runtime] 463 | pattern AnsiColorBrightWhite <- Term.Constructor' (ConstructorReference AnsiColorRef ((==) ansiColorBrightWhiteId -> True))
  5598. 2523.28 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5599. 2523.28 s [unison-runtime]
  5600. 2523.29 s [unison-runtime] src/Unison/Runtime/IOSource.hs:465:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5601. 2523.29 s [unison-runtime] Pattern synonym with no type signature:
  5602. 2523.29 s [unison-runtime] pattern ConsoleTextRef :: R.Reference
  5603. 2523.29 s [unison-runtime] |
  5604. 2523.29 s [unison-runtime] 465 | pattern ConsoleTextRef <- ((== consoleTextRef) -> True)
  5605. 2523.29 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5606. 2523.29 s [unison-runtime]
  5607. 2523.29 s [unison-runtime] src/Unison/Runtime/IOSource.hs:479:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5608. 2523.29 s [unison-runtime] Pattern synonym with no type signature:
  5609. 2523.29 s [unison-runtime] pattern ConsoleTextPlain :: forall {typeVar} {typeAnn} {patternAnn}
  5610. 2523.29 s [unison-runtime] {v} {a}.
  5611. 2523.29 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5612. 2523.29 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5613. 2523.29 s [unison-runtime] |
  5614. 2523.30 s [unison-runtime] 479 | pattern ConsoleTextPlain txt <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextPlainId -> True))) txt
  5615. 2523.30 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5616. 2523.30 s [unison-runtime]
  5617. 2523.30 s [unison-runtime] src/Unison/Runtime/IOSource.hs:481:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5618. 2523.30 s [unison-runtime] Pattern synonym with no type signature:
  5619. 2523.30 s [unison-runtime] pattern ConsoleTextForeground :: forall {typeVar} {typeAnn}
  5620. 2523.30 s [unison-runtime] {patternAnn} {v} {a}.
  5621. 2523.30 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5622. 2523.30 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5623. 2523.30 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5624. 2523.30 s [unison-runtime] |
  5625. 2523.30 s [unison-runtime] 481 | pattern ConsoleTextForeground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextForegroundId -> True))) [color, ct]
  5626. 2523.31 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5627. 2523.31 s [unison-runtime]
  5628. 2523.31 s [unison-runtime] src/Unison/Runtime/IOSource.hs:483:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5629. 2523.31 s [unison-runtime] Pattern synonym with no type signature:
  5630. 2523.31 s [unison-runtime] pattern ConsoleTextBackground :: forall {typeVar} {typeAnn}
  5631. 2523.31 s [unison-runtime] {patternAnn} {v} {a}.
  5632. 2523.31 s [unison-runtime] Term.Term2 typeVar typeAnn patternAnn v a
  5633. 2523.31 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5634. 2523.31 s [unison-runtime] -> Term.Term2 typeVar typeAnn patternAnn v a
  5635. 2523.31 s [unison-runtime] |
  5636. 2523.31 s [unison-runtime] 483 | pattern ConsoleTextBackground color ct <- Term.Apps' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBackgroundId -> True))) [color, ct]
  5637. 2523.32 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5638. 2523.32 s [unison-runtime]
  5639. 2523.32 s [unison-runtime] src/Unison/Runtime/IOSource.hs:485:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5640. 2523.32 s [unison-runtime] Pattern synonym with no type signature:
  5641. 2523.32 s [unison-runtime] pattern ConsoleTextBold :: forall {typeVar} {typeAnn} {patternAnn}
  5642. 2523.32 s [unison-runtime] {v} {a}.
  5643. 2523.32 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5644. 2523.32 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5645. 2523.32 s [unison-runtime] |
  5646. 2523.32 s [unison-runtime] 485 | pattern ConsoleTextBold ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextBoldId -> True))) ct
  5647. 2523.32 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5648. 2523.32 s [unison-runtime]
  5649. 2523.33 s [unison-runtime] src/Unison/Runtime/IOSource.hs:487:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5650. 2523.33 s [unison-runtime] Pattern synonym with no type signature:
  5651. 2523.33 s [unison-runtime] pattern ConsoleTextUnderline :: forall {typeVar} {typeAnn}
  5652. 2523.33 s [unison-runtime] {patternAnn} {v} {a}.
  5653. 2523.33 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5654. 2523.33 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5655. 2523.33 s [unison-runtime] |
  5656. 2523.33 s [unison-runtime] 487 | pattern ConsoleTextUnderline ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextUnderlineId -> True))) ct
  5657. 2523.33 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5658. 2523.33 s [unison-runtime]
  5659. 2523.34 s [unison-runtime] src/Unison/Runtime/IOSource.hs:489:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5660. 2523.34 s [unison-runtime] Pattern synonym with no type signature:
  5661. 2523.34 s [unison-runtime] pattern ConsoleTextInvert :: forall {typeVar} {typeAnn}
  5662. 2523.34 s [unison-runtime] {patternAnn} {v} {a}.
  5663. 2523.34 s [unison-runtime] U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5664. 2523.34 s [unison-runtime] -> U.Core.ABT.Term (Term.F typeVar typeAnn patternAnn) v a
  5665. 2523.34 s [unison-runtime] |
  5666. 2523.34 s [unison-runtime] 489 | pattern ConsoleTextInvert ct <- Term.App' (Term.Constructor' (ConstructorReference ConsoleTextRef ((==) consoleTextInvertId -> True))) ct
  5667. 2523.34 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  5668. 2523.34 s [unison-runtime]
  5669. 2523.34 s [unison-runtime] src/Unison/Runtime/IOSource.hs:1025:11: warning: [GHC-63397] [-Wname-shadowing]
  5670. 2523.34 s [unison-runtime] This binding for ‘source’ shadows the existing binding
  5671. 2523.34 s [unison-runtime] defined at src/Unison/Runtime/IOSource.hs:533:1
  5672. 2523.34 s [unison-runtime] |
  5673. 2523.34 s [unison-runtime] 1025 | showNotes source env notes =
  5674. 2523.34 s [unison-runtime] | ^^^^^^
  5675. 2523.34 s [unison-runtime]
  5676. 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 )
  5677. 2523.34 s [unison-runtime] [11 of 40] Compiling Unison.Runtime.Pattern ( src/Unison/Runtime/Pattern.hs, nothing )
  5678. 2523.35 s [unison-runtime] src/Unison/Runtime/Pattern.hs:523:13: warning: [GHC-63397] [-Wname-shadowing]
  5679. 2523.35 s [unison-runtime] This binding for ‘from’ shadows the existing binding
  5680. 2523.35 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Pattern.hs:37:1-36
  5681. 2523.35 s [unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  5682. 2523.35 s [unison-runtime] |
  5683. 2523.35 s [unison-runtime] 523 | renameTo to from = modify . fmap $ insertWith (internalBug [3625, 4463] "renameTo: duplicate rename") from to
  5684. 2523.35 s [unison-runtime] | ^^^^
  5685. 2523.35 s [unison-runtime]
  5686. 2523.35 s [unison-runtime] src/Unison/Runtime/Pattern.hs:548:6: warning: [GHC-63397] [-Wname-shadowing]
  5687. 2523.35 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  5688. 2523.35 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:536:34
  5689. 2523.35 s [unison-runtime] |
  5690. 2523.35 s [unison-runtime] 548 | (op, p, q) -> P.SequenceOp a p op q
  5691. 2523.35 s [unison-runtime] | ^^
  5692. 2523.35 s [unison-runtime]
  5693. 2523.35 s [unison-runtime] src/Unison/Runtime/Pattern.hs:666:23: warning: [GHC-63397] [-Wname-shadowing]
  5694. 2523.35 s [unison-runtime] This binding for ‘rows’ shadows the existing binding
  5695. 2523.35 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:664:26
  5696. 2523.36 s [unison-runtime] |
  5697. 2523.36 s [unison-runtime] 666 | search acc (row : rows)
  5698. 2523.36 s [unison-runtime] | ^^^^
  5699. 2523.36 s [unison-runtime]
  5700. 2523.36 s [unison-runtime] src/Unison/Runtime/Pattern.hs:743:10: warning: [GHC-63397] [-Wname-shadowing]
  5701. 2523.36 s [unison-runtime] This binding for ‘w’ shadows the existing binding
  5702. 2523.36 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:742:12
  5703. 2523.36 s [unison-runtime] |
  5704. 2523.36 s [unison-runtime] 743 | (p, (w, [], rn)) ->
  5705. 2523.36 s [unison-runtime] | ^
  5706. 2523.36 s [unison-runtime]
  5707. 2523.36 s [unison-runtime] src/Unison/Runtime/Pattern.hs:752:22: warning: [GHC-63397] [-Wname-shadowing]
  5708. 2523.36 s [unison-runtime] This binding for ‘g’ shadows the existing binding
  5709. 2523.36 s [unison-runtime] bound at src/Unison/Runtime/Pattern.hs:751:5
  5710. 2523.36 s [unison-runtime] |
  5711. 2523.36 s [unison-runtime] 752 | Just (AbsN' us g)
  5712. 2523.36 s [unison-runtime] | ^
  5713. 2523.36 s [unison-runtime]
  5714. 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 )
  5715. 2523.36 s [unison-runtime] src/Unison/Runtime/Referenced.hs:144:13: warning: [GHC-63397] [-Wname-shadowing]
  5716. 2523.36 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  5717. 2523.36 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  5718. 2523.36 s [unison-runtime] |
  5719. 2523.37 s [unison-runtime] 144 | Novel canon -> updated r canon
  5720. 2523.37 s [unison-runtime] | ^^^^^
  5721. 2523.37 s [unison-runtime]
  5722. 2523.37 s [unison-runtime] src/Unison/Runtime/Referenced.hs:145:20: warning: [GHC-63397] [-Wname-shadowing]
  5723. 2523.37 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  5724. 2523.37 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  5725. 2523.37 s [unison-runtime] |
  5726. 2523.37 s [unison-runtime] 145 | Equivalent s canon ->
  5727. 2523.37 s [unison-runtime] | ^^^^^
  5728. 2523.37 s [unison-runtime]
  5729. 2523.37 s [unison-runtime] src/Unison/Runtime/Referenced.hs:150:12: warning: [GHC-63397] [-Wname-shadowing]
  5730. 2523.37 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  5731. 2523.37 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:137:27
  5732. 2523.37 s [unison-runtime] |
  5733. 2523.37 s [unison-runtime] 150 | look r = lookup r (if isTy then tym else tmm)
  5734. 2523.38 s [unison-runtime] | ^
  5735. 2523.38 s [unison-runtime]
  5736. 2523.38 s [unison-runtime] src/Unison/Runtime/Referenced.hs:152:17: warning: [GHC-63397] [-Wname-shadowing]
  5737. 2523.38 s [unison-runtime] This binding for ‘canon’ shadows the existing binding
  5738. 2523.38 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:11
  5739. 2523.38 s [unison-runtime] |
  5740. 2523.38 s [unison-runtime] 152 | updated s canon = do
  5741. 2523.38 s [unison-runtime] | ^^^^^
  5742. 2523.38 s [unison-runtime]
  5743. 2523.38 s [unison-runtime] src/Unison/Runtime/Referenced.hs:153:9: warning: [GHC-63397] [-Wname-shadowing]
  5744. 2523.38 s [unison-runtime] This binding for ‘tym’ shadows the existing binding
  5745. 2523.38 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:17
  5746. 2523.38 s [unison-runtime] |
  5747. 2523.38 s [unison-runtime] 153 | tym <- if isTy then insert s rn tym else pure tym
  5748. 2523.39 s [unison-runtime] | ^^^
  5749. 2523.39 s [unison-runtime]
  5750. 2523.39 s [unison-runtime] src/Unison/Runtime/Referenced.hs:154:9: warning: [GHC-63397] [-Wname-shadowing]
  5751. 2523.39 s [unison-runtime] This binding for ‘tmm’ shadows the existing binding
  5752. 2523.39 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:21
  5753. 2523.39 s [unison-runtime] |
  5754. 2523.39 s [unison-runtime] 154 | tmm <- if isTy then pure tmm else insert s rn tmm
  5755. 2523.39 s [unison-runtime] | ^^^
  5756. 2523.39 s [unison-runtime]
  5757. 2523.39 s [unison-runtime] src/Unison/Runtime/Referenced.hs:155:9: warning: [GHC-63397] [-Wname-shadowing]
  5758. 2523.39 s [unison-runtime] This binding for ‘tys’ shadows the existing binding
  5759. 2523.39 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:25
  5760. 2523.39 s [unison-runtime] |
  5761. 2523.39 s [unison-runtime] 155 | tys <- pure $ if isTy then tys |> s else tys
  5762. 2523.39 s [unison-runtime] | ^^^
  5763. 2523.39 s [unison-runtime]
  5764. 2523.40 s [unison-runtime] src/Unison/Runtime/Referenced.hs:156:9: warning: [GHC-63397] [-Wname-shadowing]
  5765. 2523.40 s [unison-runtime] This binding for ‘tms’ shadows the existing binding
  5766. 2523.40 s [unison-runtime] bound at src/Unison/Runtime/Referenced.hs:138:29
  5767. 2523.40 s [unison-runtime] |
  5768. 2523.40 s [unison-runtime] 156 | tms <- pure $ if isTy then tms else tms |> s
  5769. 2523.40 s [unison-runtime] | ^^^
  5770. 2523.40 s [unison-runtime]
  5771. 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 )
  5772. 2523.40 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:160:9: warning: [GHC-63397] [-Wname-shadowing]
  5773. 2523.40 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  5774. 2523.40 s [unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
  5775. 2523.40 s [unison-runtime] |
  5776. 2523.40 s [unison-runtime] 160 | acc <- acc .|. (m !<<. sh) =
  5777. 2523.40 s [unison-runtime] | ^^^
  5778. 2523.40 s [unison-runtime]
  5779. 2523.40 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:163:9: warning: [GHC-63397] [-Wname-shadowing]
  5780. 2523.40 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  5781. 2523.40 s [unison-runtime] bound at src/Unison/Runtime/Serialize/Get.hs:158:13
  5782. 2523.40 s [unison-runtime] |
  5783. 2523.41 s [unison-runtime] 163 | acc <- acc .|. (clearBit m 7 !<<. sh) =
  5784. 2523.41 s [unison-runtime] | ^^^
  5785. 2523.41 s [unison-runtime]
  5786. 2523.41 s [unison-runtime] src/Unison/Runtime/Serialize/Get.hs:283:21: warning: [GHC-63397] [-Wname-shadowing]
  5787. 2523.41 s [unison-runtime] This binding for ‘snoc’ shadows the existing binding
  5788. 2523.41 s [unison-runtime] imported from ‘Data.ByteString’ at src/Unison/Runtime/Serialize/Get.hs:38:1-28
  5789. 2523.41 s [unison-runtime] |
  5790. 2523.41 s [unison-runtime] 283 | getAccumulating nil snoc finish = \ga -> Get \bs ix ->
  5791. 2523.41 s [unison-runtime] | ^^^^
  5792. 2523.41 s [unison-runtime]
  5793. 2523.41 s [unison-runtime] [14 of 40] Compiling Unison.Runtime.SparseVector ( src/Unison/Runtime/SparseVector.hs, nothing )
  5794. 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 )
  5795. 2523.41 s [unison-runtime] src/Unison/Runtime/TypeTags.hs:456:38: warning: [GHC-63397] [-Wname-shadowing]
  5796. 2523.41 s [unison-runtime] This binding for ‘floatTag’ shadows the existing binding
  5797. 2523.41 s [unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:248:1
  5798. 2523.41 s [unison-runtime] |
  5799. 2523.41 s [unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
  5800. 2523.41 s [unison-runtime] | ^^^^^^^^
  5801. 2523.42 s [unison-runtime]
  5802. 2523.42 s [unison-runtime] src/Unison/Runtime/TypeTags.hs:456:93: warning: [GHC-63397] [-Wname-shadowing]
  5803. 2523.42 s [unison-runtime] This binding for ‘intTag’ shadows the existing binding
  5804. 2523.42 s [unison-runtime] defined at src/Unison/Runtime/TypeTags.hs:254:1
  5805. 2523.42 s [unison-runtime] |
  5806. 2523.42 s [unison-runtime] 456 | | [nullTag, booleanTag, stringTag, floatTag, fixedTag, doubleTag, bytesTag, namedTypeTag, intTag, longTag, mapTag, recordTag, freeUnionTag, enumTag, unionTag, arrayTag] <-
  5807. 2523.42 s [unison-runtime] | ^^^^^^
  5808. 2523.42 s [unison-runtime]
  5809. 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 )
  5810. 2523.92 s [unison-runtime] src/Unison/Runtime/ANF.hs:153:5: warning: [GHC-63397] [-Wname-shadowing]
  5811. 2523.92 s [unison-runtime] This binding for ‘trace’ shadows the existing binding
  5812. 2523.93 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  5813. 2523.93 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Debug.Trace’)
  5814. 2523.93 s [unison-runtime] |
  5815. 2523.93 s [unison-runtime] 153 | trace acc
  5816. 2523.93 s [unison-runtime] | ^^^^^
  5817. 2523.93 s [unison-runtime]
  5818. 2523.93 s [unison-runtime] src/Unison/Runtime/ANF.hs:271:41: warning: [GHC-63397] [-Wname-shadowing]
  5819. 2523.93 s [unison-runtime] This binding for ‘guard’ shadows the existing binding
  5820. 2523.93 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  5821. 2523.93 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  5822. 2523.93 s [unison-runtime] |
  5823. 2523.93 s [unison-runtime] 271 | encloseCase a keep rec0 (MatchCase pats guard body) =
  5824. 2523.93 s [unison-runtime] | ^^^^^
  5825. 2523.93 s [unison-runtime]
  5826. 2523.93 s [unison-runtime] src/Unison/Runtime/ANF.hs:380:37: warning: [GHC-63397] [-Wname-shadowing]
  5827. 2523.93 s [unison-runtime] This binding for ‘as’ shadows the existing binding
  5828. 2523.93 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:373:40
  5829. 2523.93 s [unison-runtime] |
  5830. 2523.93 s [unison-runtime] 380 | matchVars !n (u : us) (Var' v : as) | u == v = matchVars (1 + n) us as
  5831. 2523.93 s [unison-runtime] | ^^
  5832. 2523.93 s [unison-runtime]
  5833. 2523.93 s [unison-runtime] src/Unison/Runtime/ANF.hs:570:19: warning: [GHC-63397] [-Wname-shadowing]
  5834. 2523.93 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  5835. 2523.93 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:569:27
  5836. 2523.93 s [unison-runtime] |
  5837. 2523.93 s [unison-runtime] 570 | (fmap . fmap) (\tm -> ann a tm ty) (floater top rec tm)
  5838. 2523.94 s [unison-runtime] | ^^
  5839. 2523.94 s [unison-runtime]
  5840. 2523.94 s [unison-runtime] src/Unison/Runtime/ANF.hs:591:7: warning: [GHC-63397] [-Wname-shadowing]
  5841. 2523.94 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  5842. 2523.94 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:588:43
  5843. 2523.94 s [unison-runtime] |
  5844. 2523.94 s [unison-runtime] 591 | bd <- inLocalLam $ rec bd
  5845. 2523.94 s [unison-runtime] | ^^
  5846. 2523.94 s [unison-runtime]
  5847. 2523.94 s [unison-runtime] src/Unison/Runtime/ANF.hs:627:12: warning: [GHC-63397] [-Wname-shadowing]
  5848. 2523.94 s [unison-runtime] This binding for ‘id’ shadows the existing binding
  5849. 2523.94 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
  5850. 2523.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  5851. 2523.94 s [unison-runtime] |
  5852. 2523.94 s [unison-runtime] 627 | f (v, (id, tm)) =
  5853. 2523.94 s [unison-runtime] | ^^
  5854. 2523.94 s [unison-runtime]
  5855. 2523.94 s [unison-runtime] src/Unison/Runtime/ANF.hs:632:5: warning: [GHC-63397] [-Wname-shadowing]
  5856. 2523.94 s [unison-runtime] This binding for ‘unzip4’ shadows the existing binding
  5857. 2523.94 s [unison-runtime] imported from ‘Data.List’ at src/Unison/Runtime/ANF.hs:106:1-48
  5858. 2523.94 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  5859. 2523.94 s [unison-runtime] |
  5860. 2523.94 s [unison-runtime] 632 | unzip4 [] = ([], [], [], [])
  5861. 2523.94 s [unison-runtime] | ^^^^^^
  5862. 2523.94 s [unison-runtime]
  5863. 2523.94 s [unison-runtime] src/Unison/Runtime/ANF.hs:698:23: warning: [GHC-63397] [-Wname-shadowing]
  5864. 2523.94 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  5865. 2523.94 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  5866. 2523.94 s [unison-runtime] |
  5867. 2523.94 s [unison-runtime] 698 | | LamsNamed' vs bd <- tm0 = (vs, bd)
  5868. 2523.94 s [unison-runtime] | ^^
  5869. 2523.94 s [unison-runtime]
  5870. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:701:14: warning: [GHC-63397] [-Wname-shadowing]
  5871. 2523.95 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  5872. 2523.95 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  5873. 2523.95 s [unison-runtime] |
  5874. 2523.95 s [unison-runtime] 701 | | Ann' bd ty <- bd0 = (Just ty, bd)
  5875. 2523.95 s [unison-runtime] | ^^
  5876. 2523.95 s [unison-runtime]
  5877. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:704:23: warning: [GHC-63397] [-Wname-shadowing]
  5878. 2523.95 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  5879. 2523.95 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:703:11
  5880. 2523.95 s [unison-runtime] |
  5881. 2523.95 s [unison-runtime] 704 | | LamsNamed' vs bd <- bd1 = (vs, bd)
  5882. 2523.95 s [unison-runtime] | ^^
  5883. 2523.95 s [unison-runtime]
  5884. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:820:30: warning: [GHC-63397] [-Wname-shadowing]
  5885. 2523.95 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  5886. 2523.95 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:819:20
  5887. 2523.95 s [unison-runtime] |
  5888. 2523.95 s [unison-runtime] 820 | Map.lookup r reps <&> \r -> TApp (FComb r) as
  5889. 2523.95 s [unison-runtime] | ^
  5890. 2523.95 s [unison-runtime]
  5891. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:829:5: warning: [GHC-63397] [-Wname-shadowing]
  5892. 2523.95 s [unison-runtime] This binding for ‘scrut’ shadows the existing binding
  5893. 2523.95 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:35
  5894. 2523.95 s [unison-runtime] |
  5895. 2523.95 s [unison-runtime] 829 | | scrut <- addDefaultCases func scrut,
  5896. 2523.95 s [unison-runtime] | ^^^^^
  5897. 2523.95 s [unison-runtime]
  5898. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:830:5: warning: [GHC-63397] [-Wname-shadowing]
  5899. 2523.95 s [unison-runtime] This binding for ‘cases’ shadows the existing binding
  5900. 2523.95 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:828:41
  5901. 2523.95 s [unison-runtime] |
  5902. 2523.95 s [unison-runtime] 830 | cases <- fmap (addDefaultCases func) <$> cases =
  5903. 2523.95 s [unison-runtime] | ^^^^^
  5904. 2523.95 s [unison-runtime]
  5905. 2523.95 s [unison-runtime] src/Unison/Runtime/ANF.hs:851:9: warning: [GHC-63397] [-Wname-shadowing]
  5906. 2523.95 s [unison-runtime] This binding for ‘t’ shadows the existing binding
  5907. 2523.96 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:850:23
  5908. 2523.96 s [unison-runtime] |
  5909. 2523.96 s [unison-runtime] 851 | Right t -> t
  5910. 2523.96 s [unison-runtime] | ^
  5911. 2523.96 s [unison-runtime]
  5912. 2523.96 s [unison-runtime] src/Unison/Runtime/ANF.hs:995:31: warning: [GHC-63397] [-Wname-shadowing]
  5913. 2523.96 s [unison-runtime] This binding for ‘or’ shadows the existing binding
  5914. 2523.96 s [unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/ANF.hs:134:1-86
  5915. 2523.96 s [unison-runtime] |
  5916. 2523.96 s [unison-runtime] 995 | alignFunc _ (FPrim ol) (FPrim or)
  5917. 2523.96 s [unison-runtime] | ^^
  5918. 2523.96 s [unison-runtime]
  5919. 2523.96 s [unison-runtime] src/Unison/Runtime/ANF.hs:1584:24: warning: [GHC-63397] [-Wname-shadowing]
  5920. 2523.96 s [unison-runtime] This binding for ‘e0’ shadows the existing binding
  5921. 2523.96 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:24
  5922. 2523.96 s [unison-runtime] |
  5923. 2523.96 s [unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1)
  5924. 2523.96 s [unison-runtime] | ^^
  5925. 2523.96 s [unison-runtime]
  5926. 2523.96 s [unison-runtime] src/Unison/Runtime/ANF.hs:1584:40: warning: [GHC-63397] [-Wname-shadowing]
  5927. 2523.96 s [unison-runtime] This binding for ‘e1’ shadows the existing binding
  5928. 2523.96 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1572:40
  5929. 2523.96 s [unison-runtime] |
  5930. 2523.96 s [unison-runtime] 1584 | eqvSN (Lambda ccs0 e0, Lambda ccs1 e1)
  5931. 2523.96 s [unison-runtime] | ^^
  5932. 2523.96 s [unison-runtime]
  5933. 2523.96 s [unison-runtime] src/Unison/Runtime/ANF.hs:1720:22: warning: [GHC-63397] [-Wname-shadowing]
  5934. 2523.96 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  5935. 2523.97 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:6
  5936. 2523.97 s [unison-runtime] |
  5937. 2523.97 s [unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
  5938. 2523.97 s [unison-runtime] | ^^
  5939. 2523.97 s [unison-runtime]
  5940. 2523.97 s [unison-runtime] src/Unison/Runtime/ANF.hs:1720:25: warning: [GHC-63397] [-Wname-shadowing]
  5941. 2523.97 s [unison-runtime] This binding for ‘e’ shadows the existing binding
  5942. 2523.97 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1719:10
  5943. 2523.97 s [unison-runtime] |
  5944. 2523.97 s [unison-runtime] 1720 | | LetRecNamed' bs e <- tm = (bs, e)
  5945. 2523.97 s [unison-runtime] | ^
  5946. 2523.97 s [unison-runtime]
  5947. 2523.97 s [unison-runtime] src/Unison/Runtime/ANF.hs:1748:21: warning: [GHC-63397] [-Wname-shadowing]
  5948. 2523.97 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  5949. 2523.97 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1744:9
  5950. 2523.97 s [unison-runtime] |
  5951. 2523.97 s [unison-runtime] 1748 | f ((_, cx), (_, tm)) = (Indirect (), TBinds cx tm)
  5952. 2523.97 s [unison-runtime] | ^^
  5953. 2523.97 s [unison-runtime]
  5954. 2523.97 s [unison-runtime] src/Unison/Runtime/ANF.hs:1773:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5955. 2523.97 s [unison-runtime] Pattern synonym with no type signature:
  5956. 2523.97 s [unison-runtime] pattern UFalse :: forall {v}.
  5957. 2523.97 s [unison-runtime] ABT.Var v =>
  5958. 2523.97 s [unison-runtime] ANormal U.Codebase.Reference.TypeReference v
  5959. 2523.97 s [unison-runtime] |
  5960. 2523.98 s [unison-runtime] 1773 | pattern UFalse <- TCon ((== Ty.booleanRef) -> True) 0 []
  5961. 2523.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5962. 2523.98 s [unison-runtime]
  5963. 2523.98 s [unison-runtime] src/Unison/Runtime/ANF.hs:1777:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  5964. 2523.98 s [unison-runtime] Pattern synonym with no type signature:
  5965. 2523.98 s [unison-runtime] pattern UTrue :: forall {v}.
  5966. 2523.98 s [unison-runtime] ABT.Var v =>
  5967. 2523.98 s [unison-runtime] ANormal U.Codebase.Reference.TypeReference v
  5968. 2523.98 s [unison-runtime] |
  5969. 2523.98 s [unison-runtime] 1777 | pattern UTrue <- TCon ((== Ty.booleanRef) -> True) 1 []
  5970. 2523.98 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  5971. 2523.98 s [unison-runtime]
  5972. 2523.98 s [unison-runtime] src/Unison/Runtime/ANF.hs:1791:27: warning: [GHC-63397] [-Wname-shadowing]
  5973. 2523.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  5974. 2523.98 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1791:19
  5975. 2523.98 s [unison-runtime] |
  5976. 2523.98 s [unison-runtime] 1791 | renameCtx v u (d, ctx) | (ctx, b) <- renameCtes v u ctx = ((d, ctx), b)
  5977. 2523.98 s [unison-runtime] | ^^^
  5978. 2523.98 s [unison-runtime]
  5979. 2523.98 s [unison-runtime] src/Unison/Runtime/ANF.hs:1871:10: warning: [GHC-63397] [-Wname-shadowing]
  5980. 2523.98 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  5981. 2523.98 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:23
  5982. 2523.98 s [unison-runtime] |
  5983. 2523.98 s [unison-runtime] 1871 | (rn, ctx) -> (rn, (d, ctx))
  5984. 2523.98 s [unison-runtime] | ^^^
  5985. 2523.98 s [unison-runtime]
  5986. 2523.99 s [unison-runtime] src/Unison/Runtime/ANF.hs:1878:14: warning: [GHC-63397] [-Wname-shadowing]
  5987. 2523.99 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  5988. 2523.99 s [unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
  5989. 2523.99 s [unison-runtime] |
  5990. 2523.99 s [unison-runtime] 1878 | go _ rns fresh [] = (rns, fresh)
  5991. 2523.99 s [unison-runtime] | ^^^^^
  5992. 2523.99 s [unison-runtime]
  5993. 2523.99 s [unison-runtime] src/Unison/Runtime/ANF.hs:1879:18: warning: [GHC-63397] [-Wname-shadowing]
  5994. 2523.99 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  5995. 2523.99 s [unison-runtime] defined at src/Unison/Runtime/ANF.hs:1691:1
  5996. 2523.99 s [unison-runtime] |
  5997. 2523.99 s [unison-runtime] 1879 | go avoid rns fresh (bn : bns) = case bn of
  5998. 2523.99 s [unison-runtime] | ^^^^^
  5999. 2523.99 s [unison-runtime]
  6000. 2523.99 s [unison-runtime] src/Unison/Runtime/ANF.hs:1883:12: warning: [GHC-63397] [-Wname-shadowing]
  6001. 2523.99 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  6002. 2523.99 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
  6003. 2523.99 s [unison-runtime] |
  6004. 2523.99 s [unison-runtime] 1883 | (fresh, _) <- renameCtes v u fresh,
  6005. 2523.99 s [unison-runtime] | ^^^^^
  6006. 2523.99 s [unison-runtime]
  6007. 2523.99 s [unison-runtime] src/Unison/Runtime/ANF.hs:1884:11: warning: [GHC-63397] [-Wname-shadowing]
  6008. 2523.99 s [unison-runtime] This binding for ‘avoid’ shadows the existing binding
  6009. 2523.99 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
  6010. 2523.99 s [unison-runtime] |
  6011. 2524.00 s [unison-runtime] 1884 | avoid <- Set.insert u avoid,
  6012. 2524.00 s [unison-runtime] | ^^^^^
  6013. 2524.00 s [unison-runtime]
  6014. 2524.00 s [unison-runtime] src/Unison/Runtime/ANF.hs:1885:11: warning: [GHC-63397] [-Wname-shadowing]
  6015. 2524.00 s [unison-runtime] This binding for ‘rns’ shadows the existing binding
  6016. 2524.00 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
  6017. 2524.00 s [unison-runtime] |
  6018. 2524.00 s [unison-runtime] 1885 | rns <- Map.alter (Just . fromMaybe u) v rns ->
  6019. 2524.00 s [unison-runtime] | ^^^
  6020. 2524.00 s [unison-runtime]
  6021. 2524.00 s [unison-runtime] src/Unison/Runtime/ANF.hs:1887:10: warning: [GHC-63397] [-Wname-shadowing]
  6022. 2524.00 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  6023. 2524.00 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1869:20
  6024. 2524.00 s [unison-runtime] |
  6025. 2524.00 s [unison-runtime] 1887 | ST d vs ccs expr
  6026. 2524.00 s [unison-runtime] | ^
  6027. 2524.00 s [unison-runtime]
  6028. 2524.00 s [unison-runtime] src/Unison/Runtime/ANF.hs:1888:12: warning: [GHC-63397] [-Wname-shadowing]
  6029. 2524.00 s [unison-runtime] This binding for ‘avoid’ shadows the existing binding
  6030. 2524.00 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:8
  6031. 2524.00 s [unison-runtime] |
  6032. 2524.00 s [unison-runtime] 1888 | | (avoid, us) <- freshens (`Set.member` avoid0) avoid vs,
  6033. 2524.00 s [unison-runtime] | ^^^^^
  6034. 2524.00 s [unison-runtime]
  6035. 2524.01 s [unison-runtime] src/Unison/Runtime/ANF.hs:1891:11: warning: [GHC-63397] [-Wname-shadowing]
  6036. 2524.01 s [unison-runtime] This binding for ‘fresh’ shadows the existing binding
  6037. 2524.01 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:18
  6038. 2524.01 s [unison-runtime] |
  6039. 2524.01 s [unison-runtime] 1891 | fresh <- renamesCtes rn fresh,
  6040. 2524.01 s [unison-runtime] | ^^^^^
  6041. 2524.01 s [unison-runtime]
  6042. 2524.01 s [unison-runtime] src/Unison/Runtime/ANF.hs:1894:11: warning: [GHC-63397] [-Wname-shadowing]
  6043. 2524.01 s [unison-runtime] This binding for ‘rns’ shadows the existing binding
  6044. 2524.01 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1879:14
  6045. 2524.01 s [unison-runtime] |
  6046. 2524.01 s [unison-runtime] 1894 | rns <- Map.union rns rn ->
  6047. 2524.01 s [unison-runtime] | ^^^
  6048. 2524.01 s [unison-runtime]
  6049. 2524.01 s [unison-runtime] src/Unison/Runtime/ANF.hs:1961:33: warning: [GHC-63397] [-Wname-shadowing]
  6050. 2524.01 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  6051. 2524.01 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1959:30
  6052. 2524.01 s [unison-runtime] |
  6053. 2524.01 s [unison-runtime] 1961 | TBinds (directed -> bx) bd <- bd ->
  6054. 2524.01 s [unison-runtime] | ^^
  6055. 2524.01 s [unison-runtime]
  6056. 2524.01 s [unison-runtime] src/Unison/Runtime/ANF.hs:1973:9: warning: [GHC-63397] [-Wname-shadowing]
  6057. 2524.01 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  6058. 2524.01 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1952:8
  6059. 2524.01 s [unison-runtime] |
  6060. 2524.01 s [unison-runtime] 1973 | v <- fresh
  6061. 2524.02 s [unison-runtime] | ^
  6062. 2524.02 s [unison-runtime]
  6063. 2524.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1978:12: warning: [GHC-63397] [-Wname-shadowing]
  6064. 2524.02 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  6065. 2524.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1953:4
  6066. 2524.02 s [unison-runtime] |
  6067. 2524.02 s [unison-runtime] 1978 | let (d, msc)
  6068. 2524.02 s [unison-runtime] | ^
  6069. 2524.02 s [unison-runtime]
  6070. 2524.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:1979:16: warning: [GHC-63397] [-Wname-shadowing]
  6071. 2524.02 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  6072. 2524.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:1978:12
  6073. 2524.02 s [unison-runtime] |
  6074. 2524.02 s [unison-runtime] 1979 | | (d, [ST1 _ _ BX tm]) <- cx = (d, tm)
  6075. 2524.02 s [unison-runtime] | ^
  6076. 2524.02 s [unison-runtime]
  6077. 2524.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:2037:12: warning: [GHC-63397] [-Wname-shadowing]
  6078. 2524.02 s [unison-runtime] This binding for ‘n’ shadows the existing binding
  6079. 2524.02 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2018:22
  6080. 2524.02 s [unison-runtime] |
  6081. 2524.02 s [unison-runtime] 2037 | df n =
  6082. 2524.02 s [unison-runtime] | ^
  6083. 2524.02 s [unison-runtime]
  6084. 2524.02 s [unison-runtime] src/Unison/Runtime/ANF.hs:2048:13: warning: [GHC-63397] [-Wname-shadowing]
  6085. 2524.02 s [unison-runtime] This binding for ‘bctx’ shadows the existing binding
  6086. 2524.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:6
  6087. 2524.03 s [unison-runtime] |
  6088. 2524.03 s [unison-runtime] 2048 | (brn, bctx) <- fixupBctx bctx ectx ce
  6089. 2524.03 s [unison-runtime] | ^^^^
  6090. 2524.03 s [unison-runtime]
  6091. 2524.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2049:7: warning: [GHC-63397] [-Wname-shadowing]
  6092. 2524.03 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  6093. 2524.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2046:26
  6094. 2524.03 s [unison-runtime] |
  6095. 2524.03 s [unison-runtime] 2049 | u <- pure $ Map.findWithDefault u u brn
  6096. 2524.03 s [unison-runtime] | ^
  6097. 2524.03 s [unison-runtime]
  6098. 2524.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2050:8: warning: [GHC-63397] [-Wname-shadowing]
  6099. 2524.03 s [unison-runtime] This binding for ‘ectx’ shadows the existing binding
  6100. 2524.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:8
  6101. 2524.03 s [unison-runtime] |
  6102. 2524.03 s [unison-runtime] 2050 | (ectx, shaded) <- pure $ renameCtx v u ectx
  6103. 2524.03 s [unison-runtime] | ^^^^
  6104. 2524.03 s [unison-runtime]
  6105. 2524.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2051:7: warning: [GHC-63397] [-Wname-shadowing]
  6106. 2524.03 s [unison-runtime] This binding for ‘ce’ shadows the existing binding
  6107. 2524.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2047:14
  6108. 2524.03 s [unison-runtime] |
  6109. 2524.03 s [unison-runtime] 2051 | ce <- pure $ if shaded then ce else ABTN.rename v u <$> ce
  6110. 2524.03 s [unison-runtime] | ^^
  6111. 2524.03 s [unison-runtime]
  6112. 2524.03 s [unison-runtime] src/Unison/Runtime/ANF.hs:2056:13: warning: [GHC-63397] [-Wname-shadowing]
  6113. 2524.03 s [unison-runtime] This binding for ‘bctx’ shadows the existing binding
  6114. 2524.03 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:6
  6115. 2524.03 s [unison-runtime] |
  6116. 2524.04 s [unison-runtime] 2056 | (brn, bctx) <- fixupBctx bctx ectx ce
  6117. 2524.04 s [unison-runtime] | ^^^^
  6118. 2524.04 s [unison-runtime]
  6119. 2524.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2057:7: warning: [GHC-63397] [-Wname-shadowing]
  6120. 2524.04 s [unison-runtime] This binding for ‘cb’ shadows the existing binding
  6121. 2524.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2053:17
  6122. 2524.04 s [unison-runtime] |
  6123. 2524.04 s [unison-runtime] 2057 | cb <- pure $ ABTN.renames brn cb
  6124. 2524.04 s [unison-runtime] | ^^
  6125. 2524.04 s [unison-runtime]
  6126. 2524.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2132:28: warning: [GHC-63397] [-Wname-shadowing]
  6127. 2524.04 s [unison-runtime] This binding for ‘guard’ shadows the existing binding
  6128. 2524.04 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/ANF.hs:121:1-21
  6129. 2524.04 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  6130. 2524.04 s [unison-runtime] |
  6131. 2524.04 s [unison-runtime] 2132 | anfInitCase u (MatchCase p guard (ABT.AbsN' vs bd))
  6132. 2524.04 s [unison-runtime] | ^^^^^
  6133. 2524.04 s [unison-runtime]
  6134. 2524.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2165:19: warning: [GHC-63397] [-Wname-shadowing]
  6135. 2524.04 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  6136. 2524.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  6137. 2524.04 s [unison-runtime] |
  6138. 2524.04 s [unison-runtime] 2165 | <&> \(us, bd) ->
  6139. 2524.04 s [unison-runtime] | ^^
  6140. 2524.04 s [unison-runtime]
  6141. 2524.04 s [unison-runtime] src/Unison/Runtime/ANF.hs:2171:19: warning: [GHC-63397] [-Wname-shadowing]
  6142. 2524.04 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  6143. 2524.04 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  6144. 2524.04 s [unison-runtime] |
  6145. 2524.04 s [unison-runtime] 2171 | <&> \(us, bd) -> AccumPure $ ABTN.TAbss us bd
  6146. 2524.04 s [unison-runtime] | ^^
  6147. 2524.04 s [unison-runtime]
  6148. 2524.05 s [unison-runtime] src/Unison/Runtime/ANF.hs:2177:15: warning: [GHC-63397] [-Wname-shadowing]
  6149. 2524.05 s [unison-runtime] This binding for ‘exp’ shadows the existing binding
  6150. 2524.05 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF.hs:143:1-48
  6151. 2524.05 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  6152. 2524.05 s [unison-runtime] |
  6153. 2524.05 s [unison-runtime] 2177 | <&> \(exp, kf, bd) ->
  6154. 2524.05 s [unison-runtime] | ^^^
  6155. 2524.05 s [unison-runtime]
  6156. 2524.05 s [unison-runtime] src/Unison/Runtime/ANF.hs:2177:24: warning: [GHC-63397] [-Wname-shadowing]
  6157. 2524.05 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  6158. 2524.05 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:48
  6159. 2524.05 s [unison-runtime] |
  6160. 2524.05 s [unison-runtime] 2177 | <&> \(exp, kf, bd) ->
  6161. 2524.05 s [unison-runtime] | ^^
  6162. 2524.05 s [unison-runtime]
  6163. 2524.05 s [unison-runtime] src/Unison/Runtime/ANF.hs:2193:23: warning: [GHC-63397] [-Wname-shadowing]
  6164. 2524.05 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  6165. 2524.05 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
  6166. 2524.05 s [unison-runtime] |
  6167. 2524.05 s [unison-runtime] 2193 | P.SequenceLiteral p ll <- l = do
  6168. 2524.05 s [unison-runtime] | ^
  6169. 2524.05 s [unison-runtime]
  6170. 2524.05 s [unison-runtime] src/Unison/Runtime/ANF.hs:2198:23: warning: [GHC-63397] [-Wname-shadowing]
  6171. 2524.06 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  6172. 2524.06 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2132:26
  6173. 2524.06 s [unison-runtime] |
  6174. 2524.06 s [unison-runtime] 2198 | P.SequenceLiteral p rl <- r =
  6175. 2524.06 s [unison-runtime] | ^
  6176. 2524.06 s [unison-runtime]
  6177. 2524.06 s [unison-runtime] src/Unison/Runtime/ANF.hs:2274:23: warning: [GHC-63397] [-Wname-shadowing]
  6178. 2524.06 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6179. 2524.06 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2272:22
  6180. 2524.06 s [unison-runtime] |
  6181. 2524.06 s [unison-runtime] 2274 | <> foldMap (\(k, c) -> f True k <> valueLinks f c) de
  6182. 2524.06 s [unison-runtime] | ^
  6183. 2524.06 s [unison-runtime]
  6184. 2524.06 s [unison-runtime] src/Unison/Runtime/ANF.hs:2434:5: warning: [GHC-63397] [-Wname-shadowing]
  6185. 2524.06 s [unison-runtime] This binding for ‘rs’ shadows the existing binding
  6186. 2524.06 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2433:21
  6187. 2524.06 s [unison-runtime] |
  6188. 2524.06 s [unison-runtime] 2434 | (\rs -> AHnd rs nh ah) <$> traverse (f True) rs <*> g e
  6189. 2524.06 s [unison-runtime] | ^^
  6190. 2524.06 s [unison-runtime]
  6191. 2524.06 s [unison-runtime] src/Unison/Runtime/ANF.hs:2519:12: warning: [GHC-63397] [-Wname-shadowing]
  6192. 2524.06 s [unison-runtime] This binding for ‘fr’ shadows the existing binding
  6193. 2524.06 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2517:23
  6194. 2524.06 s [unison-runtime] |
  6195. 2524.07 s [unison-runtime] 2519 | Right (fr, l) -> (pure l, (fr, bnd, co))
  6196. 2524.07 s [unison-runtime] | ^^
  6197. 2524.07 s [unison-runtime]
  6198. 2524.07 s [unison-runtime] src/Unison/Runtime/ANF.hs:2586:22: warning: [GHC-63397] [-Wname-shadowing]
  6199. 2524.07 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  6200. 2524.07 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2584:14
  6201. 2524.07 s [unison-runtime] |
  6202. 2524.07 s [unison-runtime] 2586 | pvar v . foldr (\v r -> shows v . showString "," . r) id vs
  6203. 2524.07 s [unison-runtime] | ^
  6204. 2524.07 s [unison-runtime]
  6205. 2524.07 s [unison-runtime] src/Unison/Runtime/ANF.hs:2670:17: warning: [GHC-63397] [-Wname-shadowing]
  6206. 2524.07 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  6207. 2524.07 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2667:13
  6208. 2524.07 s [unison-runtime] |
  6209. 2524.07 s [unison-runtime] 2670 | . foldr (\t r -> showString "," . showsShort t . r) id rs
  6210. 2524.07 s [unison-runtime] | ^
  6211. 2524.07 s [unison-runtime]
  6212. 2524.07 s [unison-runtime] src/Unison/Runtime/ANF.hs:2699:17: warning: [GHC-63397] [-Wname-shadowing]
  6213. 2524.07 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6214. 2524.07 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6215. 2524.07 s [unison-runtime] |
  6216. 2524.07 s [unison-runtime] 2699 | MatchIntegral bs df ->
  6217. 2524.07 s [unison-runtime] | ^^
  6218. 2524.07 s [unison-runtime]
  6219. 2524.08 s [unison-runtime] src/Unison/Runtime/ANF.hs:2702:13: warning: [GHC-63397] [-Wname-shadowing]
  6220. 2524.08 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6221. 2524.08 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6222. 2524.08 s [unison-runtime] |
  6223. 2524.08 s [unison-runtime] 2702 | MatchText bs df ->
  6224. 2524.08 s [unison-runtime] | ^^
  6225. 2524.08 s [unison-runtime]
  6226. 2524.08 s [unison-runtime] src/Unison/Runtime/ANF.hs:2705:14: warning: [GHC-63397] [-Wname-shadowing]
  6227. 2524.08 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6228. 2524.08 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6229. 2524.08 s [unison-runtime] |
  6230. 2524.08 s [unison-runtime] 2705 | MatchBytes bs df ->
  6231. 2524.08 s [unison-runtime] | ^^
  6232. 2524.08 s [unison-runtime]
  6233. 2524.08 s [unison-runtime] src/Unison/Runtime/ANF.hs:2708:15: warning: [GHC-63397] [-Wname-shadowing]
  6234. 2524.08 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6235. 2524.08 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6236. 2524.08 s [unison-runtime] |
  6237. 2524.08 s [unison-runtime] 2708 | MatchData r bs df ->
  6238. 2524.08 s [unison-runtime] | ^^
  6239. 2524.08 s [unison-runtime]
  6240. 2524.08 s [unison-runtime] src/Unison/Runtime/ANF.hs:2714:16: warning: [GHC-63397] [-Wname-shadowing]
  6241. 2524.08 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6242. 2524.08 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6243. 2524.08 s [unison-runtime] |
  6244. 2524.08 s [unison-runtime] 2714 | MatchRequest bs df ->
  6245. 2524.08 s [unison-runtime] | ^^
  6246. 2524.08 s [unison-runtime]
  6247. 2524.09 s [unison-runtime] src/Unison/Runtime/ANF.hs:2724:12: warning: [GHC-63397] [-Wname-shadowing]
  6248. 2524.09 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6249. 2524.09 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6250. 2524.09 s [unison-runtime] |
  6251. 2524.09 s [unison-runtime] 2724 | MatchSum bs ->
  6252. 2524.09 s [unison-runtime] | ^^
  6253. 2524.09 s [unison-runtime]
  6254. 2524.09 s [unison-runtime] src/Unison/Runtime/ANF.hs:2729:18: warning: [GHC-63397] [-Wname-shadowing]
  6255. 2524.09 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  6256. 2524.09 s [unison-runtime] bound at src/Unison/Runtime/ANF.hs:2697:20
  6257. 2524.09 s [unison-runtime] |
  6258. 2524.09 s [unison-runtime] 2729 | MatchNumeric _ bs df ->
  6259. 2524.09 s [unison-runtime] | ^^
  6260. 2524.09 s [unison-runtime]
  6261. 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 )
  6262. 2527.81 s [unison-runtime] src/Unison/Runtime/MCode.hs:830:12: warning: [GHC-63397] [-Wname-shadowing]
  6263. 2527.81 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6264. 2527.81 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6265. 2527.81 s [unison-runtime] |
  6266. 2527.81 s [unison-runtime] 830 | ctxResolve ctx v = walk 0 ctx
  6267. 2527.81 s [unison-runtime] | ^^^
  6268. 2527.81 s [unison-runtime]
  6269. 2527.81 s [unison-runtime] src/Unison/Runtime/MCode.hs:833:19: warning: [GHC-63397] [-Wname-shadowing]
  6270. 2527.81 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6271. 2527.81 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  6272. 2527.81 s [unison-runtime] |
  6273. 2527.81 s [unison-runtime] 833 | walk i (Block ctx) = walk i ctx
  6274. 2527.81 s [unison-runtime] | ^^^
  6275. 2527.81 s [unison-runtime]
  6276. 2527.82 s [unison-runtime] src/Unison/Runtime/MCode.hs:834:17: warning: [GHC-63397] [-Wname-shadowing]
  6277. 2527.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6278. 2527.82 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  6279. 2527.82 s [unison-runtime] |
  6280. 2527.82 s [unison-runtime] 834 | walk i (Tag ctx) = walk (i + 1) ctx
  6281. 2527.82 s [unison-runtime] | ^^^
  6282. 2527.82 s [unison-runtime]
  6283. 2527.82 s [unison-runtime] src/Unison/Runtime/MCode.hs:835:21: warning: [GHC-63397] [-Wname-shadowing]
  6284. 2527.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6285. 2527.82 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:830:12
  6286. 2527.82 s [unison-runtime] |
  6287. 2527.82 s [unison-runtime] 835 | walk i (Var x m ctx)
  6288. 2527.82 s [unison-runtime] | ^^^
  6289. 2527.82 s [unison-runtime]
  6290. 2527.82 s [unison-runtime] src/Unison/Runtime/MCode.hs:864:8: warning: [GHC-63397] [-Wname-shadowing]
  6291. 2527.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6292. 2527.82 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6293. 2527.82 s [unison-runtime] |
  6294. 2527.82 s [unison-runtime] 864 | sumCtx ctx v vcs
  6295. 2527.82 s [unison-runtime] | ^^^
  6296. 2527.82 s [unison-runtime]
  6297. 2527.82 s [unison-runtime] src/Unison/Runtime/MCode.hs:870:13: warning: [GHC-63397] [-Wname-shadowing]
  6298. 2527.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6299. 2527.82 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6300. 2527.82 s [unison-runtime] |
  6301. 2527.82 s [unison-runtime] 870 | rctxResolve ctx u = M.lookup u ctx
  6302. 2527.83 s [unison-runtime] | ^^^
  6303. 2527.83 s [unison-runtime]
  6304. 2527.83 s [unison-runtime] src/Unison/Runtime/MCode.hs:909:24: warning: [GHC-63397] [-Wname-shadowing]
  6305. 2527.83 s [unison-runtime] This binding for ‘cmbs’ shadows the existing binding
  6306. 2527.83 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
  6307. 2527.83 s [unison-runtime] |
  6308. 2527.83 s [unison-runtime] 909 | Just cmbs -> cmbs
  6309. 2527.83 s [unison-runtime] | ^^^^
  6310. 2527.83 s [unison-runtime]
  6311. 2527.83 s [unison-runtime] src/Unison/Runtime/MCode.hs:912:28: warning: [GHC-63397] [-Wname-shadowing]
  6312. 2527.83 s [unison-runtime] This binding for ‘cmbs’ shadows the existing binding
  6313. 2527.83 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:908:17
  6314. 2527.83 s [unison-runtime] |
  6315. 2527.83 s [unison-runtime] 912 | Just cmbs -> cmbs
  6316. 2527.83 s [unison-runtime] | ^^^^
  6317. 2527.83 s [unison-runtime]
  6318. 2527.83 s [unison-runtime] src/Unison/Runtime/MCode.hs:962:8: warning: [GHC-63397] [-Wname-shadowing]
  6319. 2527.83 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6320. 2527.83 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6321. 2527.83 s [unison-runtime] |
  6322. 2527.83 s [unison-runtime] 962 | record ctx l (EM es) = EM $ \c ->
  6323. 2527.83 s [unison-runtime] | ^^^
  6324. 2527.83 s [unison-runtime]
  6325. 2527.84 s [unison-runtime] src/Unison/Runtime/MCode.hs:979:10: warning: [GHC-63397] [-Wname-shadowing]
  6326. 2527.84 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6327. 2527.84 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6328. 2527.84 s [unison-runtime] |
  6329. 2527.84 s [unison-runtime] 979 | countCtx ctx = counted . C i
  6330. 2527.84 s [unison-runtime] | ^^^
  6331. 2527.84 s [unison-runtime]
  6332. 2527.84 s [unison-runtime] src/Unison/Runtime/MCode.hs:984:23: warning: [GHC-63397] [-Wname-shadowing]
  6333. 2527.84 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6334. 2527.84 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6335. 2527.84 s [unison-runtime] |
  6336. 2527.84 s [unison-runtime] 984 | countCtx0 !i (Var _ _ ctx) = countCtx0 (i + 1) ctx
  6337. 2527.84 s [unison-runtime] | ^^^
  6338. 2527.84 s [unison-runtime]
  6339. 2527.84 s [unison-runtime] src/Unison/Runtime/MCode.hs:985:18: warning: [GHC-63397] [-Wname-shadowing]
  6340. 2527.84 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6341. 2527.84 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6342. 2527.84 s [unison-runtime] |
  6343. 2527.84 s [unison-runtime] 985 | countCtx0 i (Tag ctx) = countCtx0 (i + 1) ctx
  6344. 2527.84 s [unison-runtime] | ^^^
  6345. 2527.84 s [unison-runtime]
  6346. 2527.84 s [unison-runtime] src/Unison/Runtime/MCode.hs:986:20: warning: [GHC-63397] [-Wname-shadowing]
  6347. 2527.84 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6348. 2527.85 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6349. 2527.85 s [unison-runtime] |
  6350. 2527.85 s [unison-runtime] 986 | countCtx0 i (Block ctx) = countCtx0 i ctx
  6351. 2527.85 s [unison-runtime] | ^^^
  6352. 2527.85 s [unison-runtime]
  6353. 2527.85 s [unison-runtime] src/Unison/Runtime/MCode.hs:1015:31: warning: [GHC-63397] [-Wname-shadowing]
  6354. 2527.85 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6355. 2527.85 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6356. 2527.85 s [unison-runtime] |
  6357. 2527.85 s [unison-runtime] 1015 | emitSection rns grpr grpn rec ctx (TLets d us ms bu bo) =
  6358. 2527.85 s [unison-runtime] | ^^^
  6359. 2527.85 s [unison-runtime]
  6360. 2527.85 s [unison-runtime] src/Unison/Runtime/MCode.hs:1020:31: warning: [GHC-63397] [-Wname-shadowing]
  6361. 2527.85 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6362. 2527.85 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6363. 2527.85 s [unison-runtime] |
  6364. 2527.85 s [unison-runtime] 1020 | emitSection rns grpr grpn rec ctx (TName u (Left f) args bo) =
  6365. 2527.85 s [unison-runtime] | ^^^
  6366. 2527.85 s [unison-runtime]
  6367. 2527.85 s [unison-runtime] src/Unison/Runtime/MCode.hs:1021:42: warning: [GHC-63397] [-Wname-shadowing]
  6368. 2527.85 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6369. 2527.85 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1020:31
  6370. 2527.85 s [unison-runtime] |
  6371. 2527.85 s [unison-runtime] 1021 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  6372. 2527.85 s [unison-runtime] | ^^^
  6373. 2527.85 s [unison-runtime]
  6374. 2527.86 s [unison-runtime] src/Unison/Runtime/MCode.hs:1025:31: warning: [GHC-63397] [-Wname-shadowing]
  6375. 2527.86 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6376. 2527.86 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6377. 2527.86 s [unison-runtime] |
  6378. 2527.86 s [unison-runtime] 1025 | emitSection rns grpr grpn rec ctx (TName u (Right v) args bo)
  6379. 2527.86 s [unison-runtime] | ^^^
  6380. 2527.86 s [unison-runtime]
  6381. 2527.86 s [unison-runtime] src/Unison/Runtime/MCode.hs:1027:46: warning: [GHC-63397] [-Wname-shadowing]
  6382. 2527.86 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6383. 2527.86 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
  6384. 2527.86 s [unison-runtime] |
  6385. 2527.86 s [unison-runtime] 1027 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  6386. 2527.86 s [unison-runtime] | ^^^
  6387. 2527.86 s [unison-runtime]
  6388. 2527.86 s [unison-runtime] src/Unison/Runtime/MCode.hs:1031:46: warning: [GHC-63397] [-Wname-shadowing]
  6389. 2527.86 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6390. 2527.86 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1025:31
  6391. 2527.86 s [unison-runtime] |
  6392. 2527.86 s [unison-runtime] 1031 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  6393. 2527.86 s [unison-runtime] | ^^^
  6394. 2527.86 s [unison-runtime]
  6395. 2527.86 s [unison-runtime] src/Unison/Runtime/MCode.hs:1036:29: warning: [GHC-63397] [-Wname-shadowing]
  6396. 2527.86 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6397. 2527.87 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6398. 2527.87 s [unison-runtime] |
  6399. 2527.87 s [unison-runtime] 1036 | emitSection _ grpr grpn rec ctx (TVar v)
  6400. 2527.87 s [unison-runtime] | ^^^
  6401. 2527.87 s [unison-runtime]
  6402. 2527.87 s [unison-runtime] src/Unison/Runtime/MCode.hs:1042:24: warning: [GHC-63397] [-Wname-shadowing]
  6403. 2527.87 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6404. 2527.87 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6405. 2527.87 s [unison-runtime] |
  6406. 2527.87 s [unison-runtime] 1042 | emitSection _ _ grpn _ ctx (TPrm p args) =
  6407. 2527.87 s [unison-runtime] | ^^^
  6408. 2527.87 s [unison-runtime]
  6409. 2527.87 s [unison-runtime] src/Unison/Runtime/MCode.hs:1051:24: warning: [GHC-63397] [-Wname-shadowing]
  6410. 2527.87 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6411. 2527.87 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6412. 2527.87 s [unison-runtime] |
  6413. 2527.87 s [unison-runtime] 1051 | emitSection _ _ grpn _ ctx (TFOp p args) =
  6414. 2527.87 s [unison-runtime] | ^^^
  6415. 2527.87 s [unison-runtime]
  6416. 2527.87 s [unison-runtime] src/Unison/Runtime/MCode.hs:1058:31: warning: [GHC-63397] [-Wname-shadowing]
  6417. 2527.87 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6418. 2527.87 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6419. 2527.87 s [unison-runtime] |
  6420. 2527.87 s [unison-runtime] 1058 | emitSection rns grpr grpn rec ctx (TApp f args) =
  6421. 2527.87 s [unison-runtime] | ^^^
  6422. 2527.87 s [unison-runtime]
  6423. 2527.88 s [unison-runtime] src/Unison/Runtime/MCode.hs:1059:42: warning: [GHC-63397] [-Wname-shadowing]
  6424. 2527.88 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6425. 2527.88 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1058:31
  6426. 2527.88 s [unison-runtime] |
  6427. 2527.88 s [unison-runtime] 1059 | emitClosures grpr grpn rec ctx args $ \ctx as ->
  6428. 2527.88 s [unison-runtime] | ^^^
  6429. 2527.88 s [unison-runtime]
  6430. 2527.88 s [unison-runtime] src/Unison/Runtime/MCode.hs:1061:31: warning: [GHC-63397] [-Wname-shadowing]
  6431. 2527.88 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6432. 2527.88 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6433. 2527.88 s [unison-runtime] |
  6434. 2527.88 s [unison-runtime] 1061 | emitSection rns grpr grpn rec ctx (TLocal v bo)
  6435. 2527.88 s [unison-runtime] | ^^^
  6436. 2527.88 s [unison-runtime]
  6437. 2527.88 s [unison-runtime] src/Unison/Runtime/MCode.hs:1066:21: warning: [GHC-63397] [-Wname-shadowing]
  6438. 2527.88 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6439. 2527.88 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6440. 2527.88 s [unison-runtime] |
  6441. 2527.88 s [unison-runtime] 1066 | emitSection _ _ _ _ ctx (TLit l) =
  6442. 2527.88 s [unison-runtime] | ^^^
  6443. 2527.88 s [unison-runtime]
  6444. 2527.88 s [unison-runtime] src/Unison/Runtime/MCode.hs:1074:21: warning: [GHC-63397] [-Wname-shadowing]
  6445. 2527.88 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6446. 2527.88 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6447. 2527.88 s [unison-runtime] |
  6448. 2527.88 s [unison-runtime] 1074 | emitSection _ _ _ _ ctx (TBLit l) =
  6449. 2527.88 s [unison-runtime] | ^^^
  6450. 2527.88 s [unison-runtime]
  6451. 2527.88 s [unison-runtime] src/Unison/Runtime/MCode.hs:1076:31: warning: [GHC-63397] [-Wname-shadowing]
  6452. 2527.88 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6453. 2527.88 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6454. 2527.88 s [unison-runtime] |
  6455. 2527.89 s [unison-runtime] 1076 | emitSection rns grpr grpn rec ctx (TMatch v bs)
  6456. 2527.89 s [unison-runtime] | ^^^
  6457. 2527.89 s [unison-runtime]
  6458. 2527.89 s [unison-runtime] src/Unison/Runtime/MCode.hs:1148:31: warning: [GHC-63397] [-Wname-shadowing]
  6459. 2527.89 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6460. 2527.89 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6461. 2527.89 s [unison-runtime] |
  6462. 2527.89 s [unison-runtime] 1148 | emitSection rns grpr grpn rec ctx (THnd rs nh ah b) =
  6463. 2527.89 s [unison-runtime] | ^^^
  6464. 2527.89 s [unison-runtime]
  6465. 2527.89 s [unison-runtime] src/Unison/Runtime/MCode.hs:1161:31: warning: [GHC-63397] [-Wname-shadowing]
  6466. 2527.89 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6467. 2527.89 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6468. 2527.89 s [unison-runtime] |
  6469. 2527.89 s [unison-runtime] 1161 | emitSection rns grpr grpn rec ctx (TShift r v e) =
  6470. 2527.89 s [unison-runtime] | ^^^
  6471. 2527.89 s [unison-runtime]
  6472. 2527.89 s [unison-runtime] src/Unison/Runtime/MCode.hs:1164:21: warning: [GHC-63397] [-Wname-shadowing]
  6473. 2527.89 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6474. 2527.89 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6475. 2527.89 s [unison-runtime] |
  6476. 2527.89 s [unison-runtime] 1164 | emitSection _ _ _ _ ctx (TFrc v)
  6477. 2527.89 s [unison-runtime] | ^^^
  6478. 2527.89 s [unison-runtime]
  6479. 2527.89 s [unison-runtime] src/Unison/Runtime/MCode.hs:1185:30: warning: [GHC-63397] [-Wname-shadowing]
  6480. 2527.89 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6481. 2527.89 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6482. 2527.89 s [unison-runtime] |
  6483. 2527.89 s [unison-runtime] 1185 | emitFunction _ grpr grpn rec ctx (FVar v) as
  6484. 2527.90 s [unison-runtime] | ^^^
  6485. 2527.90 s [unison-runtime]
  6486. 2527.90 s [unison-runtime] src/Unison/Runtime/MCode.hs:1219:26: warning: [GHC-63397] [-Wname-shadowing]
  6487. 2527.90 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6488. 2527.90 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6489. 2527.90 s [unison-runtime] |
  6490. 2527.90 s [unison-runtime] 1219 | emitFunction _ _grpr _ _ ctx (FCont k) as
  6491. 2527.90 s [unison-runtime] | ^^^
  6492. 2527.90 s [unison-runtime]
  6493. 2527.90 s [unison-runtime] src/Unison/Runtime/MCode.hs:1229:20: warning: [GHC-63397] [-Wname-shadowing]
  6494. 2527.90 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6495. 2527.90 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6496. 2527.90 s [unison-runtime] |
  6497. 2527.90 s [unison-runtime] 1229 | go !i (Var _ _ ctx) = go (i + 1) ctx
  6498. 2527.90 s [unison-runtime] | ^^^
  6499. 2527.90 s [unison-runtime]
  6500. 2527.90 s [unison-runtime] src/Unison/Runtime/MCode.hs:1230:15: warning: [GHC-63397] [-Wname-shadowing]
  6501. 2527.90 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6502. 2527.90 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6503. 2527.90 s [unison-runtime] |
  6504. 2527.90 s [unison-runtime] 1230 | go i (Tag ctx) = go (i + 1) ctx
  6505. 2527.90 s [unison-runtime] | ^^^
  6506. 2527.90 s [unison-runtime]
  6507. 2527.90 s [unison-runtime] src/Unison/Runtime/MCode.hs:1282:26: warning: [GHC-63397] [-Wname-shadowing]
  6508. 2527.90 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6509. 2527.90 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6510. 2527.90 s [unison-runtime] |
  6511. 2527.90 s [unison-runtime] 1282 | emitLet rns _ grpn _ _ _ ctx (TApp (FCon r n) args) =
  6512. 2527.90 s [unison-runtime] | ^^^
  6513. 2527.90 s [unison-runtime]
  6514. 2527.90 s [unison-runtime] src/Unison/Runtime/MCode.hs:1286:24: warning: [GHC-63397] [-Wname-shadowing]
  6515. 2527.90 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6516. 2527.90 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6517. 2527.91 s [unison-runtime] |
  6518. 2527.91 s [unison-runtime] 1286 | emitLet _ _ grpn _ _ _ ctx (TApp (FPrim p) args) =
  6519. 2527.91 s [unison-runtime] | ^^^
  6520. 2527.91 s [unison-runtime]
  6521. 2527.91 s [unison-runtime] src/Unison/Runtime/MCode.hs:1288:21: warning: [GHC-63397] [-Wname-shadowing]
  6522. 2527.91 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6523. 2527.91 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6524. 2527.91 s [unison-runtime] |
  6525. 2527.91 s [unison-runtime] 1288 | emitLet _ _ _ _ _ _ ctx (TDiscard v)
  6526. 2527.91 s [unison-runtime] | ^^^
  6527. 2527.91 s [unison-runtime]
  6528. 2527.91 s [unison-runtime] src/Unison/Runtime/MCode.hs:1290:21: warning: [GHC-63397] [-Wname-shadowing]
  6529. 2527.91 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6530. 2527.91 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6531. 2527.91 s [unison-runtime] |
  6532. 2527.91 s [unison-runtime] 1290 | emitLet _ _ _ _ _ _ ctx (TUpdate ind r v)
  6533. 2527.91 s [unison-runtime] | ^^^
  6534. 2527.91 s [unison-runtime]
  6535. 2527.91 s [unison-runtime] src/Unison/Runtime/MCode.hs:1294:33: warning: [GHC-63397] [-Wname-shadowing]
  6536. 2527.91 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6537. 2527.91 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6538. 2527.91 s [unison-runtime] |
  6539. 2527.91 s [unison-runtime] 1294 | emitLet rns grpr grpn rec d vcs ctx bnd
  6540. 2527.91 s [unison-runtime] | ^^^
  6541. 2527.91 s [unison-runtime]
  6542. 2527.91 s [unison-runtime] src/Unison/Runtime/MCode.hs:1303:19: warning: [GHC-63397] [-Wname-shadowing]
  6543. 2527.91 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  6544. 2527.91 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1303:5
  6545. 2527.91 s [unison-runtime] |
  6546. 2527.92 s [unison-runtime] 1303 | f s (w, Lam _ f bd) =
  6547. 2527.92 s [unison-runtime] | ^
  6548. 2527.92 s [unison-runtime]
  6549. 2527.92 s [unison-runtime] src/Unison/Runtime/MCode.hs:1534:38: warning: [GHC-63397] [-Wname-shadowing]
  6550. 2527.92 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6551. 2527.92 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6552. 2527.92 s [unison-runtime] |
  6553. 2527.92 s [unison-runtime] 1534 | emitDataMatching r rns grpr grpn rec ctx cs df =
  6554. 2527.92 s [unison-runtime] | ^^^
  6555. 2527.92 s [unison-runtime]
  6556. 2527.92 s [unison-runtime] src/Unison/Runtime/MCode.hs:1560:35: warning: [GHC-63397] [-Wname-shadowing]
  6557. 2527.92 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6558. 2527.92 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6559. 2527.92 s [unison-runtime] |
  6560. 2527.92 s [unison-runtime] 1560 | emitSumMatching rns grpr grpn rec ctx v i cs =
  6561. 2527.92 s [unison-runtime] | ^^^
  6562. 2527.92 s [unison-runtime]
  6563. 2527.92 s [unison-runtime] src/Unison/Runtime/MCode.hs:1575:39: warning: [GHC-63397] [-Wname-shadowing]
  6564. 2527.92 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6565. 2527.92 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6566. 2527.92 s [unison-runtime] |
  6567. 2527.92 s [unison-runtime] 1575 | emitRequestMatching rns grpr grpn rec ctx hs df = (,) <$> pur <*> tops
  6568. 2527.92 s [unison-runtime] | ^^^
  6569. 2527.92 s [unison-runtime]
  6570. 2527.92 s [unison-runtime] src/Unison/Runtime/MCode.hs:1596:43: warning: [GHC-63397] [-Wname-shadowing]
  6571. 2527.92 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6572. 2527.92 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6573. 2527.92 s [unison-runtime] |
  6574. 2527.92 s [unison-runtime] 1596 | emitLitMatching con err rns grpr grpn rec ctx i cs df =
  6575. 2527.92 s [unison-runtime] | ^^^
  6576. 2527.92 s [unison-runtime]
  6577. 2527.92 s [unison-runtime] src/Unison/Runtime/MCode.hs:1612:28: warning: [GHC-63397] [-Wname-shadowing]
  6578. 2527.92 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6579. 2527.92 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6580. 2527.92 s [unison-runtime] |
  6581. 2527.92 s [unison-runtime] 1612 | emitCase rns grpr grpn rec ctx (ccs, TAbss vs bo) =
  6582. 2527.92 s [unison-runtime] | ^^^
  6583. 2527.92 s [unison-runtime]
  6584. 2527.93 s [unison-runtime] src/Unison/Runtime/MCode.hs:1625:31: warning: [GHC-63397] [-Wname-shadowing]
  6585. 2527.93 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6586. 2527.93 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6587. 2527.93 s [unison-runtime] |
  6588. 2527.93 s [unison-runtime] 1625 | emitSumCase rns grpr grpn rec ctx v (ccs, TAbss vs bo) =
  6589. 2527.93 s [unison-runtime] | ^^^
  6590. 2527.93 s [unison-runtime]
  6591. 2527.93 s [unison-runtime] src/Unison/Runtime/MCode.hs:1657:28: warning: [GHC-63397] [-Wname-shadowing]
  6592. 2527.93 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6593. 2527.93 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6594. 2527.93 s [unison-runtime] |
  6595. 2527.93 s [unison-runtime] 1657 | emitClosures grpr grpn rec ctx args k =
  6596. 2527.93 s [unison-runtime] | ^^^
  6597. 2527.93 s [unison-runtime]
  6598. 2527.93 s [unison-runtime] src/Unison/Runtime/MCode.hs:1658:24: warning: [GHC-63397] [-Wname-shadowing]
  6599. 2527.93 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6600. 2527.93 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  6601. 2527.93 s [unison-runtime] |
  6602. 2527.93 s [unison-runtime] 1658 | allocate ctx args $ \ctx -> k ctx $ emitArgs grpn ctx args
  6603. 2527.94 s [unison-runtime] | ^^^
  6604. 2527.94 s [unison-runtime]
  6605. 2527.94 s [unison-runtime] src/Unison/Runtime/MCode.hs:1660:14: warning: [GHC-63397] [-Wname-shadowing]
  6606. 2527.94 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6607. 2527.94 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  6608. 2527.94 s [unison-runtime] |
  6609. 2527.94 s [unison-runtime] 1660 | allocate ctx [] k = k ctx
  6610. 2527.94 s [unison-runtime] | ^^^
  6611. 2527.94 s [unison-runtime]
  6612. 2527.94 s [unison-runtime] src/Unison/Runtime/MCode.hs:1660:21: warning: [GHC-63397] [-Wname-shadowing]
  6613. 2527.94 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6614. 2527.94 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
  6615. 2527.94 s [unison-runtime] |
  6616. 2527.94 s [unison-runtime] 1660 | allocate ctx [] k = k ctx
  6617. 2527.94 s [unison-runtime] | ^
  6618. 2527.94 s [unison-runtime]
  6619. 2527.94 s [unison-runtime] src/Unison/Runtime/MCode.hs:1661:14: warning: [GHC-63397] [-Wname-shadowing]
  6620. 2527.94 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6621. 2527.94 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:28
  6622. 2527.94 s [unison-runtime] |
  6623. 2527.94 s [unison-runtime] 1661 | allocate ctx (a : as) k
  6624. 2527.94 s [unison-runtime] | ^^^
  6625. 2527.94 s [unison-runtime]
  6626. 2527.94 s [unison-runtime] src/Unison/Runtime/MCode.hs:1661:27: warning: [GHC-63397] [-Wname-shadowing]
  6627. 2527.94 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6628. 2527.94 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1657:37
  6629. 2527.94 s [unison-runtime] |
  6630. 2527.94 s [unison-runtime] 1661 | allocate ctx (a : as) k
  6631. 2527.94 s [unison-runtime] | ^
  6632. 2527.94 s [unison-runtime]
  6633. 2527.95 s [unison-runtime] src/Unison/Runtime/MCode.hs:1670:15: warning: [GHC-63397] [-Wname-shadowing]
  6634. 2527.95 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  6635. 2527.95 s [unison-runtime] defined at src/Unison/Runtime/MCode.hs:825:1
  6636. 2527.95 s [unison-runtime] |
  6637. 2527.95 s [unison-runtime] 1670 | emitArgs grpn ctx args
  6638. 2527.95 s [unison-runtime] | ^^^
  6639. 2527.95 s [unison-runtime]
  6640. 2527.95 s [unison-runtime] src/Unison/Runtime/MCode.hs:1826:14: warning: [GHC-63397] [-Wname-shadowing]
  6641. 2527.95 s [unison-runtime] This binding for ‘i’ shadows the existing binding
  6642. 2527.95 s [unison-runtime] bound at src/Unison/Runtime/MCode.hs:1819:12
  6643. 2527.95 s [unison-runtime] |
  6644. 2527.95 s [unison-runtime] 1826 | rqc (i, e) =
  6645. 2527.95 s [unison-runtime] | ^
  6646. 2527.95 s [unison-runtime]
  6647. 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 )
  6648. 2531.05 s [unison-runtime] src/Unison/Runtime/Stack.hs:465:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6649. 2531.05 s [unison-runtime] Pattern synonym with no type signature:
  6650. 2531.05 s [unison-runtime] pattern Data1 :: Reference -> PackedTag -> Val -> Closure
  6651. 2531.05 s [unison-runtime] |
  6652. 2531.05 s [unison-runtime] 465 | pattern Data1 r t i = Closure (GData1 r t i)
  6653. 2531.05 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6654. 2531.05 s [unison-runtime]
  6655. 2531.05 s [unison-runtime] src/Unison/Runtime/Stack.hs:467:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6656. 2531.05 s [unison-runtime] Pattern synonym with no type signature:
  6657. 2531.05 s [unison-runtime] pattern Data2 :: Reference -> PackedTag -> Val -> Val -> Closure
  6658. 2531.05 s [unison-runtime] |
  6659. 2531.05 s [unison-runtime] 467 | pattern Data2 r t i j = Closure (GData2 r t i j)
  6660. 2531.05 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6661. 2531.05 s [unison-runtime]
  6662. 2531.05 s [unison-runtime] src/Unison/Runtime/Stack.hs:469:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6663. 2531.05 s [unison-runtime] Pattern synonym with no type signature:
  6664. 2531.05 s [unison-runtime] pattern DataG :: Reference -> PackedTag -> Seg -> Closure
  6665. 2531.05 s [unison-runtime] |
  6666. 2531.05 s [unison-runtime] 469 | pattern DataG r t seg = Closure (GDataG r t seg)
  6667. 2531.05 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6668. 2531.05 s [unison-runtime]
  6669. 2531.05 s [unison-runtime] src/Unison/Runtime/Stack.hs:471:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6670. 2531.05 s [unison-runtime] Pattern synonym with no type signature:
  6671. 2531.05 s [unison-runtime] pattern Captured :: K -> Int -> Seg -> Closure
  6672. 2531.05 s [unison-runtime] |
  6673. 2531.06 s [unison-runtime] 471 | pattern Captured k a seg = Closure (GCaptured k a seg)
  6674. 2531.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6675. 2531.06 s [unison-runtime]
  6676. 2531.06 s [unison-runtime] src/Unison/Runtime/Stack.hs:473:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6677. 2531.06 s [unison-runtime] Pattern synonym with no type signature:
  6678. 2531.06 s [unison-runtime] pattern Foreign :: Foreign -> Closure
  6679. 2531.06 s [unison-runtime] |
  6680. 2531.06 s [unison-runtime] 473 | pattern Foreign x = Closure (GForeign x)
  6681. 2531.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6682. 2531.06 s [unison-runtime]
  6683. 2531.06 s [unison-runtime] src/Unison/Runtime/Stack.hs:475:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6684. 2531.06 s [unison-runtime] Pattern synonym with no type signature:
  6685. 2531.06 s [unison-runtime] pattern Affine :: EnumSet Word64 -> AEnv -> AffineRef -> Closure
  6686. 2531.06 s [unison-runtime] |
  6687. 2531.06 s [unison-runtime] 475 | pattern Affine ps aenv r = Closure (GAffine ps aenv r)
  6688. 2531.06 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6689. 2531.06 s [unison-runtime]
  6690. 2531.06 s [unison-runtime] src/Unison/Runtime/Stack.hs:477:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6691. 2531.06 s [unison-runtime] Pattern synonym with no type signature:
  6692. 2531.07 s [unison-runtime] pattern BlackHole :: Closure
  6693. 2531.07 s [unison-runtime] |
  6694. 2531.07 s [unison-runtime] 477 | pattern BlackHole <- Closure GBlackHole
  6695. 2531.07 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6696. 2531.07 s [unison-runtime]
  6697. 2531.07 s [unison-runtime] src/Unison/Runtime/Stack.hs:481:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  6698. 2531.07 s [unison-runtime] Pattern synonym with no type signature:
  6699. 2531.07 s [unison-runtime] pattern UnboxedTypeTag :: UnboxedTypeTag -> Closure
  6700. 2531.07 s [unison-runtime] |
  6701. 2531.07 s [unison-runtime] 481 | pattern UnboxedTypeTag t <- Closure (GUnboxedTypeTag t)
  6702. 2531.07 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  6703. 2531.07 s [unison-runtime]
  6704. 2531.07 s [unison-runtime] src/Unison/Runtime/Stack.hs:590:19: warning: [GHC-63397] [-Wname-shadowing]
  6705. 2531.07 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  6706. 2531.07 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:578:18
  6707. 2531.07 s [unison-runtime] |
  6708. 2531.07 s [unison-runtime] 590 | Foreign r <- indexArray bsg 0,
  6709. 2531.07 s [unison-runtime] | ^
  6710. 2531.07 s [unison-runtime]
  6711. 2531.07 s [unison-runtime] src/Unison/Runtime/Stack.hs:731:9: warning: [GHC-63397] [-Wname-shadowing]
  6712. 2531.07 s [unison-runtime] This binding for ‘udst’ shadows the existing binding
  6713. 2531.07 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:728:3
  6714. 2531.07 s [unison-runtime] |
  6715. 2531.07 s [unison-runtime] 731 | udst <- unsafeFreezeByteArray udst
  6716. 2531.07 s [unison-runtime] | ^^^^
  6717. 2531.08 s [unison-runtime]
  6718. 2531.08 s [unison-runtime] src/Unison/Runtime/Stack.hs:732:9: warning: [GHC-63397] [-Wname-shadowing]
  6719. 2531.08 s [unison-runtime] This binding for ‘bdst’ shadows the existing binding
  6720. 2531.08 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:729:3
  6721. 2531.08 s [unison-runtime] |
  6722. 2531.08 s [unison-runtime] 732 | bdst <- unsafeFreezeArray bdst
  6723. 2531.08 s [unison-runtime] | ^^^^
  6724. 2531.08 s [unison-runtime]
  6725. 2531.08 s [unison-runtime] src/Unison/Runtime/Stack.hs:759:15: warning: [GHC-63397] [-Wname-shadowing]
  6726. 2531.08 s [unison-runtime] This binding for ‘s’ shadows the existing binding
  6727. 2531.08 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:755:8
  6728. 2531.08 s [unison-runtime] |
  6729. 2531.08 s [unison-runtime] 759 | (x, s) <- runStateT (f (Val un bx)) s
  6730. 2531.08 s [unison-runtime] | ^
  6731. 2531.08 s [unison-runtime]
  6732. 2531.08 s [unison-runtime] src/Unison/Runtime/Stack.hs:760:11: warning: [GHC-63397] [-Wname-shadowing]
  6733. 2531.08 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  6734. 2531.08 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:759:12
  6735. 2531.08 s [unison-runtime] |
  6736. 2531.08 s [unison-runtime] 760 | x <- evaluate x
  6737. 2531.08 s [unison-runtime] | ^
  6738. 2531.08 s [unison-runtime]
  6739. 2531.08 s [unison-runtime] src/Unison/Runtime/Stack.hs:903:8: warning: [GHC-63397] [-Wname-shadowing]
  6740. 2531.08 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6741. 2531.08 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6742. 2531.08 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6743. 2531.08 s [unison-runtime] |
  6744. 2531.08 s [unison-runtime] 903 | dumpAP ap _ _ _ = ap
  6745. 2531.09 s [unison-runtime] | ^^
  6746. 2531.09 s [unison-runtime]
  6747. 2531.09 s [unison-runtime] src/Unison/Runtime/Stack.hs:938:15: warning: [GHC-63397] [-Wname-shadowing]
  6748. 2531.09 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6749. 2531.09 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6750. 2531.09 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6751. 2531.09 s [unison-runtime] |
  6752. 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}
  6753. 2531.09 s [unison-runtime] | ^^
  6754. 2531.09 s [unison-runtime]
  6755. 2531.09 s [unison-runtime] src/Unison/Runtime/Stack.hs:942:25: warning: [GHC-63397] [-Wname-shadowing]
  6756. 2531.09 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6757. 2531.09 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6758. 2531.09 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6759. 2531.09 s [unison-runtime] |
  6760. 2531.09 s [unison-runtime] 942 | unpackXStack (Stack (I# ap) (I# fp) (I# sp) (MutableByteArray ustk) (MutableArray bstk)) = (# ap, fp, sp, ustk, bstk #)
  6761. 2531.09 s [unison-runtime] | ^^
  6762. 2531.09 s [unison-runtime]
  6763. 2531.10 s [unison-runtime] src/Unison/Runtime/Stack.hs:959:6: warning: [GHC-63397] [-Wname-shadowing]
  6764. 2531.10 s [unison-runtime] This binding for ‘s’ shadows the existing binding
  6765. 2531.10 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:958:25
  6766. 2531.10 s [unison-runtime] |
  6767. 2531.10 s [unison-runtime] 959 | (# s, b, x #) -> (# s, (b, packXStack x) #)
  6768. 2531.10 s [unison-runtime] | ^
  6769. 2531.10 s [unison-runtime]
  6770. 2531.10 s [unison-runtime] src/Unison/Runtime/Stack.hs:962:15: warning: [GHC-63397] [-Wname-shadowing]
  6771. 2531.10 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6772. 2531.10 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6773. 2531.10 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6774. 2531.10 s [unison-runtime] |
  6775. 2531.10 s [unison-runtime] 962 | show (Stack ap fp sp _ _) =
  6776. 2531.10 s [unison-runtime] | ^^
  6777. 2531.10 s [unison-runtime]
  6778. 2531.10 s [unison-runtime] src/Unison/Runtime/Stack.hs:1192:19: warning: [GHC-63397] [-Wname-shadowing]
  6779. 2531.10 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6780. 2531.10 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6781. 2531.10 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6782. 2531.10 s [unison-runtime] |
  6783. 2531.10 s [unison-runtime] 1192 | ensure stk@(Stack ap fp sp ustk bstk) sze
  6784. 2531.10 s [unison-runtime] | ^^
  6785. 2531.10 s [unison-runtime]
  6786. 2531.10 s [unison-runtime] src/Unison/Runtime/Stack.hs:1212:13: warning: [GHC-63397] [-Wname-shadowing]
  6787. 2531.10 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6788. 2531.10 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6789. 2531.10 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6790. 2531.10 s [unison-runtime] |
  6791. 2531.10 s [unison-runtime] 1212 | bump (Stack ap fp sp ustk bstk) = do
  6792. 2531.10 s [unison-runtime] | ^^
  6793. 2531.10 s [unison-runtime]
  6794. 2531.10 s [unison-runtime] src/Unison/Runtime/Stack.hs:1221:14: warning: [GHC-63397] [-Wname-shadowing]
  6795. 2531.10 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6796. 2531.10 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6797. 2531.10 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6798. 2531.10 s [unison-runtime] |
  6799. 2531.11 s [unison-runtime] 1221 | bumpn (Stack ap fp sp ustk bstk) n = do
  6800. 2531.11 s [unison-runtime] | ^^
  6801. 2531.11 s [unison-runtime]
  6802. 2531.11 s [unison-runtime] src/Unison/Runtime/Stack.hs:1231:18: warning: [GHC-63397] [-Wname-shadowing]
  6803. 2531.11 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6804. 2531.11 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6805. 2531.11 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6806. 2531.11 s [unison-runtime] |
  6807. 2531.11 s [unison-runtime] 1231 | duplicate (Stack ap fp sp ustk bstk) = do
  6808. 2531.11 s [unison-runtime] | ^^
  6809. 2531.11 s [unison-runtime]
  6810. 2531.11 s [unison-runtime] src/Unison/Runtime/Stack.hs:1246:21: warning: [GHC-63397] [-Wname-shadowing]
  6811. 2531.11 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6812. 2531.11 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6813. 2531.11 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6814. 2531.11 s [unison-runtime] |
  6815. 2531.11 s [unison-runtime] 1246 | discardFrame (Stack ap fp _ ustk bstk) = pure $ Stack ap fp fp ustk bstk
  6816. 2531.11 s [unison-runtime] | ^^
  6817. 2531.11 s [unison-runtime]
  6818. 2531.11 s [unison-runtime] src/Unison/Runtime/Stack.hs:1250:18: warning: [GHC-63397] [-Wname-shadowing]
  6819. 2531.11 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6820. 2531.11 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6821. 2531.11 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6822. 2531.11 s [unison-runtime] |
  6823. 2531.11 s [unison-runtime] 1250 | saveFrame (Stack ap fp sp ustk bstk) = pure (Stack sp sp sp ustk bstk, sp - fp, fp - ap)
  6824. 2531.11 s [unison-runtime] | ^^
  6825. 2531.11 s [unison-runtime]
  6826. 2531.12 s [unison-runtime] src/Unison/Runtime/Stack.hs:1254:17: warning: [GHC-63397] [-Wname-shadowing]
  6827. 2531.12 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6828. 2531.12 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6829. 2531.12 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6830. 2531.12 s [unison-runtime] |
  6831. 2531.12 s [unison-runtime] 1254 | saveArgs (Stack ap fp sp ustk bstk) = pure (Stack fp fp sp ustk bstk, fp - ap)
  6832. 2531.12 s [unison-runtime] | ^^
  6833. 2531.12 s [unison-runtime]
  6834. 2531.12 s [unison-runtime] src/Unison/Runtime/Stack.hs:1261:5: warning: [GHC-63397] [-Wname-shadowing]
  6835. 2531.12 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6836. 2531.12 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6837. 2531.12 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6838. 2531.12 s [unison-runtime] |
  6839. 2531.12 s [unison-runtime] 1261 | ap = fp - asz
  6840. 2531.12 s [unison-runtime] | ^^
  6841. 2531.12 s [unison-runtime]
  6842. 2531.12 s [unison-runtime] src/Unison/Runtime/Stack.hs:1265:20: warning: [GHC-63397] [-Wname-shadowing]
  6843. 2531.12 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6844. 2531.12 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6845. 2531.12 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6846. 2531.12 s [unison-runtime] |
  6847. 2531.12 s [unison-runtime] 1265 | prepareArgs (Stack ap fp sp ustk bstk) = \case
  6848. 2531.12 s [unison-runtime] | ^^
  6849. 2531.12 s [unison-runtime]
  6850. 2531.12 s [unison-runtime] src/Unison/Runtime/Stack.hs:1270:5: warning: [GHC-63397] [-Wname-shadowing]
  6851. 2531.12 s [unison-runtime] This binding for ‘sp’ shadows the existing binding
  6852. 2531.12 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1265:26
  6853. 2531.12 s [unison-runtime] |
  6854. 2531.12 s [unison-runtime] 1270 | sp <- argOnto (ustk, bstk) sp (ustk, bstk) fp args
  6855. 2531.12 s [unison-runtime] | ^^
  6856. 2531.12 s [unison-runtime]
  6857. 2531.13 s [unison-runtime] src/Unison/Runtime/Stack.hs:1275:19: warning: [GHC-63397] [-Wname-shadowing]
  6858. 2531.13 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6859. 2531.13 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6860. 2531.13 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6861. 2531.13 s [unison-runtime] |
  6862. 2531.13 s [unison-runtime] 1275 | acceptArgs (Stack ap fp sp ustk bstk) n = pure $ Stack ap (fp - n) sp ustk bstk
  6863. 2531.13 s [unison-runtime] | ^^
  6864. 2531.13 s [unison-runtime]
  6865. 2531.13 s [unison-runtime] src/Unison/Runtime/Stack.hs:1279:18: warning: [GHC-63397] [-Wname-shadowing]
  6866. 2531.13 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6867. 2531.13 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6868. 2531.13 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6869. 2531.13 s [unison-runtime] |
  6870. 2531.13 s [unison-runtime] 1279 | frameArgs (Stack ap _ sp ustk bstk) = pure $ Stack ap ap sp ustk bstk
  6871. 2531.13 s [unison-runtime] | ^^
  6872. 2531.13 s [unison-runtime]
  6873. 2531.13 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:20: warning: [GHC-63397] [-Wname-shadowing]
  6874. 2531.13 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6875. 2531.13 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6876. 2531.13 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6877. 2531.13 s [unison-runtime] |
  6878. 2531.13 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  6879. 2531.13 s [unison-runtime] | ^^
  6880. 2531.13 s [unison-runtime]
  6881. 2531.14 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:41: warning: [GHC-63397] [-Wname-shadowing]
  6882. 2531.14 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  6883. 2531.14 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
  6884. 2531.14 s [unison-runtime] |
  6885. 2531.14 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  6886. 2531.14 s [unison-runtime] | ^^^^
  6887. 2531.14 s [unison-runtime]
  6888. 2531.14 s [unison-runtime] src/Unison/Runtime/Stack.hs:1283:47: warning: [GHC-63397] [-Wname-shadowing]
  6889. 2531.14 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  6890. 2531.14 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  6891. 2531.14 s [unison-runtime] |
  6892. 2531.14 s [unison-runtime] 1283 | augSeg mode (Stack ap fp sp ustk bstk) (useg, bseg) margs = do
  6893. 2531.14 s [unison-runtime] | ^^^^
  6894. 2531.14 s [unison-runtime]
  6895. 2531.14 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:16: warning: [GHC-63397] [-Wname-shadowing]
  6896. 2531.14 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6897. 2531.14 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6898. 2531.14 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6899. 2531.14 s [unison-runtime] |
  6900. 2531.14 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  6901. 2531.14 s [unison-runtime] | ^^
  6902. 2531.14 s [unison-runtime]
  6903. 2531.14 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:37: warning: [GHC-63397] [-Wname-shadowing]
  6904. 2531.14 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  6905. 2531.14 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:544:1
  6906. 2531.14 s [unison-runtime] |
  6907. 2531.14 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  6908. 2531.14 s [unison-runtime] | ^^^^
  6909. 2531.14 s [unison-runtime]
  6910. 2531.15 s [unison-runtime] src/Unison/Runtime/Stack.hs:1329:43: warning: [GHC-63397] [-Wname-shadowing]
  6911. 2531.15 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  6912. 2531.15 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  6913. 2531.15 s [unison-runtime] |
  6914. 2531.15 s [unison-runtime] 1329 | dumpSeg (Stack ap fp sp ustk bstk) (useg, bseg) mode = do
  6915. 2531.15 s [unison-runtime] | ^^^^
  6916. 2531.15 s [unison-runtime]
  6917. 2531.15 s [unison-runtime] src/Unison/Runtime/Stack.hs:1347:19: warning: [GHC-63397] [-Wname-shadowing]
  6918. 2531.15 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6919. 2531.15 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6920. 2531.15 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6921. 2531.15 s [unison-runtime] |
  6922. 2531.15 s [unison-runtime] 1347 | adjustArgs (Stack ap fp sp ustk bstk) sz = pure $ Stack (ap - sz) fp sp ustk bstk
  6923. 2531.15 s [unison-runtime] | ^^
  6924. 2531.15 s [unison-runtime]
  6925. 2531.15 s [unison-runtime] src/Unison/Runtime/Stack.hs:1355:14: warning: [GHC-63397] [-Wname-shadowing]
  6926. 2531.15 s [unison-runtime] This binding for ‘ap’ shadows the existing binding
  6927. 2531.15 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Stack.hs:217:1-21
  6928. 2531.15 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  6929. 2531.15 s [unison-runtime] |
  6930. 2531.15 s [unison-runtime] 1355 | asize (Stack ap fp _ _ _) = fp - ap
  6931. 2531.16 s [unison-runtime] | ^^
  6932. 2531.16 s [unison-runtime]
  6933. 2531.16 s [unison-runtime] src/Unison/Runtime/Stack.hs:1517:37: warning: [GHC-63397] [-Wname-shadowing]
  6934. 2531.16 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6935. 2531.16 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  6936. 2531.16 s [unison-runtime] |
  6937. 2531.16 s [unison-runtime] 1517 | go com (Push f a ci _g _rsect k) =
  6938. 2531.16 s [unison-runtime] | ^
  6939. 2531.16 s [unison-runtime]
  6940. 2531.16 s [unison-runtime] src/Unison/Runtime/Stack.hs:1519:27: warning: [GHC-63397] [-Wname-shadowing]
  6941. 2531.16 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6942. 2531.16 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  6943. 2531.16 s [unison-runtime] |
  6944. 2531.16 s [unison-runtime] 1519 | go com (Mark a ps _ k) =
  6945. 2531.16 s [unison-runtime] | ^
  6946. 2531.16 s [unison-runtime]
  6947. 2531.16 s [unison-runtime] src/Unison/Runtime/Stack.hs:1521:25: warning: [GHC-63397] [-Wname-shadowing]
  6948. 2531.16 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6949. 2531.16 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  6950. 2531.16 s [unison-runtime] |
  6951. 2531.16 s [unison-runtime] 1521 | go com (Local _ a k) =
  6952. 2531.16 s [unison-runtime] | ^
  6953. 2531.16 s [unison-runtime]
  6954. 2531.17 s [unison-runtime] src/Unison/Runtime/Stack.hs:1523:27: warning: [GHC-63397] [-Wname-shadowing]
  6955. 2531.17 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6956. 2531.17 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  6957. 2531.17 s [unison-runtime] |
  6958. 2531.17 s [unison-runtime] 1523 | go com (AMark a _ _ k) =
  6959. 2531.17 s [unison-runtime] | ^
  6960. 2531.17 s [unison-runtime]
  6961. 2531.17 s [unison-runtime] src/Unison/Runtime/Stack.hs:1525:24: warning: [GHC-63397] [-Wname-shadowing]
  6962. 2531.17 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6963. 2531.17 s [unison-runtime] bound at src/Unison/Runtime/Stack.hs:1513:8
  6964. 2531.17 s [unison-runtime] |
  6965. 2531.17 s [unison-runtime] 1525 | go com (Keep _ a k) =
  6966. 2531.17 s [unison-runtime] | ^
  6967. 2531.17 s [unison-runtime]
  6968. 2531.17 s [unison-runtime] src/Unison/Runtime/Stack.hs:1547:12: warning: [GHC-63397] [-Wname-shadowing]
  6969. 2531.17 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  6970. 2531.17 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  6971. 2531.17 s [unison-runtime] |
  6972. 2531.17 s [unison-runtime] 1547 | scount (_, bseg) = bscount bseg
  6973. 2531.17 s [unison-runtime] | ^^^^
  6974. 2531.17 s [unison-runtime]
  6975. 2531.17 s [unison-runtime] src/Unison/Runtime/Stack.hs:1554:29: warning: [GHC-63397] [-Wname-shadowing]
  6976. 2531.17 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  6977. 2531.17 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  6978. 2531.17 s [unison-runtime] |
  6979. 2531.18 s [unison-runtime] 1554 | PAp (CIx r _ _) _ (_useg, bseg) ->
  6980. 2531.18 s [unison-runtime] | ^^^^
  6981. 2531.18 s [unison-runtime]
  6982. 2531.18 s [unison-runtime] src/Unison/Runtime/Stack.hs:1560:25: warning: [GHC-63397] [-Wname-shadowing]
  6983. 2531.18 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  6984. 2531.18 s [unison-runtime] defined at src/Unison/Runtime/Stack.hs:555:1
  6985. 2531.18 s [unison-runtime] |
  6986. 2531.18 s [unison-runtime] 1560 | (Captured k _ (_useg, bseg)) ->
  6987. 2531.18 s [unison-runtime] | ^^^^
  6988. 2531.18 s [unison-runtime]
  6989. 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 )
  6990. 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 )
  6991. 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 )
  6992. 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 )
  6993. 2534.07 s [unison-runtime] src/Unison/Runtime/Profiling.hs:27:28: warning: [GHC-63397] [-Wname-shadowing]
  6994. 2534.07 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  6995. 2534.07 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  6996. 2534.07 s [unison-runtime] |
  6997. 2534.08 s [unison-runtime] 27 | combs acc (AMark _ _ _ k) = combs acc k
  6998. 2534.08 s [unison-runtime] | ^
  6999. 2534.08 s [unison-runtime]
  7000. 2534.08 s [unison-runtime] src/Unison/Runtime/Profiling.hs:28:27: warning: [GHC-63397] [-Wname-shadowing]
  7001. 2534.08 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  7002. 2534.08 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  7003. 2534.08 s [unison-runtime] |
  7004. 2534.08 s [unison-runtime] 28 | combs acc (Mark _ _ _ k) = combs acc k
  7005. 2534.08 s [unison-runtime] | ^
  7006. 2534.08 s [unison-runtime]
  7007. 2534.08 s [unison-runtime] src/Unison/Runtime/Profiling.hs:29:26: warning: [GHC-63397] [-Wname-shadowing]
  7008. 2534.08 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  7009. 2534.08 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  7010. 2534.08 s [unison-runtime] |
  7011. 2534.08 s [unison-runtime] 29 | combs acc (Local _ _ k) = combs acc k
  7012. 2534.08 s [unison-runtime] | ^
  7013. 2534.08 s [unison-runtime]
  7014. 2534.08 s [unison-runtime] src/Unison/Runtime/Profiling.hs:30:25: warning: [GHC-63397] [-Wname-shadowing]
  7015. 2534.08 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  7016. 2534.08 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  7017. 2534.08 s [unison-runtime] |
  7018. 2534.09 s [unison-runtime] 30 | combs acc (Keep _ _ k) = combs acc k
  7019. 2534.09 s [unison-runtime] | ^
  7020. 2534.09 s [unison-runtime]
  7021. 2534.09 s [unison-runtime] src/Unison/Runtime/Profiling.hs:31:25: warning: [GHC-63397] [-Wname-shadowing]
  7022. 2534.09 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  7023. 2534.09 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:16
  7024. 2534.09 s [unison-runtime] |
  7025. 2534.09 s [unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
  7026. 2534.09 s [unison-runtime] | ^
  7027. 2534.09 s [unison-runtime]
  7028. 2534.09 s [unison-runtime] src/Unison/Runtime/Profiling.hs:31:31: warning: [GHC-63397] [-Wname-shadowing]
  7029. 2534.09 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  7030. 2534.09 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:12:18
  7031. 2534.09 s [unison-runtime] |
  7032. 2534.09 s [unison-runtime] 31 | combs acc (Push _ _ c _ _ k) = combs (cixToPair c : acc) k
  7033. 2534.09 s [unison-runtime] | ^
  7034. 2534.09 s [unison-runtime]
  7035. 2534.09 s [unison-runtime] src/Unison/Runtime/Profiling.hs:62:4: warning: [GHC-63397] [-Wname-shadowing]
  7036. 2534.09 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  7037. 2534.09 s [unison-runtime] defined at src/Unison/Runtime/Profiling.hs:77:1
  7038. 2534.09 s [unison-runtime] |
  7039. 2534.09 s [unison-runtime] 62 | (finish, ts) <- readInput input
  7040. 2534.09 s [unison-runtime] | ^^^^^^
  7041. 2534.09 s [unison-runtime]
  7042. 2534.10 s [unison-runtime] src/Unison/Runtime/Profiling.hs:63:3: warning: [GHC-63397] [-Wname-shadowing]
  7043. 2534.10 s [unison-runtime] This binding for ‘prof’ shadows the existing binding
  7044. 2534.10 s [unison-runtime] bound at src/Unison/Runtime/Profiling.hs:61:26
  7045. 2534.10 s [unison-runtime] |
  7046. 2534.10 s [unison-runtime] 63 | prof <- pure $ addSamples ts prof
  7047. 2534.10 s [unison-runtime] | ^^^^
  7048. 2534.10 s [unison-runtime]
  7049. 2534.10 s [unison-runtime] [23 of 40] Compiling Unison.Runtime.MCode.Serialize ( src/Unison/Runtime/MCode/Serialize.hs, nothing )
  7050. 2534.10 s [unison-runtime] [24 of 40] Compiling Unison.Runtime.Decompile ( src/Unison/Runtime/Decompile.hs, nothing )
  7051. 2534.10 s [unison-runtime] src/Unison/Runtime/Decompile.hs:75:5: warning: [GHC-63397] [-Wname-shadowing]
  7052. 2534.10 s [unison-runtime] This binding for ‘err’ shadows the existing binding
  7053. 2534.10 s [unison-runtime] defined at src/Unison/Runtime/Decompile.hs:75:1
  7054. 2534.10 s [unison-runtime] |
  7055. 2534.10 s [unison-runtime] 75 | err err x = (singleton err, x)
  7056. 2534.10 s [unison-runtime] | ^^^
  7057. 2534.10 s [unison-runtime]
  7058. 2534.10 s [unison-runtime] src/Unison/Runtime/Decompile.hs:184:7: warning: [GHC-63397] [-Wname-shadowing]
  7059. 2534.10 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  7060. 2534.10 s [unison-runtime] imported from ‘Unison.Term’ at src/Unison/Runtime/Decompile.hs:54:5-8
  7061. 2534.10 s [unison-runtime] |
  7062. 2534.10 s [unison-runtime] 184 | text
  7063. 2534.10 s [unison-runtime] | ^^^^
  7064. 2534.10 s [unison-runtime]
  7065. 2534.10 s [unison-runtime] [25 of 40] Compiling Unison.Runtime ( src/Unison/Runtime.hs, nothing )
  7066. 2534.10 s [unison-runtime] src/Unison/Runtime.hs:34:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7067. 2534.10 s [unison-runtime] Pattern synonym with no type signature:
  7068. 2534.10 s [unison-runtime] pattern Runtime :: forall {e} {e'} {v}.
  7069. 2534.10 s [unison-runtime] IO ()
  7070. 2534.10 s [unison-runtime] -> (Unison.Codebase.CodeLookup.CodeLookup v IO ()
  7071. 2534.10 s [unison-runtime] -> PrettyPrintEnv
  7072. 2534.10 s [unison-runtime] -> Unison.Codebase.Runtime.Profile.ProfileSpec
  7073. 2534.11 s [unison-runtime] -> Rt.Term v
  7074. 2534.11 s [unison-runtime] -> IO (Either e (Rt.Response e', Rt.Term v)))
  7075. 2534.11 s [unison-runtime] -> (Rt.CompileOpts
  7076. 2534.11 s [unison-runtime] -> Unison.Codebase.CodeLookup.CodeLookup v IO ()
  7077. 2534.11 s [unison-runtime] -> PrettyPrintEnv
  7078. 2534.11 s [unison-runtime] -> Reference
  7079. 2534.11 s [unison-runtime] -> FilePath
  7080. 2534.11 s [unison-runtime] -> IO (Maybe e))
  7081. 2534.11 s [unison-runtime] -> Unison.Type.Type v Unison.Parser.Ann.Ann
  7082. 2534.11 s [unison-runtime] -> nonempty-containers-0.3.5.0:Data.Set.NonEmpty.Internal.NESet
  7083. 2534.11 s [unison-runtime] (Unison.Type.Type v Unison.Parser.Ann.Ann)
  7084. 2534.11 s [unison-runtime] -> Rt.Runtime e e' v
  7085. 2534.11 s [unison-runtime] |
  7086. 2534.11 s [unison-runtime] 34 | pattern Runtime {terminate, evaluate, compileTo, mainType, ioTestTypes} =
  7087. 2534.11 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7088. 2534.11 s [unison-runtime]
  7089. 2534.11 s [unison-runtime] [26 of 40] Compiling Unison.Codebase.Execute ( src/Unison/Codebase/Execute.hs, nothing )
  7090. 2534.11 s [unison-runtime] [27 of 40] Compiling Unison.Runtime.Debug ( src/Unison/Runtime/Debug.hs, nothing )
  7091. 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 )
  7092. 2534.18 s [unison-runtime] src/Unison/Runtime/ANF/Serialize/CodeV4.hs:306:16: warning: [GHC-63397] [-Wname-shadowing]
  7093. 2534.18 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  7094. 2534.18 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299:13
  7095. 2534.18 s [unison-runtime] |
  7096. 2534.18 s [unison-runtime] 306 | FPrim (Right f) -> putTag FForeignT <> putFOp f
  7097. 2534.18 s [unison-runtime] | ^
  7098. 2534.18 s [unison-runtime]
  7099. 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 )
  7100. 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 )
  7101. 2534.97 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:153:11: warning: [GHC-63397] [-Wname-shadowing]
  7102. 2534.97 s [unison-runtime] This binding for ‘mod’ shadows the existing binding
  7103. 2534.97 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7104. 2534.97 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  7105. 2534.97 s [unison-runtime] |
  7106. 2534.97 s [unison-runtime] 153 | memo orig mod =
  7107. 2534.97 s [unison-runtime] | ^^^
  7108. 2534.97 s [unison-runtime]
  7109. 2534.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:175:13: warning: [GHC-63397] [-Wname-shadowing]
  7110. 2534.98 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7111. 2534.98 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7112. 2534.98 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7113. 2534.98 s [unison-runtime] |
  7114. 2534.98 s [unison-runtime] 175 | descend rec tail bound tm = memo tm $ case tm of
  7115. 2534.98 s [unison-runtime] | ^^^^
  7116. 2534.98 s [unison-runtime]
  7117. 2534.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:205:8: warning: [GHC-63397] [-Wname-shadowing]
  7118. 2534.98 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7119. 2534.98 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7120. 2534.98 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7121. 2534.98 s [unison-runtime] |
  7122. 2534.98 s [unison-runtime] 205 | go tail bound tm = step tail bound tm >>= descend go tail bound
  7123. 2534.98 s [unison-runtime] | ^^^^
  7124. 2534.98 s [unison-runtime]
  7125. 2534.98 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:214:8: warning: [GHC-63397] [-Wname-shadowing]
  7126. 2534.98 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7127. 2534.99 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7128. 2534.99 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7129. 2534.99 s [unison-runtime] |
  7130. 2534.99 s [unison-runtime] 214 | go tail bound tm =
  7131. 2534.99 s [unison-runtime] | ^^^^
  7132. 2534.99 s [unison-runtime]
  7133. 2534.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:230:15: warning: [GHC-63397] [-Wname-shadowing]
  7134. 2534.99 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7135. 2534.99 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7136. 2534.99 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7137. 2534.99 s [unison-runtime] |
  7138. 2534.99 s [unison-runtime] 230 | inline avoid (arities, inls) n0 = memo n0 $ go (30 :: Int) n0
  7139. 2534.99 s [unison-runtime] | ^^^^^^^
  7140. 2534.99 s [unison-runtime]
  7141. 2534.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:236:12: warning: [GHC-63397] [-Wname-shadowing]
  7142. 2534.99 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7143. 2534.99 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7144. 2534.99 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7145. 2534.99 s [unison-runtime] |
  7146. 2534.99 s [unison-runtime] 236 | step n tail bound (TApp (FComb r) args)
  7147. 2534.99 s [unison-runtime] | ^^^^
  7148. 2534.99 s [unison-runtime]
  7149. 2534.99 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:241:16: warning: [GHC-63397] [-Wname-shadowing]
  7150. 2534.99 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7151. 2534.99 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7152. 2534.99 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7153. 2534.99 s [unison-runtime] |
  7154. 2534.99 s [unison-runtime] 241 | findInline tail bound r args = do
  7155. 2534.99 s [unison-runtime] | ^^^^
  7156. 2534.99 s [unison-runtime]
  7157. 2535.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:243:7: warning: [GHC-63397] [-Wname-shadowing]
  7158. 2535.00 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  7159. 2535.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7160. 2535.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  7161. 2535.00 s [unison-runtime] |
  7162. 2535.00 s [unison-runtime] 243 | arity <- Map.lookup r arities
  7163. 2535.00 s [unison-runtime] | ^^^^^
  7164. 2535.00 s [unison-runtime]
  7165. 2535.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:256:29: warning: [GHC-63397] [-Wname-shadowing]
  7166. 2535.00 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  7167. 2535.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7168. 2535.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  7169. 2535.00 s [unison-runtime] |
  7170. 2535.00 s [unison-runtime] 256 | tweak isTail bound args arity (InlInfo clazz (ABTN.TAbss vs body))
  7171. 2535.00 s [unison-runtime] | ^^^^^
  7172. 2535.00 s [unison-runtime]
  7173. 2535.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:266:16: warning: [GHC-63397] [-Wname-shadowing]
  7174. 2535.00 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  7175. 2535.00 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:264:10
  7176. 2535.00 s [unison-runtime] |
  7177. 2535.00 s [unison-runtime] 266 | TApp f pre <- ABTN.renamesAvoiding (avoid `Set.union` bound) rn body =
  7178. 2535.00 s [unison-runtime] | ^^^
  7179. 2535.00 s [unison-runtime]
  7180. 2535.00 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:287:10: warning: [GHC-63397] [-Wname-shadowing]
  7181. 2535.00 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7182. 2535.00 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7183. 2535.00 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7184. 2535.00 s [unison-runtime] |
  7185. 2535.01 s [unison-runtime] 287 | peephole arities affine n0 = memo n0 $ go (30 :: Int) n0
  7186. 2535.01 s [unison-runtime] | ^^^^^^^
  7187. 2535.01 s [unison-runtime]
  7188. 2535.01 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:291:47: warning: [GHC-63397] [-Wname-shadowing]
  7189. 2535.01 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7190. 2535.01 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7191. 2535.01 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7192. 2535.01 s [unison-runtime] |
  7193. 2535.01 s [unison-runtime] 291 | whenChanged (go $ n - 1) . rewriteDown \tail _bound -> \case
  7194. 2535.01 s [unison-runtime] | ^^^^
  7195. 2535.01 s [unison-runtime]
  7196. 2535.01 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:323:24: warning: [GHC-63397] [-Wname-shadowing]
  7197. 2535.01 s [unison-runtime] This binding for ‘n’ shadows the existing binding
  7198. 2535.01 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:290:8
  7199. 2535.01 s [unison-runtime] |
  7200. 2535.01 s [unison-runtime] 323 | HandledThunk r n safe expr
  7201. 2535.01 s [unison-runtime] | ^
  7202. 2535.01 s [unison-runtime]
  7203. 2535.01 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:325:18: warning: [GHC-63397] [-Wname-shadowing]
  7204. 2535.01 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  7205. 2535.01 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7206. 2535.01 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  7207. 2535.01 s [unison-runtime] |
  7208. 2535.01 s [unison-runtime] 325 | Just arity <- Map.lookup r arities,
  7209. 2535.01 s [unison-runtime] | ^^^^^
  7210. 2535.01 s [unison-runtime]
  7211. 2535.02 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:339:17: warning: [GHC-63397] [-Wname-shadowing]
  7212. 2535.02 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7213. 2535.02 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7214. 2535.02 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7215. 2535.02 s [unison-runtime] |
  7216. 2535.02 s [unison-runtime] 339 | optNormal opts@(arities, _) avoid affine n0 =
  7217. 2535.02 s [unison-runtime] | ^^^^^^^
  7218. 2535.02 s [unison-runtime]
  7219. 2535.02 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:366:11: warning: [GHC-63397] [-Wname-shadowing]
  7220. 2535.02 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7221. 2535.02 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7222. 2535.02 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7223. 2535.02 s [unison-runtime] |
  7224. 2535.02 s [unison-runtime] 366 | optGroup (arities, inls0) self grp@(Rec bs en) =
  7225. 2535.02 s [unison-runtime] | ^^^^^^^
  7226. 2535.02 s [unison-runtime]
  7227. 2535.02 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:456:8: warning: [GHC-63397] [-Wname-shadowing]
  7228. 2535.02 s [unison-runtime] This binding for ‘tail’ shadows the existing binding
  7229. 2535.02 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/ANF/Optimize.hs:9:8-34
  7230. 2535.02 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7231. 2535.02 s [unison-runtime] |
  7232. 2535.02 s [unison-runtime] 456 | go tail = \case
  7233. 2535.02 s [unison-runtime] | ^^^^
  7234. 2535.02 s [unison-runtime]
  7235. 2535.02 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:476:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7236. 2535.02 s [unison-runtime] Pattern synonym with no type signature:
  7237. 2535.02 s [unison-runtime] pattern Nameable :: forall {ref} {v}. Either ref v -> Func ref v
  7238. 2535.02 s [unison-runtime] |
  7239. 2535.02 s [unison-runtime] 476 | pattern Nameable e <- (nameable -> Just e)
  7240. 2535.03 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7241. 2535.03 s [unison-runtime]
  7242. 2535.03 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:498:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7243. 2535.03 s [unison-runtime] Pattern synonym with no type signature:
  7244. 2535.03 s [unison-runtime] pattern HandlerResume :: forall {v} {ref}.
  7245. 2535.03 s [unison-runtime] Var v =>
  7246. 2535.03 s [unison-runtime] v
  7247. 2535.03 s [unison-runtime] -> Either ref v
  7248. 2535.03 s [unison-runtime] -> [v]
  7249. 2535.03 s [unison-runtime] -> v
  7250. 2535.03 s [unison-runtime] -> Either ref v
  7251. 2535.03 s [unison-runtime] -> [v]
  7252. 2535.03 s [unison-runtime] -> [ref]
  7253. 2535.03 s [unison-runtime] -> ANormal ref v
  7254. 2535.03 s [unison-runtime] |
  7255. 2535.03 s [unison-runtime] 498 | pattern HandlerResume lz f as lh h bs rs <-
  7256. 2535.03 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7257. 2535.03 s [unison-runtime]
  7258. 2535.03 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:516:12: warning: [GHC-63397] [-Wname-shadowing]
  7259. 2535.03 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7260. 2535.03 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7261. 2535.03 s [unison-runtime] |
  7262. 2535.03 s [unison-runtime] 516 | final (bd, All lazy) = (r, length vs, lazy, bd)
  7263. 2535.03 s [unison-runtime] | ^^
  7264. 2535.03 s [unison-runtime]
  7265. 2535.03 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:518:29: warning: [GHC-63397] [-Wname-shadowing]
  7266. 2535.04 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7267. 2535.04 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7268. 2535.04 s [unison-runtime] |
  7269. 2535.04 s [unison-runtime] 518 | prefix rn (TName v g bs bd)
  7270. 2535.04 s [unison-runtime] | ^^
  7271. 2535.04 s [unison-runtime]
  7272. 2535.04 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:522:9: warning: [GHC-63397] [-Wname-shadowing]
  7273. 2535.04 s [unison-runtime] This binding for ‘g’ shadows the existing binding
  7274. 2535.04 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:24
  7275. 2535.04 s [unison-runtime] |
  7276. 2535.04 s [unison-runtime] 522 | g <- ABTN.renameVar rn <$> g,
  7277. 2535.04 s [unison-runtime] | ^
  7278. 2535.04 s [unison-runtime]
  7279. 2535.04 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:523:9: warning: [GHC-63397] [-Wname-shadowing]
  7280. 2535.04 s [unison-runtime] This binding for ‘bs’ shadows the existing binding
  7281. 2535.04 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:26
  7282. 2535.04 s [unison-runtime] |
  7283. 2535.04 s [unison-runtime] 523 | bs <- ABTN.renameVar rn <$> bs,
  7284. 2535.04 s [unison-runtime] | ^^
  7285. 2535.04 s [unison-runtime]
  7286. 2535.04 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:10: warning: [GHC-63397] [-Wname-shadowing]
  7287. 2535.04 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  7288. 2535.04 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:12
  7289. 2535.04 s [unison-runtime] |
  7290. 2535.04 s [unison-runtime] 524 | (rn, v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
  7291. 2535.04 s [unison-runtime] | ^^
  7292. 2535.04 s [unison-runtime]
  7293. 2535.04 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:524:14: warning: [GHC-63397] [-Wname-shadowing]
  7294. 2535.04 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  7295. 2535.04 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:518:22
  7296. 2535.04 s [unison-runtime] |
  7297. 2535.04 s [unison-runtime] 524 | (rn, v) <- ABTN.freshenBinder (ABTN.freeVars bd) rn v =
  7298. 2535.04 s [unison-runtime] | ^
  7299. 2535.04 s [unison-runtime]
  7300. 2535.04 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:24: warning: [GHC-63397] [-Wname-shadowing]
  7301. 2535.04 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7302. 2535.05 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  7303. 2535.05 s [unison-runtime] |
  7304. 2535.05 s [unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
  7305. 2535.05 s [unison-runtime] | ^^
  7306. 2535.05 s [unison-runtime]
  7307. 2535.05 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:526:34: warning: [GHC-63397] [-Wname-shadowing]
  7308. 2535.05 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7309. 2535.05 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7310. 2535.05 s [unison-runtime] |
  7311. 2535.05 s [unison-runtime] 526 | prefix rn (TLets d vs ccs bn bd)
  7312. 2535.05 s [unison-runtime] | ^^
  7313. 2535.05 s [unison-runtime]
  7314. 2535.05 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:529:9: warning: [GHC-63397] [-Wname-shadowing]
  7315. 2535.05 s [unison-runtime] This binding for ‘bn’ shadows the existing binding
  7316. 2535.05 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:31
  7317. 2535.05 s [unison-runtime] |
  7318. 2535.05 s [unison-runtime] 529 | bn <- ABTN.renamesAndFreshen0 rn bn,
  7319. 2535.05 s [unison-runtime] | ^^
  7320. 2535.05 s [unison-runtime]
  7321. 2535.06 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:10: warning: [GHC-63397] [-Wname-shadowing]
  7322. 2535.06 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  7323. 2535.06 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:12
  7324. 2535.06 s [unison-runtime] |
  7325. 2535.06 s [unison-runtime] 530 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7326. 2535.06 s [unison-runtime] | ^^
  7327. 2535.06 s [unison-runtime]
  7328. 2535.06 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:530:14: warning: [GHC-63397] [-Wname-shadowing]
  7329. 2535.06 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7330. 2535.06 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:526:24
  7331. 2535.06 s [unison-runtime] |
  7332. 2535.06 s [unison-runtime] 530 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7333. 2535.06 s [unison-runtime] | ^^
  7334. 2535.06 s [unison-runtime]
  7335. 2535.06 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:27: warning: [GHC-63397] [-Wname-shadowing]
  7336. 2535.06 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7337. 2535.07 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  7338. 2535.07 s [unison-runtime] |
  7339. 2535.07 s [unison-runtime] 535 | under (ABTN.TAbss vs bd)
  7340. 2535.07 s [unison-runtime] | ^^
  7341. 2535.07 s [unison-runtime]
  7342. 2535.07 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:535:30: warning: [GHC-63397] [-Wname-shadowing]
  7343. 2535.07 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7344. 2535.07 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7345. 2535.07 s [unison-runtime] |
  7346. 2535.07 s [unison-runtime] 535 | under (ABTN.TAbss vs bd)
  7347. 2535.07 s [unison-runtime] | ^^
  7348. 2535.07 s [unison-runtime]
  7349. 2535.07 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:14: warning: [GHC-63397] [-Wname-shadowing]
  7350. 2535.07 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  7351. 2535.08 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:532:12
  7352. 2535.08 s [unison-runtime] |
  7353. 2535.08 s [unison-runtime] 537 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7354. 2535.08 s [unison-runtime] | ^^
  7355. 2535.08 s [unison-runtime]
  7356. 2535.08 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:537:18: warning: [GHC-63397] [-Wname-shadowing]
  7357. 2535.08 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7358. 2535.08 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:535:27
  7359. 2535.08 s [unison-runtime] |
  7360. 2535.08 s [unison-runtime] 537 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7361. 2535.08 s [unison-runtime] | ^^
  7362. 2535.08 s [unison-runtime]
  7363. 2535.08 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:540:30: warning: [GHC-63397] [-Wname-shadowing]
  7364. 2535.09 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7365. 2535.09 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7366. 2535.09 s [unison-runtime] |
  7367. 2535.09 s [unison-runtime] 540 | prefix rn (THnd rs nh ah bd)
  7368. 2535.09 s [unison-runtime] | ^^
  7369. 2535.09 s [unison-runtime]
  7370. 2535.09 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:543:9: warning: [GHC-63397] [-Wname-shadowing]
  7371. 2535.09 s [unison-runtime] This binding for ‘ah’ shadows the existing binding
  7372. 2535.09 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:27
  7373. 2535.09 s [unison-runtime] |
  7374. 2535.09 s [unison-runtime] 543 | ah <- ABTN.renameVar rn <$> ah,
  7375. 2535.09 s [unison-runtime] | ^^
  7376. 2535.09 s [unison-runtime]
  7377. 2535.09 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:544:9: warning: [GHC-63397] [-Wname-shadowing]
  7378. 2535.09 s [unison-runtime] This binding for ‘nh’ shadows the existing binding
  7379. 2535.09 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:540:24
  7380. 2535.09 s [unison-runtime] |
  7381. 2535.09 s [unison-runtime] 544 | nh <- ABTN.renameVar rn nh =
  7382. 2535.09 s [unison-runtime] | ^^
  7383. 2535.09 s [unison-runtime]
  7384. 2535.10 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:24: warning: [GHC-63397] [-Wname-shadowing]
  7385. 2535.10 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7386. 2535.10 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:40
  7387. 2535.10 s [unison-runtime] |
  7388. 2535.10 s [unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
  7389. 2535.10 s [unison-runtime] | ^^
  7390. 2535.10 s [unison-runtime]
  7391. 2535.10 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:551:34: warning: [GHC-63397] [-Wname-shadowing]
  7392. 2535.10 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7393. 2535.10 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:511:44
  7394. 2535.10 s [unison-runtime] |
  7395. 2535.10 s [unison-runtime] 551 | suffix rn (TLets d vs ccs bn bd)
  7396. 2535.10 s [unison-runtime] | ^^
  7397. 2535.10 s [unison-runtime]
  7398. 2535.10 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:554:9: warning: [GHC-63397] [-Wname-shadowing]
  7399. 2535.10 s [unison-runtime] This binding for ‘bn’ shadows the existing binding
  7400. 2535.10 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:31
  7401. 2535.10 s [unison-runtime] |
  7402. 2535.11 s [unison-runtime] 554 | bn <- ABTN.renamesAndFreshen0 rn bn,
  7403. 2535.11 s [unison-runtime] | ^^
  7404. 2535.11 s [unison-runtime]
  7405. 2535.11 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:10: warning: [GHC-63397] [-Wname-shadowing]
  7406. 2535.11 s [unison-runtime] This binding for ‘rn’ shadows the existing binding
  7407. 2535.11 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:12
  7408. 2535.11 s [unison-runtime] |
  7409. 2535.11 s [unison-runtime] 555 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7410. 2535.11 s [unison-runtime] | ^^
  7411. 2535.11 s [unison-runtime]
  7412. 2535.11 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:555:14: warning: [GHC-63397] [-Wname-shadowing]
  7413. 2535.11 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7414. 2535.11 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:551:24
  7415. 2535.11 s [unison-runtime] |
  7416. 2535.11 s [unison-runtime] 555 | (rn, vs) <- ABTN.freshenBinders (ABTN.freeVars bd) rn vs =
  7417. 2535.11 s [unison-runtime] | ^^
  7418. 2535.11 s [unison-runtime]
  7419. 2535.11 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:587:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7420. 2535.11 s [unison-runtime] Pattern synonym with no type signature:
  7421. 2535.11 s [unison-runtime] pattern HandledThunk :: forall {v} {ref}.
  7422. 2535.11 s [unison-runtime] (Var v, Ord ref) =>
  7423. 2535.11 s [unison-runtime] ref -> Int -> Bool -> ANormal ref v -> ANormal ref v
  7424. 2535.11 s [unison-runtime] |
  7425. 2535.11 s [unison-runtime] 587 | pattern HandledThunk ref ar safe expr <-
  7426. 2535.11 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7427. 2535.11 s [unison-runtime]
  7428. 2535.12 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:653:21: warning: [GHC-63397] [-Wname-shadowing]
  7429. 2535.12 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7430. 2535.12 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:652:29
  7431. 2535.12 s [unison-runtime] |
  7432. 2535.12 s [unison-runtime] 653 | TName lz0 th vs bd <- bd,
  7433. 2535.12 s [unison-runtime] | ^^
  7434. 2535.12 s [unison-runtime]
  7435. 2535.12 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:664:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7436. 2535.12 s [unison-runtime] Pattern synonym with no type signature:
  7437. 2535.12 s [unison-runtime] pattern HandlerApp :: forall {v} {ref}.
  7438. 2535.12 s [unison-runtime] Var v =>
  7439. 2535.12 s [unison-runtime] ANormal ref v -> ANormal ref v
  7440. 2535.12 s [unison-runtime] |
  7441. 2535.12 s [unison-runtime] 664 | pattern HandlerApp rw <- (matchHandlerApp -> Just rw)
  7442. 2535.12 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7443. 2535.12 s [unison-runtime]
  7444. 2535.12 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:695:31: warning: [GHC-63397] [-Wname-shadowing]
  7445. 2535.12 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  7446. 2535.12 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:694:26
  7447. 2535.12 s [unison-runtime] |
  7448. 2535.12 s [unison-runtime] 695 | | TName lzh0 (Right him1) _ tm <- tm,
  7449. 2535.12 s [unison-runtime] | ^^
  7450. 2535.12 s [unison-runtime]
  7451. 2535.12 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:716:7: warning: [GHC-63397] [-Wname-shadowing]
  7452. 2535.12 s [unison-runtime] This binding for ‘vs’ shadows the existing binding
  7453. 2535.12 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:715:11
  7454. 2535.12 s [unison-runtime] |
  7455. 2535.12 s [unison-runtime] 716 | v : vs -> v : reverse vs
  7456. 2535.13 s [unison-runtime] | ^^
  7457. 2535.13 s [unison-runtime]
  7458. 2535.13 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:728:20: warning: [GHC-63397] [-Wname-shadowing]
  7459. 2535.13 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7460. 2535.13 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7461. 2535.13 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7462. 2535.13 s [unison-runtime] |
  7463. 2535.13 s [unison-runtime] 728 | augmentHandler bi (arities, inls0) self group
  7464. 2535.13 s [unison-runtime] | ^^^^^^^
  7465. 2535.13 s [unison-runtime]
  7466. 2535.13 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:732:10: warning: [GHC-63397] [-Wname-shadowing]
  7467. 2535.13 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7468. 2535.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:730:33
  7469. 2535.13 s [unison-runtime] |
  7470. 2535.13 s [unison-runtime] 732 | Just body <- augmentHandlerEntry thunk mv0 ah body,
  7471. 2535.13 s [unison-runtime] | ^^^^
  7472. 2535.13 s [unison-runtime]
  7473. 2535.13 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:735:5: warning: [GHC-63397] [-Wname-shadowing]
  7474. 2535.13 s [unison-runtime] This binding for ‘amatcher’ shadows the existing binding
  7475. 2535.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:734:10
  7476. 2535.13 s [unison-runtime] |
  7477. 2535.13 s [unison-runtime] 735 | amatcher <-
  7478. 2535.13 s [unison-runtime] | ^^^^^^^^
  7479. 2535.13 s [unison-runtime]
  7480. 2535.13 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:763:5: warning: [GHC-63397] [-Wname-shadowing]
  7481. 2535.13 s [unison-runtime] This binding for ‘args’ shadows the existing binding
  7482. 2535.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:63
  7483. 2535.13 s [unison-runtime] |
  7484. 2535.13 s [unison-runtime] 763 | args <- vs ++ [ar, v],
  7485. 2535.13 s [unison-runtime] | ^^^^
  7486. 2535.13 s [unison-runtime]
  7487. 2535.14 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:764:5: warning: [GHC-63397] [-Wname-shadowing]
  7488. 2535.14 s [unison-runtime] This binding for ‘ccs’ shadows the existing binding
  7489. 2535.14 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:757:47
  7490. 2535.14 s [unison-runtime] |
  7491. 2535.14 s [unison-runtime] 764 | ccs <- ccs ++ [BX] =
  7492. 2535.14 s [unison-runtime] | ^^^
  7493. 2535.14 s [unison-runtime]
  7494. 2535.14 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:781:29: warning: [GHC-63397] [-Wname-shadowing]
  7495. 2535.14 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7496. 2535.14 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:780:35
  7497. 2535.14 s [unison-runtime] |
  7498. 2535.14 s [unison-runtime] 781 | | TName hv (Right mv1) us body <- body,
  7499. 2535.14 s [unison-runtime] | ^^^^
  7500. 2535.14 s [unison-runtime]
  7501. 2535.14 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:808:18: warning: [GHC-63397] [-Wname-shadowing]
  7502. 2535.14 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7503. 2535.14 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:807:19
  7504. 2535.14 s [unison-runtime] |
  7505. 2535.14 s [unison-runtime] 808 | TShift _ kf0 body <- body,
  7506. 2535.14 s [unison-runtime] | ^^^^
  7507. 2535.14 s [unison-runtime]
  7508. 2535.14 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:809:30: warning: [GHC-63397] [-Wname-shadowing]
  7509. 2535.14 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7510. 2535.14 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:808:18
  7511. 2535.14 s [unison-runtime] |
  7512. 2535.14 s [unison-runtime] 809 | TName kf (Left jc) [kf1] body <- body,
  7513. 2535.14 s [unison-runtime] | ^^^^
  7514. 2535.14 s [unison-runtime]
  7515. 2535.14 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:811:5: warning: [GHC-63397] [-Wname-shadowing]
  7516. 2535.14 s [unison-runtime] This binding for ‘bound’ shadows the existing binding
  7517. 2535.14 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:806:44
  7518. 2535.14 s [unison-runtime] |
  7519. 2535.14 s [unison-runtime] 811 | bound <- Set.union bound (Set.fromList (kf0 : kf : us)),
  7520. 2535.14 s [unison-runtime] | ^^^^^
  7521. 2535.14 s [unison-runtime]
  7522. 2535.15 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:845:25: warning: [GHC-63397] [-Wname-shadowing]
  7523. 2535.15 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7524. 2535.15 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:840:46
  7525. 2535.15 s [unison-runtime] |
  7526. 2535.15 s [unison-runtime] 845 | ABTN.TAbss us bd ->
  7527. 2535.15 s [unison-runtime] | ^^
  7528. 2535.15 s [unison-runtime]
  7529. 2535.15 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:874:23: warning: [GHC-63397] [-Wname-shadowing]
  7530. 2535.15 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7531. 2535.15 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
  7532. 2535.15 s [unison-runtime] |
  7533. 2535.15 s [unison-runtime] 874 | | TLet d v cc e body <- body,
  7534. 2535.15 s [unison-runtime] | ^^^^
  7535. 2535.15 s [unison-runtime]
  7536. 2535.15 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:877:22: warning: [GHC-63397] [-Wname-shadowing]
  7537. 2535.15 s [unison-runtime] This binding for ‘body’ shadows the existing binding
  7538. 2535.15 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:870:14
  7539. 2535.15 s [unison-runtime] |
  7540. 2535.15 s [unison-runtime] 877 | | TName v f us body <- body,
  7541. 2535.15 s [unison-runtime] | ^^^^
  7542. 2535.15 s [unison-runtime]
  7543. 2535.15 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:917:27: warning: [GHC-63397] [-Wname-shadowing]
  7544. 2535.15 s [unison-runtime] This binding for ‘tm’ shadows the existing binding
  7545. 2535.15 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:916:42
  7546. 2535.15 s [unison-runtime] |
  7547. 2535.15 s [unison-runtime] 917 | | TName rh (Right f) as tm <- tm,
  7548. 2535.15 s [unison-runtime] | ^^
  7549. 2535.15 s [unison-runtime]
  7550. 2535.15 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:924:5: warning: [GHC-63397] [-Wname-shadowing]
  7551. 2535.15 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7552. 2535.16 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:921:25
  7553. 2535.16 s [unison-runtime] |
  7554. 2535.16 s [unison-runtime] 924 | bd <- replaceLinearBody opts avoid bd,
  7555. 2535.16 s [unison-runtime] | ^^
  7556. 2535.16 s [unison-runtime]
  7557. 2535.16 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:968:25: warning: [GHC-63397] [-Wname-shadowing]
  7558. 2535.16 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7559. 2535.16 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Optimize.hs:30:1-25
  7560. 2535.16 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7561. 2535.16 s [unison-runtime] |
  7562. 2535.16 s [unison-runtime] 968 | replaceLinearBody opts@(arities, inls) avoid bd
  7563. 2535.16 s [unison-runtime] | ^^^^^^^
  7564. 2535.16 s [unison-runtime]
  7565. 2535.16 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:969:19: warning: [GHC-63397] [-Wname-shadowing]
  7566. 2535.16 s [unison-runtime] This binding for ‘bd’ shadows the existing binding
  7567. 2535.16 s [unison-runtime] bound at src/Unison/Runtime/ANF/Optimize.hs:968:46
  7568. 2535.16 s [unison-runtime] |
  7569. 2535.16 s [unison-runtime] 969 | | TLetD v cc bn bd <- bd =
  7570. 2535.16 s [unison-runtime] | ^^
  7571. 2535.16 s [unison-runtime]
  7572. 2535.16 s [unison-runtime] src/Unison/Runtime/ANF/Optimize.hs:999:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  7573. 2535.16 s [unison-runtime] Pattern synonym with no type signature:
  7574. 2535.16 s [unison-runtime] pattern SimpleBody :: forall {v} {ref}.
  7575. 2535.16 s [unison-runtime] Var v =>
  7576. 2535.16 s [unison-runtime] (ANormal ref v -> ANormal ref v)
  7577. 2535.16 s [unison-runtime] -> Bool -> Set v -> Set v -> v -> v -> ANormal ref v
  7578. 2535.16 s [unison-runtime] |
  7579. 2535.16 s [unison-runtime] 999 | pattern SimpleBody head ind shad free kf result <-
  7580. 2535.16 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^...
  7581. 2535.16 s [unison-runtime]
  7582. 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 )
  7583. 2535.16 s [unison-runtime] src/Unison/Runtime/Builtin.hs:63:10: warning: [GHC-63394] [-Wx-partial]
  7584. 2535.16 s [unison-runtime] In the use of ‘head’
  7585. 2535.16 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  7586. 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"."
  7587. 2535.17 s [unison-runtime] |
  7588. 2535.17 s [unison-runtime] 63 | fresh1 = head $ freshes 1
  7589. 2535.17 s [unison-runtime] | ^^^^
  7590. 2535.17 s [unison-runtime]
  7591. 2535.17 s [unison-runtime] src/Unison/Runtime/Builtin.hs:508:41: warning: [GHC-63397] [-Wname-shadowing]
  7592. 2535.17 s [unison-runtime] This binding for ‘any’ shadows the existing binding
  7593. 2535.17 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
  7594. 2535.17 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  7595. 2535.17 s [unison-runtime] |
  7596. 2535.17 s [unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail, r) = fresh
  7597. 2535.17 s [unison-runtime] | ^^^
  7598. 2535.17 s [unison-runtime]
  7599. 2535.17 s [unison-runtime] src/Unison/Runtime/Builtin.hs:508:46: warning: [GHC-63397] [-Wname-shadowing]
  7600. 2535.17 s [unison-runtime] This binding for ‘fail’ shadows the existing binding
  7601. 2535.17 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
  7602. 2535.17 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  7603. 2535.17 s [unison-runtime] |
  7604. 2535.17 s [unison-runtime] 508 | (act, unit, lz, ta, lnk, msg, xtra, any, fail, r) = fresh
  7605. 2535.17 s [unison-runtime] | ^^^^
  7606. 2535.17 s [unison-runtime]
  7607. 2535.17 s [unison-runtime] src/Unison/Runtime/Builtin.hs:511:5: warning: [GHC-63397] [-Wname-shadowing]
  7608. 2535.17 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  7609. 2535.17 s [unison-runtime] imported from ‘Unison.Var’ at src/Unison/Runtime/Builtin.hs:47:1-17
  7610. 2535.17 s [unison-runtime] |
  7611. 2535.17 s [unison-runtime] 511 | bug name =
  7612. 2535.17 s [unison-runtime] | ^^^^
  7613. 2535.17 s [unison-runtime]
  7614. 2535.18 s [unison-runtime] src/Unison/Runtime/Builtin.hs:693:30: warning: [GHC-63397] [-Wname-shadowing]
  7615. 2535.18 s [unison-runtime] This binding for ‘any’ shadows the existing binding
  7616. 2535.25 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Builtin.hs:10:8-29
  7617. 2535.25 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  7618. 2535.25 s [unison-runtime] |
  7619. 2535.25 s [unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
  7620. 2535.25 s [unison-runtime] | ^^^
  7621. 2535.25 s [unison-runtime]
  7622. 2535.25 s [unison-runtime] src/Unison/Runtime/Builtin.hs:693:34: warning: [GHC-63397] [-Wname-shadowing]
  7623. 2535.25 s [unison-runtime] This binding for ‘fail’ shadows the existing binding
  7624. 2535.25 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Builtin.hs:34:1-41
  7625. 2535.25 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  7626. 2535.25 s [unison-runtime] |
  7627. 2535.25 s [unison-runtime] 693 | exnCase stack1 stack2 stack3 any fail =
  7628. 2535.25 s [unison-runtime] | ^^^^
  7629. 2535.25 s [unison-runtime]
  7630. 2535.25 s [unison-runtime] src/Unison/Runtime/Builtin.hs:946:21: warning: [GHC-63397] [-Wname-shadowing]
  7631. 2535.25 s [unison-runtime] This binding for ‘arity’ shadows the existing binding
  7632. 2535.25 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/Builtin.hs:36:1-32
  7633. 2535.25 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1556:1-5)
  7634. 2535.25 s [unison-runtime] |
  7635. 2535.25 s [unison-runtime] 946 | declareForeign sand arity func = declareForeignWrap sand wrap func
  7636. 2535.25 s [unison-runtime] | ^^^^^
  7637. 2535.25 s [unison-runtime]
  7638. 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 )
  7639. 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 )
  7640. 2535.25 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:185:14: warning: [GHC-63397] [-Wname-shadowing]
  7641. 2535.25 s [unison-runtime] This binding for ‘arities’ shadows the existing binding
  7642. 2535.25 s [unison-runtime] imported from ‘Unison.Runtime.ANF’ at src/Unison/Runtime/ANF/Serialize.hs:26:1-45
  7643. 2535.25 s [unison-runtime] (and originally defined at src/Unison/Runtime/ANF.hs:1562:1-7)
  7644. 2535.25 s [unison-runtime] |
  7645. 2535.25 s [unison-runtime] 185 | putOptInfos (arities, inls) =
  7646. 2535.25 s [unison-runtime] | ^^^^^^^
  7647. 2535.25 s [unison-runtime]
  7648. 2535.25 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:377:16: warning: [GHC-63397] [-Wname-shadowing]
  7649. 2535.25 s [unison-runtime] This binding for ‘f’ shadows the existing binding
  7650. 2535.25 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:368:29
  7651. 2535.25 s [unison-runtime] |
  7652. 2535.25 s [unison-runtime] 377 | FPrim (Right f)
  7653. 2535.25 s [unison-runtime] | ^
  7654. 2535.25 s [unison-runtime]
  7655. 2535.25 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:816:15: warning: [GHC-63397] [-Wname-shadowing]
  7656. 2535.26 s [unison-runtime] This binding for ‘co’ shadows the existing binding
  7657. 2535.26 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:814:24
  7658. 2535.26 s [unison-runtime] |
  7659. 2535.26 s [unison-runtime] 816 | <&> \(co, CST _ _ _ tys tms) -> (toList tys, toList tms, co)
  7660. 2535.26 s [unison-runtime] | ^^
  7661. 2535.26 s [unison-runtime]
  7662. 2535.26 s [unison-runtime] src/Unison/Runtime/ANF/Serialize.hs:879:10: warning: [GHC-63397] [-Wname-shadowing]
  7663. 2535.26 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  7664. 2535.26 s [unison-runtime] bound at src/Unison/Runtime/ANF/Serialize.hs:878:13
  7665. 2535.26 s [unison-runtime] |
  7666. 2535.26 s [unison-runtime] 879 | (x, CST _ _ _ tys tms) <-
  7667. 2535.26 s [unison-runtime] | ^
  7668. 2535.26 s [unison-runtime]
  7669. 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 )
  7670. 2536.13 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:51:25: warning: [GHC-63397] [-Wname-shadowing]
  7671. 2536.13 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  7672. 2536.13 s [unison-runtime] bound at src/Unison/Runtime/ANF/Rehash.hs:50:14
  7673. 2536.13 s [unison-runtime] |
  7674. 2536.13 s [unison-runtime] 51 | | not b, Just r <- Map.lookup r remap = r
  7675. 2536.13 s [unison-runtime] | ^
  7676. 2536.13 s [unison-runtime]
  7677. 2536.13 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:53:9: warning: [GHC-63397] [-Wname-shadowing]
  7678. 2536.13 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  7679. 2536.13 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  7680. 2536.13 s [unison-runtime] |
  7681. 2536.13 s [unison-runtime] 53 | scc = second (overGroupLinks rp) <$> scc0
  7682. 2536.13 s [unison-runtime] | ^^^
  7683. 2536.13 s [unison-runtime]
  7684. 2536.13 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:78:11: warning: [GHC-63397] [-Wname-shadowing]
  7685. 2536.13 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  7686. 2536.14 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  7687. 2536.14 s [unison-runtime] |
  7688. 2536.14 s [unison-runtime] 78 | rehashSCC scc
  7689. 2536.14 s [unison-runtime] | ^^^
  7690. 2536.14 s [unison-runtime]
  7691. 2536.14 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:82:25: warning: [GHC-63394] [-Wx-partial]
  7692. 2536.14 s [unison-runtime] In the use of ‘head’
  7693. 2536.14 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  7694. 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"."
  7695. 2536.14 s [unison-runtime] |
  7696. 2536.14 s [unison-runtime] 82 | sample = case fst $ head ps of
  7697. 2536.14 s [unison-runtime] | ^^^^
  7698. 2536.14 s [unison-runtime]
  7699. 2536.14 s [unison-runtime] src/Unison/Runtime/ANF/Rehash.hs:102:11: warning: [GHC-63397] [-Wname-shadowing]
  7700. 2536.14 s [unison-runtime] This binding for ‘scc’ shadows the existing binding
  7701. 2536.14 s [unison-runtime] imported from ‘Data.Graph’ at src/Unison/Runtime/ANF/Rehash.hs:8:1-23
  7702. 2536.14 s [unison-runtime] |
  7703. 2536.14 s [unison-runtime] 102 | rehashSCC scc = error $ "unexpected SCC:\n" ++ show scc
  7704. 2536.14 s [unison-runtime] | ^^^
  7705. 2536.14 s [unison-runtime]
  7706. 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 )
  7707. 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 )
  7708. 2537.26 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:251:19: warning: [GHC-63397] [-Wname-shadowing]
  7709. 2537.26 s [unison-runtime] This binding for ‘ip’ shadows the existing binding
  7710. 2537.26 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:245:7
  7711. 2537.26 s [unison-runtime] |
  7712. 2537.26 s [unison-runtime] 251 | (Just ip, Just pt) -> UDP.serverSocket (ip, pt)
  7713. 2537.26 s [unison-runtime] | ^^
  7714. 2537.26 s [unison-runtime]
  7715. 2537.26 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:378:7: warning: [GHC-63397] [-Wname-shadowing]
  7716. 2537.26 s [unison-runtime] This binding for ‘handle’ shadows the existing binding
  7717. 2537.26 s [unison-runtime] imported from ‘Control.Exception’ at src/Unison/Runtime/Foreign/Function.hs:26:1-24
  7718. 2537.26 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Exception.Base’)
  7719. 2537.26 s [unison-runtime] |
  7720. 2537.26 s [unison-runtime] 378 | \(handle :: Socket) -> do
  7721. 2537.26 s [unison-runtime] | ^^^^^^
  7722. 2537.26 s [unison-runtime]
  7723. 2537.27 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:983:7: warning: [GHC-63397] [-Wname-shadowing]
  7724. 2537.27 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  7725. 2537.27 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7726. 2537.27 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7727. 2537.27 s [unison-runtime] |
  7728. 2537.27 s [unison-runtime] 983 | \(init, sz) -> do
  7729. 2537.27 s [unison-runtime] | ^^^^
  7730. 2537.27 s [unison-runtime]
  7731. 2537.27 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:989:7: warning: [GHC-63397] [-Wname-shadowing]
  7732. 2537.27 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  7733. 2537.27 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7734. 2537.27 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7735. 2537.27 s [unison-runtime] |
  7736. 2537.27 s [unison-runtime] 989 | \(init, sz) -> do
  7737. 2537.27 s [unison-runtime] | ^^^^
  7738. 2537.27 s [unison-runtime]
  7739. 2537.27 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:999:7: warning: [GHC-63397] [-Wname-shadowing]
  7740. 2537.27 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  7741. 2537.27 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7742. 2537.27 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7743. 2537.27 s [unison-runtime] |
  7744. 2537.27 s [unison-runtime] 999 | \(init, sz) -> do
  7745. 2537.27 s [unison-runtime] | ^^^^
  7746. 2537.27 s [unison-runtime]
  7747. 2537.28 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1005:7: warning: [GHC-63397] [-Wname-shadowing]
  7748. 2537.28 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  7749. 2537.28 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7750. 2537.28 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  7751. 2537.28 s [unison-runtime] |
  7752. 2537.28 s [unison-runtime] 1005 | \(init, sz) -> do
  7753. 2537.28 s [unison-runtime] | ^^^^
  7754. 2537.28 s [unison-runtime]
  7755. 2537.28 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1383:7: warning: [GHC-63397] [-Wname-shadowing]
  7756. 2537.28 s [unison-runtime] This binding for ‘e’ shadows the existing binding
  7757. 2537.28 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1382:14
  7758. 2537.28 s [unison-runtime] |
  7759. 2537.28 s [unison-runtime] 1383 | e <- Exception.tryAnyDeep e
  7760. 2537.28 s [unison-runtime] | ^
  7761. 2537.28 s [unison-runtime]
  7762. 2537.28 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1451:3: warning: [GHC-63397] [-Wname-shadowing]
  7763. 2537.28 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  7764. 2537.28 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1449:21
  7765. 2537.28 s [unison-runtime] |
  7766. 2537.28 s [unison-runtime] 1451 | stk <- bump stk
  7767. 2537.28 s [unison-runtime] | ^^^
  7768. 2537.28 s [unison-runtime]
  7769. 2537.28 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1486:7: warning: [GHC-63397] [-Wname-shadowing]
  7770. 2537.28 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  7771. 2537.28 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
  7772. 2537.28 s [unison-runtime] |
  7773. 2537.28 s [unison-runtime] 1486 | stk <- bump stk
  7774. 2537.28 s [unison-runtime] | ^^^
  7775. 2537.28 s [unison-runtime]
  7776. 2537.28 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:1489:7: warning: [GHC-63397] [-Wname-shadowing]
  7777. 2537.28 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  7778. 2537.28 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:1483:21
  7779. 2537.29 s [unison-runtime] |
  7780. 2537.29 s [unison-runtime] 1489 | stk <- bump stk
  7781. 2537.29 s [unison-runtime] | ^^^
  7782. 2537.29 s [unison-runtime]
  7783. 2537.29 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2102:37: warning: [GHC-63397] [-Wname-shadowing]
  7784. 2537.29 s [unison-runtime] This binding for ‘rem’ shadows the existing binding
  7785. 2537.29 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7786. 2537.29 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  7787. 2537.29 s [unison-runtime] |
  7788. 2537.29 s [unison-runtime] 2102 | renderJsonParseError (JPErr msg pos rem) =
  7789. 2537.29 s [unison-runtime] | ^^^
  7790. 2537.29 s [unison-runtime]
  7791. 2537.29 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2113:37: warning: [GHC-63397] [-Wname-shadowing]
  7792. 2537.29 s [unison-runtime] This binding for ‘rem’ shadows the existing binding
  7793. 2537.29 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7794. 2537.29 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  7795. 2537.29 s [unison-runtime] |
  7796. 2537.29 s [unison-runtime] 2113 | encodeJsonParseError (JPErr msg pos rem) =
  7797. 2537.29 s [unison-runtime] | ^^^
  7798. 2537.30 s [unison-runtime]
  7799. 2537.30 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2159:18: warning: [GHC-63397] [-Wname-shadowing]
  7800. 2537.30 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7801. 2537.30 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2158:10
  7802. 2537.30 s [unison-runtime] |
  7803. 2537.30 s [unison-runtime] 2159 | Just ('-', txt) -> firstDigit 1 txt
  7804. 2537.30 s [unison-runtime] | ^^^
  7805. 2537.30 s [unison-runtime]
  7806. 2537.30 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2163:18: warning: [GHC-63397] [-Wname-shadowing]
  7807. 2537.30 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7808. 2537.30 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
  7809. 2537.30 s [unison-runtime] |
  7810. 2537.30 s [unison-runtime] 2163 | Just ('0', txt) -> decimal (n + 1) txt
  7811. 2537.30 s [unison-runtime] | ^^^
  7812. 2537.30 s [unison-runtime]
  7813. 2537.30 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2164:16: warning: [GHC-63397] [-Wname-shadowing]
  7814. 2537.30 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7815. 2537.30 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2162:19
  7816. 2537.30 s [unison-runtime] |
  7817. 2537.30 s [unison-runtime] 2164 | Just (c, txt)
  7818. 2537.30 s [unison-runtime] | ^^^
  7819. 2537.30 s [unison-runtime]
  7820. 2537.30 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2172:18: warning: [GHC-63397] [-Wname-shadowing]
  7821. 2537.30 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7822. 2537.30 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2171:16
  7823. 2537.30 s [unison-runtime] |
  7824. 2537.30 s [unison-runtime] 2172 | Just ('.', txt)
  7825. 2537.30 s [unison-runtime] | ^^^
  7826. 2537.30 s [unison-runtime]
  7827. 2537.31 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2173:17: warning: [GHC-63397] [-Wname-shadowing]
  7828. 2537.31 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7829. 2537.31 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2172:18
  7830. 2537.31 s [unison-runtime] |
  7831. 2537.31 s [unison-runtime] 2173 | | (pre, txt) <- TL.span isDigit txt,
  7832. 2537.31 s [unison-runtime] | ^^^
  7833. 2537.31 s [unison-runtime]
  7834. 2537.31 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2178:5: warning: [GHC-63397] [-Wname-shadowing]
  7835. 2537.31 s [unison-runtime] This binding for ‘exponent’ shadows the existing binding
  7836. 2537.31 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Foreign/Function.hs:7:8-38
  7837. 2537.31 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  7838. 2537.31 s [unison-runtime] |
  7839. 2537.31 s [unison-runtime] 2178 | exponent !n txt = case TL.uncons txt of
  7840. 2537.31 s [unison-runtime] | ^^^^^^^^
  7841. 2537.31 s [unison-runtime]
  7842. 2537.31 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2179:16: warning: [GHC-63397] [-Wname-shadowing]
  7843. 2537.31 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7844. 2537.31 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2178:17
  7845. 2537.31 s [unison-runtime] |
  7846. 2537.31 s [unison-runtime] 2179 | Just (c, txt) | c == 'e' || c == 'E' -> case TL.uncons txt of
  7847. 2537.31 s [unison-runtime] | ^^^
  7848. 2537.31 s [unison-runtime]
  7849. 2537.31 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:15: warning: [GHC-63397] [-Wname-shadowing]
  7850. 2537.31 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  7851. 2537.31 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:13
  7852. 2537.32 s [unison-runtime] |
  7853. 2537.32 s [unison-runtime] 2180 | Just (c, txt) | c == '-' || c == '+' -> digits (n + 2) txt
  7854. 2537.32 s [unison-runtime] | ^
  7855. 2537.32 s [unison-runtime]
  7856. 2537.32 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2180:18: warning: [GHC-63397] [-Wname-shadowing]
  7857. 2537.32 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7858. 2537.32 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2179:16
  7859. 2537.32 s [unison-runtime] |
  7860. 2537.32 s [unison-runtime] 2180 | Just (c, txt) | c == '-' || c == '+' -> digits (n + 2) txt
  7861. 2537.32 s [unison-runtime] | ^^^
  7862. 2537.32 s [unison-runtime]
  7863. 2537.32 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2223:24: warning: [GHC-63397] [-Wname-shadowing]
  7864. 2537.32 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  7865. 2537.32 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
  7866. 2537.32 s [unison-runtime] |
  7867. 2537.32 s [unison-runtime] 2223 | Just (',', rest) -> array (acc Sq.|> el) rest
  7868. 2537.32 s [unison-runtime] | ^^^^
  7869. 2537.32 s [unison-runtime]
  7870. 2537.32 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2224:24: warning: [GHC-63397] [-Wname-shadowing]
  7871. 2537.32 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  7872. 2537.32 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2222:33
  7873. 2537.32 s [unison-runtime] |
  7874. 2537.32 s [unison-runtime] 2224 | Just (']', rest) -> pure (jsonArr $ acc Sq.|> el, rest)
  7875. 2537.32 s [unison-runtime] | ^^^^
  7876. 2537.32 s [unison-runtime]
  7877. 2537.33 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2237:24: warning: [GHC-63397] [-Wname-shadowing]
  7878. 2537.33 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  7879. 2537.33 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
  7880. 2537.33 s [unison-runtime] |
  7881. 2537.33 s [unison-runtime] 2237 | Just (',', rest) -> obj (acc Sq.|> el) rest
  7882. 2537.33 s [unison-runtime] | ^^^^
  7883. 2537.33 s [unison-runtime]
  7884. 2537.33 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2238:24: warning: [GHC-63397] [-Wname-shadowing]
  7885. 2537.33 s [unison-runtime] This binding for ‘rest’ shadows the existing binding
  7886. 2537.33 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2236:33
  7887. 2537.33 s [unison-runtime] |
  7888. 2537.33 s [unison-runtime] 2238 | Just ('}', rest) -> pure (jsonObj $ acc Sq.|> el, rest)
  7889. 2537.33 s [unison-runtime] | ^^^^
  7890. 2537.33 s [unison-runtime]
  7891. 2537.33 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2243:32: warning: [GHC-63397] [-Wname-shadowing]
  7892. 2537.33 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7893. 2537.33 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2241:11
  7894. 2537.33 s [unison-runtime] |
  7895. 2537.34 s [unison-runtime] 2243 | (key, TL.stripStart -> txt) -> case TL.uncons txt of
  7896. 2537.34 s [unison-runtime] | ^^^
  7897. 2537.34 s [unison-runtime]
  7898. 2537.34 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2244:22: warning: [GHC-63397] [-Wname-shadowing]
  7899. 2537.34 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7900. 2537.34 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2243:32
  7901. 2537.34 s [unison-runtime] |
  7902. 2537.34 s [unison-runtime] 2244 | Just (':', txt) ->
  7903. 2537.34 s [unison-runtime] | ^^^
  7904. 2537.34 s [unison-runtime]
  7905. 2537.34 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2262:11: warning: [GHC-63397] [-Wname-shadowing]
  7906. 2537.34 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7907. 2537.34 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2261:13
  7908. 2537.34 s [unison-runtime] |
  7909. 2537.34 s [unison-runtime] 2262 | (a, txt) <- hexDig txt
  7910. 2537.34 s [unison-runtime] | ^^^
  7911. 2537.34 s [unison-runtime]
  7912. 2537.34 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2263:11: warning: [GHC-63397] [-Wname-shadowing]
  7913. 2537.34 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7914. 2537.34 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2262:11
  7915. 2537.34 s [unison-runtime] |
  7916. 2537.34 s [unison-runtime] 2263 | (b, txt) <- hexDig txt
  7917. 2537.34 s [unison-runtime] | ^^^
  7918. 2537.34 s [unison-runtime]
  7919. 2537.35 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2264:11: warning: [GHC-63397] [-Wname-shadowing]
  7920. 2537.35 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7921. 2537.35 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2263:11
  7922. 2537.35 s [unison-runtime] |
  7923. 2537.35 s [unison-runtime] 2264 | (c, txt) <- hexDig txt
  7924. 2537.35 s [unison-runtime] | ^^^
  7925. 2537.35 s [unison-runtime]
  7926. 2537.35 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2265:11: warning: [GHC-63397] [-Wname-shadowing]
  7927. 2537.35 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7928. 2537.35 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2264:11
  7929. 2537.35 s [unison-runtime] |
  7930. 2537.35 s [unison-runtime] 2265 | (d, txt) <- hexDig txt
  7931. 2537.35 s [unison-runtime] | ^^^
  7932. 2537.35 s [unison-runtime]
  7933. 2537.35 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2272:15: warning: [GHC-63397] [-Wname-shadowing]
  7934. 2537.35 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7935. 2537.35 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:23
  7936. 2537.35 s [unison-runtime] |
  7937. 2537.35 s [unison-runtime] 2272 | | (pre, txt) <- TL.break special txt,
  7938. 2537.35 s [unison-runtime] | ^^^
  7939. 2537.35 s [unison-runtime]
  7940. 2537.35 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2273:9: warning: [GHC-63397] [-Wname-shadowing]
  7941. 2537.35 s [unison-runtime] This binding for ‘acc’ shadows the existing binding
  7942. 2537.35 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2271:19
  7943. 2537.35 s [unison-runtime] |
  7944. 2537.35 s [unison-runtime] 2273 | acc <- pre : acc =
  7945. 2537.35 s [unison-runtime] | ^^^
  7946. 2537.35 s [unison-runtime]
  7947. 2537.36 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2275:24: warning: [GHC-63397] [-Wname-shadowing]
  7948. 2537.36 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7949. 2537.36 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
  7950. 2537.36 s [unison-runtime] |
  7951. 2537.36 s [unison-runtime] 2275 | Just ('"', txt) ->
  7952. 2537.36 s [unison-runtime] | ^^^
  7953. 2537.36 s [unison-runtime]
  7954. 2537.36 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2277:25: warning: [GHC-63397] [-Wname-shadowing]
  7955. 2537.36 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7956. 2537.36 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2272:15
  7957. 2537.36 s [unison-runtime] |
  7958. 2537.36 s [unison-runtime] 2277 | Just ('\\', txt) -> case TL.uncons txt of
  7959. 2537.36 s [unison-runtime] | ^^^
  7960. 2537.36 s [unison-runtime]
  7961. 2537.36 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2278:26: warning: [GHC-63397] [-Wname-shadowing]
  7962. 2537.36 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7963. 2537.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7964. 2537.39 s [unison-runtime] |
  7965. 2537.39 s [unison-runtime] 2278 | Just ('f', txt) -> textBody txt0 ("\f" : acc) txt
  7966. 2537.39 s [unison-runtime] | ^^^
  7967. 2537.39 s [unison-runtime]
  7968. 2537.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2279:26: warning: [GHC-63397] [-Wname-shadowing]
  7969. 2537.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7970. 2537.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7971. 2537.39 s [unison-runtime] |
  7972. 2537.39 s [unison-runtime] 2279 | Just ('n', txt) -> textBody txt0 ("\n" : acc) txt
  7973. 2537.39 s [unison-runtime] | ^^^
  7974. 2537.39 s [unison-runtime]
  7975. 2537.39 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2280:26: warning: [GHC-63397] [-Wname-shadowing]
  7976. 2537.39 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7977. 2537.39 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7978. 2537.39 s [unison-runtime] |
  7979. 2537.39 s [unison-runtime] 2280 | Just ('r', txt) -> textBody txt0 ("\r" : acc) txt
  7980. 2537.39 s [unison-runtime] | ^^^
  7981. 2537.39 s [unison-runtime]
  7982. 2537.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2281:26: warning: [GHC-63397] [-Wname-shadowing]
  7983. 2537.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7984. 2537.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7985. 2537.40 s [unison-runtime] |
  7986. 2537.40 s [unison-runtime] 2281 | Just ('t', txt) -> textBody txt0 ("\t" : acc) txt
  7987. 2537.40 s [unison-runtime] | ^^^
  7988. 2537.40 s [unison-runtime]
  7989. 2537.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2282:26: warning: [GHC-63397] [-Wname-shadowing]
  7990. 2537.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7991. 2537.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7992. 2537.40 s [unison-runtime] |
  7993. 2537.40 s [unison-runtime] 2282 | Just ('b', txt) -> textBody txt0 ("\b" : acc) txt
  7994. 2537.40 s [unison-runtime] | ^^^
  7995. 2537.40 s [unison-runtime]
  7996. 2537.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2283:26: warning: [GHC-63397] [-Wname-shadowing]
  7997. 2537.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  7998. 2537.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  7999. 2537.40 s [unison-runtime] |
  8000. 2537.40 s [unison-runtime] 2283 | Just ('/', txt) -> textBody txt0 ("/" : acc) txt
  8001. 2537.40 s [unison-runtime] | ^^^
  8002. 2537.40 s [unison-runtime]
  8003. 2537.40 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2284:27: warning: [GHC-63397] [-Wname-shadowing]
  8004. 2537.40 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  8005. 2537.40 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  8006. 2537.40 s [unison-runtime] |
  8007. 2537.40 s [unison-runtime] 2284 | Just ('\\', txt) -> textBody txt0 ("\\" : acc) txt
  8008. 2537.40 s [unison-runtime] | ^^^
  8009. 2537.40 s [unison-runtime]
  8010. 2537.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2285:26: warning: [GHC-63397] [-Wname-shadowing]
  8011. 2537.41 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  8012. 2537.41 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  8013. 2537.41 s [unison-runtime] |
  8014. 2537.41 s [unison-runtime] 2285 | Just ('"', txt) -> textBody txt0 ("\"" : acc) txt
  8015. 2537.41 s [unison-runtime] | ^^^
  8016. 2537.41 s [unison-runtime]
  8017. 2537.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2286:26: warning: [GHC-63397] [-Wname-shadowing]
  8018. 2537.41 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  8019. 2537.41 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2277:25
  8020. 2537.41 s [unison-runtime] |
  8021. 2537.41 s [unison-runtime] 2286 | Just ('u', txt)
  8022. 2537.41 s [unison-runtime] | ^^^
  8023. 2537.41 s [unison-runtime]
  8024. 2537.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2287:28: warning: [GHC-63397] [-Wname-shadowing]
  8025. 2537.41 s [unison-runtime] This binding for ‘txt’ shadows the existing binding
  8026. 2537.41 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2286:26
  8027. 2537.41 s [unison-runtime] |
  8028. 2537.41 s [unison-runtime] 2287 | | Just (n, txt) <- uescape txt ->
  8029. 2537.41 s [unison-runtime] | ^^^
  8030. 2537.41 s [unison-runtime]
  8031. 2537.41 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2388:143: warning: [GHC-63397] [-Wname-shadowing]
  8032. 2537.41 s [unison-runtime] This binding for ‘c’ shadows the existing binding
  8033. 2537.41 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:2381:25
  8034. 2537.41 s [unison-runtime] |
  8035. 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))
  8036. 2537.42 s [unison-runtime] | ^
  8037. 2537.42 s [unison-runtime]
  8038. 2537.42 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2460:90: warning: [GHC-63397] [-Wname-shadowing]
  8039. 2537.42 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  8040. 2537.42 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  8041. 2537.42 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  8042. 2537.42 s [unison-runtime] |
  8043. 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
  8044. 2537.42 s [unison-runtime] | ^^^
  8045. 2537.42 s [unison-runtime]
  8046. 2537.42 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2465:73: warning: [GHC-63397] [-Wname-shadowing]
  8047. 2537.42 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  8048. 2537.43 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  8049. 2537.43 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  8050. 2537.43 s [unison-runtime] |
  8051. 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
  8052. 2537.45 s [unison-runtime] | ^^^
  8053. 2537.45 s [unison-runtime]
  8054. 2537.45 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2581:35: warning: [GHC-63397] [-Wname-shadowing]
  8055. 2537.45 s [unison-runtime] This binding for ‘symbol’ shadows the existing binding
  8056. 2537.45 s [unison-runtime] imported from ‘Unison.Symbol’ at src/Unison/Runtime/Foreign/Function.hs:201:1-20
  8057. 2537.45 s [unison-runtime] |
  8058. 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)
  8059. 2537.45 s [unison-runtime] | ^^^^^^
  8060. 2537.45 s [unison-runtime]
  8061. 2537.46 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2632:58: warning: [GHC-63397] [-Wname-shadowing]
  8062. 2537.46 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  8063. 2537.46 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  8064. 2537.46 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  8065. 2537.46 s [unison-runtime] |
  8066. 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))])
  8067. 2537.57 s [unison-runtime] | ^^^
  8068. 2537.57 s [unison-runtime]
  8069. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2642:26: warning: [GHC-63397] [-Wname-shadowing]
  8070. 2537.57 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  8071. 2537.57 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  8072. 2537.57 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  8073. 2537.57 s [unison-runtime] |
  8074. 2537.57 s [unison-runtime] 2642 | ReadSchema.Defaulted n def -> BoxedVal $ Data2 Ty.avroFieldStatusRef TT.avroFieldStatusDefaultedTag (encodeVal n) (avroEncodeDefaultValue def)
  8075. 2537.57 s [unison-runtime] | ^^^
  8076. 2537.57 s [unison-runtime]
  8077. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2738:47: warning: [GHC-63397] [-Wname-shadowing]
  8078. 2537.57 s [unison-runtime] This binding for ‘def’ shadows the existing binding
  8079. 2537.57 s [unison-runtime] imported from ‘Data.Default’ at src/Unison/Runtime/Foreign/Function.hs:48:22-24
  8080. 2537.57 s [unison-runtime] (and originally defined in ‘Data.Default.Internal’)
  8081. 2537.57 s [unison-runtime] |
  8082. 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)])
  8083. 2537.57 s [unison-runtime] | ^^^
  8084. 2537.57 s [unison-runtime]
  8085. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2975:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8086. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8087. 2537.57 s [unison-runtime] pattern ConsV :: Val -> Val -> Val
  8088. 2537.57 s [unison-runtime] |
  8089. 2537.57 s [unison-runtime] 2975 | pattern ConsV x y = BoxedVal (ConsC x y)
  8090. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8091. 2537.57 s [unison-runtime]
  8092. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:2982:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8093. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8094. 2537.57 s [unison-runtime] pattern Tup2V :: Val -> Val -> Val
  8095. 2537.57 s [unison-runtime] |
  8096. 2537.57 s [unison-runtime] 2982 | pattern Tup2V x y = BoxedVal (Tup2C x y)
  8097. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8098. 2537.57 s [unison-runtime]
  8099. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3010:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8100. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8101. 2537.57 s [unison-runtime] pattern Tup3C :: Val -> Val -> Val -> Closure
  8102. 2537.57 s [unison-runtime] |
  8103. 2537.57 s [unison-runtime] 3010 | pattern Tup3C x y z = ConsC x (Tup2V y z)
  8104. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8105. 2537.57 s [unison-runtime]
  8106. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3012:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8107. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8108. 2537.57 s [unison-runtime] pattern Tup3V :: Val -> Val -> Val -> Val
  8109. 2537.57 s [unison-runtime] |
  8110. 2537.57 s [unison-runtime] 3012 | pattern Tup3V x y z = BoxedVal (Tup3C x y z)
  8111. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8112. 2537.57 s [unison-runtime]
  8113. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3043:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8114. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8115. 2537.57 s [unison-runtime] pattern Tup4C :: Val -> Val -> Val -> Val -> Closure
  8116. 2537.57 s [unison-runtime] |
  8117. 2537.57 s [unison-runtime] 3043 | pattern Tup4C w x y z = ConsC w (Tup3V x y z)
  8118. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8119. 2537.57 s [unison-runtime]
  8120. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3045:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8121. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8122. 2537.57 s [unison-runtime] pattern Tup4V :: Val -> Val -> Val -> Val -> Val
  8123. 2537.57 s [unison-runtime] |
  8124. 2537.57 s [unison-runtime] 3045 | pattern Tup4V w x y z = BoxedVal (Tup4C w x y z)
  8125. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8126. 2537.57 s [unison-runtime]
  8127. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3080:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8128. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8129. 2537.57 s [unison-runtime] pattern Tup5C :: Val -> Val -> Val -> Val -> Val -> Closure
  8130. 2537.57 s [unison-runtime] |
  8131. 2537.57 s [unison-runtime] 3080 | pattern Tup5C v w x y z = ConsC v (Tup4V w x y z)
  8132. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8133. 2537.57 s [unison-runtime]
  8134. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3117:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8135. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8136. 2537.57 s [unison-runtime] pattern Tup5V :: Val -> Val -> Val -> Val -> Val -> Val
  8137. 2537.57 s [unison-runtime] |
  8138. 2537.57 s [unison-runtime] 3117 | pattern Tup5V v w x y z = BoxedVal (Tup5C v w x y z)
  8139. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8140. 2537.57 s [unison-runtime]
  8141. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3119:1: warning: [GHC-38417] [-Wmissing-pattern-synonym-signatures]
  8142. 2537.57 s [unison-runtime] Pattern synonym with no type signature:
  8143. 2537.57 s [unison-runtime] pattern Tup6C :: Val -> Val -> Val -> Val -> Val -> Val -> Closure
  8144. 2537.57 s [unison-runtime] |
  8145. 2537.57 s [unison-runtime] 3119 | pattern Tup6C u v w x y z = ConsC u (Tup5V v w x y z)
  8146. 2537.57 s [unison-runtime] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  8147. 2537.57 s [unison-runtime]
  8148. 2537.57 s [unison-runtime] src/Unison/Runtime/Foreign/Function.hs:3203:10: warning: [GHC-63397] [-Wname-shadowing]
  8149. 2537.57 s [unison-runtime] This binding for ‘x’ shadows the existing binding
  8150. 2537.57 s [unison-runtime] bound at src/Unison/Runtime/Foreign/Function.hs:3202:27
  8151. 2537.57 s [unison-runtime] |
  8152. 2537.57 s [unison-runtime] 3203 | | Just x <- maybeUnwrapBuiltin x = pure x
  8153. 2537.57 s [unison-runtime] | ^
  8154. 2537.57 s [unison-runtime]
  8155. 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 )
  8156. 2541.81 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:38:3: warning: [GHC-63397] [-Wname-shadowing]
  8157. 2541.81 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8158. 2541.81 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:36:13
  8159. 2541.81 s [unison-runtime] |
  8160. 2541.81 s [unison-runtime] 38 | stk <- bump stk
  8161. 2541.81 s [unison-runtime] | ^^^
  8162. 2541.81 s [unison-runtime]
  8163. 2541.81 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:124:3: warning: [GHC-63397] [-Wname-shadowing]
  8164. 2541.81 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8165. 2541.82 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:121:14
  8166. 2541.82 s [unison-runtime] |
  8167. 2541.82 s [unison-runtime] 124 | stk <- bump stk
  8168. 2541.82 s [unison-runtime] | ^^^
  8169. 2541.82 s [unison-runtime]
  8170. 2541.82 s [unison-runtime] src/Unison/Runtime/Machine/Primops.hs:447:4: warning: [GHC-63397] [-Wname-shadowing]
  8171. 2541.82 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  8172. 2541.82 s [unison-runtime] bound at src/Unison/Runtime/Machine/Primops.hs:443:10
  8173. 2541.82 s [unison-runtime] |
  8174. 2541.82 s [unison-runtime] 447 | !v <- evaluate v
  8175. 2541.82 s [unison-runtime] | ^
  8176. 2541.82 s [unison-runtime]
  8177. 2542.90 s [unison-runtime] [38 of 40] Compiling Unison.Runtime.Machine ( src/Unison/Runtime/Machine.hs, nothing )
  8178. 2543.44 s [unison-runtime] src/Unison/Runtime/Machine.hs:216:38: warning: [GHC-63397] [-Wname-shadowing]
  8179. 2543.45 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8180. 2543.45 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:190:3
  8181. 2543.45 s [unison-runtime] |
  8182. 2543.45 s [unison-runtime] 216 | CachedVal _ val -> bump stk >>= \stk -> poke stk val
  8183. 2543.45 s [unison-runtime] | ^^^
  8184. 2543.45 s [unison-runtime]
  8185. 2543.45 s [unison-runtime] src/Unison/Runtime/Machine.hs:313:3: warning: [GHC-63397] [-Wname-shadowing]
  8186. 2543.45 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8187. 2543.45 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:311:32
  8188. 2543.45 s [unison-runtime] |
  8189. 2543.45 s [unison-runtime] 313 | stk <- name stk args v
  8190. 2543.45 s [unison-runtime] | ^^^
  8191. 2543.45 s [unison-runtime]
  8192. 2543.45 s [unison-runtime] src/Unison/Runtime/Machine.hs:319:7: warning: [GHC-63397] [-Wname-shadowing]
  8193. 2543.45 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  8194. 2543.45 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:315:8
  8195. 2543.45 s [unison-runtime] |
  8196. 2543.45 s [unison-runtime] 319 | henv <-
  8197. 2543.45 s [unison-runtime] | ^^^^
  8198. 2543.45 s [unison-runtime]
  8199. 2543.45 s [unison-runtime] src/Unison/Runtime/Machine.hs:329:15: warning: [GHC-63397] [-Wname-shadowing]
  8200. 2543.45 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8201. 2543.45 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:30
  8202. 2543.45 s [unison-runtime] |
  8203. 2543.45 s [unison-runtime] 329 | (cap, denv, stk, k) <- splitCont (denv henv) stk k p
  8204. 2543.45 s [unison-runtime] | ^^^
  8205. 2543.45 s [unison-runtime]
  8206. 2543.45 s [unison-runtime] src/Unison/Runtime/Machine.hs:329:20: warning: [GHC-63397] [-Wname-shadowing]
  8207. 2543.45 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8208. 2543.45 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:35
  8209. 2543.45 s [unison-runtime] |
  8210. 2543.45 s [unison-runtime] 329 | (cap, denv, stk, k) <- splitCont (denv henv) stk k p
  8211. 2543.46 s [unison-runtime] | ^
  8212. 2543.46 s [unison-runtime]
  8213. 2543.46 s [unison-runtime] src/Unison/Runtime/Machine.hs:330:3: warning: [GHC-63397] [-Wname-shadowing]
  8214. 2543.46 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8215. 2543.46 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:329:15
  8216. 2543.46 s [unison-runtime] |
  8217. 2543.46 s [unison-runtime] 330 | stk <- bump stk
  8218. 2543.46 s [unison-runtime] | ^^^
  8219. 2543.46 s [unison-runtime]
  8220. 2543.46 s [unison-runtime] src/Unison/Runtime/Machine.hs:332:3: warning: [GHC-63397] [-Wname-shadowing]
  8221. 2543.46 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  8222. 2543.46 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:328:8
  8223. 2543.46 s [unison-runtime] |
  8224. 2543.46 s [unison-runtime] 332 | henv <- evaluate $ henv {denv = denv}
  8225. 2543.46 s [unison-runtime] | ^^^^
  8226. 2543.46 s [unison-runtime]
  8227. 2543.46 s [unison-runtime] src/Unison/Runtime/Machine.hs:337:14: warning: [GHC-63397] [-Wname-shadowing]
  8228. 2543.46 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8229. 2543.46 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:31
  8230. 2543.46 s [unison-runtime] |
  8231. 2543.46 s [unison-runtime] 337 | (aenv, stk, k) <- abortCont stk k r
  8232. 2543.46 s [unison-runtime] | ^^^
  8233. 2543.46 s [unison-runtime]
  8234. 2543.46 s [unison-runtime] src/Unison/Runtime/Machine.hs:337:19: warning: [GHC-63397] [-Wname-shadowing]
  8235. 2543.46 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8236. 2543.46 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:334:36
  8237. 2543.46 s [unison-runtime] |
  8238. 2543.47 s [unison-runtime] 337 | (aenv, stk, k) <- abortCont stk k r
  8239. 2543.47 s [unison-runtime] | ^
  8240. 2543.47 s [unison-runtime]
  8241. 2543.47 s [unison-runtime] src/Unison/Runtime/Machine.hs:344:8: warning: [GHC-63397] [-Wname-shadowing]
  8242. 2543.47 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8243. 2543.47 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:341:34
  8244. 2543.47 s [unison-runtime] |
  8245. 2543.47 s [unison-runtime] 344 | (stk, a) <- saveArgs stk
  8246. 2543.47 s [unison-runtime] | ^^^
  8247. 2543.47 s [unison-runtime]
  8248. 2543.47 s [unison-runtime] src/Unison/Runtime/Machine.hs:354:7: warning: [GHC-63397] [-Wname-shadowing]
  8249. 2543.47 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8250. 2543.47 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:348:32
  8251. 2543.47 s [unison-runtime] |
  8252. 2543.47 s [unison-runtime] 354 | stk <- bump stk
  8253. 2543.47 s [unison-runtime] | ^^^
  8254. 2543.47 s [unison-runtime]
  8255. 2543.47 s [unison-runtime] src/Unison/Runtime/Machine.hs:363:7: warning: [GHC-63397] [-Wname-shadowing]
  8256. 2543.47 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8257. 2543.47 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:359:32
  8258. 2543.47 s [unison-runtime] |
  8259. 2543.47 s [unison-runtime] 363 | stk <- bumpn stk 2
  8260. 2543.47 s [unison-runtime] | ^^^
  8261. 2543.47 s [unison-runtime]
  8262. 2543.47 s [unison-runtime] src/Unison/Runtime/Machine.hs:365:14: warning: [GHC-63397] [-Wname-shadowing]
  8263. 2543.47 s [unison-runtime] This binding for ‘miss’ shadows the existing binding
  8264. 2543.47 s [unison-runtime] imported from ‘Unison.Runtime.Machine.Primops’ at src/Unison/Runtime/Machine.hs:96:1-37
  8265. 2543.47 s [unison-runtime] (and originally defined
  8266. 2543.47 s [unison-runtime] at src/Unison/Runtime/Machine/Primops.hs:462:1-4)
  8267. 2543.47 s [unison-runtime] |
  8268. 2543.47 s [unison-runtime] 365 | Left miss -> do
  8269. 2543.47 s [unison-runtime] | ^^^^
  8270. 2543.47 s [unison-runtime]
  8271. 2543.47 s [unison-runtime] src/Unison/Runtime/Machine.hs:376:3: warning: [GHC-63397] [-Wname-shadowing]
  8272. 2543.47 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8273. 2543.47 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:374:32
  8274. 2543.47 s [unison-runtime] |
  8275. 2543.47 s [unison-runtime] 376 | stk <- bump stk
  8276. 2543.47 s [unison-runtime] | ^^^
  8277. 2543.47 s [unison-runtime]
  8278. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:379:48: warning: [GHC-63397] [-Wname-shadowing]
  8279. 2543.48 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  8280. 2543.48 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  8281. 2543.48 s [unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
  8282. 2543.48 s [unison-runtime] |
  8283. 2543.48 s [unison-runtime] 379 | exec env henv !_activeThreads !stk !k _ (Prim1 op i) = do
  8284. 2543.48 s [unison-runtime] | ^^
  8285. 2543.48 s [unison-runtime]
  8286. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:380:3: warning: [GHC-63397] [-Wname-shadowing]
  8287. 2543.48 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8288. 2543.48 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:379:32
  8289. 2543.48 s [unison-runtime] |
  8290. 2543.48 s [unison-runtime] 380 | stk <- prim1 env stk op i
  8291. 2543.48 s [unison-runtime] | ^^^
  8292. 2543.48 s [unison-runtime]
  8293. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:383:3: warning: [GHC-63397] [-Wname-shadowing]
  8294. 2543.48 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  8295. 2543.48 s [unison-runtime] defined at src/Unison/Runtime/Machine.hs:909:1
  8296. 2543.48 s [unison-runtime] |
  8297. 2543.48 s [unison-runtime] 383 | name <- peekOffBi @Util.Text.Text stk i
  8298. 2543.48 s [unison-runtime] | ^^^^
  8299. 2543.48 s [unison-runtime]
  8300. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:399:26: warning: [GHC-63397] [-Wname-shadowing]
  8301. 2543.48 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  8302. 2543.48 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  8303. 2543.48 s [unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
  8304. 2543.48 s [unison-runtime] |
  8305. 2543.48 s [unison-runtime] 399 | MsgTrace msg ugl pre -> do
  8306. 2543.48 s [unison-runtime] | ^^^
  8307. 2543.48 s [unison-runtime]
  8308. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:408:47: warning: [GHC-63397] [-Wname-shadowing]
  8309. 2543.48 s [unison-runtime] This binding for ‘op’ shadows the existing binding
  8310. 2543.48 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  8311. 2543.48 s [unison-runtime] (and originally defined in ‘Control.Lens.Wrapped’)
  8312. 2543.48 s [unison-runtime] |
  8313. 2543.48 s [unison-runtime] 408 | exec env henv !_trackThreads !stk !k _ (Prim2 op i j) = do
  8314. 2543.48 s [unison-runtime] | ^^
  8315. 2543.48 s [unison-runtime]
  8316. 2543.48 s [unison-runtime] src/Unison/Runtime/Machine.hs:409:3: warning: [GHC-63397] [-Wname-shadowing]
  8317. 2543.48 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8318. 2543.48 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:408:31
  8319. 2543.48 s [unison-runtime] |
  8320. 2543.48 s [unison-runtime] 409 | stk <- primxx env stk op i j
  8321. 2543.48 s [unison-runtime] | ^^^
  8322. 2543.48 s [unison-runtime]
  8323. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:421:7: warning: [GHC-63397] [-Wname-shadowing]
  8324. 2543.49 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8325. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:411:32
  8326. 2543.49 s [unison-runtime] |
  8327. 2543.49 s [unison-runtime] 421 | stk <- bump stk
  8328. 2543.49 s [unison-runtime] | ^^^
  8329. 2543.49 s [unison-runtime]
  8330. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:426:3: warning: [GHC-63397] [-Wname-shadowing]
  8331. 2543.49 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8332. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:424:30
  8333. 2543.49 s [unison-runtime] |
  8334. 2543.49 s [unison-runtime] 426 | stk <- bump stk
  8335. 2543.49 s [unison-runtime] | ^^^
  8336. 2543.49 s [unison-runtime]
  8337. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:434:3: warning: [GHC-63397] [-Wname-shadowing]
  8338. 2543.49 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8339. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:433:30
  8340. 2543.49 s [unison-runtime] |
  8341. 2543.49 s [unison-runtime] 434 | stk <- bump stk
  8342. 2543.49 s [unison-runtime] | ^^^
  8343. 2543.49 s [unison-runtime]
  8344. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:442:8: warning: [GHC-63397] [-Wname-shadowing]
  8345. 2543.49 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8346. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
  8347. 2543.49 s [unison-runtime] |
  8348. 2543.49 s [unison-runtime] 442 | (stk, a) <- saveArgs stk
  8349. 2543.49 s [unison-runtime] | ^^^
  8350. 2543.49 s [unison-runtime]
  8351. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:449:7: warning: [GHC-63397] [-Wname-shadowing]
  8352. 2543.49 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  8353. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
  8354. 2543.49 s [unison-runtime] |
  8355. 2543.49 s [unison-runtime] 449 | henv <- evaluate $ henv {aenv = aenv}
  8356. 2543.49 s [unison-runtime] | ^^^^
  8357. 2543.49 s [unison-runtime]
  8358. 2543.49 s [unison-runtime] src/Unison/Runtime/Machine.hs:452:8: warning: [GHC-63397] [-Wname-shadowing]
  8359. 2543.49 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8360. 2543.49 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:30
  8361. 2543.49 s [unison-runtime] |
  8362. 2543.49 s [unison-runtime] 452 | (stk, a) <- saveArgs stk
  8363. 2543.49 s [unison-runtime] | ^^^
  8364. 2543.49 s [unison-runtime]
  8365. 2543.50 s [unison-runtime] src/Unison/Runtime/Machine.hs:455:7: warning: [GHC-63397] [-Wname-shadowing]
  8366. 2543.50 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  8367. 2543.50 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:437:8
  8368. 2543.50 s [unison-runtime] |
  8369. 2543.50 s [unison-runtime] 455 | henv <- evaluate $ HEnv aenv0 denv
  8370. 2543.50 s [unison-runtime] | ^^^^
  8371. 2543.50 s [unison-runtime]
  8372. 2543.50 s [unison-runtime] src/Unison/Runtime/Machine.hs:460:3: warning: [GHC-63397] [-Wname-shadowing]
  8373. 2543.50 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8374. 2543.50 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:458:30
  8375. 2543.50 s [unison-runtime] |
  8376. 2543.50 s [unison-runtime] 460 | stk <- bump stk
  8377. 2543.50 s [unison-runtime] | ^^^
  8378. 2543.50 s [unison-runtime]
  8379. 2543.50 s [unison-runtime] src/Unison/Runtime/Machine.hs:464:7: warning: [GHC-63397] [-Wname-shadowing]
  8380. 2543.50 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8381. 2543.50 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:463:33
  8382. 2543.50 s [unison-runtime] |
  8383. 2543.50 s [unison-runtime] 464 | (b, stk) <- exStackIOToIO $ foreignCall func args (unpackXStack stk)
  8384. 2543.50 s [unison-runtime] | ^^^
  8385. 2543.50 s [unison-runtime]
  8386. 2543.50 s [unison-runtime] src/Unison/Runtime/Machine.hs:470:7: warning: [GHC-63397] [-Wname-shadowing]
  8387. 2543.50 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8388. 2543.50 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:466:31
  8389. 2543.50 s [unison-runtime] |
  8390. 2543.50 s [unison-runtime] 470 | stk <- bump stk
  8391. 2543.50 s [unison-runtime] | ^^^
  8392. 2543.50 s [unison-runtime]
  8393. 2543.51 s [unison-runtime] src/Unison/Runtime/Machine.hs:477:7: warning: [GHC-63397] [-Wname-shadowing]
  8394. 2543.51 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8395. 2543.51 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:473:31
  8396. 2543.51 s [unison-runtime] |
  8397. 2543.51 s [unison-runtime] 477 | stk <- bump stk
  8398. 2543.51 s [unison-runtime] | ^^^
  8399. 2543.51 s [unison-runtime]
  8400. 2543.51 s [unison-runtime] src/Unison/Runtime/Machine.hs:484:7: warning: [GHC-63397] [-Wname-shadowing]
  8401. 2543.51 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8402. 2543.51 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:480:31
  8403. 2543.51 s [unison-runtime] |
  8404. 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.
  8405. 2543.51 s [unison-runtime] | ^^^
  8406. 2543.51 s [unison-runtime]
  8407. 2543.51 s [unison-runtime] src/Unison/Runtime/Machine.hs:486:7: warning: [GHC-63397] [-Wname-shadowing]
  8408. 2543.51 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8409. 2543.51 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:484:7
  8410. 2543.51 s [unison-runtime] |
  8411. 2543.51 s [unison-runtime] 486 | stk <- encodeExn stk ev
  8412. 2543.51 s [unison-runtime] | ^^^
  8413. 2543.51 s [unison-runtime]
  8414. 2543.51 s [unison-runtime] src/Unison/Runtime/Machine.hs:496:7: warning: [GHC-63397] [-Wname-shadowing]
  8415. 2543.51 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8416. 2543.52 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:488:31
  8417. 2543.52 s [unison-runtime] |
  8418. 2543.52 s [unison-runtime] 496 | stk <- bump stk
  8419. 2543.52 s [unison-runtime] | ^^^
  8420. 2543.52 s [unison-runtime]
  8421. 2543.52 s [unison-runtime] src/Unison/Runtime/Machine.hs:513:3: warning: [GHC-63397] [-Wname-shadowing]
  8422. 2543.52 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8423. 2543.52 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:508:30
  8424. 2543.52 s [unison-runtime] |
  8425. 2543.52 s [unison-runtime] 513 | stk <- bump stk
  8426. 2543.52 s [unison-runtime] | ^^^
  8427. 2543.52 s [unison-runtime]
  8428. 2543.52 s [unison-runtime] src/Unison/Runtime/Machine.hs:538:4: warning: [GHC-63397] [-Wname-shadowing]
  8429. 2543.52 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8430. 2543.52 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:536:30
  8431. 2543.52 s [unison-runtime] |
  8432. 2543.52 s [unison-runtime] 538 | (stk, a) <- saveArgs stk
  8433. 2543.52 s [unison-runtime] | ^^^
  8434. 2543.52 s [unison-runtime]
  8435. 2543.52 s [unison-runtime] src/Unison/Runtime/Machine.hs:638:7: warning: [GHC-63397] [-Wname-shadowing]
  8436. 2543.52 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8437. 2543.52 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
  8438. 2543.52 s [unison-runtime] |
  8439. 2543.52 s [unison-runtime] 638 | stk <- bump stk
  8440. 2543.52 s [unison-runtime] | ^^^
  8441. 2543.52 s [unison-runtime]
  8442. 2543.53 s [unison-runtime] src/Unison/Runtime/Machine.hs:640:10: warning: [GHC-63397] [-Wname-shadowing]
  8443. 2543.53 s [unison-runtime] This binding for ‘exn’ shadows the existing binding
  8444. 2543.53 s [unison-runtime] imported from ‘Unison.Runtime.Exception’ at src/Unison/Runtime/Machine.hs:84:60-62
  8445. 2543.53 s [unison-runtime] (and originally defined at src/Unison/Runtime/Exception.hs:47:1-3)
  8446. 2543.53 s [unison-runtime] |
  8447. 2543.53 s [unison-runtime] 640 | Left exn -> do
  8448. 2543.53 s [unison-runtime] | ^^^
  8449. 2543.53 s [unison-runtime]
  8450. 2543.53 s [unison-runtime] src/Unison/Runtime/Machine.hs:645:7: warning: [GHC-63397] [-Wname-shadowing]
  8451. 2543.53 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8452. 2543.53 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:635:11
  8453. 2543.53 s [unison-runtime] |
  8454. 2543.53 s [unison-runtime] 645 | stk <- bumpn stk 3
  8455. 2543.53 s [unison-runtime] | ^^^
  8456. 2543.53 s [unison-runtime]
  8457. 2543.53 s [unison-runtime] src/Unison/Runtime/Machine.hs:656:18: warning: [GHC-63397] [-Wname-shadowing]
  8458. 2543.53 s [unison-runtime] This binding for ‘re’ shadows the existing binding
  8459. 2543.53 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  8460. 2543.53 s [unison-runtime] (and originally defined in ‘Control.Lens.Review’)
  8461. 2543.53 s [unison-runtime] |
  8462. 2543.53 s [unison-runtime] 656 | | Just re <- fromException exn = case re of
  8463. 2543.53 s [unison-runtime] | ^^
  8464. 2543.53 s [unison-runtime]
  8465. 2543.53 s [unison-runtime] src/Unison/Runtime/Machine.hs:657:31: warning: [GHC-63397] [-Wname-shadowing]
  8466. 2543.53 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  8467. 2543.53 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
  8468. 2543.53 s [unison-runtime] |
  8469. 2543.54 s [unison-runtime] 657 | PE _stk _issues msg ->
  8470. 2543.54 s [unison-runtime] | ^^^
  8471. 2543.54 s [unison-runtime]
  8472. 2543.54 s [unison-runtime] src/Unison/Runtime/Machine.hs:672:25: warning: [GHC-63397] [-Wname-shadowing]
  8473. 2543.54 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  8474. 2543.54 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:653:16
  8475. 2543.54 s [unison-runtime] |
  8476. 2543.54 s [unison-runtime] 672 | | Just (Panic msg v) <- fromException exn,
  8477. 2543.54 s [unison-runtime] | ^^^
  8478. 2543.54 s [unison-runtime]
  8479. 2543.54 s [unison-runtime] src/Unison/Runtime/Machine.hs:673:13: warning: [GHC-63397] [-Wname-shadowing]
  8480. 2543.54 s [unison-runtime] This binding for ‘msg’ shadows the existing binding
  8481. 2543.54 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:672:25
  8482. 2543.54 s [unison-runtime] |
  8483. 2543.54 s [unison-runtime] 673 | msg <- Util.Text.pack $ "panic: " ++ msg =
  8484. 2543.54 s [unison-runtime] | ^^^
  8485. 2543.54 s [unison-runtime]
  8486. 2543.54 s [unison-runtime] src/Unison/Runtime/Machine.hs:709:8: warning: [GHC-63397] [-Wname-shadowing]
  8487. 2543.54 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8488. 2543.55 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:708:37
  8489. 2543.55 s [unison-runtime] |
  8490. 2543.55 s [unison-runtime] 709 | (nx, stk) <- dataBranch mr stk br =<< bpeekOff stk i
  8491. 2543.55 s [unison-runtime] | ^^^
  8492. 2543.55 s [unison-runtime]
  8493. 2543.55 s [unison-runtime] src/Unison/Runtime/Machine.hs:715:7: warning: [GHC-63397] [-Wname-shadowing]
  8494. 2543.55 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8495. 2543.55 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:714:37
  8496. 2543.55 s [unison-runtime] |
  8497. 2543.55 s [unison-runtime] 715 | (t, stk) <- dumpDataValNoTag stk =<< peekOff stk i
  8498. 2543.55 s [unison-runtime] | ^^^
  8499. 2543.55 s [unison-runtime]
  8500. 2543.55 s [unison-runtime] src/Unison/Runtime/Machine.hs:719:39: warning: [GHC-63397] [-Wname-shadowing]
  8501. 2543.55 s [unison-runtime] This binding for ‘t’ shadows the existing binding
  8502. 2543.55 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:715:4
  8503. 2543.56 s [unison-runtime] |
  8504. 2543.56 s [unison-runtime] 719 | (ANF.rawTag -> e, ANF.rawTag -> t)
  8505. 2543.56 s [unison-runtime] | ^
  8506. 2543.56 s [unison-runtime]
  8507. 2543.56 s [unison-runtime] src/Unison/Runtime/Machine.hs:730:7: warning: [GHC-63397] [-Wname-shadowing]
  8508. 2543.56 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8509. 2543.56 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:723:37
  8510. 2543.56 s [unison-runtime] |
  8511. 2543.56 s [unison-runtime] 730 | stk <- moveArgs stk args
  8512. 2543.56 s [unison-runtime] | ^^^
  8513. 2543.56 s [unison-runtime]
  8514. 2543.56 s [unison-runtime] src/Unison/Runtime/Machine.hs:731:7: warning: [GHC-63397] [-Wname-shadowing]
  8515. 2543.56 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8516. 2543.56 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:730:7
  8517. 2543.57 s [unison-runtime] |
  8518. 2543.57 s [unison-runtime] 731 | stk <- frameArgs stk
  8519. 2543.57 s [unison-runtime] | ^^^
  8520. 2543.57 s [unison-runtime]
  8521. 2543.57 s [unison-runtime] src/Unison/Runtime/Machine.hs:743:4: warning: [GHC-63397] [-Wname-shadowing]
  8522. 2543.57 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8523. 2543.57 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:742:37
  8524. 2543.57 s [unison-runtime] |
  8525. 2543.57 s [unison-runtime] 743 | (stk, fsz, asz) <- saveFrame stk
  8526. 2543.57 s [unison-runtime] | ^^^
  8527. 2543.57 s [unison-runtime]
  8528. 2543.57 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:17: warning: [GHC-63397] [-Wname-shadowing]
  8529. 2543.57 s [unison-runtime] This binding for ‘henv’ shadows the existing binding
  8530. 2543.57 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:16
  8531. 2543.57 s [unison-runtime] |
  8532. 2543.57 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  8533. 2543.57 s [unison-runtime] | ^^^^
  8534. 2543.57 s [unison-runtime]
  8535. 2543.58 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:24: warning: [GHC-63397] [-Wname-shadowing]
  8536. 2543.58 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8537. 2543.58 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:37
  8538. 2543.58 s [unison-runtime] |
  8539. 2543.58 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  8540. 2543.58 s [unison-runtime] | ^^^
  8541. 2543.58 s [unison-runtime]
  8542. 2543.58 s [unison-runtime] src/Unison/Runtime/Machine.hs:755:30: warning: [GHC-63397] [-Wname-shadowing]
  8543. 2543.58 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8544. 2543.58 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:753:42
  8545. 2543.58 s [unison-runtime] |
  8546. 2543.58 s [unison-runtime] 755 | (exception, henv, !stk, !k)
  8547. 2543.58 s [unison-runtime] | ^
  8548. 2543.58 s [unison-runtime]
  8549. 2543.58 s [unison-runtime] src/Unison/Runtime/Machine.hs:764:12: warning: [GHC-63397] [-Wname-shadowing]
  8550. 2543.58 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8551. 2543.58 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:755:24
  8552. 2543.58 s [unison-runtime] |
  8553. 2543.58 s [unison-runtime] 764 | (stk, fsz, asz) <- saveFrame stk
  8554. 2543.59 s [unison-runtime] | ^^^
  8555. 2543.59 s [unison-runtime]
  8556. 2543.59 s [unison-runtime] src/Unison/Runtime/Machine.hs:846:14: warning: [GHC-63397] [-Wname-shadowing]
  8557. 2543.59 s [unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
  8558. 2543.59 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
  8559. 2543.59 s [unison-runtime] |
  8560. 2543.59 s [unison-runtime] 846 | Just activeThreads -> UnliftIO.atomicModifyIORef' activeThreads (\ids -> (Set.insert threadID ids, ()))
  8561. 2543.59 s [unison-runtime] | ^^^^^^^^^^^^^
  8562. 2543.59 s [unison-runtime]
  8563. 2543.59 s [unison-runtime] src/Unison/Runtime/Machine.hs:851:14: warning: [GHC-63397] [-Wname-shadowing]
  8564. 2543.59 s [unison-runtime] This binding for ‘activeThreads’ shadows the existing binding
  8565. 2543.59 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:831:14
  8566. 2543.59 s [unison-runtime] |
  8567. 2543.59 s [unison-runtime] 851 | Just activeThreads -> do
  8568. 2543.59 s [unison-runtime] | ^^^^^^^^^^^^^
  8569. 2543.59 s [unison-runtime]
  8570. 2543.60 s [unison-runtime] src/Unison/Runtime/Machine.hs:896:5: warning: [GHC-63397] [-Wname-shadowing]
  8571. 2543.60 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8572. 2543.60 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
  8573. 2543.60 s [unison-runtime] |
  8574. 2543.60 s [unison-runtime] 896 | stk <- if sck then pure stk else ensure stk f
  8575. 2543.60 s [unison-runtime] | ^^^
  8576. 2543.60 s [unison-runtime]
  8577. 2543.60 s [unison-runtime] src/Unison/Runtime/Machine.hs:897:5: warning: [GHC-63397] [-Wname-shadowing]
  8578. 2543.60 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8579. 2543.60 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:896:5
  8580. 2543.60 s [unison-runtime] |
  8581. 2543.60 s [unison-runtime] 897 | stk <- moveArgs stk args
  8582. 2543.60 s [unison-runtime] | ^^^
  8583. 2543.60 s [unison-runtime]
  8584. 2543.60 s [unison-runtime] src/Unison/Runtime/Machine.hs:898:5: warning: [GHC-63397] [-Wname-shadowing]
  8585. 2543.60 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8586. 2543.60 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:897:5
  8587. 2543.60 s [unison-runtime] |
  8588. 2543.60 s [unison-runtime] 898 | stk <- acceptArgs stk a
  8589. 2543.60 s [unison-runtime] | ^^^
  8590. 2543.60 s [unison-runtime]
  8591. 2543.61 s [unison-runtime] src/Unison/Runtime/Machine.hs:901:5: warning: [GHC-63397] [-Wname-shadowing]
  8592. 2543.61 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8593. 2543.61 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:893:37
  8594. 2543.61 s [unison-runtime] |
  8595. 2543.61 s [unison-runtime] 901 | stk <- discardFrame stk
  8596. 2543.61 s [unison-runtime] | ^^^
  8597. 2543.61 s [unison-runtime]
  8598. 2543.61 s [unison-runtime] src/Unison/Runtime/Machine.hs:902:5: warning: [GHC-63397] [-Wname-shadowing]
  8599. 2543.61 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8600. 2543.61 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:901:5
  8601. 2543.61 s [unison-runtime] |
  8602. 2543.61 s [unison-runtime] 902 | stk <- bump stk
  8603. 2543.61 s [unison-runtime] | ^^^
  8604. 2543.61 s [unison-runtime]
  8605. 2543.61 s [unison-runtime] src/Unison/Runtime/Machine.hs:911:5: warning: [GHC-63397] [-Wname-shadowing]
  8606. 2543.61 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  8607. 2543.61 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:910:26
  8608. 2543.61 s [unison-runtime] |
  8609. 2543.61 s [unison-runtime] 911 | seg <- closeArgs I stk seg args
  8610. 2543.61 s [unison-runtime] | ^^^
  8611. 2543.61 s [unison-runtime]
  8612. 2543.61 s [unison-runtime] src/Unison/Runtime/Machine.hs:912:5: warning: [GHC-63397] [-Wname-shadowing]
  8613. 2543.61 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8614. 2543.61 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:909:7
  8615. 2543.61 s [unison-runtime] |
  8616. 2543.61 s [unison-runtime] 912 | stk <- bump stk
  8617. 2543.61 s [unison-runtime] | ^^^
  8618. 2543.61 s [unison-runtime]
  8619. 2543.61 s [unison-runtime] src/Unison/Runtime/Machine.hs:923:3: warning: [GHC-63397] [-Wname-shadowing]
  8620. 2543.61 s [unison-runtime] This binding for ‘useg’ shadows the existing binding
  8621. 2543.61 s [unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
  8622. 2543.61 s [unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:544:1-4)
  8623. 2543.62 s [unison-runtime] |
  8624. 2543.62 s [unison-runtime] 923 | useg <- unsafeFreezeByteArray ucop
  8625. 2543.62 s [unison-runtime] | ^^^^
  8626. 2543.62 s [unison-runtime]
  8627. 2543.62 s [unison-runtime] src/Unison/Runtime/Machine.hs:928:3: warning: [GHC-63397] [-Wname-shadowing]
  8628. 2543.62 s [unison-runtime] This binding for ‘bseg’ shadows the existing binding
  8629. 2543.62 s [unison-runtime] imported from ‘Unison.Runtime.Stack’ at src/Unison/Runtime/Machine.hs:100:1-27
  8630. 2543.62 s [unison-runtime] (and originally defined at src/Unison/Runtime/Stack.hs:555:1-4)
  8631. 2543.62 s [unison-runtime] |
  8632. 2543.62 s [unison-runtime] 928 | bseg <- unsafeFreezeArray bcop
  8633. 2543.62 s [unison-runtime] | ^^^^
  8634. 2543.62 s [unison-runtime]
  8635. 2543.62 s [unison-runtime] src/Unison/Runtime/Machine.hs:961:15: warning: [GHC-63397] [-Wname-shadowing]
  8636. 2543.62 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8637. 2543.62 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  8638. 2543.62 s [unison-runtime] |
  8639. 2543.62 s [unison-runtime] 961 | stk <- ensure stk f
  8640. 2543.62 s [unison-runtime] | ^^^
  8641. 2543.62 s [unison-runtime]
  8642. 2543.62 s [unison-runtime] src/Unison/Runtime/Machine.hs:962:15: warning: [GHC-63397] [-Wname-shadowing]
  8643. 2543.62 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8644. 2543.62 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:961:15
  8645. 2543.62 s [unison-runtime] |
  8646. 2543.62 s [unison-runtime] 962 | stk <- moveArgs stk args
  8647. 2543.62 s [unison-runtime] | ^^^
  8648. 2543.62 s [unison-runtime]
  8649. 2543.62 s [unison-runtime] src/Unison/Runtime/Machine.hs:963:15: warning: [GHC-63397] [-Wname-shadowing]
  8650. 2543.62 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8651. 2543.63 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:962:15
  8652. 2543.63 s [unison-runtime] |
  8653. 2543.63 s [unison-runtime] 963 | stk <- dumpSeg stk seg A
  8654. 2543.63 s [unison-runtime] | ^^^
  8655. 2543.63 s [unison-runtime]
  8656. 2543.63 s [unison-runtime] src/Unison/Runtime/Machine.hs:964:15: warning: [GHC-63397] [-Wname-shadowing]
  8657. 2543.63 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8658. 2543.63 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:963:15
  8659. 2543.63 s [unison-runtime] |
  8660. 2543.63 s [unison-runtime] 964 | stk <- acceptArgs stk a
  8661. 2543.63 s [unison-runtime] | ^^^
  8662. 2543.63 s [unison-runtime]
  8663. 2543.63 s [unison-runtime] src/Unison/Runtime/Machine.hs:967:15: warning: [GHC-63397] [-Wname-shadowing]
  8664. 2543.63 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  8665. 2543.63 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:957:28
  8666. 2543.63 s [unison-runtime] |
  8667. 2543.63 s [unison-runtime] 967 | seg <- closeArgs C stk seg args
  8668. 2543.63 s [unison-runtime] | ^^^
  8669. 2543.63 s [unison-runtime]
  8670. 2543.63 s [unison-runtime] src/Unison/Runtime/Machine.hs:968:15: warning: [GHC-63397] [-Wname-shadowing]
  8671. 2543.63 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8672. 2543.63 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  8673. 2543.63 s [unison-runtime] |
  8674. 2543.63 s [unison-runtime] 968 | stk <- discardFrame =<< frameArgs stk
  8675. 2543.63 s [unison-runtime] | ^^^
  8676. 2543.63 s [unison-runtime]
  8677. 2543.63 s [unison-runtime] src/Unison/Runtime/Machine.hs:969:15: warning: [GHC-63397] [-Wname-shadowing]
  8678. 2543.63 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8679. 2543.63 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:968:15
  8680. 2543.63 s [unison-runtime] |
  8681. 2543.63 s [unison-runtime] 969 | stk <- bump stk
  8682. 2543.64 s [unison-runtime] | ^^^
  8683. 2543.64 s [unison-runtime]
  8684. 2543.64 s [unison-runtime] src/Unison/Runtime/Machine.hs:980:11: warning: [GHC-63397] [-Wname-shadowing]
  8685. 2543.64 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8686. 2543.64 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:955:37
  8687. 2543.64 s [unison-runtime] |
  8688. 2543.64 s [unison-runtime] 980 | stk <- discardFrame stk
  8689. 2543.64 s [unison-runtime] | ^^^
  8690. 2543.64 s [unison-runtime]
  8691. 2543.64 s [unison-runtime] src/Unison/Runtime/Machine.hs:981:11: warning: [GHC-63397] [-Wname-shadowing]
  8692. 2543.64 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8693. 2543.64 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:980:11
  8694. 2543.64 s [unison-runtime] |
  8695. 2543.64 s [unison-runtime] 981 | stk <- bump stk
  8696. 2543.64 s [unison-runtime] | ^^^
  8697. 2543.64 s [unison-runtime]
  8698. 2543.64 s [unison-runtime] src/Unison/Runtime/Machine.hs:1001:5: warning: [GHC-63397] [-Wname-shadowing]
  8699. 2543.64 s [unison-runtime] This binding for ‘seg’ shadows the existing binding
  8700. 2543.64 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:999:18
  8701. 2543.64 s [unison-runtime] |
  8702. 2543.64 s [unison-runtime] 1001 | seg <- closeArgs K stk seg args
  8703. 2543.64 s [unison-runtime] | ^^^
  8704. 2543.64 s [unison-runtime]
  8705. 2543.64 s [unison-runtime] src/Unison/Runtime/Machine.hs:1002:5: warning: [GHC-63397] [-Wname-shadowing]
  8706. 2543.64 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8707. 2543.64 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:36
  8708. 2543.64 s [unison-runtime] |
  8709. 2543.65 s [unison-runtime] 1002 | stk <- discardFrame stk
  8710. 2543.65 s [unison-runtime] | ^^^
  8711. 2543.65 s [unison-runtime]
  8712. 2543.65 s [unison-runtime] src/Unison/Runtime/Machine.hs:1003:5: warning: [GHC-63397] [-Wname-shadowing]
  8713. 2543.65 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8714. 2543.65 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1002:5
  8715. 2543.65 s [unison-runtime] |
  8716. 2543.65 s [unison-runtime] 1003 | stk <- dumpSeg stk seg $ F (countArgs args) a
  8717. 2543.65 s [unison-runtime] | ^^^
  8718. 2543.65 s [unison-runtime]
  8719. 2543.65 s [unison-runtime] src/Unison/Runtime/Machine.hs:1004:5: warning: [GHC-63397] [-Wname-shadowing]
  8720. 2543.65 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8721. 2543.65 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1003:5
  8722. 2543.65 s [unison-runtime] |
  8723. 2543.65 s [unison-runtime] 1004 | stk <- adjustArgs stk p
  8724. 2543.65 s [unison-runtime] | ^^^
  8725. 2543.65 s [unison-runtime]
  8726. 2543.65 s [unison-runtime] src/Unison/Runtime/Machine.hs:1015:28: warning: [GHC-63397] [-Wname-shadowing]
  8727. 2543.65 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8728. 2543.65 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  8729. 2543.65 s [unison-runtime] |
  8730. 2543.65 s [unison-runtime] 1015 | adjust (Mark a rs denv k) =
  8731. 2543.65 s [unison-runtime] | ^
  8732. 2543.65 s [unison-runtime]
  8733. 2543.66 s [unison-runtime] src/Unison/Runtime/Machine.hs:1017:34: warning: [GHC-63397] [-Wname-shadowing]
  8734. 2543.66 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8735. 2543.66 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  8736. 2543.66 s [unison-runtime] |
  8737. 2543.66 s [unison-runtime] 1017 | adjust (Push n a cix f rsect k) =
  8738. 2543.66 s [unison-runtime] | ^
  8739. 2543.66 s [unison-runtime]
  8740. 2543.66 s [unison-runtime] src/Unison/Runtime/Machine.hs:1019:12: warning: [GHC-63397] [-Wname-shadowing]
  8741. 2543.66 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8742. 2543.66 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:998:41
  8743. 2543.66 s [unison-runtime] |
  8744. 2543.66 s [unison-runtime] 1019 | adjust k = (asize stk, k)
  8745. 2543.66 s [unison-runtime] | ^
  8746. 2543.66 s [unison-runtime]
  8747. 2543.66 s [unison-runtime] src/Unison/Runtime/Machine.hs:1060:3: warning: [GHC-63397] [-Wname-shadowing]
  8748. 2543.66 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8749. 2543.66 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1059:11
  8750. 2543.66 s [unison-runtime] |
  8751. 2543.66 s [unison-runtime] 1060 | stk <- discardFrame stk
  8752. 2543.66 s [unison-runtime] | ^^^
  8753. 2543.66 s [unison-runtime]
  8754. 2543.66 s [unison-runtime] src/Unison/Runtime/Machine.hs:1063:3: warning: [GHC-63397] [-Wname-shadowing]
  8755. 2543.66 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8756. 2543.66 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1062:11
  8757. 2543.66 s [unison-runtime] |
  8758. 2543.66 s [unison-runtime] 1063 | stk <- prepareArgs stk (Arg1 i)
  8759. 2543.66 s [unison-runtime] | ^^^
  8760. 2543.66 s [unison-runtime]
  8761. 2543.66 s [unison-runtime] src/Unison/Runtime/Machine.hs:1066:3: warning: [GHC-63397] [-Wname-shadowing]
  8762. 2543.66 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8763. 2543.67 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1065:11
  8764. 2543.67 s [unison-runtime] |
  8765. 2543.67 s [unison-runtime] 1066 | stk <- prepareArgs stk (Arg2 i j)
  8766. 2543.67 s [unison-runtime] | ^^^
  8767. 2543.67 s [unison-runtime]
  8768. 2543.67 s [unison-runtime] src/Unison/Runtime/Machine.hs:1069:3: warning: [GHC-63397] [-Wname-shadowing]
  8769. 2543.67 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8770. 2543.67 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1068:11
  8771. 2543.67 s [unison-runtime] |
  8772. 2543.67 s [unison-runtime] 1069 | stk <- prepareArgs stk (ArgR i l)
  8773. 2543.67 s [unison-runtime] | ^^^
  8774. 2543.67 s [unison-runtime]
  8775. 2543.67 s [unison-runtime] src/Unison/Runtime/Machine.hs:1072:3: warning: [GHC-63397] [-Wname-shadowing]
  8776. 2543.67 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8777. 2543.67 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1071:11
  8778. 2543.67 s [unison-runtime] |
  8779. 2543.67 s [unison-runtime] 1072 | stk <- prepareArgs stk (ArgN as)
  8780. 2543.67 s [unison-runtime] | ^^^
  8781. 2543.67 s [unison-runtime]
  8782. 2543.67 s [unison-runtime] src/Unison/Runtime/Machine.hs:1075:3: warning: [GHC-63397] [-Wname-shadowing]
  8783. 2543.67 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8784. 2543.67 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1074:11
  8785. 2543.67 s [unison-runtime] |
  8786. 2543.67 s [unison-runtime] 1075 | stk <-
  8787. 2543.67 s [unison-runtime] | ^^^
  8788. 2543.67 s [unison-runtime]
  8789. 2543.67 s [unison-runtime] src/Unison/Runtime/Machine.hs:1150:5: warning: [GHC-63397] [-Wname-shadowing]
  8790. 2543.67 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8791. 2543.67 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
  8792. 2543.67 s [unison-runtime] |
  8793. 2543.67 s [unison-runtime] 1150 | stk <- bump stk
  8794. 2543.67 s [unison-runtime] | ^^^
  8795. 2543.67 s [unison-runtime]
  8796. 2543.67 s [unison-runtime] src/Unison/Runtime/Machine.hs:1154:5: warning: [GHC-63397] [-Wname-shadowing]
  8797. 2543.67 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8798. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1145:20
  8799. 2543.68 s [unison-runtime] |
  8800. 2543.68 s [unison-runtime] 1154 | stk <- bumpn stk 2
  8801. 2543.68 s [unison-runtime] | ^^^
  8802. 2543.68 s [unison-runtime]
  8803. 2543.68 s [unison-runtime] src/Unison/Runtime/Machine.hs:1182:13: warning: [GHC-63397] [-Wname-shadowing]
  8804. 2543.68 s [unison-runtime] This binding for ‘as’ shadows the existing binding
  8805. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1177:5
  8806. 2543.68 s [unison-runtime] |
  8807. 2543.68 s [unison-runtime] 1182 | VArgN as -> Just $ ArgN as
  8808. 2543.68 s [unison-runtime] | ^^
  8809. 2543.68 s [unison-runtime]
  8810. 2543.68 s [unison-runtime] src/Unison/Runtime/Machine.hs:1205:7: warning: [GHC-63397] [-Wname-shadowing]
  8811. 2543.68 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8812. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  8813. 2543.68 s [unison-runtime] |
  8814. 2543.68 s [unison-runtime] 1205 | stk <- bump stk
  8815. 2543.68 s [unison-runtime] | ^^^
  8816. 2543.68 s [unison-runtime]
  8817. 2543.68 s [unison-runtime] src/Unison/Runtime/Machine.hs:1207:7: warning: [GHC-63397] [-Wname-shadowing]
  8818. 2543.68 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8819. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1205:7
  8820. 2543.68 s [unison-runtime] |
  8821. 2543.68 s [unison-runtime] 1207 | stk <- adjustArgs stk a
  8822. 2543.68 s [unison-runtime] | ^^^
  8823. 2543.68 s [unison-runtime]
  8824. 2543.68 s [unison-runtime] src/Unison/Runtime/Machine.hs:1213:7: warning: [GHC-63397] [-Wname-shadowing]
  8825. 2543.68 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8826. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  8827. 2543.68 s [unison-runtime] |
  8828. 2543.68 s [unison-runtime] 1213 | stk <- bump stk
  8829. 2543.68 s [unison-runtime] | ^^^
  8830. 2543.68 s [unison-runtime]
  8831. 2543.68 s [unison-runtime] src/Unison/Runtime/Machine.hs:1215:7: warning: [GHC-63397] [-Wname-shadowing]
  8832. 2543.68 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8833. 2543.68 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1213:7
  8834. 2543.68 s [unison-runtime] |
  8835. 2543.68 s [unison-runtime] 1215 | stk <- adjustArgs stk a
  8836. 2543.68 s [unison-runtime] | ^^^
  8837. 2543.68 s [unison-runtime]
  8838. 2543.69 s [unison-runtime] src/Unison/Runtime/Machine.hs:1219:7: warning: [GHC-63397] [-Wname-shadowing]
  8839. 2543.69 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8840. 2543.69 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  8841. 2543.69 s [unison-runtime] |
  8842. 2543.69 s [unison-runtime] 1219 | stk <- restoreFrame stk fsz asz
  8843. 2543.69 s [unison-runtime] | ^^^
  8844. 2543.69 s [unison-runtime]
  8845. 2543.69 s [unison-runtime] src/Unison/Runtime/Machine.hs:1220:7: warning: [GHC-63397] [-Wname-shadowing]
  8846. 2543.69 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8847. 2543.69 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1219:7
  8848. 2543.69 s [unison-runtime] |
  8849. 2543.69 s [unison-runtime] 1220 | stk <- ensure stk f
  8850. 2543.69 s [unison-runtime] | ^^^
  8851. 2543.69 s [unison-runtime]
  8852. 2543.69 s [unison-runtime] src/Unison/Runtime/Machine.hs:1223:7: warning: [GHC-63397] [-Wname-shadowing]
  8853. 2543.69 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8854. 2543.69 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  8855. 2543.69 s [unison-runtime] |
  8856. 2543.69 s [unison-runtime] 1223 | stk <- restoreFrame stk 0 asz
  8857. 2543.69 s [unison-runtime] | ^^^
  8858. 2543.69 s [unison-runtime]
  8859. 2543.69 s [unison-runtime] src/Unison/Runtime/Machine.hs:1227:7: warning: [GHC-63397] [-Wname-shadowing]
  8860. 2543.69 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8861. 2543.69 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1199:38
  8862. 2543.69 s [unison-runtime] |
  8863. 2543.69 s [unison-runtime] 1227 | stk <- restoreFrame stk 0 asz
  8864. 2543.69 s [unison-runtime] | ^^^
  8865. 2543.69 s [unison-runtime]
  8866. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1268:9: warning: [GHC-63397] [-Wname-shadowing]
  8867. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8868. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
  8869. 2543.70 s [unison-runtime] |
  8870. 2543.70 s [unison-runtime] 1268 | stk <- bump stk
  8871. 2543.70 s [unison-runtime] | ^^^
  8872. 2543.70 s [unison-runtime]
  8873. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1273:9: warning: [GHC-63397] [-Wname-shadowing]
  8874. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8875. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1262:16
  8876. 2543.70 s [unison-runtime] |
  8877. 2543.70 s [unison-runtime] 1273 | stk <- bumpn stk 2
  8878. 2543.70 s [unison-runtime] | ^^^
  8879. 2543.70 s [unison-runtime]
  8880. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1294:9: warning: [GHC-63397] [-Wname-shadowing]
  8881. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8882. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  8883. 2543.70 s [unison-runtime] |
  8884. 2543.70 s [unison-runtime] 1294 | stk <- bump stk
  8885. 2543.70 s [unison-runtime] | ^^^
  8886. 2543.70 s [unison-runtime]
  8887. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1297:9: warning: [GHC-63397] [-Wname-shadowing]
  8888. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8889. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  8890. 2543.70 s [unison-runtime] |
  8891. 2543.70 s [unison-runtime] 1297 | stk <- bump stk
  8892. 2543.70 s [unison-runtime] | ^^^
  8893. 2543.70 s [unison-runtime]
  8894. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1302:9: warning: [GHC-63397] [-Wname-shadowing]
  8895. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8896. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  8897. 2543.70 s [unison-runtime] |
  8898. 2543.70 s [unison-runtime] 1302 | stk <- bumpn stk 2
  8899. 2543.70 s [unison-runtime] | ^^^
  8900. 2543.70 s [unison-runtime]
  8901. 2543.70 s [unison-runtime] src/Unison/Runtime/Machine.hs:1306:9: warning: [GHC-63397] [-Wname-shadowing]
  8902. 2543.70 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8903. 2543.70 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1287:16
  8904. 2543.70 s [unison-runtime] |
  8905. 2543.71 s [unison-runtime] 1306 | stk <- bumpn stk 2
  8906. 2543.71 s [unison-runtime] | ^^^
  8907. 2543.71 s [unison-runtime]
  8908. 2543.71 s [unison-runtime] src/Unison/Runtime/Machine.hs:1329:9: warning: [GHC-63397] [-Wname-shadowing]
  8909. 2543.71 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8910. 2543.71 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
  8911. 2543.71 s [unison-runtime] |
  8912. 2543.71 s [unison-runtime] 1329 | stk <- bump stk
  8913. 2543.71 s [unison-runtime] | ^^^
  8914. 2543.71 s [unison-runtime]
  8915. 2543.71 s [unison-runtime] src/Unison/Runtime/Machine.hs:1334:9: warning: [GHC-63397] [-Wname-shadowing]
  8916. 2543.71 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8917. 2543.71 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1323:16
  8918. 2543.71 s [unison-runtime] |
  8919. 2543.71 s [unison-runtime] 1334 | stk <- bumpn stk 2
  8920. 2543.71 s [unison-runtime] | ^^^
  8921. 2543.71 s [unison-runtime]
  8922. 2543.71 s [unison-runtime] src/Unison/Runtime/Machine.hs:1357:3: warning: [GHC-63397] [-Wname-shadowing]
  8923. 2543.71 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  8924. 2543.71 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1356:20
  8925. 2543.71 s [unison-runtime] |
  8926. 2543.71 s [unison-runtime] 1357 | stk <- bumpn stk 5
  8927. 2543.71 s [unison-runtime] | ^^^
  8928. 2543.71 s [unison-runtime]
  8929. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1438:11: warning: [GHC-63397] [-Wname-shadowing]
  8930. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8931. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8932. 2543.72 s [unison-runtime] |
  8933. 2543.72 s [unison-runtime] 1438 | walk !denv !sz !ck KE =
  8934. 2543.72 s [unison-runtime] | ^^^^
  8935. 2543.72 s [unison-runtime]
  8936. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1440:11: warning: [GHC-63397] [-Wname-shadowing]
  8937. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8938. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8939. 2543.72 s [unison-runtime] |
  8940. 2543.72 s [unison-runtime] 1440 | walk !denv !sz !ck (CB _) =
  8941. 2543.72 s [unison-runtime] | ^^^^
  8942. 2543.72 s [unison-runtime]
  8943. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1442:11: warning: [GHC-63397] [-Wname-shadowing]
  8944. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8945. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8946. 2543.72 s [unison-runtime] |
  8947. 2543.72 s [unison-runtime] 1442 | walk !denv !sz !ck (Local {}) =
  8948. 2543.72 s [unison-runtime] | ^^^^
  8949. 2543.72 s [unison-runtime]
  8950. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1444:11: warning: [GHC-63397] [-Wname-shadowing]
  8951. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8952. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8953. 2543.72 s [unison-runtime] |
  8954. 2543.72 s [unison-runtime] 1444 | walk !denv !sz !ck (AMark {}) =
  8955. 2543.72 s [unison-runtime] | ^^^^
  8956. 2543.72 s [unison-runtime]
  8957. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1446:11: warning: [GHC-63397] [-Wname-shadowing]
  8958. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8959. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8960. 2543.72 s [unison-runtime] |
  8961. 2543.72 s [unison-runtime] 1446 | walk !denv !sz !ck (Keep {}) =
  8962. 2543.72 s [unison-runtime] | ^^^^
  8963. 2543.72 s [unison-runtime]
  8964. 2543.72 s [unison-runtime] src/Unison/Runtime/Machine.hs:1448:11: warning: [GHC-63397] [-Wname-shadowing]
  8965. 2543.72 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8966. 2543.72 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8967. 2543.72 s [unison-runtime] |
  8968. 2543.73 s [unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
  8969. 2543.73 s [unison-runtime] | ^^^^
  8970. 2543.73 s [unison-runtime]
  8971. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1448:38: warning: [GHC-63397] [-Wname-shadowing]
  8972. 2543.73 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8973. 2543.73 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  8974. 2543.73 s [unison-runtime] |
  8975. 2543.73 s [unison-runtime] 1448 | walk !denv !sz !ck (Mark a ps cs k)
  8976. 2543.73 s [unison-runtime] | ^
  8977. 2543.73 s [unison-runtime]
  8978. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:11: warning: [GHC-63397] [-Wname-shadowing]
  8979. 2543.73 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  8980. 2543.73 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  8981. 2543.73 s [unison-runtime] |
  8982. 2543.73 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  8983. 2543.73 s [unison-runtime] | ^^^^
  8984. 2543.73 s [unison-runtime]
  8985. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:37: warning: [GHC-63397] [-Wname-shadowing]
  8986. 2543.73 s [unison-runtime] This binding for ‘p’ shadows the existing binding
  8987. 2543.73 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:26
  8988. 2543.73 s [unison-runtime] |
  8989. 2543.73 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  8990. 2543.73 s [unison-runtime] | ^
  8991. 2543.73 s [unison-runtime]
  8992. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1454:46: warning: [GHC-63397] [-Wname-shadowing]
  8993. 2543.73 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  8994. 2543.73 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  8995. 2543.73 s [unison-runtime] |
  8996. 2543.73 s [unison-runtime] 1454 | walk !denv !sz !ck (Push n a br p brSect k) =
  8997. 2543.73 s [unison-runtime] | ^
  8998. 2543.73 s [unison-runtime]
  8999. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:5: warning: [GHC-63397] [-Wname-shadowing]
  9000. 2543.73 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  9001. 2543.73 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  9002. 2543.73 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  9003. 2543.73 s [unison-runtime] |
  9004. 2543.73 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  9005. 2543.73 s [unison-runtime] | ^^^^^^
  9006. 2543.73 s [unison-runtime]
  9007. 2543.73 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:13: warning: [GHC-63397] [-Wname-shadowing]
  9008. 2543.73 s [unison-runtime] This binding for ‘denv’ shadows the existing binding
  9009. 2543.73 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:12
  9010. 2543.73 s [unison-runtime] |
  9011. 2543.73 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  9012. 2543.73 s [unison-runtime] | ^^^^
  9013. 2543.73 s [unison-runtime]
  9014. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1462:30: warning: [GHC-63397] [-Wname-shadowing]
  9015. 2543.74 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9016. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:23
  9017. 2543.74 s [unison-runtime] |
  9018. 2543.74 s [unison-runtime] 1462 | finish !denv !sz !a !ck !k = do
  9019. 2543.74 s [unison-runtime] | ^
  9020. 2543.74 s [unison-runtime]
  9021. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1463:13: warning: [GHC-63397] [-Wname-shadowing]
  9022. 2543.74 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  9023. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1433:18
  9024. 2543.74 s [unison-runtime] |
  9025. 2543.74 s [unison-runtime] 1463 | (seg, stk) <- grabSeg stk sz
  9026. 2543.74 s [unison-runtime] | ^^^
  9027. 2543.74 s [unison-runtime]
  9028. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1464:7: warning: [GHC-63397] [-Wname-shadowing]
  9029. 2543.74 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  9030. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1463:13
  9031. 2543.74 s [unison-runtime] |
  9032. 2543.74 s [unison-runtime] 1464 | stk <- adjustArgs stk a
  9033. 2543.74 s [unison-runtime] | ^^^
  9034. 2543.74 s [unison-runtime]
  9035. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1479:18: warning: [GHC-63397] [-Wname-shadowing]
  9036. 2543.74 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9037. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9038. 2543.74 s [unison-runtime] |
  9039. 2543.74 s [unison-runtime] 1479 | (Local _ a k) -> walk (sz + a) k
  9040. 2543.74 s [unison-runtime] | ^
  9041. 2543.74 s [unison-runtime]
  9042. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1480:23: warning: [GHC-63397] [-Wname-shadowing]
  9043. 2543.74 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9044. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9045. 2543.74 s [unison-runtime] |
  9046. 2543.74 s [unison-runtime] 1480 | (Push n a _ _ _ k) -> walk (sz + n + a) k
  9047. 2543.74 s [unison-runtime] | ^
  9048. 2543.74 s [unison-runtime]
  9049. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1481:17: warning: [GHC-63397] [-Wname-shadowing]
  9050. 2543.74 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9051. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9052. 2543.74 s [unison-runtime] |
  9053. 2543.74 s [unison-runtime] 1481 | (Keep _ a k) -> walk (sz + a) k
  9054. 2543.74 s [unison-runtime] | ^
  9055. 2543.74 s [unison-runtime]
  9056. 2543.74 s [unison-runtime] src/Unison/Runtime/Machine.hs:1483:19: warning: [GHC-63397] [-Wname-shadowing]
  9057. 2543.74 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9058. 2543.74 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9059. 2543.74 s [unison-runtime] |
  9060. 2543.75 s [unison-runtime] 1483 | (Mark a _ _ k) -> walk (sz + a) k
  9061. 2543.75 s [unison-runtime] | ^
  9062. 2543.75 s [unison-runtime]
  9063. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1484:23: warning: [GHC-63397] [-Wname-shadowing]
  9064. 2543.75 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9065. 2543.75 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9066. 2543.75 s [unison-runtime] |
  9067. 2543.75 s [unison-runtime] 1484 | (AMark a aenv s k)
  9068. 2543.75 s [unison-runtime] | ^
  9069. 2543.75 s [unison-runtime]
  9070. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1489:5: warning: [GHC-63397] [-Wname-shadowing]
  9071. 2543.75 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  9072. 2543.75 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  9073. 2543.75 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  9074. 2543.75 s [unison-runtime] |
  9075. 2543.75 s [unison-runtime] 1489 | finish !aenv !sz !a !k = do
  9076. 2543.75 s [unison-runtime] | ^^^^^^
  9077. 2543.75 s [unison-runtime]
  9078. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1489:26: warning: [GHC-63397] [-Wname-shadowing]
  9079. 2543.75 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9080. 2543.75 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:17
  9081. 2543.75 s [unison-runtime] |
  9082. 2543.75 s [unison-runtime] 1489 | finish !aenv !sz !a !k = do
  9083. 2543.75 s [unison-runtime] | ^
  9084. 2543.75 s [unison-runtime]
  9085. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1490:7: warning: [GHC-63397] [-Wname-shadowing]
  9086. 2543.75 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  9087. 2543.75 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1473:12
  9088. 2543.75 s [unison-runtime] |
  9089. 2543.75 s [unison-runtime] 1490 | stk <- truncateSeg stk sz
  9090. 2543.75 s [unison-runtime] | ^^^
  9091. 2543.75 s [unison-runtime]
  9092. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1491:7: warning: [GHC-63397] [-Wname-shadowing]
  9093. 2543.75 s [unison-runtime] This binding for ‘stk’ shadows the existing binding
  9094. 2543.75 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1490:7
  9095. 2543.75 s [unison-runtime] |
  9096. 2543.75 s [unison-runtime] 1491 | stk <- adjustArgs stk a
  9097. 2543.75 s [unison-runtime] | ^^^
  9098. 2543.75 s [unison-runtime]
  9099. 2543.75 s [unison-runtime] src/Unison/Runtime/Machine.hs:1552:7: warning: [GHC-63397] [-Wname-shadowing]
  9100. 2543.75 s [unison-runtime] This binding for ‘from’ shadows the existing bindings
  9101. 2543.75 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  9102. 2543.75 s [unison-runtime] (and originally defined in ‘Control.Lens.Iso’)
  9103. 2543.75 s [unison-runtime] imported from ‘Unison.Prelude’ at src/Unison/Runtime/Machine.hs:56:1-35
  9104. 2543.75 s [unison-runtime] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  9105. 2543.75 s [unison-runtime] |
  9106. 2543.75 s [unison-runtime] 1552 | from = M.fromList (zip newl [frsh ..]) <> from0
  9107. 2543.76 s [unison-runtime] | ^^^^
  9108. 2543.76 s [unison-runtime]
  9109. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1613:25: warning: [GHC-63394] [-Wx-partial]
  9110. 2543.76 s [unison-runtime] In the use of ‘head’
  9111. 2543.76 s [unison-runtime] (imported from Prelude, but defined in GHC.Internal.List):
  9112. 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"."
  9113. 2543.76 s [unison-runtime] |
  9114. 2543.76 s [unison-runtime] 1613 | let arities = fmap (head . ANF.arities) int <> builtinArities
  9115. 2543.76 s [unison-runtime] | ^^^^
  9116. 2543.76 s [unison-runtime]
  9117. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1779:20: warning: [GHC-63397] [-Wname-shadowing]
  9118. 2543.76 s [unison-runtime] This binding for ‘pre’ shadows the existing binding
  9119. 2543.76 s [unison-runtime] imported from ‘Control.Lens’ at src/Unison/Runtime/Machine.hs:32:1-19
  9120. 2543.76 s [unison-runtime] (and originally defined in ‘Control.Lens.Fold’)
  9121. 2543.76 s [unison-runtime] |
  9122. 2543.76 s [unison-runtime] 1779 | MsgTrace _ _ pre -> pre
  9123. 2543.76 s [unison-runtime] | ^^^
  9124. 2543.76 s [unison-runtime]
  9125. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1796:18: warning: [GHC-63397] [-Wname-shadowing]
  9126. 2543.76 s [unison-runtime] This binding for ‘cst’ shadows the existing binding
  9127. 2543.76 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:32
  9128. 2543.76 s [unison-runtime] |
  9129. 2543.76 s [unison-runtime] 1796 | (rn, cst) <- runStateT (resolveRef True r) cst
  9130. 2543.76 s [unison-runtime] | ^^^
  9131. 2543.76 s [unison-runtime]
  9132. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1797:13: warning: [GHC-63397] [-Wname-shadowing]
  9133. 2543.76 s [unison-runtime] This binding for ‘seenty’ shadows the existing binding
  9134. 2543.76 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:18
  9135. 2543.76 s [unison-runtime] |
  9136. 2543.76 s [unison-runtime] 1797 | seenty <- pure $ HM.insert w rn seenty
  9137. 2543.76 s [unison-runtime] | ^^^^^^
  9138. 2543.76 s [unison-runtime]
  9139. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1798:13: warning: [GHC-63397] [-Wname-shadowing]
  9140. 2543.76 s [unison-runtime] This binding for ‘st’ shadows the existing binding
  9141. 2543.76 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1789:11
  9142. 2543.76 s [unison-runtime] |
  9143. 2543.76 s [unison-runtime] 1798 | st <- pure $ RS seenty seentm cst
  9144. 2543.76 s [unison-runtime] | ^^
  9145. 2543.76 s [unison-runtime]
  9146. 2543.76 s [unison-runtime] src/Unison/Runtime/Machine.hs:1813:11: warning: [GHC-63397] [-Wname-shadowing]
  9147. 2543.76 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9148. 2543.76 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1812:16
  9149. 2543.76 s [unison-runtime] |
  9150. 2543.77 s [unison-runtime] 1813 | r <- M.findWithDefault r r functionUnreplacements -> do
  9151. 2543.77 s [unison-runtime] | ^
  9152. 2543.77 s [unison-runtime]
  9153. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1814:18: warning: [GHC-63397] [-Wname-shadowing]
  9154. 2543.77 s [unison-runtime] This binding for ‘cst’ shadows the existing binding
  9155. 2543.77 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:32
  9156. 2543.77 s [unison-runtime] |
  9157. 2543.77 s [unison-runtime] 1814 | (rn, cst) <- runStateT (resolveRef False r) cst
  9158. 2543.77 s [unison-runtime] | ^^^
  9159. 2543.77 s [unison-runtime]
  9160. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1815:13: warning: [GHC-63397] [-Wname-shadowing]
  9161. 2543.77 s [unison-runtime] This binding for ‘seentm’ shadows the existing binding
  9162. 2543.77 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:25
  9163. 2543.77 s [unison-runtime] |
  9164. 2543.77 s [unison-runtime] 1815 | seentm <- pure $ HM.insert w rn seentm
  9165. 2543.77 s [unison-runtime] | ^^^^^^
  9166. 2543.77 s [unison-runtime]
  9167. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1816:13: warning: [GHC-63397] [-Wname-shadowing]
  9168. 2543.77 s [unison-runtime] This binding for ‘st’ shadows the existing binding
  9169. 2543.77 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1806:11
  9170. 2543.77 s [unison-runtime] |
  9171. 2543.77 s [unison-runtime] 1816 | st <- pure $ RS seenty seentm cst
  9172. 2543.77 s [unison-runtime] | ^^
  9173. 2543.77 s [unison-runtime]
  9174. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1849:5: warning: [GHC-63397] [-Wname-shadowing]
  9175. 2543.77 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  9176. 2543.77 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Machine.hs:98:1-31
  9177. 2543.77 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  9178. 2543.77 s [unison-runtime] |
  9179. 2543.77 s [unison-runtime] 1849 | finish (val, RS _ _ (CST _ _ _ tys tms)) =
  9180. 2543.77 s [unison-runtime] | ^^^^^^
  9181. 2543.77 s [unison-runtime]
  9182. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1878:13: warning: [GHC-63397] [-Wname-shadowing]
  9183. 2543.77 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  9184. 2543.77 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1876:21
  9185. 2543.77 s [unison-runtime] |
  9186. 2543.77 s [unison-runtime] 1878 | u <- goV u
  9187. 2543.77 s [unison-runtime] | ^
  9188. 2543.77 s [unison-runtime]
  9189. 2543.77 s [unison-runtime] src/Unison/Runtime/Machine.hs:1882:13: warning: [GHC-63397] [-Wname-shadowing]
  9190. 2543.77 s [unison-runtime] This binding for ‘u’ shadows the existing binding
  9191. 2543.77 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:21
  9192. 2543.77 s [unison-runtime] |
  9193. 2543.77 s [unison-runtime] 1882 | u <- goV u
  9194. 2543.77 s [unison-runtime] | ^
  9195. 2543.77 s [unison-runtime]
  9196. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:1883:13: warning: [GHC-63397] [-Wname-shadowing]
  9197. 2543.78 s [unison-runtime] This binding for ‘v’ shadows the existing binding
  9198. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1880:23
  9199. 2543.78 s [unison-runtime] |
  9200. 2543.78 s [unison-runtime] 1883 | v <- goV v
  9201. 2543.78 s [unison-runtime] | ^
  9202. 2543.78 s [unison-runtime]
  9203. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:1902:7: warning: [GHC-63397] [-Wname-shadowing]
  9204. 2543.78 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  9205. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:17
  9206. 2543.78 s [unison-runtime] |
  9207. 2543.78 s [unison-runtime] 1902 | ps <- traverse (resolveTy rty) (EC.setToList ps)
  9208. 2543.78 s [unison-runtime] | ^^
  9209. 2543.78 s [unison-runtime]
  9210. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:1903:7: warning: [GHC-63397] [-Wname-shadowing]
  9211. 2543.78 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  9212. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:20
  9213. 2543.78 s [unison-runtime] |
  9214. 2543.78 s [unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
  9215. 2543.78 s [unison-runtime] | ^^
  9216. 2543.78 s [unison-runtime]
  9217. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:1903:25: warning: [GHC-63397] [-Wname-shadowing]
  9218. 2543.78 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9219. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:1901:23
  9220. 2543.78 s [unison-runtime] |
  9221. 2543.78 s [unison-runtime] 1903 | de <- traverse (\(k, v) -> (,) <$> resolveTy rty k <*> goV v) (mapToList de)
  9222. 2543.78 s [unison-runtime] | ^
  9223. 2543.78 s [unison-runtime]
  9224. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:2048:12: warning: [GHC-63397] [-Wname-shadowing]
  9225. 2543.78 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9226. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2043:22
  9227. 2543.78 s [unison-runtime] |
  9228. 2543.78 s [unison-runtime] 2048 | cv k s = Captured k a s
  9229. 2543.78 s [unison-runtime] | ^
  9230. 2543.78 s [unison-runtime]
  9231. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:2058:25: warning: [GHC-63397] [-Wname-shadowing]
  9232. 2543.78 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9233. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
  9234. 2543.78 s [unison-runtime] |
  9235. 2543.78 s [unison-runtime] 2058 | <*> traverse (\(k, v) -> (,) <$> refTy k <*> (goV v)) de
  9236. 2543.78 s [unison-runtime] | ^
  9237. 2543.78 s [unison-runtime]
  9238. 2543.78 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:13: warning: [GHC-63397] [-Wname-shadowing]
  9239. 2543.78 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  9240. 2543.78 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:21
  9241. 2543.79 s [unison-runtime] |
  9242. 2543.79 s [unison-runtime] 2061 | mrk ps de k =
  9243. 2543.79 s [unison-runtime] | ^^
  9244. 2543.79 s [unison-runtime]
  9245. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:16: warning: [GHC-63397] [-Wname-shadowing]
  9246. 2543.79 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  9247. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:24
  9248. 2543.79 s [unison-runtime] |
  9249. 2543.79 s [unison-runtime] 2061 | mrk ps de k =
  9250. 2543.79 s [unison-runtime] | ^^
  9251. 2543.79 s [unison-runtime]
  9252. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2061:19: warning: [GHC-63397] [-Wname-shadowing]
  9253. 2543.79 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9254. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2055:27
  9255. 2543.79 s [unison-runtime] |
  9256. 2543.79 s [unison-runtime] 2061 | mrk ps de k =
  9257. 2543.79 s [unison-runtime] | ^
  9258. 2543.79 s [unison-runtime]
  9259. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2145:12: warning: [GHC-63397] [-Wname-shadowing]
  9260. 2543.79 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9261. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2140:22
  9262. 2543.79 s [unison-runtime] |
  9263. 2543.79 s [unison-runtime] 2145 | cv k s = Captured k a s
  9264. 2543.79 s [unison-runtime] | ^
  9265. 2543.79 s [unison-runtime]
  9266. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2155:25: warning: [GHC-63397] [-Wname-shadowing]
  9267. 2543.79 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9268. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
  9269. 2543.79 s [unison-runtime] |
  9270. 2543.79 s [unison-runtime] 2155 | <*> traverse (\(k, v) -> (,) <$> refTy k <*> (goV v)) de
  9271. 2543.79 s [unison-runtime] | ^
  9272. 2543.79 s [unison-runtime]
  9273. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:13: warning: [GHC-63397] [-Wname-shadowing]
  9274. 2543.79 s [unison-runtime] This binding for ‘ps’ shadows the existing binding
  9275. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:21
  9276. 2543.79 s [unison-runtime] |
  9277. 2543.79 s [unison-runtime] 2158 | mrk ps de k =
  9278. 2543.79 s [unison-runtime] | ^^
  9279. 2543.79 s [unison-runtime]
  9280. 2543.79 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:16: warning: [GHC-63397] [-Wname-shadowing]
  9281. 2543.79 s [unison-runtime] This binding for ‘de’ shadows the existing binding
  9282. 2543.79 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:24
  9283. 2543.79 s [unison-runtime] |
  9284. 2543.79 s [unison-runtime] 2158 | mrk ps de k =
  9285. 2543.79 s [unison-runtime] | ^^
  9286. 2543.79 s [unison-runtime]
  9287. 2543.80 s [unison-runtime] src/Unison/Runtime/Machine.hs:2158:19: warning: [GHC-63397] [-Wname-shadowing]
  9288. 2543.80 s [unison-runtime] This binding for ‘k’ shadows the existing binding
  9289. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Machine.hs:2152:27
  9290. 2543.80 s [unison-runtime] |
  9291. 2543.80 s [unison-runtime] 2158 | mrk ps de k =
  9292. 2543.80 s [unison-runtime] | ^
  9293. 2543.80 s [unison-runtime]
  9294. 2543.80 s [unison-runtime] [39 of 40] Compiling Unison.Runtime.Interface ( src/Unison/Runtime/Interface.hs, nothing )
  9295. 2543.80 s [unison-runtime] src/Unison/Runtime/Interface.hs:223:18: warning: [GHC-63397] [-Wname-shadowing]
  9296. 2543.80 s [unison-runtime] This binding for ‘d’ shadows the existing binding
  9297. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:213:22
  9298. 2543.80 s [unison-runtime] |
  9299. 2543.80 s [unison-runtime] 223 | Just d -> recursiveDeclDeps cl d
  9300. 2543.80 s [unison-runtime] | ^
  9301. 2543.80 s [unison-runtime]
  9302. 2543.80 s [unison-runtime] src/Unison/Runtime/Interface.hs:251:26: warning: [GHC-63397] [-Wname-shadowing]
  9303. 2543.80 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9304. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:247:42
  9305. 2543.80 s [unison-runtime] |
  9306. 2543.80 s [unison-runtime] 251 | RF.TermReference r -> recursiveRefDeps cl r
  9307. 2543.80 s [unison-runtime] | ^
  9308. 2543.80 s [unison-runtime]
  9309. 2543.80 s [unison-runtime] src/Unison/Runtime/Interface.hs:353:3: warning: [GHC-63397] [-Wname-shadowing]
  9310. 2543.80 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9311. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:352:20
  9312. 2543.80 s [unison-runtime] |
  9313. 2543.80 s [unison-runtime] 353 | r <- Map.lookup r . remap $ floatRemap ctx
  9314. 2543.80 s [unison-runtime] | ^
  9315. 2543.80 s [unison-runtime]
  9316. 2543.80 s [unison-runtime] src/Unison/Runtime/Interface.hs:360:5: warning: [GHC-63397] [-Wname-shadowing]
  9317. 2543.80 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9318. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:359:16
  9319. 2543.80 s [unison-runtime] |
  9320. 2543.80 s [unison-runtime] 360 | | r <- Map.findWithDefault r r . remap $ floatRemap ctx,
  9321. 2543.80 s [unison-runtime] | ^
  9322. 2543.80 s [unison-runtime]
  9323. 2543.80 s [unison-runtime] src/Unison/Runtime/Interface.hs:361:10: warning: [GHC-63397] [-Wname-shadowing]
  9324. 2543.80 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9325. 2543.80 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:360:5
  9326. 2543.80 s [unison-runtime] |
  9327. 2543.80 s [unison-runtime] 361 | Just r <- Map.lookup r . remap $ intermedRemap ctx =
  9328. 2543.80 s [unison-runtime] | ^
  9329. 2543.80 s [unison-runtime]
  9330. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:371:3: warning: [GHC-63397] [-Wname-shadowing]
  9331. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9332. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:370:20
  9333. 2543.81 s [unison-runtime] |
  9334. 2543.81 s [unison-runtime] 371 | r <- Map.lookup r . backmap $ intermedRemap ctx
  9335. 2543.81 s [unison-runtime] | ^
  9336. 2543.81 s [unison-runtime]
  9337. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:399:9: warning: [GHC-63397] [-Wname-shadowing]
  9338. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9339. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:396:9
  9340. 2543.81 s [unison-runtime] |
  9341. 2543.81 s [unison-runtime] 399 | r <- Map.findWithDefault r r frs,
  9342. 2543.81 s [unison-runtime] | ^
  9343. 2543.81 s [unison-runtime]
  9344. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:400:14: warning: [GHC-63397] [-Wname-shadowing]
  9345. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9346. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:399:9
  9347. 2543.81 s [unison-runtime] |
  9348. 2543.81 s [unison-runtime] 400 | Just r <- Map.lookup r irs =
  9349. 2543.81 s [unison-runtime] | ^
  9350. 2543.81 s [unison-runtime]
  9351. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:420:16: warning: [GHC-63397] [-Wname-shadowing]
  9352. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9353. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
  9354. 2543.81 s [unison-runtime] |
  9355. 2543.81 s [unison-runtime] 420 | | Just r <- baseToIntermed ctx r -> r `Map.notMember` m
  9356. 2543.81 s [unison-runtime] | ^
  9357. 2543.81 s [unison-runtime]
  9358. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:421:16: warning: [GHC-63397] [-Wname-shadowing]
  9359. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9360. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:418:35
  9361. 2543.81 s [unison-runtime] |
  9362. 2543.81 s [unison-runtime] 421 | | Just r <- floatToIntermed ctx r -> r `Map.notMember` m
  9363. 2543.81 s [unison-runtime] | ^
  9364. 2543.81 s [unison-runtime]
  9365. 2543.81 s [unison-runtime] src/Unison/Runtime/Interface.hs:431:14: warning: [GHC-63397] [-Wname-shadowing]
  9366. 2543.81 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9367. 2543.81 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:430:13
  9368. 2543.81 s [unison-runtime] |
  9369. 2543.81 s [unison-runtime] 431 | Just r -> r
  9370. 2543.81 s [unison-runtime] | ^
  9371. 2543.81 s [unison-runtime]
  9372. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:457:3: warning: [GHC-63397] [-Wname-shadowing]
  9373. 2543.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  9374. 2543.82 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:448:17
  9375. 2543.82 s [unison-runtime] |
  9376. 2543.82 s [unison-runtime] 457 | ctx <- foldM (uncurry . allocType) ctx $ Prelude.filter p tyrs
  9377. 2543.82 s [unison-runtime] | ^^^
  9378. 2543.82 s [unison-runtime]
  9379. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:516:6: warning: [GHC-63397] [-Wname-shadowing]
  9380. 2543.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  9381. 2543.82 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:514:5
  9382. 2543.82 s [unison-runtime] |
  9383. 2543.82 s [unison-runtime] 516 | (ctx, _) <- loadDeps cl ppe ctx tyrs tmrs
  9384. 2543.82 s [unison-runtime] | ^^^
  9385. 2543.82 s [unison-runtime]
  9386. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:517:6: warning: [GHC-63397] [-Wname-shadowing]
  9387. 2543.82 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  9388. 2543.82 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:516:6
  9389. 2543.82 s [unison-runtime] |
  9390. 2543.82 s [unison-runtime] 517 | (ctx, _, init) <- prepareEvaluation ppe tm ctx
  9391. 2543.82 s [unison-runtime] | ^^^
  9392. 2543.82 s [unison-runtime]
  9393. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:517:14: warning: [GHC-63397] [-Wname-shadowing]
  9394. 2543.82 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  9395. 2543.82 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  9396. 2543.82 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  9397. 2543.82 s [unison-runtime] |
  9398. 2543.82 s [unison-runtime] 517 | (ctx, _, init) <- prepareEvaluation ppe tm ctx
  9399. 2543.82 s [unison-runtime] | ^^^^
  9400. 2543.82 s [unison-runtime]
  9401. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:539:12: warning: [GHC-63397] [-Wname-shadowing]
  9402. 2543.82 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  9403. 2543.82 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
  9404. 2543.82 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  9405. 2543.82 s [unison-runtime] |
  9406. 2543.82 s [unison-runtime] 539 | PC _ finish getProf -> do
  9407. 2543.82 s [unison-runtime] | ^^^^^^
  9408. 2543.82 s [unison-runtime]
  9409. 2543.82 s [unison-runtime] src/Unison/Runtime/Interface.hs:589:12: warning: [GHC-63397] [-Wname-shadowing]
  9410. 2543.82 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  9411. 2543.82 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  9412. 2543.82 s [unison-runtime] |
  9413. 2543.82 s [unison-runtime] 589 | putTextBig text =
  9414. 2543.82 s [unison-runtime] | ^^^^
  9415. 2543.82 s [unison-runtime]
  9416. 2543.83 s [unison-runtime] src/Unison/Runtime/Interface.hs:612:4: warning: [GHC-63397] [-Wname-shadowing]
  9417. 2543.83 s [unison-runtime] This binding for ‘ctx’ shadows the existing binding
  9418. 2543.83 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:610:3
  9419. 2543.83 s [unison-runtime] |
  9420. 2543.83 s [unison-runtime] 612 | (ctx, _) <- loadDeps cl ppe ctx tyrs tmrs
  9421. 2543.83 s [unison-runtime] | ^^^
  9422. 2543.83 s [unison-runtime]
  9423. 2543.83 s [unison-runtime] src/Unison/Runtime/Interface.hs:773:3: warning: [GHC-63397] [-Wname-shadowing]
  9424. 2543.83 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9425. 2543.83 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:772:3
  9426. 2543.83 s [unison-runtime] |
  9427. 2543.83 s [unison-runtime] 773 | r <- backReference frs irs r
  9428. 2543.83 s [unison-runtime] | ^
  9429. 2543.83 s [unison-runtime]
  9430. 2543.83 s [unison-runtime] src/Unison/Runtime/Interface.hs:785:3: warning: [GHC-63397] [-Wname-shadowing]
  9431. 2543.83 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9432. 2543.83 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:783:23
  9433. 2543.83 s [unison-runtime] |
  9434. 2543.83 s [unison-runtime] 785 | r <- pure $ Map.findWithDefault r r functionUnreplacements
  9435. 2543.83 s [unison-runtime] | ^
  9436. 2543.83 s [unison-runtime]
  9437. 2543.83 s [unison-runtime] src/Unison/Runtime/Interface.hs:787:3: warning: [GHC-63397] [-Wname-shadowing]
  9438. 2543.83 s [unison-runtime] This binding for ‘r’ shadows the existing binding
  9439. 2543.83 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:785:3
  9440. 2543.83 s [unison-runtime] |
  9441. 2543.83 s [unison-runtime] 787 | r <- Map.lookup r (backmap irs)
  9442. 2543.83 s [unison-runtime] | ^
  9443. 2543.83 s [unison-runtime]
  9444. 2543.83 s [unison-runtime] src/Unison/Runtime/Interface.hs:807:7: warning: [GHC-63397] [-Wname-shadowing]
  9445. 2543.83 s [unison-runtime] This binding for ‘finish’ shadows the existing binding
  9446. 2543.83 s [unison-runtime] imported from ‘Unison.Runtime.Profiling’ at src/Unison/Runtime/Interface.hs:118:1-31
  9447. 2543.83 s [unison-runtime] (and originally defined at src/Unison/Runtime/Profiling.hs:77:1-6)
  9448. 2543.83 s [unison-runtime] |
  9449. 2543.83 s [unison-runtime] 807 | finish = fmap (first mkResponse . decom)
  9450. 2543.83 s [unison-runtime] | ^^^^^^
  9451. 2543.84 s [unison-runtime]
  9452. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:809:7: warning: [GHC-63397] [-Wname-shadowing]
  9453. 2543.84 s [unison-runtime] This binding for ‘prettyError’ shadows the existing binding
  9454. 2543.84 s [unison-runtime] defined at src/Unison/Runtime/Interface.hs:1263:1
  9455. 2543.84 s [unison-runtime] |
  9456. 2543.84 s [unison-runtime] 809 | prettyError e =
  9457. 2543.84 s [unison-runtime] | ^^^^^^^^^^^
  9458. 2543.84 s [unison-runtime]
  9459. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:836:17: warning: [GHC-63397] [-Wname-shadowing]
  9460. 2543.84 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  9461. 2543.84 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  9462. 2543.84 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  9463. 2543.84 s [unison-runtime] |
  9464. 2543.84 s [unison-runtime] 836 | executeMainComb init cc = do
  9465. 2543.84 s [unison-runtime] | ^^^^
  9466. 2543.84 s [unison-runtime]
  9467. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:906:28: warning: [GHC-63397] [-Wname-shadowing]
  9468. 2543.84 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  9469. 2543.84 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  9470. 2543.84 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  9471. 2543.84 s [unison-runtime] |
  9472. 2543.84 s [unison-runtime] 906 | runStandalone sandboxed sc init =
  9473. 2543.84 s [unison-runtime] | ^^^^
  9474. 2543.84 s [unison-runtime]
  9475. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:959:5: warning: [GHC-63397] [-Wname-shadowing]
  9476. 2543.84 s [unison-runtime] This binding for ‘render’ shadows the existing binding
  9477. 2543.84 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  9478. 2543.84 s [unison-runtime] |
  9479. 2543.84 s [unison-runtime] 959 | render = if fancy then toANSI else toPlain
  9480. 2543.84 s [unison-runtime] | ^^^^^^
  9481. 2543.84 s [unison-runtime]
  9482. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:1021:13: warning: [GHC-63397] [-Wname-shadowing]
  9483. 2543.84 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  9484. 2543.84 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  9485. 2543.84 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  9486. 2543.84 s [unison-runtime] |
  9487. 2543.84 s [unison-runtime] 1021 | traceNeeded init src = go mempty init
  9488. 2543.84 s [unison-runtime] | ^^^^
  9489. 2543.84 s [unison-runtime]
  9490. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:1088:15: warning: [GHC-63397] [-Wname-shadowing]
  9491. 2543.84 s [unison-runtime] This binding for ‘init’ shadows the existing binding
  9492. 2543.84 s [unison-runtime] imported from ‘Prelude’ at src/Unison/Runtime/Interface.hs:11:8-31
  9493. 2543.84 s [unison-runtime] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  9494. 2543.84 s [unison-runtime] |
  9495. 2543.84 s [unison-runtime] 1088 | standalone cc init =
  9496. 2543.84 s [unison-runtime] | ^^^^
  9497. 2543.84 s [unison-runtime]
  9498. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:1197:12: warning: [GHC-63397] [-Wname-shadowing]
  9499. 2543.84 s [unison-runtime] This binding for ‘ppe’ shadows the existing binding
  9500. 2543.84 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1182:19
  9501. 2543.84 s [unison-runtime] |
  9502. 2543.84 s [unison-runtime] 1197 | bugMsg ppe tr name (errs, tm)
  9503. 2543.84 s [unison-runtime] | ^^^
  9504. 2543.84 s [unison-runtime]
  9505. 2543.84 s [unison-runtime] src/Unison/Runtime/Interface.hs:1241:20: warning: [GHC-63397] [-Wname-shadowing]
  9506. 2543.84 s [unison-runtime] This binding for ‘ppe’ shadows the existing binding
  9507. 2543.84 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:12
  9508. 2543.84 s [unison-runtime] |
  9509. 2543.85 s [unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
  9510. 2543.85 s [unison-runtime] | ^^^
  9511. 2543.85 s [unison-runtime]
  9512. 2543.85 s [unison-runtime] src/Unison/Runtime/Interface.hs:1241:24: warning: [GHC-63397] [-Wname-shadowing]
  9513. 2543.85 s [unison-runtime] This binding for ‘tr’ shadows the existing binding
  9514. 2543.85 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:16
  9515. 2543.85 s [unison-runtime] |
  9516. 2543.85 s [unison-runtime] 1241 | stackTrace ppe tr = "\nStack trace:\n" <> P.indentN 2 (P.lines $ f <$> tr)
  9517. 2543.85 s [unison-runtime] | ^^
  9518. 2543.85 s [unison-runtime]
  9519. 2543.85 s [unison-runtime] src/Unison/Runtime/Interface.hs:1248:17: warning: [GHC-63397] [-Wname-shadowing]
  9520. 2543.85 s [unison-runtime] This binding for ‘name’ shadows the existing binding
  9521. 2543.85 s [unison-runtime] bound at src/Unison/Runtime/Interface.hs:1197:19
  9522. 2543.85 s [unison-runtime] |
  9523. 2543.85 s [unison-runtime] 1248 | name = P.syntaxToColor . prettyHashQualified . PPE.termName ppe $ RF.Ref rf
  9524. 2543.85 s [unison-runtime] | ^^^^
  9525. 2543.85 s [unison-runtime]
  9526. 2543.85 s [unison-runtime] src/Unison/Runtime/Interface.hs:1264:21: warning: [GHC-63397] [-Wname-shadowing]
  9527. 2543.85 s [unison-runtime] This binding for ‘text’ shadows the existing binding
  9528. 2543.85 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  9529. 2543.85 s [unison-runtime] |
  9530. 2543.85 s [unison-runtime] 1264 | UnstructuredError text -> pure $ P.text text
  9531. 2543.85 s [unison-runtime] | ^^^^
  9532. 2543.85 s [unison-runtime]
  9533. 2543.85 s [unison-runtime] src/Unison/Runtime/Interface.hs:1276:36: warning: [GHC-63397] [-Wname-shadowing]
  9534. 2543.85 s [unison-runtime] This binding for ‘backmapRef’ shadows the existing binding
  9535. 2543.85 s [unison-runtime] defined at src/Unison/Runtime/Interface.hs:376:1
  9536. 2543.85 s [unison-runtime] |
  9537. 2543.85 s [unison-runtime] 1276 | maybe prettyRuntimeExn (\(ppe, backmapRef, decom) -> prettyRuntimeExn' ppe backmapRef decom) ctx issueFn re
  9538. 2543.85 s [unison-runtime] | ^^^^^^^^^^
  9539. 2543.85 s [unison-runtime]
  9540. 2543.85 s [unison-runtime] src/Unison/Runtime/Interface.hs:1286:7: warning: [GHC-63397] [-Wname-shadowing]
  9541. 2543.85 s [unison-runtime] This binding for ‘render’ shadows the existing binding
  9542. 2543.85 s [unison-runtime] imported from ‘Unison.Util.Pretty’ at src/Unison/Runtime/Interface.hs:131:1-30
  9543. 2543.85 s [unison-runtime] |
  9544. 2543.85 s [unison-runtime] 1286 | render (errs, tm) = ["", P.indentN 2 $ pretty ppe tm, tabulateErrors errs]
  9545. 2543.85 s [unison-runtime] | ^^^^^^
  9546. 2543.85 s [unison-runtime]
  9547. 2543.85 s [unison-runtime] [40 of 40] Compiling Unison.Runtime.Vector ( src/Unison/Runtime/Vector.hs, nothing )
  9548. 2543.85 s [unison-runtime] Haddock coverage:
  9549. 2543.85 s [unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.ANF.POp'
  9550. 2543.85 s [unison-runtime] Missing documentation for:
  9551. 2543.85 s [unison-runtime] Module header
  9552. 2543.85 s [unison-runtime] POp (src/Unison/Runtime/ANF/POp.hs:10)
  9553. 2543.85 s [unison-runtime] pOpCode (src/Unison/Runtime/ANF/POp.hs:181)
  9554. 2543.85 s [unison-runtime] pOpAssoc (src/Unison/Runtime/ANF/POp.hs:335)
  9555. 2543.85 s [unison-runtime] pop2word (src/Unison/Runtime/ANF/POp.hs:338)
  9556. 2543.86 s [unison-runtime] word2pop (src/Unison/Runtime/ANF/POp.hs:341)
  9557. 2543.86 s [unison-runtime] Warning: 'arraychecks' is out of scope.
  9558. 2543.86 s [unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
  9559. 2543.87 s [unison-runtime] 87% (125 /143) in 'Unison.Runtime.Array'
  9560. 2543.87 s [unison-runtime] Missing documentation for:
  9561. 2543.87 s [unison-runtime] createByteArray
  9562. 2543.87 s [unison-runtime] byteArrayToList (src/Unison/Runtime/Array.hs:431)
  9563. 2543.87 s [unison-runtime] readArray (src/Unison/Runtime/Array.hs:284)
  9564. 2543.87 s [unison-runtime] writeArray (src/Unison/Runtime/Array.hs:294)
  9565. 2543.87 s [unison-runtime] copyArray (src/Unison/Runtime/Array.hs:306)
  9566. 2543.87 s [unison-runtime] traverseArrayIO (src/Unison/Runtime/Array.hs:434)
  9567. 2543.87 s [unison-runtime] copyMutableArray (src/Unison/Runtime/Array.hs:328)
  9568. 2543.87 s [unison-runtime] cloneMutableArray (src/Unison/Runtime/Array.hs:316)
  9569. 2543.87 s [unison-runtime] readByteArray (src/Unison/Runtime/Array.hs:339)
  9570. 2543.87 s [unison-runtime] writeByteArray (src/Unison/Runtime/Array.hs:351)
  9571. 2543.87 s [unison-runtime] indexByteArray (src/Unison/Runtime/Array.hs:361)
  9572. 2543.87 s [unison-runtime] copyByteArray (src/Unison/Runtime/Array.hs:373)
  9573. 2543.87 s [unison-runtime] copyMutableByteArray (src/Unison/Runtime/Array.hs:385)
  9574. 2543.87 s [unison-runtime] moveByteArray (src/Unison/Runtime/Array.hs:397)
  9575. 2543.87 s [unison-runtime] readPrimArray (src/Unison/Runtime/Array.hs:407)
  9576. 2543.87 s [unison-runtime] writePrimArray (src/Unison/Runtime/Array.hs:418)
  9577. 2543.87 s [unison-runtime] indexPrimArray (src/Unison/Runtime/Array.hs:427)
  9578. 2543.87 s [unison-runtime] byteArrayToShortByteString (src/Unison/Runtime/Array.hs:447)
  9579. 2543.87 s [unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Builtin.Types'
  9580. 2543.87 s [unison-runtime] Missing documentation for:
  9581. 2543.87 s [unison-runtime] Module header
  9582. 2543.87 s [unison-runtime] typeReferences (src/Unison/Runtime/Builtin/Types.hs:19)
  9583. 2543.87 s [unison-runtime] builtinTypeNumbering (src/Unison/Runtime/Builtin/Types.hs:16)
  9584. 2543.87 s [unison-runtime] builtinTypeBackref (src/Unison/Runtime/Builtin/Types.hs:27)
  9585. 2543.87 s [unison-runtime] 0% ( 0 / 15) in 'Unison.Runtime.Canonicalizer'
  9586. 2543.87 s [unison-runtime] Missing documentation for:
  9587. 2543.87 s [unison-runtime] Module header
  9588. 2543.87 s [unison-runtime] Canonicalizer (src/Unison/Runtime/Canonicalizer.hs:33)
  9589. 2543.87 s [unison-runtime] canonicalize (src/Unison/Runtime/Canonicalizer.hs:117)
  9590. 2543.87 s [unison-runtime] categorize (src/Unison/Runtime/Canonicalizer.hs:80)
  9591. 2543.87 s [unison-runtime] unsafeCategorize (src/Unison/Runtime/Canonicalizer.hs:85)
  9592. 2543.87 s [unison-runtime] Canonicity (src/Unison/Runtime/Canonicalizer.hs:42)
  9593. 2543.87 s [unison-runtime] CanonMap (src/Unison/Runtime/Canonicalizer.hs:121)
  9594. 2543.87 s [unison-runtime] empty (src/Unison/Runtime/Canonicalizer.hs:39)
  9595. 2543.87 s [unison-runtime] lookup (src/Unison/Runtime/Canonicalizer.hs:134)
  9596. 2543.87 s [unison-runtime] insert (src/Unison/Runtime/Canonicalizer.hs:149)
  9597. 2543.87 s [unison-runtime] unsafeLookup (src/Unison/Runtime/Canonicalizer.hs:162)
  9598. 2543.87 s [unison-runtime] findWithDefault (src/Unison/Runtime/Canonicalizer.hs:157)
  9599. 2543.87 s [unison-runtime] fromListByIndex (src/Unison/Runtime/Canonicalizer.hs:166)
  9600. 2543.87 s [unison-runtime] fromList (src/Unison/Runtime/Canonicalizer.hs:171)
  9601. 2543.87 s [unison-runtime] emptyCM (src/Unison/Runtime/Canonicalizer.hs:178)
  9602. 2543.87 s [unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Crypto.P256'
  9603. 2543.87 s [unison-runtime] Missing documentation for:
  9604. 2543.87 s [unison-runtime] Module header
  9605. 2543.87 s [unison-runtime] derivePublicKey (src/Unison/Runtime/Crypto/P256.hs:30)
  9606. 2543.87 s [unison-runtime] signSha256 (src/Unison/Runtime/Crypto/P256.hs:35)
  9607. 2543.87 s [unison-runtime] verifySha256 (src/Unison/Runtime/Crypto/P256.hs:44)
  9608. 2543.87 s [unison-runtime] 75% ( 3 / 4) in 'Unison.Runtime.Crypto.Rsa'
  9609. 2543.87 s [unison-runtime] Missing documentation for:
  9610. 2543.87 s [unison-runtime] Module header
  9611. 2543.87 s [unison-runtime] 0% ( 0 / 14) in 'Unison.Runtime.Foreign.Dynamic'
  9612. 2543.87 s [unison-runtime] Missing documentation for:
  9613. 2543.87 s [unison-runtime] Module header
  9614. 2543.87 s [unison-runtime] FFType (src/Unison/Runtime/Foreign/Dynamic.hs:15)
  9615. 2543.87 s [unison-runtime] FFSpec (src/Unison/Runtime/Foreign/Dynamic.hs:32)
  9616. 2543.87 s [unison-runtime] CSpec (src/Unison/Runtime/Foreign/Dynamic.hs:35)
  9617. 2543.87 s [unison-runtime] CDynFunc (src/Unison/Runtime/Foreign/Dynamic.hs:41)
  9618. 2543.87 s [unison-runtime] cffArgs (src/Unison/Runtime/Foreign/Dynamic.hs:50)
  9619. 2543.87 s [unison-runtime] cffResult (src/Unison/Runtime/Foreign/Dynamic.hs:53)
  9620. 2543.87 s [unison-runtime] encodeType (src/Unison/Runtime/Foreign/Dynamic.hs:66)
  9621. 2543.87 s [unison-runtime] encodeTypes (src/Unison/Runtime/Foreign/Dynamic.hs:81)
  9622. 2543.87 s [unison-runtime] PrepException (src/Unison/Runtime/Foreign/Dynamic.hs:88)
  9623. 2543.87 s [unison-runtime] adjustSpec (src/Unison/Runtime/Foreign/Dynamic.hs:93)
  9624. 2543.87 s [unison-runtime] prepareSpec (src/Unison/Runtime/Foreign/Dynamic.hs:99)
  9625. 2543.87 s [unison-runtime] loadForeign (src/Unison/Runtime/Foreign/Dynamic.hs:120)
  9626. 2543.87 s [unison-runtime] callForeign (src/Unison/Runtime/Foreign/Dynamic.hs:138)
  9627. 2543.87 s [unison-runtime] 33% ( 1 / 3) in 'Unison.Runtime.Foreign.Function.Type'
  9628. 2543.87 s [unison-runtime] Missing documentation for:
  9629. 2543.87 s [unison-runtime] Module header
  9630. 2543.87 s [unison-runtime] foreignFuncBuiltinName (src/Unison/Runtime/Foreign/Function/Type.hs:478)
  9631. 2543.87 s [unison-runtime] 0% ( 0 /196) in 'Unison.Runtime.IOSource'
  9632. 2543.87 s [unison-runtime] Missing documentation for:
  9633. 2543.87 s [unison-runtime] Module header
  9634. 2543.87 s [unison-runtime] debug (src/Unison/Runtime/IOSource.hs:37)
  9635. 2543.87 s [unison-runtime] parsingEnv (src/Unison/Runtime/IOSource.hs:40)
  9636. 2543.87 s [unison-runtime] typecheckingEnv (src/Unison/Runtime/IOSource.hs:50)
  9637. 2543.87 s [unison-runtime] parsedFile (src/Unison/Runtime/IOSource.hs:59)
  9638. 2543.87 s [unison-runtime] typecheckedFile (src/Unison/Runtime/IOSource.hs:65)
  9639. 2543.87 s [unison-runtime] typecheckedFile' (src/Unison/Runtime/IOSource.hs:70)
  9640. 2543.87 s [unison-runtime] typecheckedFileTerms (src/Unison/Runtime/IOSource.hs:76)
  9641. 2543.87 s [unison-runtime] termNamed (src/Unison/Runtime/IOSource.hs:79)
  9642. 2543.87 s [unison-runtime] codeLookup (src/Unison/Runtime/IOSource.hs:84)
  9643. 2543.87 s [unison-runtime] codeLookupM (src/Unison/Runtime/IOSource.hs:87)
  9644. 2543.87 s [unison-runtime] typeNamedId (src/Unison/Runtime/IOSource.hs:90)
  9645. 2543.87 s [unison-runtime] typeNamed (src/Unison/Runtime/IOSource.hs:96)
  9646. 2543.87 s [unison-runtime] abilityNamedId (src/Unison/Runtime/IOSource.hs:99)
  9647. 2543.87 s [unison-runtime] eitherReference (src/Unison/Runtime/IOSource.hs:109)
  9648. 2543.87 s [unison-runtime] optionReference (src/Unison/Runtime/IOSource.hs:110)
  9649. 2543.87 s [unison-runtime] isTestReference (src/Unison/Runtime/IOSource.hs:111)
  9650. 2543.87 s [unison-runtime] isPropagatedReference (src/Unison/Runtime/IOSource.hs:112)
  9651. 2543.87 s [unison-runtime] isTest (src/Unison/Runtime/IOSource.hs:115)
  9652. 2543.87 s [unison-runtime] isIOTest (src/Unison/Runtime/IOSource.hs:118)
  9653. 2543.87 s [unison-runtime] isPropagatedValue (src/Unison/Runtime/IOSource.hs:121)
  9654. 2543.87 s [unison-runtime] eitherLeftId (src/Unison/Runtime/IOSource.hs:124)
  9655. 2543.87 s [unison-runtime] eitherRightId (src/Unison/Runtime/IOSource.hs:125)
  9656. 2543.87 s [unison-runtime] someId (src/Unison/Runtime/IOSource.hs:126)
  9657. 2543.87 s [unison-runtime] noneId (src/Unison/Runtime/IOSource.hs:127)
  9658. 2543.87 s [unison-runtime] authorRef (src/Unison/Runtime/IOSource.hs:130)
  9659. 2543.87 s [unison-runtime] guidRef (src/Unison/Runtime/IOSource.hs:131)
  9660. 2543.87 s [unison-runtime] copyrightHolderRef (src/Unison/Runtime/IOSource.hs:132)
  9661. 2543.87 s [unison-runtime] doc2Ref (src/Unison/Runtime/IOSource.hs:135)
  9662. 2543.87 s [unison-runtime] doc2SpecialFormRef (src/Unison/Runtime/IOSource.hs:137)
  9663. 2543.87 s [unison-runtime] doc2TermRef (src/Unison/Runtime/IOSource.hs:139)
  9664. 2543.87 s [unison-runtime] prettyRef (src/Unison/Runtime/IOSource.hs:141)
  9665. 2543.87 s [unison-runtime] prettyAnnotatedRef (src/Unison/Runtime/IOSource.hs:143)
  9666. 2543.87 s [unison-runtime] ansiColorRef (src/Unison/Runtime/IOSource.hs:145)
  9667. 2543.87 s [unison-runtime] consoleTextRef (src/Unison/Runtime/IOSource.hs:147)
  9668. 2543.87 s [unison-runtime] Doc2Ref (src/Unison/Runtime/IOSource.hs:149)
  9669. 2543.87 s [unison-runtime] doc2WordId (src/Unison/Runtime/IOSource.hs:151)
  9670. 2543.87 s [unison-runtime] doc2CodeId (src/Unison/Runtime/IOSource.hs:153)
  9671. 2543.87 s [unison-runtime] doc2CodeBlockId (src/Unison/Runtime/IOSource.hs:155)
  9672. 2543.87 s [unison-runtime] doc2BoldId (src/Unison/Runtime/IOSource.hs:157)
  9673. 2543.87 s [unison-runtime] doc2ItalicId (src/Unison/Runtime/IOSource.hs:159)
  9674. 2543.87 s [unison-runtime] doc2StrikethroughId (src/Unison/Runtime/IOSource.hs:161)
  9675. 2543.87 s [unison-runtime] doc2StyleId (src/Unison/Runtime/IOSource.hs:163)
  9676. 2543.87 s [unison-runtime] doc2AnchorId (src/Unison/Runtime/IOSource.hs:165)
  9677. 2543.87 s [unison-runtime] doc2BlockquoteId (src/Unison/Runtime/IOSource.hs:167)
  9678. 2543.87 s [unison-runtime] doc2BlanklineId (src/Unison/Runtime/IOSource.hs:169)
  9679. 2543.87 s [unison-runtime] doc2LinebreakId (src/Unison/Runtime/IOSource.hs:171)
  9680. 2543.87 s [unison-runtime] doc2SectionBreakId (src/Unison/Runtime/IOSource.hs:173)
  9681. 2543.87 s [unison-runtime] doc2TooltipId (src/Unison/Runtime/IOSource.hs:175)
  9682. 2543.87 s [unison-runtime] doc2AsideId (src/Unison/Runtime/IOSource.hs:177)
  9683. 2543.87 s [unison-runtime] doc2CalloutId (src/Unison/Runtime/IOSource.hs:179)
  9684. 2543.87 s [unison-runtime] doc2TableId (src/Unison/Runtime/IOSource.hs:181)
  9685. 2543.87 s [unison-runtime] doc2FoldedId (src/Unison/Runtime/IOSource.hs:183)
  9686. 2543.87 s [unison-runtime] doc2ParagraphId (src/Unison/Runtime/IOSource.hs:185)
  9687. 2543.87 s [unison-runtime] doc2BulletedListId (src/Unison/Runtime/IOSource.hs:187)
  9688. 2543.87 s [unison-runtime] doc2NumberedListId (src/Unison/Runtime/IOSource.hs:189)
  9689. 2543.87 s [unison-runtime] doc2SectionId (src/Unison/Runtime/IOSource.hs:191)
  9690. 2543.87 s [unison-runtime] doc2NamedLinkId (src/Unison/Runtime/IOSource.hs:193)
  9691. 2543.87 s [unison-runtime] doc2ImageId (src/Unison/Runtime/IOSource.hs:195)
  9692. 2543.87 s [unison-runtime] doc2SpecialId (src/Unison/Runtime/IOSource.hs:197)
  9693. 2543.87 s [unison-runtime] doc2JoinId (src/Unison/Runtime/IOSource.hs:199)
  9694. 2543.87 s [unison-runtime] doc2UntitledSectionId (src/Unison/Runtime/IOSource.hs:201)
  9695. 2543.87 s [unison-runtime] doc2ColumnId (src/Unison/Runtime/IOSource.hs:203)
  9696. 2543.87 s [unison-runtime] doc2GroupId (src/Unison/Runtime/IOSource.hs:205)
  9697. 2543.87 s [unison-runtime] doc2MediaSourceRef (src/Unison/Runtime/IOSource.hs:208)
  9698. 2543.87 s [unison-runtime] Doc2MediaSourceRef (src/Unison/Runtime/IOSource.hs:210)
  9699. 2543.87 s [unison-runtime] doc2VideoRef (src/Unison/Runtime/IOSource.hs:213)
  9700. 2543.87 s [unison-runtime] Doc2VideoRef (src/Unison/Runtime/IOSource.hs:215)
  9701. 2543.87 s [unison-runtime] doc2FrontMatterRef (src/Unison/Runtime/IOSource.hs:218)
  9702. 2543.87 s [unison-runtime] Doc2FrontMatterRef (src/Unison/Runtime/IOSource.hs:220)
  9703. 2543.87 s [unison-runtime] doc2LaTeXInlineRef (src/Unison/Runtime/IOSource.hs:223)
  9704. 2543.87 s [unison-runtime] Doc2LaTeXInlineRef (src/Unison/Runtime/IOSource.hs:225)
  9705. 2543.87 s [unison-runtime] doc2SvgRef (src/Unison/Runtime/IOSource.hs:228)
  9706. 2543.87 s [unison-runtime] Doc2SvgRef (src/Unison/Runtime/IOSource.hs:230)
  9707. 2543.87 s [unison-runtime] Doc2Word (src/Unison/Runtime/IOSource.hs:232)
  9708. 2543.88 s [unison-runtime] Doc2Code (src/Unison/Runtime/IOSource.hs:234)
  9709. 2543.88 s [unison-runtime] Doc2CodeBlock (src/Unison/Runtime/IOSource.hs:236)
  9710. 2543.88 s [unison-runtime] Doc2Bold (src/Unison/Runtime/IOSource.hs:238)
  9711. 2543.88 s [unison-runtime] Doc2Italic (src/Unison/Runtime/IOSource.hs:240)
  9712. 2543.88 s [unison-runtime] Doc2Strikethrough (src/Unison/Runtime/IOSource.hs:242)
  9713. 2543.88 s [unison-runtime] Doc2Style (src/Unison/Runtime/IOSource.hs:244)
  9714. 2543.88 s [unison-runtime] Doc2Anchor (src/Unison/Runtime/IOSource.hs:246)
  9715. 2543.88 s [unison-runtime] Doc2Blockquote (src/Unison/Runtime/IOSource.hs:248)
  9716. 2543.88 s [unison-runtime] Doc2Blankline (src/Unison/Runtime/IOSource.hs:250)
  9717. 2543.88 s [unison-runtime] Doc2Linebreak (src/Unison/Runtime/IOSource.hs:252)
  9718. 2543.88 s [unison-runtime] Doc2SectionBreak (src/Unison/Runtime/IOSource.hs:254)
  9719. 2543.88 s [unison-runtime] Doc2Tooltip (src/Unison/Runtime/IOSource.hs:256)
  9720. 2543.88 s [unison-runtime] Doc2Aside (src/Unison/Runtime/IOSource.hs:258)
  9721. 2543.88 s [unison-runtime] Doc2Callout (src/Unison/Runtime/IOSource.hs:260)
  9722. 2543.88 s [unison-runtime] Doc2Table (src/Unison/Runtime/IOSource.hs:262)
  9723. 2543.88 s [unison-runtime] Doc2Folded (src/Unison/Runtime/IOSource.hs:264)
  9724. 2543.88 s [unison-runtime] Doc2Paragraph (src/Unison/Runtime/IOSource.hs:266)
  9725. 2543.88 s [unison-runtime] Doc2BulletedList (src/Unison/Runtime/IOSource.hs:268)
  9726. 2543.88 s [unison-runtime] Doc2NumberedList (src/Unison/Runtime/IOSource.hs:270)
  9727. 2543.88 s [unison-runtime] Doc2Section (src/Unison/Runtime/IOSource.hs:272)
  9728. 2543.88 s [unison-runtime] Doc2NamedLink (src/Unison/Runtime/IOSource.hs:274)
  9729. 2543.88 s [unison-runtime] Doc2Image (src/Unison/Runtime/IOSource.hs:276)
  9730. 2543.88 s [unison-runtime] Doc2Special (src/Unison/Runtime/IOSource.hs:278)
  9731. 2543.88 s [unison-runtime] Doc2Join (src/Unison/Runtime/IOSource.hs:280)
  9732. 2543.88 s [unison-runtime] Doc2UntitledSection (src/Unison/Runtime/IOSource.hs:282)
  9733. 2543.88 s [unison-runtime] Doc2Column (src/Unison/Runtime/IOSource.hs:284)
  9734. 2543.88 s [unison-runtime] Doc2Group (src/Unison/Runtime/IOSource.hs:286)
  9735. 2543.88 s [unison-runtime] Doc2SpecialFormRef (src/Unison/Runtime/IOSource.hs:288)
  9736. 2543.88 s [unison-runtime] doc2SpecialFormSourceId (src/Unison/Runtime/IOSource.hs:290)
  9737. 2543.88 s [unison-runtime] doc2SpecialFormFoldedSourceId (src/Unison/Runtime/IOSource.hs:292)
  9738. 2543.88 s [unison-runtime] doc2SpecialFormExampleId (src/Unison/Runtime/IOSource.hs:294)
  9739. 2543.88 s [unison-runtime] doc2SpecialFormExampleBlockId (src/Unison/Runtime/IOSource.hs:296)
  9740. 2543.88 s [unison-runtime] doc2SpecialFormLinkId (src/Unison/Runtime/IOSource.hs:298)
  9741. 2543.88 s [unison-runtime] doc2SpecialFormSignatureId (src/Unison/Runtime/IOSource.hs:300)
  9742. 2543.88 s [unison-runtime] doc2SpecialFormSignatureInlineId (src/Unison/Runtime/IOSource.hs:302)
  9743. 2543.88 s [unison-runtime] doc2SpecialFormEvalId (src/Unison/Runtime/IOSource.hs:304)
  9744. 2543.88 s [unison-runtime] doc2SpecialFormEvalInlineId (src/Unison/Runtime/IOSource.hs:306)
  9745. 2543.88 s [unison-runtime] doc2SpecialFormEmbedId (src/Unison/Runtime/IOSource.hs:308)
  9746. 2543.88 s [unison-runtime] doc2SpecialFormEmbedInlineId (src/Unison/Runtime/IOSource.hs:310)
  9747. 2543.88 s [unison-runtime] Doc2SpecialFormSource (src/Unison/Runtime/IOSource.hs:312)
  9748. 2543.88 s [unison-runtime] Doc2SpecialFormFoldedSource (src/Unison/Runtime/IOSource.hs:314)
  9749. 2543.88 s [unison-runtime] Doc2SpecialFormExample (src/Unison/Runtime/IOSource.hs:316)
  9750. 2543.88 s [unison-runtime] Doc2SpecialFormExampleBlock (src/Unison/Runtime/IOSource.hs:318)
  9751. 2543.88 s [unison-runtime] Doc2SpecialFormLink (src/Unison/Runtime/IOSource.hs:320)
  9752. 2543.88 s [unison-runtime] Doc2SpecialFormSignature (src/Unison/Runtime/IOSource.hs:322)
  9753. 2543.88 s [unison-runtime] Doc2SpecialFormSignatureInline (src/Unison/Runtime/IOSource.hs:324)
  9754. 2543.88 s [unison-runtime] Doc2SpecialFormEval (src/Unison/Runtime/IOSource.hs:326)
  9755. 2543.88 s [unison-runtime] Doc2SpecialFormEvalInline (src/Unison/Runtime/IOSource.hs:328)
  9756. 2543.88 s [unison-runtime] Doc2SpecialFormEmbed (src/Unison/Runtime/IOSource.hs:330)
  9757. 2543.88 s [unison-runtime] Doc2SpecialFormEmbedInline (src/Unison/Runtime/IOSource.hs:332)
  9758. 2543.88 s [unison-runtime] Doc2MediaSource (src/Unison/Runtime/IOSource.hs:334)
  9759. 2543.88 s [unison-runtime] Doc2SpecialFormEmbedVideo (src/Unison/Runtime/IOSource.hs:336)
  9760. 2543.88 s [unison-runtime] Doc2SpecialFormEmbedFrontMatter (src/Unison/Runtime/IOSource.hs:338)
  9761. 2543.88 s [unison-runtime] Doc2SpecialFormEmbedLaTeXInline (src/Unison/Runtime/IOSource.hs:340)
  9762. 2543.88 s [unison-runtime] Doc2SpecialFormEmbedSvg (src/Unison/Runtime/IOSource.hs:342)
  9763. 2543.88 s [unison-runtime] Doc2Example (src/Unison/Runtime/IOSource.hs:346)
  9764. 2543.88 s [unison-runtime] Doc2Term (src/Unison/Runtime/IOSource.hs:349)
  9765. 2543.88 s [unison-runtime] Doc2TermRef (src/Unison/Runtime/IOSource.hs:351)
  9766. 2543.88 s [unison-runtime] PrettyAnnotatedRef (src/Unison/Runtime/IOSource.hs:353)
  9767. 2543.88 s [unison-runtime] prettyEmptyId (src/Unison/Runtime/IOSource.hs:355)
  9768. 2543.88 s [unison-runtime] prettyGroupId (src/Unison/Runtime/IOSource.hs:357)
  9769. 2543.88 s [unison-runtime] prettyLitId (src/Unison/Runtime/IOSource.hs:359)
  9770. 2543.88 s [unison-runtime] prettyWrapId (src/Unison/Runtime/IOSource.hs:361)
  9771. 2543.88 s [unison-runtime] prettyOrElseId (src/Unison/Runtime/IOSource.hs:363)
  9772. 2543.88 s [unison-runtime] prettyIndentId (src/Unison/Runtime/IOSource.hs:365)
  9773. 2543.88 s [unison-runtime] prettyAppendId (src/Unison/Runtime/IOSource.hs:367)
  9774. 2543.88 s [unison-runtime] prettyTableId (src/Unison/Runtime/IOSource.hs:369)
  9775. 2543.88 s [unison-runtime] PrettyEmpty (src/Unison/Runtime/IOSource.hs:371)
  9776. 2543.88 s [unison-runtime] PrettyGroup (src/Unison/Runtime/IOSource.hs:373)
  9777. 2543.88 s [unison-runtime] PrettyLit (src/Unison/Runtime/IOSource.hs:375)
  9778. 2543.88 s [unison-runtime] PrettyWrap (src/Unison/Runtime/IOSource.hs:377)
  9779. 2543.88 s [unison-runtime] PrettyIndent (src/Unison/Runtime/IOSource.hs:379)
  9780. 2543.88 s [unison-runtime] PrettyOrElse (src/Unison/Runtime/IOSource.hs:381)
  9781. 2543.88 s [unison-runtime] PrettyTable (src/Unison/Runtime/IOSource.hs:383)
  9782. 2543.88 s [unison-runtime] PrettyAppend (src/Unison/Runtime/IOSource.hs:385)
  9783. 2543.88 s [unison-runtime] PrettyRef (src/Unison/Runtime/IOSource.hs:387)
  9784. 2543.88 s [unison-runtime] prettyGetRef (src/Unison/Runtime/IOSource.hs:389)
  9785. 2543.88 s [unison-runtime] doc2FormatConsoleRef (src/Unison/Runtime/IOSource.hs:391)
  9786. 2543.88 s [unison-runtime] AnsiColorRef (src/Unison/Runtime/IOSource.hs:393)
  9787. 2543.88 s [unison-runtime] ansiColorBlackId (src/Unison/Runtime/IOSource.hs:395)
  9788. 2543.88 s [unison-runtime] AnsiColorBlack (src/Unison/Runtime/IOSource.hs:433)
  9789. 2543.88 s [unison-runtime] AnsiColorRed (src/Unison/Runtime/IOSource.hs:435)
  9790. 2543.88 s [unison-runtime] AnsiColorGreen (src/Unison/Runtime/IOSource.hs:437)
  9791. 2543.88 s [unison-runtime] AnsiColorYellow (src/Unison/Runtime/IOSource.hs:439)
  9792. 2543.88 s [unison-runtime] AnsiColorBlue (src/Unison/Runtime/IOSource.hs:441)
  9793. 2543.88 s [unison-runtime] AnsiColorMagenta (src/Unison/Runtime/IOSource.hs:443)
  9794. 2543.88 s [unison-runtime] AnsiColorCyan (src/Unison/Runtime/IOSource.hs:445)
  9795. 2543.88 s [unison-runtime] AnsiColorWhite (src/Unison/Runtime/IOSource.hs:447)
  9796. 2543.88 s [unison-runtime] AnsiColorBrightBlack (src/Unison/Runtime/IOSource.hs:449)
  9797. 2543.88 s [unison-runtime] AnsiColorBrightRed (src/Unison/Runtime/IOSource.hs:451)
  9798. 2543.88 s [unison-runtime] AnsiColorBrightGreen (src/Unison/Runtime/IOSource.hs:453)
  9799. 2543.88 s [unison-runtime] AnsiColorBrightYellow (src/Unison/Runtime/IOSource.hs:455)
  9800. 2543.88 s [unison-runtime] AnsiColorBrightBlue (src/Unison/Runtime/IOSource.hs:457)
  9801. 2543.88 s [unison-runtime] AnsiColorBrightMagenta (src/Unison/Runtime/IOSource.hs:459)
  9802. 2543.88 s [unison-runtime] AnsiColorBrightCyan (src/Unison/Runtime/IOSource.hs:461)
  9803. 2543.88 s [unison-runtime] AnsiColorBrightWhite (src/Unison/Runtime/IOSource.hs:463)
  9804. 2543.88 s [unison-runtime] ConsoleTextRef (src/Unison/Runtime/IOSource.hs:465)
  9805. 2543.88 s [unison-runtime] consoleTextPlainId (src/Unison/Runtime/IOSource.hs:467)
  9806. 2543.88 s [unison-runtime] consoleTextForegroundId (src/Unison/Runtime/IOSource.hs:469)
  9807. 2543.88 s [unison-runtime] consoleTextBackgroundId (src/Unison/Runtime/IOSource.hs:471)
  9808. 2543.88 s [unison-runtime] consoleTextBoldId (src/Unison/Runtime/IOSource.hs:473)
  9809. 2543.88 s [unison-runtime] consoleTextUnderlineId (src/Unison/Runtime/IOSource.hs:475)
  9810. 2543.88 s [unison-runtime] consoleTextInvertId (src/Unison/Runtime/IOSource.hs:477)
  9811. 2543.88 s [unison-runtime] ConsoleTextPlain (src/Unison/Runtime/IOSource.hs:479)
  9812. 2543.88 s [unison-runtime] ConsoleTextForeground (src/Unison/Runtime/IOSource.hs:481)
  9813. 2543.88 s [unison-runtime] ConsoleTextBackground (src/Unison/Runtime/IOSource.hs:483)
  9814. 2543.88 s [unison-runtime] ConsoleTextBold (src/Unison/Runtime/IOSource.hs:485)
  9815. 2543.88 s [unison-runtime] ConsoleTextUnderline (src/Unison/Runtime/IOSource.hs:487)
  9816. 2543.88 s [unison-runtime] ConsoleTextInvert (src/Unison/Runtime/IOSource.hs:489)
  9817. 2543.88 s [unison-runtime] iarrayFromListRef (src/Unison/Runtime/IOSource.hs:492)
  9818. 2543.88 s [unison-runtime] ibarrayFromBytesRef (src/Unison/Runtime/IOSource.hs:495)
  9819. 2543.88 s [unison-runtime] constructorNamed (src/Unison/Runtime/IOSource.hs:498)
  9820. 2543.88 s [unison-runtime] constructorName (src/Unison/Runtime/IOSource.hs:518)
  9821. 2543.88 s [unison-runtime] sourceString (src/Unison/Runtime/IOSource.hs:529)
  9822. 2543.88 s [unison-runtime] source (src/Unison/Runtime/IOSource.hs:533)
  9823. 2543.88 s [unison-runtime] Note (src/Unison/Runtime/IOSource.hs:1013)
  9824. 2543.88 s [unison-runtime] TFile (src/Unison/Runtime/IOSource.hs:1015)
  9825. 2543.88 s [unison-runtime] SynthResult (src/Unison/Runtime/IOSource.hs:1017)
  9826. 2543.88 s [unison-runtime] EitherResult (src/Unison/Runtime/IOSource.hs:1022)
  9827. 2543.88 s [unison-runtime] showNotes (src/Unison/Runtime/IOSource.hs:1025)
  9828. 2543.88 s [unison-runtime] ppEnv (src/Unison/Runtime/IOSource.hs:1029)
  9829. 2543.88 s [unison-runtime] 33% ( 1 / 3) in 'Unison.Runtime.InternalError'
  9830. 2543.88 s [unison-runtime] Missing documentation for:
  9831. 2543.88 s [unison-runtime] CompileExn (src/Unison/Runtime/InternalError.hs:15)
  9832. 2543.88 s [unison-runtime] internalBug (src/Unison/Runtime/InternalError.hs:21)
  9833. 2543.88 s [unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Pattern'
  9834. 2543.88 s [unison-runtime] Missing documentation for:
  9835. 2543.88 s [unison-runtime] Module header
  9836. 2543.88 s [unison-runtime] DataSpec (src/Unison/Runtime/Pattern.hs:55)
  9837. 2543.88 s [unison-runtime] splitPatterns (src/Unison/Runtime/Pattern.hs:782)
  9838. 2543.88 s [unison-runtime] builtinDataSpec (src/Unison/Runtime/Pattern.hs:86)
  9839. 2543.88 s [unison-runtime] 0% ( 0 / 12) in 'Unison.Runtime.Referenced'
  9840. 2543.88 s [unison-runtime] Missing documentation for:
  9841. 2543.88 s [unison-runtime] Module header
  9842. 2543.88 s [unison-runtime] Referenced (src/Unison/Runtime/Referenced.hs:53)
  9843. 2543.88 s [unison-runtime] dereference (src/Unison/Runtime/Referenced.hs:109)
  9844. 2543.88 s [unison-runtime] Referential (src/Unison/Runtime/Referenced.hs:85)
  9845. 2543.88 s [unison-runtime] RefNum (src/Unison/Runtime/Referenced.hs:34)
  9846. 2543.88 s [unison-runtime] CanonST (src/Unison/Runtime/Referenced.hs:120)
  9847. 2543.88 s [unison-runtime] emptyCST (src/Unison/Runtime/Referenced.hs:129)
  9848. 2543.88 s [unison-runtime] Canonize (src/Unison/Runtime/Referenced.hs:131)
  9849. 2543.88 s [unison-runtime] resolveRef (src/Unison/Runtime/Referenced.hs:134)
  9850. 2543.88 s [unison-runtime] canonicalizeRefs (src/Unison/Runtime/Referenced.hs:170)
  9851. 2543.88 s [unison-runtime] recanonicalizeRefs (src/Unison/Runtime/Referenced.hs:186)
  9852. 2543.88 s [unison-runtime] toReferenced (src/Unison/Runtime/Referenced.hs:206)
  9853. 2543.88 s [unison-runtime] 3% ( 1 / 27) in 'Unison.Runtime.Serialize.Get'
  9854. 2543.88 s [unison-runtime] Missing documentation for:
  9855. 2543.88 s [unison-runtime] Module header
  9856. 2543.88 s [unison-runtime] Get (src/Unison/Runtime/Serialize/Get.hs:55)
  9857. 2543.88 s [unison-runtime] GetExn (src/Unison/Runtime/Serialize/Get.hs:84)
  9858. 2543.88 s [unison-runtime] getExnMsg (src/Unison/Runtime/Serialize/Get.hs:90)
  9859. 2543.88 s [unison-runtime] Ix (src/Unison/Runtime/Serialize/Get.hs:53)
  9860. 2543.88 s [unison-runtime] evaluated (src/Unison/Runtime/Serialize/Get.hs:81)
  9861. 2543.88 s [unison-runtime] getByteString (src/Unison/Runtime/Serialize/Get.hs:263)
  9862. 2543.88 s [unison-runtime] getWord8 (src/Unison/Runtime/Serialize/Get.hs:133)
  9863. 2543.88 s [unison-runtime] getVarInt (src/Unison/Runtime/Serialize/Get.hs:142)
  9864. 2543.88 s [unison-runtime] getInt64be (src/Unison/Runtime/Serialize/Get.hs:170)
  9865. 2543.88 s [unison-runtime] getWord16be (src/Unison/Runtime/Serialize/Get.hs:189)
  9866. 2543.88 s [unison-runtime] getWord32be (src/Unison/Runtime/Serialize/Get.hs:202)
  9867. 2543.88 s [unison-runtime] getWord64be (src/Unison/Runtime/Serialize/Get.hs:217)
  9868. 2543.88 s [unison-runtime] getWord64le (src/Unison/Runtime/Serialize/Get.hs:236)
  9869. 2543.88 s [unison-runtime] getDoublebe (src/Unison/Runtime/Serialize/Get.hs:259)
  9870. 2543.88 s [unison-runtime] getFloatbe (src/Unison/Runtime/Serialize/Get.hs:255)
  9871. 2543.88 s [unison-runtime] getAccumulating (src/Unison/Runtime/Serialize/Get.hs:283)
  9872. 2543.88 s [unison-runtime] getAccumulatingRevList (src/Unison/Runtime/Serialize/Get.hs:295)
  9873. 2543.88 s [unison-runtime] getArray (src/Unison/Runtime/Serialize/Get.hs:307)
  9874. 2543.88 s [unison-runtime] getList (src/Unison/Runtime/Serialize/Get.hs:271)
  9875. 2543.88 s [unison-runtime] getSeq (src/Unison/Runtime/Serialize/Get.hs:303)
  9876. 2543.88 s [unison-runtime] getPrimArray (src/Unison/Runtime/Serialize/Get.hs:317)
  9877. 2543.88 s [unison-runtime] remaining (src/Unison/Runtime/Serialize/Get.hs:127)
  9878. 2543.88 s [unison-runtime] runGet (src/Unison/Runtime/Serialize/Get.hs:58)
  9879. 2543.88 s [unison-runtime] runGetCatch (src/Unison/Runtime/Serialize/Get.hs:69)
  9880. 2543.88 s [unison-runtime] runGetCatchIO (src/Unison/Runtime/Serialize/Get.hs:63)
  9881. 2543.88 s [unison-runtime] 0% ( 0 / 11) in 'Unison.Runtime.SparseVector'
  9882. 2543.88 s [unison-runtime] Missing documentation for:
  9883. 2543.88 s [unison-runtime] Module header
  9884. 2543.88 s [unison-runtime] SparseVector (src/Unison/Runtime/SparseVector.hs:19)
  9885. 2543.88 s [unison-runtime] map (src/Unison/Runtime/SparseVector.hs:29)
  9886. 2543.88 s [unison-runtime] mask (src/Unison/Runtime/SparseVector.hs:39)
  9887. 2543.88 s [unison-runtime] zipWith (src/Unison/Runtime/SparseVector.hs:83)
  9888. 2543.88 s [unison-runtime] _1 (src/Unison/Runtime/SparseVector.hs:93)
  9889. 2543.88 s [unison-runtime] _2 (src/Unison/Runtime/SparseVector.hs:96)
  9890. 2543.88 s [unison-runtime] unzip (src/Unison/Runtime/SparseVector.hs:103)
  9891. 2543.88 s [unison-runtime] choose (src/Unison/Runtime/SparseVector.hs:114)
  9892. 2543.88 s [unison-runtime] merge (src/Unison/Runtime/SparseVector.hs:128)
  9893. 2543.88 s [unison-runtime] eq (src/Unison/Runtime/SparseVector.hs:168)
  9894. 2543.88 s [unison-runtime] 1% ( 2 /148) in 'Unison.Runtime.TypeTags'
  9895. 2543.88 s [unison-runtime] Missing documentation for:
  9896. 2543.88 s [unison-runtime] Module header
  9897. 2543.88 s [unison-runtime] Tag (src/Unison/Runtime/TypeTags.hs:181)
  9898. 2543.88 s [unison-runtime] RTag (src/Unison/Runtime/TypeTags.hs:168)
  9899. 2543.88 s [unison-runtime] CTag (src/Unison/Runtime/TypeTags.hs:172)
  9900. 2543.88 s [unison-runtime] packTags (src/Unison/Runtime/TypeTags.hs:192)
  9901. 2543.88 s [unison-runtime] unpackTags (src/Unison/Runtime/TypeTags.hs:198)
  9902. 2543.88 s [unison-runtime] maskTags (src/Unison/Runtime/TypeTags.hs:204)
  9903. 2543.88 s [unison-runtime] typeTag (src/Unison/Runtime/TypeTags.hs:208)
  9904. 2543.88 s [unison-runtime] anyTag (src/Unison/Runtime/TypeTags.hs:269)
  9905. 2543.88 s [unison-runtime] floatTag (src/Unison/Runtime/TypeTags.hs:248)
  9906. 2543.88 s [unison-runtime] natTag (src/Unison/Runtime/TypeTags.hs:251)
  9907. 2543.88 s [unison-runtime] intTag (src/Unison/Runtime/TypeTags.hs:254)
  9908. 2543.88 s [unison-runtime] charTag (src/Unison/Runtime/TypeTags.hs:257)
  9909. 2543.88 s [unison-runtime] unitTag (src/Unison/Runtime/TypeTags.hs:260)
  9910. 2543.88 s [unison-runtime] leftTag (src/Unison/Runtime/TypeTags.hs:285)
  9911. 2543.88 s [unison-runtime] rightTag (src/Unison/Runtime/TypeTags.hs:285)
  9912. 2543.88 s [unison-runtime] noneTag (src/Unison/Runtime/TypeTags.hs:275)
  9913. 2543.88 s [unison-runtime] someTag (src/Unison/Runtime/TypeTags.hs:275)
  9914. 2543.88 s [unison-runtime] falseTag (src/Unison/Runtime/TypeTags.hs:263)
  9915. 2543.88 s [unison-runtime] trueTag (src/Unison/Runtime/TypeTags.hs:266)
  9916. 2543.88 s [unison-runtime] pairTag (src/Unison/Runtime/TypeTags.hs:358)
  9917. 2543.88 s [unison-runtime] failureTag (src/Unison/Runtime/TypeTags.hs:272)
  9918. 2543.88 s [unison-runtime] noBufTag (src/Unison/Runtime/TypeTags.hs:295)
  9919. 2543.88 s [unison-runtime] lineBufTag (src/Unison/Runtime/TypeTags.hs:295)
  9920. 2543.88 s [unison-runtime] blockBufTag (src/Unison/Runtime/TypeTags.hs:295)
  9921. 2543.88 s [unison-runtime] sizedBlockBufTag (src/Unison/Runtime/TypeTags.hs:295)
  9922. 2543.88 s [unison-runtime] readModeTag (src/Unison/Runtime/TypeTags.hs:309)
  9923. 2543.88 s [unison-runtime] writeModeTag (src/Unison/Runtime/TypeTags.hs:309)
  9924. 2543.88 s [unison-runtime] appendModeTag (src/Unison/Runtime/TypeTags.hs:309)
  9925. 2543.88 s [unison-runtime] readWriteModeTag (src/Unison/Runtime/TypeTags.hs:309)
  9926. 2543.88 s [unison-runtime] seekAbsoluteTag (src/Unison/Runtime/TypeTags.hs:323)
  9927. 2543.88 s [unison-runtime] seekRelativeTag (src/Unison/Runtime/TypeTags.hs:323)
  9928. 2543.88 s [unison-runtime] seekEndTag (src/Unison/Runtime/TypeTags.hs:323)
  9929. 2543.88 s [unison-runtime] exceptionTag (src/Unison/Runtime/TypeTags.hs:350)
  9930. 2543.88 s [unison-runtime] exceptionRaiseTag (src/Unison/Runtime/TypeTags.hs:350)
  9931. 2543.88 s [unison-runtime] stdInTag (src/Unison/Runtime/TypeTags.hs:336)
  9932. 2543.88 s [unison-runtime] stdOutTag (src/Unison/Runtime/TypeTags.hs:336)
  9933. 2543.88 s [unison-runtime] stdErrTag (src/Unison/Runtime/TypeTags.hs:336)
  9934. 2543.88 s [unison-runtime] seqViewElemTag (src/Unison/Runtime/TypeTags.hs:365)
  9935. 2543.88 s [unison-runtime] seqViewEmptyTag (src/Unison/Runtime/TypeTags.hs:365)
  9936. 2543.88 s [unison-runtime] mapTipTag (src/Unison/Runtime/TypeTags.hs:377)
  9937. 2543.88 s [unison-runtime] mapBinTag (src/Unison/Runtime/TypeTags.hs:377)
  9938. 2543.88 s [unison-runtime] setWrapTag (src/Unison/Runtime/TypeTags.hs:389)
  9939. 2543.88 s [unison-runtime] jsonNullTag (src/Unison/Runtime/TypeTags.hs:400)
  9940. 2543.88 s [unison-runtime] jsonBoolTag (src/Unison/Runtime/TypeTags.hs:400)
  9941. 2543.88 s [unison-runtime] jsonObjTag (src/Unison/Runtime/TypeTags.hs:400)
  9942. 2543.88 s [unison-runtime] jsonNumTag (src/Unison/Runtime/TypeTags.hs:400)
  9943. 2543.88 s [unison-runtime] jsonTextTag (src/Unison/Runtime/TypeTags.hs:400)
  9944. 2543.88 s [unison-runtime] jsonArrTag (src/Unison/Runtime/TypeTags.hs:400)
  9945. 2543.88 s [unison-runtime] jsonParseErrorTag (src/Unison/Runtime/TypeTags.hs:416)
  9946. 2543.88 s [unison-runtime] avroNullTag (src/Unison/Runtime/TypeTags.hs:426)
  9947. 2543.88 s [unison-runtime] avroRecordTag (src/Unison/Runtime/TypeTags.hs:426)
  9948. 2543.88 s [unison-runtime] avroBytesTag (src/Unison/Runtime/TypeTags.hs:426)
  9949. 2543.88 s [unison-runtime] avroFixedTag (src/Unison/Runtime/TypeTags.hs:426)
  9950. 2543.88 s [unison-runtime] avroArrayTag (src/Unison/Runtime/TypeTags.hs:426)
  9951. 2543.88 s [unison-runtime] avroMapTag (src/Unison/Runtime/TypeTags.hs:426)
  9952. 2543.88 s [unison-runtime] avroUnionTag (src/Unison/Runtime/TypeTags.hs:426)
  9953. 2543.88 s [unison-runtime] avroEnumTag (src/Unison/Runtime/TypeTags.hs:426)
  9954. 2543.88 s [unison-runtime] avroStringTag (src/Unison/Runtime/TypeTags.hs:426)
  9955. 2543.88 s [unison-runtime] avroIntTag (src/Unison/Runtime/TypeTags.hs:426)
  9956. 2543.88 s [unison-runtime] avroLongTag (src/Unison/Runtime/TypeTags.hs:426)
  9957. 2543.88 s [unison-runtime] avroFloatTag (src/Unison/Runtime/TypeTags.hs:426)
  9958. 2543.88 s [unison-runtime] avroDoubleTag (src/Unison/Runtime/TypeTags.hs:426)
  9959. 2543.88 s [unison-runtime] avroBooleanTag (src/Unison/Runtime/TypeTags.hs:426)
  9960. 2543.88 s [unison-runtime] avroReadSchemaNullTag (src/Unison/Runtime/TypeTags.hs:455)
  9961. 2543.88 s [unison-runtime] avroReadSchemaBooleanTag (src/Unison/Runtime/TypeTags.hs:455)
  9962. 2543.88 s [unison-runtime] avroReadSchemaIntTag (src/Unison/Runtime/TypeTags.hs:455)
  9963. 2543.88 s [unison-runtime] avroReadSchemaLongTag (src/Unison/Runtime/TypeTags.hs:455)
  9964. 2543.88 s [unison-runtime] avroReadSchemaFloatTag (src/Unison/Runtime/TypeTags.hs:455)
  9965. 2543.88 s [unison-runtime] avroReadSchemaDoubleTag (src/Unison/Runtime/TypeTags.hs:455)
  9966. 2543.88 s [unison-runtime] avroReadSchemaBytesTag (src/Unison/Runtime/TypeTags.hs:455)
  9967. 2543.88 s [unison-runtime] avroReadSchemaStringTag (src/Unison/Runtime/TypeTags.hs:455)
  9968. 2543.88 s [unison-runtime] avroReadSchemaArrayTag (src/Unison/Runtime/TypeTags.hs:455)
  9969. 2543.88 s [unison-runtime] avroReadSchemaMapTag (src/Unison/Runtime/TypeTags.hs:455)
  9970. 2543.88 s [unison-runtime] avroReadSchemaRecordTag (src/Unison/Runtime/TypeTags.hs:455)
  9971. 2543.88 s [unison-runtime] avroReadSchemaEnumTag (src/Unison/Runtime/TypeTags.hs:455)
  9972. 2543.88 s [unison-runtime] avroReadSchemaUnionTag (src/Unison/Runtime/TypeTags.hs:455)
  9973. 2543.88 s [unison-runtime] avroReadSchemaFixedTag (src/Unison/Runtime/TypeTags.hs:455)
  9974. 2543.88 s [unison-runtime] avroReadSchemaFreeUnionTag (src/Unison/Runtime/TypeTags.hs:455)
  9975. 2543.88 s [unison-runtime] avroReadSchemaNamedTypeTag (src/Unison/Runtime/TypeTags.hs:455)
  9976. 2543.88 s [unison-runtime] avroTypeNameTag (src/Unison/Runtime/TypeTags.hs:553)
  9977. 2543.88 s [unison-runtime] avroLogicalIntDateTag (src/Unison/Runtime/TypeTags.hs:475)
  9978. 2543.88 s [unison-runtime] avroLogicalIntTimeTag (src/Unison/Runtime/TypeTags.hs:475)
  9979. 2543.88 s [unison-runtime] avroLogicalIntDecimalTag (src/Unison/Runtime/TypeTags.hs:475)
  9980. 2543.88 s [unison-runtime] avroReadFloatFromInt32Tag (src/Unison/Runtime/TypeTags.hs:523)
  9981. 2543.88 s [unison-runtime] avroReadFloatFromInt64Tag (src/Unison/Runtime/TypeTags.hs:523)
  9982. 2543.88 s [unison-runtime] avroReadFloatTag (src/Unison/Runtime/TypeTags.hs:523)
  9983. 2543.88 s [unison-runtime] avroLogicalLongTimeMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
  9984. 2543.88 s [unison-runtime] avroLogicalLongTimestampMillisTag (src/Unison/Runtime/TypeTags.hs:500)
  9985. 2543.88 s [unison-runtime] avroLogicalLongTimestampMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
  9986. 2543.88 s [unison-runtime] avroLogicalLongLocalTimestampMillisTag (src/Unison/Runtime/TypeTags.hs:500)
  9987. 2543.88 s [unison-runtime] avroLogicalLongLocalTimestampMicrosTag (src/Unison/Runtime/TypeTags.hs:500)
  9988. 2543.88 s [unison-runtime] avroLogicalLongDecimalTag (src/Unison/Runtime/TypeTags.hs:500)
  9989. 2543.88 s [unison-runtime] avroLogicalFixedDurationTag (src/Unison/Runtime/TypeTags.hs:510)
  9990. 2543.88 s [unison-runtime] avroLogicalFixedDecimalTag (src/Unison/Runtime/TypeTags.hs:510)
  9991. 2543.88 s [unison-runtime] avroLogicalStringUUIDTag (src/Unison/Runtime/TypeTags.hs:520)
  9992. 2543.88 s [unison-runtime] avroReadDoubleFromInt32Tag (src/Unison/Runtime/TypeTags.hs:533)
  9993. 2543.88 s [unison-runtime] avroReadDoubleFromInt64Tag (src/Unison/Runtime/TypeTags.hs:533)
  9994. 2543.88 s [unison-runtime] avroReadDoubleFromFloatTag (src/Unison/Runtime/TypeTags.hs:533)
  9995. 2543.88 s [unison-runtime] avroReadDoubleTag (src/Unison/Runtime/TypeTags.hs:533)
  9996. 2543.88 s [unison-runtime] avroDecimalTag (src/Unison/Runtime/TypeTags.hs:556)
  9997. 2543.88 s [unison-runtime] avroReadLongInt32Tag (src/Unison/Runtime/TypeTags.hs:543)
  9998. 2543.88 s [unison-runtime] avroReadLongTag (src/Unison/Runtime/TypeTags.hs:543)
  9999. 2543.88 s [unison-runtime] avroLogicalBytesDecimalTag (src/Unison/Runtime/TypeTags.hs:497)
  10000. 2543.88 s [unison-runtime] avroLogicalStringUuidTag (src/Unison/Runtime/TypeTags.hs:494)
  10001. 2543.88 s [unison-runtime] avroReadFieldTag (src/Unison/Runtime/TypeTags.hs:485)
  10002. 2543.88 s [unison-runtime] avroFieldTag (src/Unison/Runtime/TypeTags.hs:488)
  10003. 2543.88 s [unison-runtime] avroFieldStatusAsIsTag (src/Unison/Runtime/TypeTags.hs:559)
  10004. 2543.88 s [unison-runtime] avroFieldStatusDefaultedTag (src/Unison/Runtime/TypeTags.hs:559)
  10005. 2543.88 s [unison-runtime] avroFieldStatusIgnoredTag (src/Unison/Runtime/TypeTags.hs:559)
  10006. 2543.88 s [unison-runtime] avroOrderAscendingTag (src/Unison/Runtime/TypeTags.hs:569)
  10007. 2543.88 s [unison-runtime] avroOrderDescendingTag (src/Unison/Runtime/TypeTags.hs:569)
  10008. 2543.88 s [unison-runtime] avroOrderIgnoreTag (src/Unison/Runtime/TypeTags.hs:569)
  10009. 2543.88 s [unison-runtime] avroDefaultValueIntTag (src/Unison/Runtime/TypeTags.hs:445)
  10010. 2543.88 s [unison-runtime] avroDefaultValueLongTag (src/Unison/Runtime/TypeTags.hs:445)
  10011. 2543.88 s [unison-runtime] avroDefaultValueFloatTag (src/Unison/Runtime/TypeTags.hs:445)
  10012. 2543.88 s [unison-runtime] avroDefaultValueDoubleTag (src/Unison/Runtime/TypeTags.hs:445)
  10013. 2543.88 s [unison-runtime] avroDefaultValueBytesTag (src/Unison/Runtime/TypeTags.hs:445)
  10014. 2543.88 s [unison-runtime] avroDefaultValueStringTag (src/Unison/Runtime/TypeTags.hs:445)
  10015. 2543.88 s [unison-runtime] avroDefaultValueArrayTag (src/Unison/Runtime/TypeTags.hs:445)
  10016. 2543.88 s [unison-runtime] avroDefaultValueMapTag (src/Unison/Runtime/TypeTags.hs:445)
  10017. 2543.88 s [unison-runtime] avroDefaultValueRecordTag (src/Unison/Runtime/TypeTags.hs:445)
  10018. 2543.88 s [unison-runtime] avroDefaultValueUnionTag (src/Unison/Runtime/TypeTags.hs:445)
  10019. 2543.88 s [unison-runtime] avroDefaultValueFixedTag (src/Unison/Runtime/TypeTags.hs:445)
  10020. 2543.88 s [unison-runtime] avroDefaultValueEnumTag (src/Unison/Runtime/TypeTags.hs:445)
  10021. 2543.88 s [unison-runtime] avroDefaultValueNullTag (src/Unison/Runtime/TypeTags.hs:445)
  10022. 2543.88 s [unison-runtime] avroDefaultValueBooleanTag (src/Unison/Runtime/TypeTags.hs:445)
  10023. 2543.88 s [unison-runtime] avroSchemaNullTag (src/Unison/Runtime/TypeTags.hs:465)
  10024. 2543.88 s [unison-runtime] avroSchemaBooleanTag (src/Unison/Runtime/TypeTags.hs:465)
  10025. 2543.88 s [unison-runtime] avroSchemaIntTag (src/Unison/Runtime/TypeTags.hs:465)
  10026. 2543.88 s [unison-runtime] avroSchemaLongTag (src/Unison/Runtime/TypeTags.hs:465)
  10027. 2543.88 s [unison-runtime] avroSchemaFloatTag (src/Unison/Runtime/TypeTags.hs:465)
  10028. 2543.88 s [unison-runtime] avroSchemaDoubleTag (src/Unison/Runtime/TypeTags.hs:465)
  10029. 2543.88 s [unison-runtime] avroSchemaBytesTag (src/Unison/Runtime/TypeTags.hs:465)
  10030. 2543.88 s [unison-runtime] avroSchemaStringTag (src/Unison/Runtime/TypeTags.hs:465)
  10031. 2543.88 s [unison-runtime] avroSchemaArrayTag (src/Unison/Runtime/TypeTags.hs:465)
  10032. 2543.88 s [unison-runtime] avroSchemaMapTag (src/Unison/Runtime/TypeTags.hs:465)
  10033. 2543.88 s [unison-runtime] avroSchemaNamedTypeTag (src/Unison/Runtime/TypeTags.hs:465)
  10034. 2543.88 s [unison-runtime] avroSchemaRecordTag (src/Unison/Runtime/TypeTags.hs:465)
  10035. 2543.88 s [unison-runtime] avroSchemaEnumTag (src/Unison/Runtime/TypeTags.hs:465)
  10036. 2543.88 s [unison-runtime] avroSchemaUnionTag (src/Unison/Runtime/TypeTags.hs:465)
  10037. 2543.88 s [unison-runtime] avroSchemaFixedTag (src/Unison/Runtime/TypeTags.hs:465)
  10038. 2543.88 s [unison-runtime] avroReadRecordTag (src/Unison/Runtime/TypeTags.hs:491)
  10039. 2543.88 s [unison-runtime] avroFixedTypeTag (src/Unison/Runtime/TypeTags.hs:436)
  10040. 2543.88 s [unison-runtime] avroRecordTypeTag (src/Unison/Runtime/TypeTags.hs:439)
  10041. 2543.88 s [unison-runtime] avroEnumTypeTag (src/Unison/Runtime/TypeTags.hs:442)
  10042. 2543.88 s [unison-runtime] 3% ( 3 / 87) in 'Unison.Runtime.ANF'
  10043. 2543.88 s [unison-runtime] Missing documentation for:
  10044. 2543.88 s [unison-runtime] Module header
  10045. 2543.88 s [unison-runtime] minimizeCyclesOrCrash (src/Unison/Runtime/ANF.hs:850)
  10046. 2543.88 s [unison-runtime] TVar (src/Unison/Runtime/ANF.hs:1258)
  10047. 2543.88 s [unison-runtime] TLit (src/Unison/Runtime/ANF.hs:1143)
  10048. 2543.88 s [unison-runtime] TBLit (src/Unison/Runtime/ANF.hs:1149)
  10049. 2543.88 s [unison-runtime] TApp (src/Unison/Runtime/ANF.hs:1156)
  10050. 2543.88 s [unison-runtime] TApv (src/Unison/Runtime/ANF.hs:1166)
  10051. 2543.88 s [unison-runtime] TCom (src/Unison/Runtime/ANF.hs:1176)
  10052. 2543.88 s [unison-runtime] TCon (src/Unison/Runtime/ANF.hs:1187)
  10053. 2543.88 s [unison-runtime] UFalse (src/Unison/Runtime/ANF.hs:1773)
  10054. 2543.88 s [unison-runtime] UTrue (src/Unison/Runtime/ANF.hs:1777)
  10055. 2543.88 s [unison-runtime] TKon (src/Unison/Runtime/ANF.hs:1197)
  10056. 2543.88 s [unison-runtime] TReq (src/Unison/Runtime/ANF.hs:1208)
  10057. 2543.88 s [unison-runtime] TPrm (src/Unison/Runtime/ANF.hs:1218)
  10058. 2543.88 s [unison-runtime] TFOp (src/Unison/Runtime/ANF.hs:1228)
  10059. 2543.88 s [unison-runtime] THnd (src/Unison/Runtime/ANF.hs:1237)
  10060. 2543.88 s [unison-runtime] TLet (src/Unison/Runtime/ANF.hs:1106)
  10061. 2543.88 s [unison-runtime] TLetD (src/Unison/Runtime/ANF.hs:1115)
  10062. 2543.88 s [unison-runtime] TFrc (src/Unison/Runtime/ANF.hs:1255)
  10063. 2543.88 s [unison-runtime] TLets (src/Unison/Runtime/ANF.hs:1125)
  10064. 2543.88 s [unison-runtime] TName (src/Unison/Runtime/ANF.hs:1134)
  10065. 2543.88 s [unison-runtime] TBind (src/Unison/Runtime/ANF.hs:1333)
  10066. 2543.88 s [unison-runtime] TBinds (src/Unison/Runtime/ANF.hs:1340)
  10067. 2543.88 s [unison-runtime] TShift (src/Unison/Runtime/ANF.hs:1245)
  10068. 2543.88 s [unison-runtime] TMatch (src/Unison/Runtime/ANF.hs:1252)
  10069. 2543.88 s [unison-runtime] TDiscard (src/Unison/Runtime/ANF.hs:1261)
  10070. 2543.88 s [unison-runtime] TLocal (src/Unison/Runtime/ANF.hs:1265)
  10071. 2543.88 s [unison-runtime] TUpdate (src/Unison/Runtime/ANF.hs:1269)
  10072. 2543.88 s [unison-runtime] FloatName (src/Unison/Runtime/ANF.hs:409)
  10073. 2543.88 s [unison-runtime] prettyFloatName (src/Unison/Runtime/ANF.hs:416)
  10074. 2543.88 s [unison-runtime] Mem (src/Unison/Runtime/ANF.hs:857)
  10075. 2543.88 s [unison-runtime] Lit (src/Unison/Runtime/ANF.hs:1481)
  10076. 2543.88 s [unison-runtime] Direction (src/Unison/Runtime/ANF.hs:1506)
  10077. 2543.88 s [unison-runtime] SuperNormal (src/Unison/Runtime/ANF.hs:1528)
  10078. 2543.88 s [unison-runtime] arity (src/Unison/Runtime/ANF.hs:1556)
  10079. 2543.88 s [unison-runtime] SuperGroup (src/Unison/Runtime/ANF.hs:1531)
  10080. 2543.88 s [unison-runtime] arities (src/Unison/Runtime/ANF.hs:1562)
  10081. 2543.88 s [unison-runtime] POp (src/Unison/Runtime/ANF/POp.hs:10)
  10082. 2543.88 s [unison-runtime] close (src/Unison/Runtime/ANF.hs:401)
  10083. 2543.88 s [unison-runtime] saturate (src/Unison/Runtime/ANF.hs:765)
  10084. 2543.88 s [unison-runtime] float (src/Unison/Runtime/ANF.hs:657)
  10085. 2543.88 s [unison-runtime] floatGroup (src/Unison/Runtime/ANF.hs:681)
  10086. 2543.88 s [unison-runtime] lamLift (src/Unison/Runtime/ANF.hs:744)
  10087. 2543.88 s [unison-runtime] lamLiftGroup (src/Unison/Runtime/ANF.hs:756)
  10088. 2543.88 s [unison-runtime] litRef (src/Unison/Runtime/ANF.hs:1492)
  10089. 2543.88 s [unison-runtime] inlineAlias (src/Unison/Runtime/ANF.hs:845)
  10090. 2543.88 s [unison-runtime] addDefaultCases (src/Unison/Runtime/ANF.hs:824)
  10091. 2543.88 s [unison-runtime] ANormalF (src/Unison/Runtime/ANF.hs:875)
  10092. 2543.88 s [unison-runtime] ANormal (src/Unison/Runtime/ANF.hs:1500)
  10093. 2543.88 s [unison-runtime] RTag (src/Unison/Runtime/TypeTags.hs:168)
  10094. 2543.88 s [unison-runtime] CTag (src/Unison/Runtime/TypeTags.hs:172)
  10095. 2543.88 s [unison-runtime] Tag (src/Unison/Runtime/TypeTags.hs:181)
  10096. 2543.88 s [unison-runtime] GroupRef (src/Unison/Runtime/ANF.hs:1595)
  10097. 2543.88 s [unison-runtime] Code (src/Unison/Runtime/ANF.hs:1613)
  10098. 2543.88 s [unison-runtime] Value (src/Unison/Runtime/ANF.hs:1602)
  10099. 2543.88 s [unison-runtime] Cont (src/Unison/Runtime/ANF.hs:1645)
  10100. 2543.88 s [unison-runtime] BLit (src/Unison/Runtime/ANF.hs:1659)
  10101. 2543.88 s [unison-runtime] packTags (src/Unison/Runtime/TypeTags.hs:192)
  10102. 2543.88 s [unison-runtime] unpackTags (src/Unison/Runtime/TypeTags.hs:198)
  10103. 2543.88 s [unison-runtime] maskTags (src/Unison/Runtime/TypeTags.hs:204)
  10104. 2543.88 s [unison-runtime] ANFM (src/Unison/Runtime/ANF.hs:1588)
  10105. 2543.88 s [unison-runtime] Branched (src/Unison/Runtime/ANF.hs:1354)
  10106. 2543.88 s [unison-runtime] Func (src/Unison/Runtime/ANF.hs:1466)
  10107. 2543.88 s [unison-runtime] SGEqv (src/Unison/Runtime/ANF.hs:1546)
  10108. 2543.88 s [unison-runtime] equivocate (src/Unison/Runtime/ANF.hs:1572)
  10109. 2543.88 s [unison-runtime] superNormalize (src/Unison/Runtime/ANF.hs:1717)
  10110. 2543.88 s [unison-runtime] anfTerm (src/Unison/Runtime/ANF.hs:1744)
  10111. 2543.88 s [unison-runtime] codeGroup (src/Unison/Runtime/ANF.hs:1617)
  10112. 2543.88 s [unison-runtime] valueTermLinks (src/Unison/Runtime/ANF.hs:2211)
  10113. 2543.88 s [unison-runtime] collectValueLinks (src/Unison/Runtime/ANF.hs:2217)
  10114. 2543.88 s [unison-runtime] valueLinks (src/Unison/Runtime/ANF.hs:2226)
  10115. 2543.88 s [unison-runtime] groupTermLinks (src/Unison/Runtime/ANF.hs:2375)
  10116. 2543.88 s [unison-runtime] replaceConstructors (src/Unison/Runtime/ANF.hs:798)
  10117. 2543.88 s [unison-runtime] replaceFunctions (src/Unison/Runtime/ANF.hs:814)
  10118. 2543.88 s [unison-runtime] foldGroup (src/Unison/Runtime/ANF.hs:1630)
  10119. 2543.88 s [unison-runtime] foldGroupLinks (src/Unison/Runtime/ANF.hs:2401)
  10120. 2543.88 s [unison-runtime] overGroup (src/Unison/Runtime/ANF.hs:1626)
  10121. 2543.88 s [unison-runtime] overGroupLinks (src/Unison/Runtime/ANF.hs:2385)
  10122. 2543.88 s [unison-runtime] traverseGroup (src/Unison/Runtime/ANF.hs:1637)
  10123. 2543.88 s [unison-runtime] traverseGroupLinks (src/Unison/Runtime/ANF.hs:2393)
  10124. 2543.88 s [unison-runtime] normalLinks (src/Unison/Runtime/ANF.hs:2408)
  10125. 2543.88 s [unison-runtime] prettyGroup (src/Unison/Runtime/ANF.hs:2552)
  10126. 2543.88 s [unison-runtime] prettySuperNormal (src/Unison/Runtime/ANF.hs:2590)
  10127. 2543.88 s [unison-runtime] prettyANF (src/Unison/Runtime/ANF.hs:2602)
  10128. 2543.88 s [unison-runtime] 12% ( 5 / 40) in 'Unison.Runtime.MCode'
  10129. 2543.88 s [unison-runtime] Missing documentation for:
  10130. 2543.88 s [unison-runtime] Module header
  10131. 2543.88 s [unison-runtime] Args' (src/Unison/Runtime/MCode.hs:265)
  10132. 2543.88 s [unison-runtime] Args (src/Unison/Runtime/MCode.hs:273)
  10133. 2543.88 s [unison-runtime] RefNums (src/Unison/Runtime/MCode.hs:664)
  10134. 2543.88 s [unison-runtime] MLit (src/Unison/Runtime/MCode.hs:467)
  10135. 2543.88 s [unison-runtime] GInstr (src/Unison/Runtime/MCode.hs:483)
  10136. 2543.88 s [unison-runtime] Instr (src/Unison/Runtime/MCode.hs:477)
  10137. 2543.88 s [unison-runtime] RInstr (src/Unison/Runtime/MCode.hs:479)
  10138. 2543.88 s [unison-runtime] GSection (src/Unison/Runtime/MCode.hs:582)
  10139. 2543.88 s [unison-runtime] RSection (src/Unison/Runtime/MCode.hs:580)
  10140. 2543.88 s [unison-runtime] Section (src/Unison/Runtime/MCode.hs:578)
  10141. 2543.88 s [unison-runtime] GComb (src/Unison/Runtime/MCode.hs:686)
  10142. 2543.89 s [unison-runtime] GCombInfo (src/Unison/Runtime/MCode.hs:679)
  10143. 2543.89 s [unison-runtime] Comb (src/Unison/Runtime/MCode.hs:675)
  10144. 2543.89 s [unison-runtime] RCombInfo (src/Unison/Runtime/MCode.hs:714)
  10145. 2543.89 s [unison-runtime] RCombs (src/Unison/Runtime/MCode.hs:709)
  10146. 2543.89 s [unison-runtime] CombIx (src/Unison/Runtime/MCode.hs:651)
  10147. 2543.89 s [unison-runtime] GRef (src/Unison/Runtime/MCode.hs:727)
  10148. 2543.89 s [unison-runtime] RRef (src/Unison/Runtime/MCode.hs:725)
  10149. 2543.89 s [unison-runtime] Prim1 (src/Unison/Runtime/MCode.hs:301)
  10150. 2543.89 s [unison-runtime] Prim2 (src/Unison/Runtime/MCode.hs:378)
  10151. 2543.89 s [unison-runtime] GBranch (src/Unison/Runtime/MCode.hs:749)
  10152. 2543.89 s [unison-runtime] Branch (src/Unison/Runtime/MCode.hs:745)
  10153. 2543.89 s [unison-runtime] RBranch (src/Unison/Runtime/MCode.hs:747)
  10154. 2543.89 s [unison-runtime] emitCombs (src/Unison/Runtime/MCode.hs:886)
  10155. 2543.89 s [unison-runtime] emitComb (src/Unison/Runtime/MCode.hs:997)
  10156. 2543.89 s [unison-runtime] absurdCombs (src/Unison/Runtime/MCode.hs:926)
  10157. 2543.89 s [unison-runtime] emptyRNs (src/Unison/Runtime/MCode.hs:671)
  10158. 2543.89 s [unison-runtime] argsToLists (src/Unison/Runtime/MCode.hs:283)
  10159. 2543.89 s [unison-runtime] countArgs (src/Unison/Runtime/MCode.hs:293)
  10160. 2543.89 s [unison-runtime] combRef (src/Unison/Runtime/MCode.hs:659)
  10161. 2543.89 s [unison-runtime] combDeps (src/Unison/Runtime/MCode.hs:1690)
  10162. 2543.89 s [unison-runtime] combTypes (src/Unison/Runtime/MCode.hs:1694)
  10163. 2543.89 s [unison-runtime] prettyCombs (src/Unison/Runtime/MCode.hs:1757)
  10164. 2543.89 s [unison-runtime] prettyComb (src/Unison/Runtime/MCode.hs:1764)
  10165. 2543.89 s [unison-runtime] Warning: 'int' is out of scope.
  10166. 2543.89 s [unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
  10167. 2543.89 s [unison-runtime] Warning: 'Val' is ambiguous. It is defined
  10168. 2543.89 s [unison-runtime] * at src/Unison/Runtime/Stack.hs:971:12
  10169. 2543.89 s [unison-runtime] * at src/Unison/Runtime/Stack.hs:971:1
  10170. 2543.89 s [unison-runtime] You may be able to disambiguate the identifier by qualifying it or
  10171. 2543.89 s [unison-runtime] by specifying the type/value namespace explicitly.
  10172. 2543.89 s [unison-runtime] Defaulting to the one defined at src/Unison/Runtime/Stack.hs:971:1
  10173. 2543.89 s [unison-runtime] 9% ( 13 /141) in 'Unison.Runtime.Stack'
  10174. 2543.89 s [unison-runtime] Missing documentation for:
  10175. 2543.89 s [unison-runtime] Module header
  10176. 2543.89 s [unison-runtime] K (src/Unison/Runtime/Stack.hs:280)
  10177. 2543.89 s [unison-runtime] GClosure (src/Unison/Runtime/Stack.hs:403)
  10178. 2543.89 s [unison-runtime] Closure (src/Unison/Runtime/Stack.hs:316)
  10179. 2543.89 s [unison-runtime] Failure (src/Unison/Runtime/Stack.hs:2354)
  10180. 2543.89 s [unison-runtime] Foreign (src/Unison/Runtime/Stack.hs:1814)
  10181. 2543.89 s [unison-runtime] foreignRef (src/Unison/Runtime/Stack.hs:1864)
  10182. 2543.89 s [unison-runtime] foreignName (src/Unison/Runtime/Stack.hs:1907)
  10183. 2543.89 s [unison-runtime] BuiltinForeign (src/Unison/Runtime/Stack.hs:1858)
  10184. 2543.89 s [unison-runtime] AffineRef (src/Unison/Runtime/Stack.hs:449)
  10185. 2543.89 s [unison-runtime] AEnv (src/Unison/Runtime/Stack.hs:352)
  10186. 2543.89 s [unison-runtime] DEnv (src/Unison/Runtime/Stack.hs:355)
  10187. 2543.89 s [unison-runtime] HEnv (src/Unison/Runtime/Stack.hs:366)
  10188. 2543.89 s [unison-runtime] closureTag (src/Unison/Runtime/Stack.hs:532)
  10189. 2543.89 s [unison-runtime] formDataReplaced (src/Unison/Runtime/Stack.hs:578)
  10190. 2543.89 s [unison-runtime] unitClosure (src/Unison/Runtime/Stack.hs:1581)
  10191. 2543.89 s [unison-runtime] UnboxedTypeTag (src/Unison/Runtime/Stack.hs:381)
  10192. 2543.89 s [unison-runtime] unboxedTypeTagToInt (src/Unison/Runtime/Stack.hs:389)
  10193. 2543.89 s [unison-runtime] unboxedTypeTagFromInt (src/Unison/Runtime/Stack.hs:396)
  10194. 2543.89 s [unison-runtime] IxClosure (src/Unison/Runtime/Stack.hs:378)
  10195. 2543.89 s [unison-runtime] Callback (src/Unison/Runtime/Stack.hs:273)
  10196. 2543.89 s [unison-runtime] Augment (src/Unison/Runtime/Stack.hs:912)
  10197. 2543.89 s [unison-runtime] Dump (src/Unison/Runtime/Stack.hs:899)
  10198. 2543.89 s [unison-runtime] Stack (src/Unison/Runtime/Stack.hs:914)
  10199. 2543.89 s [unison-runtime] XStack (src/Unison/Runtime/Stack.hs:923)
  10200. 2543.89 s [unison-runtime] XStack (src/Unison/Runtime/Stack.hs:931)
  10201. 2543.89 s [unison-runtime] packXStack (src/Unison/Runtime/Stack.hs:938)
  10202. 2543.89 s [unison-runtime] unpackXStack (src/Unison/Runtime/Stack.hs:942)
  10203. 2543.89 s [unison-runtime] xStackIOToIO (src/Unison/Runtime/Stack.hs:946)
  10204. 2543.89 s [unison-runtime] stackIOToIOX (src/Unison/Runtime/Stack.hs:950)
  10205. 2543.89 s [unison-runtime] estackIOToIOX (src/Unison/Runtime/Stack.hs:954)
  10206. 2543.89 s [unison-runtime] exStackIOToIO (src/Unison/Runtime/Stack.hs:958)
  10207. 2543.89 s [unison-runtime] IOXStack (src/Unison/Runtime/Stack.hs:925)
  10208. 2543.89 s [unison-runtime] IOEXStack (src/Unison/Runtime/Stack.hs:927)
  10209. 2543.89 s [unison-runtime] apX (src/Unison/Runtime/Stack.hs:931)
  10210. 2543.89 s [unison-runtime] fpX (src/Unison/Runtime/Stack.hs:931)
  10211. 2543.89 s [unison-runtime] spX (src/Unison/Runtime/Stack.hs:931)
  10212. 2543.89 s [unison-runtime] ustkX (src/Unison/Runtime/Stack.hs:931)
  10213. 2543.89 s [unison-runtime] bstkX (src/Unison/Runtime/Stack.hs:931)
  10214. 2543.89 s [unison-runtime] Off (src/Unison/Runtime/Stack.hs:787)
  10215. 2543.89 s [unison-runtime] SZ (src/Unison/Runtime/Stack.hs:789)
  10216. 2543.89 s [unison-runtime] FP (src/Unison/Runtime/Stack.hs:791)
  10217. 2543.89 s [unison-runtime] Seg (src/Unison/Runtime/Stack.hs:1006)
  10218. 2543.89 s [unison-runtime] USeg (src/Unison/Runtime/Stack.hs:1000)
  10219. 2543.89 s [unison-runtime] BSeg (src/Unison/Runtime/Stack.hs:1004)
  10220. 2543.89 s [unison-runtime] SegList (src/Unison/Runtime/Stack.hs:690)
  10221. 2543.89 s [unison-runtime] falseVal (src/Unison/Runtime/Stack.hs:675)
  10222. 2543.89 s [unison-runtime] trueVal (src/Unison/Runtime/Stack.hs:679)
  10223. 2543.89 s [unison-runtime] traceK (src/Unison/Runtime/Stack.hs:515)
  10224. 2543.89 s [unison-runtime] frameDataSize (src/Unison/Runtime/Stack.hs:603)
  10225. 2543.89 s [unison-runtime] RuntimePanic (src/Unison/Runtime/Stack.hs:765)
  10226. 2543.89 s [unison-runtime] marshalUnwrapForeignIO (src/Unison/Runtime/Stack.hs:772)
  10227. 2543.89 s [unison-runtime] unull (src/Unison/Runtime/Stack.hs:1504)
  10228. 2543.89 s [unison-runtime] bnull (src/Unison/Runtime/Stack.hs:1507)
  10229. 2543.89 s [unison-runtime] nullSeg (src/Unison/Runtime/Stack.hs:1510)
  10230. 2543.89 s [unison-runtime] peekD (src/Unison/Runtime/Stack.hs:1367)
  10231. 2543.89 s [unison-runtime] peekOffD (src/Unison/Runtime/Stack.hs:1388)
  10232. 2543.89 s [unison-runtime] peekC (src/Unison/Runtime/Stack.hs:1375)
  10233. 2543.89 s [unison-runtime] peekOffC (src/Unison/Runtime/Stack.hs:1396)
  10234. 2543.89 s [unison-runtime] poke (src/Unison/Runtime/Stack.hs:1081)
  10235. 2543.89 s [unison-runtime] pokeD (src/Unison/Runtime/Stack.hs:1412)
  10236. 2543.89 s [unison-runtime] pokeOffD (src/Unison/Runtime/Stack.hs:1443)
  10237. 2543.89 s [unison-runtime] pokeC (src/Unison/Runtime/Stack.hs:1418)
  10238. 2543.89 s [unison-runtime] pokeOffC (src/Unison/Runtime/Stack.hs:1455)
  10239. 2543.89 s [unison-runtime] pokeBool (src/Unison/Runtime/Stack.hs:1115)
  10240. 2543.89 s [unison-runtime] peekTag (src/Unison/Runtime/Stack.hs:1107)
  10241. 2543.89 s [unison-runtime] peekTagOff (src/Unison/Runtime/Stack.hs:1111)
  10242. 2543.89 s [unison-runtime] peekI (src/Unison/Runtime/Stack.hs:1027)
  10243. 2543.89 s [unison-runtime] peekOffI (src/Unison/Runtime/Stack.hs:1035)
  10244. 2543.89 s [unison-runtime] peekN (src/Unison/Runtime/Stack.hs:1359)
  10245. 2543.89 s [unison-runtime] peekOffN (src/Unison/Runtime/Stack.hs:1380)
  10246. 2543.89 s [unison-runtime] pokeN (src/Unison/Runtime/Stack.hs:1406)
  10247. 2543.89 s [unison-runtime] pokeOffN (src/Unison/Runtime/Stack.hs:1437)
  10248. 2543.89 s [unison-runtime] pokeOffI (src/Unison/Runtime/Stack.hs:1449)
  10249. 2543.89 s [unison-runtime] pokeByte (src/Unison/Runtime/Stack.hs:1431)
  10250. 2543.89 s [unison-runtime] peekBi (src/Unison/Runtime/Stack.hs:1468)
  10251. 2543.89 s [unison-runtime] peekOffBi (src/Unison/Runtime/Stack.hs:1472)
  10252. 2543.89 s [unison-runtime] pokeBi (src/Unison/Runtime/Stack.hs:1460)
  10253. 2543.89 s [unison-runtime] pokeOffBi (src/Unison/Runtime/Stack.hs:1464)
  10254. 2543.89 s [unison-runtime] peekBool (src/Unison/Runtime/Stack.hs:1476)
  10255. 2543.89 s [unison-runtime] peekOffBool (src/Unison/Runtime/Stack.hs:1484)
  10256. 2543.89 s [unison-runtime] peekOffS (src/Unison/Runtime/Stack.hs:1492)
  10257. 2543.89 s [unison-runtime] pokeS (src/Unison/Runtime/Stack.hs:1496)
  10258. 2543.89 s [unison-runtime] pokeOffS (src/Unison/Runtime/Stack.hs:1500)
  10259. 2543.89 s [unison-runtime] frameView (src/Unison/Runtime/Stack.hs:1529)
  10260. 2543.89 s [unison-runtime] scount (src/Unison/Runtime/Stack.hs:1547)
  10261. 2543.89 s [unison-runtime] closureTermRefs (src/Unison/Runtime/Stack.hs:1553)
  10262. 2543.89 s [unison-runtime] dumpAP (src/Unison/Runtime/Stack.hs:902)
  10263. 2543.89 s [unison-runtime] dumpFP (src/Unison/Runtime/Stack.hs:906)
  10264. 2543.89 s [unison-runtime] alloc (src/Unison/Runtime/Stack.hs:1009)
  10265. 2543.89 s [unison-runtime] peek (src/Unison/Runtime/Stack.hs:1019)
  10266. 2543.89 s [unison-runtime] upeek (src/Unison/Runtime/Stack.hs:1047)
  10267. 2543.89 s [unison-runtime] bpeek (src/Unison/Runtime/Stack.hs:1043)
  10268. 2543.89 s [unison-runtime] peekOff (src/Unison/Runtime/Stack.hs:1055)
  10269. 2543.89 s [unison-runtime] upeekOff (src/Unison/Runtime/Stack.hs:1067)
  10270. 2543.89 s [unison-runtime] bpeekOff (src/Unison/Runtime/Stack.hs:1063)
  10271. 2543.89 s [unison-runtime] bpokeOff (src/Unison/Runtime/Stack.hs:1143)
  10272. 2543.89 s [unison-runtime] pokeOff (src/Unison/Runtime/Stack.hs:1131)
  10273. 2543.89 s [unison-runtime] upokeT (src/Unison/Runtime/Stack.hs:1075)
  10274. 2543.89 s [unison-runtime] upokeOffT (src/Unison/Runtime/Stack.hs:1137)
  10275. 2543.89 s [unison-runtime] bump (src/Unison/Runtime/Stack.hs:1212)
  10276. 2543.89 s [unison-runtime] bumpn (src/Unison/Runtime/Stack.hs:1221)
  10277. 2543.89 s [unison-runtime] truncateSeg (src/Unison/Runtime/Stack.hs:1180)
  10278. 2543.89 s [unison-runtime] ensure (src/Unison/Runtime/Stack.hs:1192)
  10279. 2543.89 s [unison-runtime] duplicate (src/Unison/Runtime/Stack.hs:1231)
  10280. 2543.89 s [unison-runtime] discardFrame (src/Unison/Runtime/Stack.hs:1246)
  10281. 2543.89 s [unison-runtime] saveFrame (src/Unison/Runtime/Stack.hs:1250)
  10282. 2543.89 s [unison-runtime] saveArgs (src/Unison/Runtime/Stack.hs:1254)
  10283. 2543.89 s [unison-runtime] restoreFrame (src/Unison/Runtime/Stack.hs:1258)
  10284. 2543.89 s [unison-runtime] prepareArgs (src/Unison/Runtime/Stack.hs:1265)
  10285. 2543.89 s [unison-runtime] acceptArgs (src/Unison/Runtime/Stack.hs:1275)
  10286. 2543.89 s [unison-runtime] frameArgs (src/Unison/Runtime/Stack.hs:1279)
  10287. 2543.89 s [unison-runtime] augSeg (src/Unison/Runtime/Stack.hs:1283)
  10288. 2543.89 s [unison-runtime] dumpSeg (src/Unison/Runtime/Stack.hs:1329)
  10289. 2543.89 s [unison-runtime] adjustArgs (src/Unison/Runtime/Stack.hs:1347)
  10290. 2543.89 s [unison-runtime] fsize (src/Unison/Runtime/Stack.hs:1351)
  10291. 2543.89 s [unison-runtime] asize (src/Unison/Runtime/Stack.hs:1355)
  10292. 2543.89 s [unison-runtime] traverseListToSeg (src/Unison/Runtime/Stack.hs:727)
  10293. 2543.89 s [unison-runtime] traverseAccumSegToList (src/Unison/Runtime/Stack.hs:751)
  10294. 2543.89 s [unison-runtime] natTypeTag (src/Unison/Runtime/Stack.hs:499)
  10295. 2543.89 s [unison-runtime] intTypeTag (src/Unison/Runtime/Stack.hs:503)
  10296. 2543.89 s [unison-runtime] charTypeTag (src/Unison/Runtime/Stack.hs:507)
  10297. 2543.89 s [unison-runtime] floatTypeTag (src/Unison/Runtime/Stack.hs:511)
  10298. 2543.89 s [unison-runtime] hasNoAllocations (src/Unison/Runtime/Stack.hs:1578)
  10299. 2543.89 s [unison-runtime] inflateMap (src/Unison/Runtime/Stack.hs:1790)
  10300. 2543.89 s [unison-runtime] deflateMap (src/Unison/Runtime/Stack.hs:1800)
  10301. 2543.89 s [unison-runtime] HashAlgorithm (src/Unison/Runtime/Stack.hs:2342)
  10302. 2543.89 s [unison-runtime] Tls (src/Unison/Runtime/Stack.hs:2346)
  10303. 2543.89 s [unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Exception'
  10304. 2543.89 s [unison-runtime] Missing documentation for:
  10305. 2543.89 s [unison-runtime] Module header
  10306. 2543.89 s [unison-runtime] RuntimeExn (src/Unison/Runtime/Exception.hs:15)
  10307. 2543.89 s [unison-runtime] die (src/Unison/Runtime/Exception.hs:35)
  10308. 2543.89 s [unison-runtime] exn (src/Unison/Runtime/Exception.hs:47)
  10309. 2543.89 s [unison-runtime] 0% ( 0 / 75) in 'Unison.Runtime.Serialize'
  10310. 2543.89 s [unison-runtime] Missing documentation for:
  10311. 2543.89 s [unison-runtime] Module header
  10312. 2543.89 s [unison-runtime] unknownTag (src/Unison/Runtime/Serialize.hs:44)
  10313. 2543.89 s [unison-runtime] Tag (src/Unison/Runtime/Serialize.hs:55)
  10314. 2543.89 s [unison-runtime] putTag (src/Unison/Runtime/Serialize.hs:60)
  10315. 2543.89 s [unison-runtime] getTag (src/Unison/Runtime/Serialize.hs:64)
  10316. 2543.89 s [unison-runtime] putVarInt (src/Unison/Runtime/Serialize.hs:69)
  10317. 2543.89 s [unison-runtime] putChar (src/Unison/Runtime/Serialize.hs:80)
  10318. 2543.89 s [unison-runtime] getChar (src/Unison/Runtime/Serialize.hs:83)
  10319. 2543.89 s [unison-runtime] putFloat (src/Unison/Runtime/Serialize.hs:87)
  10320. 2543.89 s [unison-runtime] getFloat (src/Unison/Runtime/Serialize.hs:90)
  10321. 2543.89 s [unison-runtime] putBool (src/Unison/Runtime/Serialize.hs:94)
  10322. 2543.89 s [unison-runtime] getBool (src/Unison/Runtime/Serialize.hs:97)
  10323. 2543.89 s [unison-runtime] putNat (src/Unison/Runtime/Serialize.hs:105)
  10324. 2543.89 s [unison-runtime] getNat (src/Unison/Runtime/Serialize.hs:108)
  10325. 2543.89 s [unison-runtime] putInt (src/Unison/Runtime/Serialize.hs:112)
  10326. 2543.89 s [unison-runtime] getInt (src/Unison/Runtime/Serialize.hs:115)
  10327. 2543.89 s [unison-runtime] putLength (src/Unison/Runtime/Serialize.hs:126)
  10328. 2543.89 s [unison-runtime] getLength (src/Unison/Runtime/Serialize.hs:137)
  10329. 2543.89 s [unison-runtime] putPositive (src/Unison/Runtime/Serialize.hs:146)
  10330. 2543.89 s [unison-runtime] getPositive (src/Unison/Runtime/Serialize.hs:154)
  10331. 2543.89 s [unison-runtime] putFoldable (src/Unison/Runtime/Serialize.hs:169)
  10332. 2543.89 s [unison-runtime] putMap (src/Unison/Runtime/Serialize.hs:174)
  10333. 2543.89 s [unison-runtime] getMap (src/Unison/Runtime/Serialize.hs:178)
  10334. 2543.89 s [unison-runtime] putMapping (src/Unison/Runtime/Serialize.hs:183)
  10335. 2543.89 s [unison-runtime] getMapping (src/Unison/Runtime/Serialize.hs:187)
  10336. 2543.89 s [unison-runtime] putEnumMap (src/Unison/Runtime/Serialize.hs:196)
  10337. 2543.89 s [unison-runtime] getEnumMap (src/Unison/Runtime/Serialize.hs:199)
  10338. 2543.89 s [unison-runtime] putEnumSet (src/Unison/Runtime/Serialize.hs:202)
  10339. 2543.89 s [unison-runtime] getEnumSet (src/Unison/Runtime/Serialize.hs:206)
  10340. 2543.89 s [unison-runtime] putMaybe (src/Unison/Runtime/Serialize.hs:209)
  10341. 2543.89 s [unison-runtime] getMaybe (src/Unison/Runtime/Serialize.hs:213)
  10342. 2543.89 s [unison-runtime] putPair (src/Unison/Runtime/Serialize.hs:221)
  10343. 2543.89 s [unison-runtime] getPair (src/Unison/Runtime/Serialize.hs:225)
  10344. 2543.89 s [unison-runtime] getBytes (src/Unison/Runtime/Serialize.hs:229)
  10345. 2543.89 s [unison-runtime] putBytes (src/Unison/Runtime/Serialize.hs:233)
  10346. 2543.89 s [unison-runtime] getByteArray (src/Unison/Runtime/Serialize.hs:236)
  10347. 2543.89 s [unison-runtime] putByteArray (src/Unison/Runtime/Serialize.hs:239)
  10348. 2543.89 s [unison-runtime] naturalToWord64s (src/Unison/Runtime/Serialize.hs:245)
  10349. 2543.89 s [unison-runtime] word64sToNatural (src/Unison/Runtime/Serialize.hs:252)
  10350. 2543.89 s [unison-runtime] putNatural (src/Unison/Runtime/Serialize.hs:256)
  10351. 2543.89 s [unison-runtime] getNatural (src/Unison/Runtime/Serialize.hs:262)
  10352. 2543.89 s [unison-runtime] putInteger (src/Unison/Runtime/Serialize.hs:269)
  10353. 2543.89 s [unison-runtime] getInteger (src/Unison/Runtime/Serialize.hs:275)
  10354. 2543.89 s [unison-runtime] putArray (src/Unison/Runtime/Serialize.hs:281)
  10355. 2543.89 s [unison-runtime] getBlock (src/Unison/Runtime/Serialize.hs:290)
  10356. 2543.89 s [unison-runtime] putBlock (src/Unison/Runtime/Serialize.hs:293)
  10357. 2543.89 s [unison-runtime] putHash (src/Unison/Runtime/Serialize.hs:296)
  10358. 2543.89 s [unison-runtime] getHash (src/Unison/Runtime/Serialize.hs:302)
  10359. 2543.89 s [unison-runtime] putReferent (src/Unison/Runtime/Serialize.hs:309)
  10360. 2543.89 s [unison-runtime] getReferent (src/Unison/Runtime/Serialize.hs:319)
  10361. 2543.89 s [unison-runtime] GetRefLookup (src/Unison/Runtime/Serialize.hs:331)
  10362. 2543.89 s [unison-runtime] PutRefLookup (src/Unison/Runtime/Serialize.hs:333)
  10363. 2543.89 s [unison-runtime] putReferentByNumber (src/Unison/Runtime/Serialize.hs:336)
  10364. 2543.89 s [unison-runtime] putNumberedReferent (src/Unison/Runtime/Serialize.hs:346)
  10365. 2543.89 s [unison-runtime] getReferentByNumber (src/Unison/Runtime/Serialize.hs:356)
  10366. 2543.89 s [unison-runtime] getNumberedReferent (src/Unison/Runtime/Serialize.hs:364)
  10367. 2543.89 s [unison-runtime] getConstructorType (src/Unison/Runtime/Serialize.hs:371)
  10368. 2543.89 s [unison-runtime] putConstructorType (src/Unison/Runtime/Serialize.hs:378)
  10369. 2543.89 s [unison-runtime] putConstructorReferenceByNumber (src/Unison/Runtime/Serialize.hs:384)
  10370. 2543.89 s [unison-runtime] getConstructorReferenceByNumber (src/Unison/Runtime/Serialize.hs:389)
  10371. 2543.89 s [unison-runtime] putNumberedConstructorReference (src/Unison/Runtime/Serialize.hs:394)
  10372. 2543.89 s [unison-runtime] getNumberedConstructorReference (src/Unison/Runtime/Serialize.hs:399)
  10373. 2543.89 s [unison-runtime] putString (src/Unison/Runtime/Serialize.hs:403)
  10374. 2543.89 s [unison-runtime] getString (src/Unison/Runtime/Serialize.hs:406)
  10375. 2543.89 s [unison-runtime] putText (src/Unison/Runtime/Serialize.hs:409)
  10376. 2543.89 s [unison-runtime] getText (src/Unison/Runtime/Serialize.hs:415)
  10377. 2543.89 s [unison-runtime] putReference (src/Unison/Runtime/Serialize.hs:422)
  10378. 2543.89 s [unison-runtime] putReferenceByNumber (src/Unison/Runtime/Serialize.hs:428)
  10379. 2543.89 s [unison-runtime] putRefNum (src/Unison/Runtime/Serialize.hs:434)
  10380. 2543.89 s [unison-runtime] getReference (src/Unison/Runtime/Serialize.hs:438)
  10381. 2543.89 s [unison-runtime] getReferenceByNumber (src/Unison/Runtime/Serialize.hs:447)
  10382. 2543.89 s [unison-runtime] lookupRef (src/Unison/Runtime/Serialize.hs:451)
  10383. 2543.89 s [unison-runtime] getRefNum (src/Unison/Runtime/Serialize.hs:457)
  10384. 2543.89 s [unison-runtime] putConstructorReference (src/Unison/Runtime/Serialize.hs:461)
  10385. 2543.89 s [unison-runtime] getConstructorReference (src/Unison/Runtime/Serialize.hs:465)
  10386. 2543.89 s [unison-runtime] 0% ( 0 / 8) in 'Unison.Runtime.ANF.Serialize.Tags'
  10387. 2543.89 s [unison-runtime] Missing documentation for:
  10388. 2543.89 s [unison-runtime] Module header
  10389. 2543.89 s [unison-runtime] TmTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:5)
  10390. 2543.89 s [unison-runtime] FnTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:19)
  10391. 2543.89 s [unison-runtime] MtTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:28)
  10392. 2543.89 s [unison-runtime] LtTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:38)
  10393. 2543.89 s [unison-runtime] BLTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:47)
  10394. 2543.89 s [unison-runtime] VaTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:66)
  10395. 2543.89 s [unison-runtime] CoTag (src/Unison/Runtime/ANF/Serialize/Tags.hs:68)
  10396. 2543.89 s [unison-runtime] 0% ( 0 / 10) in 'Unison.Runtime.Profiling'
  10397. 2543.89 s [unison-runtime] Missing documentation for:
  10398. 2543.89 s [unison-runtime] Module header
  10399. 2543.89 s [unison-runtime] addSample (src/Unison/Runtime/Profiling.hs:12)
  10400. 2543.89 s [unison-runtime] addSamples (src/Unison/Runtime/Profiling.hs:34)
  10401. 2543.89 s [unison-runtime] TickComm (src/Unison/Runtime/Profiling.hs:41)
  10402. 2543.89 s [unison-runtime] readInput (src/Unison/Runtime/Profiling.hs:48)
  10403. 2543.89 s [unison-runtime] profileLoop (src/Unison/Runtime/Profiling.hs:61)
  10404. 2543.89 s [unison-runtime] enqueue (src/Unison/Runtime/Profiling.hs:69)
  10405. 2543.89 s [unison-runtime] finish (src/Unison/Runtime/Profiling.hs:77)
  10406. 2543.89 s [unison-runtime] ProfileComm (src/Unison/Runtime/Profiling.hs:84)
  10407. 2543.89 s [unison-runtime] spawnProfiler (src/Unison/Runtime/Profiling.hs:91)
  10408. 2543.89 s [unison-runtime] 0% ( 0 / 5) in 'Unison.Runtime.MCode.Serialize'
  10409. 2543.89 s [unison-runtime] Missing documentation for:
  10410. 2543.89 s [unison-runtime] Module header
  10411. 2543.89 s [unison-runtime] putComb (src/Unison/Runtime/MCode/Serialize.hs:44)
  10412. 2543.89 s [unison-runtime] getComb (src/Unison/Runtime/MCode/Serialize.hs:51)
  10413. 2543.89 s [unison-runtime] putCombIx (src/Unison/Runtime/MCode/Serialize.hs:353)
  10414. 2543.89 s [unison-runtime] getCombIx (src/Unison/Runtime/MCode/Serialize.hs:356)
  10415. 2543.89 s [unison-runtime] 0% ( 0 / 4) in 'Unison.Runtime.Decompile'
  10416. 2543.89 s [unison-runtime] Missing documentation for:
  10417. 2543.89 s [unison-runtime] Module header
  10418. 2543.89 s [unison-runtime] decompile (src/Unison/Runtime/Decompile.hs:99)
  10419. 2543.89 s [unison-runtime] DecompResult (src/Unison/Runtime/Decompile.hs:90)
  10420. 2543.89 s [unison-runtime] DecompError (src/Unison/Runtime/Decompile.hs:77)
  10421. 2543.89 s [unison-runtime] 0% ( 0 / 9) in 'Unison.Runtime'
  10422. 2543.89 s [unison-runtime] Missing documentation for:
  10423. 2543.89 s [unison-runtime] Module header
  10424. 2543.89 s [unison-runtime] Runtime (src/Unison/Runtime.hs:32)
  10425. 2543.89 s [unison-runtime] Runtime (src/Unison/Runtime.hs:34)
  10426. 2543.89 s [unison-runtime] terminate (src/Unison/Runtime.hs:34)
  10427. 2543.89 s [unison-runtime] evaluate (src/Unison/Runtime.hs:34)
  10428. 2543.89 s [unison-runtime] compileTo (src/Unison/Runtime.hs:34)
  10429. 2543.89 s [unison-runtime] mainType (src/Unison/Runtime.hs:34)
  10430. 2543.89 s [unison-runtime] ioTestTypes (src/Unison/Runtime.hs:34)
  10431. 2543.89 s [unison-runtime] Error (src/Unison/Runtime.hs:25)
  10432. 2543.89 s [unison-runtime] 33% ( 1 / 3) in 'Unison.Codebase.Execute'
  10433. 2543.89 s [unison-runtime] Missing documentation for:
  10434. 2543.89 s [unison-runtime] execute (src/Unison/Codebase/Execute.hs:43)
  10435. 2543.89 s [unison-runtime] codebaseToCodeLookup (src/Unison/Codebase/Execute.hs:82)
  10436. 2543.89 s [unison-runtime] 8% ( 1 / 12) in 'Unison.Runtime.Debug'
  10437. 2543.89 s [unison-runtime] Missing documentation for:
  10438. 2543.89 s [unison-runtime] Module header
  10439. 2543.89 s [unison-runtime] traceComb (src/Unison/Runtime/Debug.hs:36)
  10440. 2543.89 s [unison-runtime] traceCombs (src/Unison/Runtime/Debug.hs:44)
  10441. 2543.89 s [unison-runtime] tracePretty (src/Unison/Runtime/Debug.hs:53)
  10442. 2543.89 s [unison-runtime] tracePrettyDefs (src/Unison/Runtime/Debug.hs:62)
  10443. 2543.89 s [unison-runtime] tracePrettyCodes (src/Unison/Runtime/Debug.hs:120)
  10444. 2543.89 s [unison-runtime] tracePrettyGroup (src/Unison/Runtime/Debug.hs:82)
  10445. 2543.89 s [unison-runtime] tracePrettyRGroup (src/Unison/Runtime/Debug.hs:91)
  10446. 2543.89 s [unison-runtime] tracePrettyRPGroup (src/Unison/Runtime/Debug.hs:99)
  10447. 2543.89 s [unison-runtime] tracePrettyGroups (src/Unison/Runtime/Debug.hs:106)
  10448. 2543.89 s [unison-runtime] tracePrettyNormal (src/Unison/Runtime/Debug.hs:73)
  10449. 2543.89 s [unison-runtime] 0% ( 0 / 39) in 'Unison.Runtime.ANF.Serialize.CodeV4'
  10450. 2543.89 s [unison-runtime] Missing documentation for:
  10451. 2543.89 s [unison-runtime] Module header
  10452. 2543.89 s [unison-runtime] pushCtx (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:28)
  10453. 2543.89 s [unison-runtime] index (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:31)
  10454. 2543.89 s [unison-runtime] deindex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:39)
  10455. 2543.89 s [unison-runtime] putIndex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:45)
  10456. 2543.89 s [unison-runtime] getIndex (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:49)
  10457. 2543.89 s [unison-runtime] putVar (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:53)
  10458. 2543.89 s [unison-runtime] getVar (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:58)
  10459. 2543.89 s [unison-runtime] putArgs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:62)
  10460. 2543.89 s [unison-runtime] getArgs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:65)
  10461. 2543.89 s [unison-runtime] putCCs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:69)
  10462. 2543.89 s [unison-runtime] getCCs (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:76)
  10463. 2543.89 s [unison-runtime] putGroup (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:103)
  10464. 2543.89 s [unison-runtime] getGroup (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:116)
  10465. 2543.89 s [unison-runtime] putCode (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:126)
  10466. 2543.89 s [unison-runtime] getCode (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:130)
  10467. 2543.89 s [unison-runtime] putCodeWithHeader (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:135)
  10468. 2543.89 s [unison-runtime] getCodeWithHeader (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:141)
  10469. 2543.89 s [unison-runtime] putCacheability (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:151)
  10470. 2543.89 s [unison-runtime] getCacheability (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:155)
  10471. 2543.89 s [unison-runtime] putComb (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:168)
  10472. 2543.89 s [unison-runtime] getFresh (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:172)
  10473. 2543.89 s [unison-runtime] getComb (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:180)
  10474. 2543.89 s [unison-runtime] putNormal (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:193)
  10475. 2543.89 s [unison-runtime] getNormal (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:241)
  10476. 2543.89 s [unison-runtime] putFunc (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:299)
  10477. 2543.89 s [unison-runtime] getFunc (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:309)
  10478. 2543.89 s [unison-runtime] putFOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:325)
  10479. 2543.89 s [unison-runtime] getFOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:328)
  10480. 2543.89 s [unison-runtime] putPOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:332)
  10481. 2543.89 s [unison-runtime] getPOp (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:337)
  10482. 2543.89 s [unison-runtime] putLit (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:344)
  10483. 2543.89 s [unison-runtime] getLit (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:354)
  10484. 2543.89 s [unison-runtime] putBranches (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:371)
  10485. 2543.89 s [unison-runtime] getBranches (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:411)
  10486. 2543.89 s [unison-runtime] putCase (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:450)
  10487. 2543.89 s [unison-runtime] getCase (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:459)
  10488. 2543.89 s [unison-runtime] putCTag (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:468)
  10489. 2543.89 s [unison-runtime] getCTag (src/Unison/Runtime/ANF/Serialize/CodeV4.hs:471)
  10490. 2543.89 s [unison-runtime] 0% ( 0 / 5) in 'Unison.Runtime.ANF.Serialize.ValueV5'
  10491. 2543.89 s [unison-runtime] Missing documentation for:
  10492. 2543.89 s [unison-runtime] Module header
  10493. 2543.89 s [unison-runtime] getValueWithHeader (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:215)
  10494. 2543.89 s [unison-runtime] putValueWithHeader (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:199)
  10495. 2543.89 s [unison-runtime] putVersionedValue (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:206)
  10496. 2543.89 s [unison-runtime] versionedValueBytes (src/Unison/Runtime/ANF/Serialize/ValueV5.hs:211)
  10497. 2543.89 s [unison-runtime] 0% ( 0 / 10) in 'Unison.Runtime.ANF.Optimize'
  10498. 2543.89 s [unison-runtime] Missing documentation for:
  10499. 2543.89 s [unison-runtime] Module header
  10500. 2543.89 s [unison-runtime] optimize (src/Unison/Runtime/ANF/Optimize.hs:382)
  10501. 2543.89 s [unison-runtime] inline (src/Unison/Runtime/ANF/Optimize.hs:230)
  10502. 2543.89 s [unison-runtime] Arities (src/Unison/Runtime/ANF/Optimize.hs:65)
  10503. 2543.89 s [unison-runtime] InlineInfo (src/Unison/Runtime/ANF/Optimize.hs:59)
  10504. 2543.89 s [unison-runtime] InlineClass (src/Unison/Runtime/ANF/Optimize.hs:46)
  10505. 2543.89 s [unison-runtime] InlineInfos (src/Unison/Runtime/ANF/Optimize.hs:67)
  10506. 2543.89 s [unison-runtime] OptInfos (src/Unison/Runtime/ANF/Optimize.hs:69)
  10507. 2543.89 s [unison-runtime] optimizeHandler (src/Unison/Runtime/ANF/Optimize.hs:710)
  10508. 2543.89 s [unison-runtime] buildOptInfos (src/Unison/Runtime/ANF/Optimize.hs:597)
  10509. 2543.89 s [unison-runtime] 0% ( 0 / 14) in 'Unison.Runtime.Builtin'
  10510. 2543.89 s [unison-runtime] Missing documentation for:
  10511. 2543.89 s [unison-runtime] Module header
  10512. 2543.89 s [unison-runtime] builtinTermNumbering (src/Unison/Runtime/Builtin.hs:1579)
  10513. 2543.89 s [unison-runtime] builtinTypeNumbering (src/Unison/Runtime/Builtin/Types.hs:16)
  10514. 2543.89 s [unison-runtime] builtinTermBackref (src/Unison/Runtime/Builtin.hs:1583)
  10515. 2543.89 s [unison-runtime] builtinTypeBackref (src/Unison/Runtime/Builtin/Types.hs:27)
  10516. 2543.89 s [unison-runtime] builtinArities (src/Unison/Runtime/Builtin.hs:1605)
  10517. 2543.89 s [unison-runtime] builtinOptInfo (src/Unison/Runtime/Builtin.hs:1610)
  10518. 2543.89 s [unison-runtime] numberedTermLookup (src/Unison/Runtime/Builtin.hs:1575)
  10519. 2543.89 s [unison-runtime] Sandbox (src/Unison/Runtime/Builtin.hs:928)
  10520. 2543.89 s [unison-runtime] baseSandboxInfo (src/Unison/Runtime/Builtin.hs:1597)
  10521. 2543.89 s [unison-runtime] unitValue (src/Unison/Runtime/Builtin.hs:954)
  10522. 2543.89 s [unison-runtime] natValue (src/Unison/Runtime/Builtin.hs:957)
  10523. 2543.89 s [unison-runtime] builtinForeignNames (src/Unison/Runtime/Builtin.hs:1587)
  10524. 2543.89 s [unison-runtime] sandboxedForeignFuncs (src/Unison/Runtime/Builtin.hs:1614)
  10525. 2543.89 s [unison-runtime] 3% ( 1 / 27) in 'Unison.Runtime.Machine.Types'
  10526. 2543.89 s [unison-runtime] Missing documentation for:
  10527. 2543.89 s [unison-runtime] Module header
  10528. 2543.89 s [unison-runtime] Tag (src/Unison/Runtime/Machine/Types.hs:57)
  10529. 2543.89 s [unison-runtime] MCombs (src/Unison/Runtime/Machine/Types.hs:59)
  10530. 2543.89 s [unison-runtime] Combs (src/Unison/Runtime/Machine/Types.hs:61)
  10531. 2543.89 s [unison-runtime] MSection (src/Unison/Runtime/Machine/Types.hs:63)
  10532. 2543.89 s [unison-runtime] MBranch (src/Unison/Runtime/Machine/Types.hs:65)
  10533. 2543.89 s [unison-runtime] MInstr (src/Unison/Runtime/Machine/Types.hs:67)
  10534. 2543.89 s [unison-runtime] MComb (src/Unison/Runtime/Machine/Types.hs:69)
  10535. 2543.89 s [unison-runtime] MRef (src/Unison/Runtime/Machine/Types.hs:71)
  10536. 2543.89 s [unison-runtime] Tracer (src/Unison/Runtime/Machine/Types.hs:73)
  10537. 2543.89 s [unison-runtime] refLookup (src/Unison/Runtime/Machine/Types.hs:79)
  10538. 2543.89 s [unison-runtime] RuntimeProfiler (src/Unison/Runtime/Machine/Types.hs:88)
  10539. 2543.89 s [unison-runtime] Tick (src/Unison/Runtime/Machine/Types.hs:101)
  10540. 2543.89 s [unison-runtime] tickCallback (src/Unison/Runtime/Machine/Types.hs:135)
  10541. 2543.89 s [unison-runtime] CCache (src/Unison/Runtime/Machine/Types.hs:162)
  10542. 2543.89 s [unison-runtime] refNumsTm (src/Unison/Runtime/Machine/Types.hs:183)
  10543. 2543.89 s [unison-runtime] refNumsTy (src/Unison/Runtime/Machine/Types.hs:186)
  10544. 2543.89 s [unison-runtime] refNumTm (src/Unison/Runtime/Machine/Types.hs:189)
  10545. 2543.89 s [unison-runtime] baseCCache (src/Unison/Runtime/Machine/Types.hs:195)
  10546. 2543.89 s [unison-runtime] lookupCode (src/Unison/Runtime/Machine/Types.hs:230)
  10547. 2543.89 s [unison-runtime] canonicalizeCodeRefs (src/Unison/Runtime/Machine/Types.hs:242)
  10548. 2543.89 s [unison-runtime] resolveCode (src/Unison/Runtime/Machine/Types.hs:250)
  10549. 2543.89 s [unison-runtime] cacheability (src/Unison/Runtime/Machine/Types.hs:264)
  10550. 2543.89 s [unison-runtime] checkSandboxing (src/Unison/Runtime/Machine/Types.hs:275)
  10551. 2543.89 s [unison-runtime] checkValueSandboxing (src/Unison/Runtime/Machine/Types.hs:293)
  10552. 2543.89 s [unison-runtime] codeValidate (src/Unison/Runtime/Machine/Types.hs:314)
  10553. 2543.89 s [unison-runtime] 1% ( 1 / 73) in 'Unison.Runtime.ANF.Serialize'
  10554. 2543.89 s [unison-runtime] Missing documentation for:
  10555. 2543.89 s [unison-runtime] Module header
  10556. 2543.89 s [unison-runtime] Version (src/Unison/Runtime/ANF/Serialize.hs:45)
  10557. 2543.89 s [unison-runtime] index (src/Unison/Runtime/ANF/Serialize.hs:49)
  10558. 2543.89 s [unison-runtime] deindex (src/Unison/Runtime/ANF/Serialize.hs:57)
  10559. 2543.89 s [unison-runtime] pushCtx (src/Unison/Runtime/ANF/Serialize.hs:63)
  10560. 2543.89 s [unison-runtime] putIndex (src/Unison/Runtime/ANF/Serialize.hs:66)
  10561. 2543.89 s [unison-runtime] getIndex (src/Unison/Runtime/ANF/Serialize.hs:70)
  10562. 2543.89 s [unison-runtime] putVar (src/Unison/Runtime/ANF/Serialize.hs:73)
  10563. 2543.89 s [unison-runtime] getVar (src/Unison/Runtime/ANF/Serialize.hs:78)
  10564. 2543.89 s [unison-runtime] putArgs (src/Unison/Runtime/ANF/Serialize.hs:81)
  10565. 2543.89 s [unison-runtime] getArgs (src/Unison/Runtime/ANF/Serialize.hs:84)
  10566. 2543.89 s [unison-runtime] putCCs (src/Unison/Runtime/ANF/Serialize.hs:87)
  10567. 2543.89 s [unison-runtime] getCCs (src/Unison/Runtime/ANF/Serialize.hs:94)
  10568. 2543.89 s [unison-runtime] putGroup (src/Unison/Runtime/ANF/Serialize.hs:121)
  10569. 2543.89 s [unison-runtime] getGroup (src/Unison/Runtime/ANF/Serialize.hs:134)
  10570. 2543.89 s [unison-runtime] putCode (src/Unison/Runtime/ANF/Serialize.hs:143)
  10571. 2543.89 s [unison-runtime] getCode (src/Unison/Runtime/ANF/Serialize.hs:146)
  10572. 2543.89 s [unison-runtime] putInlineInfo (src/Unison/Runtime/ANF/Serialize.hs:153)
  10573. 2543.89 s [unison-runtime] getInlineInfo (src/Unison/Runtime/ANF/Serialize.hs:161)
  10574. 2543.89 s [unison-runtime] putInlineExpr (src/Unison/Runtime/ANF/Serialize.hs:169)
  10575. 2543.89 s [unison-runtime] getInlineExpr (src/Unison/Runtime/ANF/Serialize.hs:178)
  10576. 2543.89 s [unison-runtime] putOptInfos (src/Unison/Runtime/ANF/Serialize.hs:185)
  10577. 2543.89 s [unison-runtime] getOptInfos (src/Unison/Runtime/ANF/Serialize.hs:191)
  10578. 2543.89 s [unison-runtime] putInlineClass (src/Unison/Runtime/ANF/Serialize.hs:201)
  10579. 2543.89 s [unison-runtime] getInlineClass (src/Unison/Runtime/ANF/Serialize.hs:207)
  10580. 2543.89 s [unison-runtime] putCacheability (src/Unison/Runtime/ANF/Serialize.hs:215)
  10581. 2543.89 s [unison-runtime] getCacheability (src/Unison/Runtime/ANF/Serialize.hs:219)
  10582. 2543.89 s [unison-runtime] putComb (src/Unison/Runtime/ANF/Serialize.hs:236)
  10583. 2543.89 s [unison-runtime] getFresh (src/Unison/Runtime/ANF/Serialize.hs:240)
  10584. 2543.89 s [unison-runtime] getComb (src/Unison/Runtime/ANF/Serialize.hs:248)
  10585. 2543.89 s [unison-runtime] putNormal (src/Unison/Runtime/ANF/Serialize.hs:261)
  10586. 2543.89 s [unison-runtime] getNormal (src/Unison/Runtime/ANF/Serialize.hs:311)
  10587. 2543.89 s [unison-runtime] putFunc (src/Unison/Runtime/ANF/Serialize.hs:368)
  10588. 2543.89 s [unison-runtime] getFunc (src/Unison/Runtime/ANF/Serialize.hs:384)
  10589. 2543.89 s [unison-runtime] putFOp (src/Unison/Runtime/ANF/Serialize.hs:401)
  10590. 2543.89 s [unison-runtime] getFOp (src/Unison/Runtime/ANF/Serialize.hs:404)
  10591. 2543.89 s [unison-runtime] putPOp (src/Unison/Runtime/ANF/Serialize.hs:407)
  10592. 2543.89 s [unison-runtime] getPOp (src/Unison/Runtime/ANF/Serialize.hs:412)
  10593. 2543.89 s [unison-runtime] putLit (src/Unison/Runtime/ANF/Serialize.hs:418)
  10594. 2543.89 s [unison-runtime] getLit (src/Unison/Runtime/ANF/Serialize.hs:427)
  10595. 2543.89 s [unison-runtime] putBLit (src/Unison/Runtime/ANF/Serialize.hs:438)
  10596. 2543.89 s [unison-runtime] putAsMap (src/Unison/Runtime/ANF/Serialize.hs:475)
  10597. 2543.89 s [unison-runtime] getBLit (src/Unison/Runtime/ANF/Serialize.hs:494)
  10598. 2543.89 s [unison-runtime] putRefs (src/Unison/Runtime/ANF/Serialize.hs:519)
  10599. 2543.89 s [unison-runtime] getRefs (src/Unison/Runtime/ANF/Serialize.hs:522)
  10600. 2543.89 s [unison-runtime] putBranches (src/Unison/Runtime/ANF/Serialize.hs:531)
  10601. 2543.89 s [unison-runtime] getBranches (src/Unison/Runtime/ANF/Serialize.hs:570)
  10602. 2543.89 s [unison-runtime] putCase (src/Unison/Runtime/ANF/Serialize.hs:610)
  10603. 2543.89 s [unison-runtime] getCase (src/Unison/Runtime/ANF/Serialize.hs:619)
  10604. 2543.89 s [unison-runtime] putCTag (src/Unison/Runtime/ANF/Serialize.hs:627)
  10605. 2543.89 s [unison-runtime] getCTag (src/Unison/Runtime/ANF/Serialize.hs:630)
  10606. 2543.89 s [unison-runtime] putGroupRef (src/Unison/Runtime/ANF/Serialize.hs:633)
  10607. 2543.89 s [unison-runtime] getGroupRef (src/Unison/Runtime/ANF/Serialize.hs:637)
  10608. 2543.89 s [unison-runtime] putValue (src/Unison/Runtime/ANF/Serialize.hs:661)
  10609. 2543.89 s [unison-runtime] getValue (src/Unison/Runtime/ANF/Serialize.hs:679)
  10610. 2543.89 s [unison-runtime] putCont (src/Unison/Runtime/ANF/Serialize.hs:725)
  10611. 2543.89 s [unison-runtime] getCont (src/Unison/Runtime/ANF/Serialize.hs:740)
  10612. 2543.89 s [unison-runtime] deserializeCode (src/Unison/Runtime/ANF/Serialize.hs:781)
  10613. 2543.89 s [unison-runtime] serializeCode (src/Unison/Runtime/ANF/Serialize.hs:795)
  10614. 2543.89 s [unison-runtime] serializeCodeWithVersion (src/Unison/Runtime/ANF/Serialize.hs:802)
  10615. 2543.89 s [unison-runtime] getVersionedValue (src/Unison/Runtime/ANF/Serialize.hs:852)
  10616. 2543.89 s [unison-runtime] deserializeValue (src/Unison/Runtime/ANF/Serialize.hs:864)
  10617. 2543.89 s [unison-runtime] serializeValue (src/Unison/Runtime/ANF/Serialize.hs:867)
  10618. 2543.89 s [unison-runtime] serializeValueWithVersion (src/Unison/Runtime/ANF/Serialize.hs:875)
  10619. 2543.89 s [unison-runtime] serializeValueForHash (src/Unison/Runtime/ANF/Serialize.hs:907)
  10620. 2543.89 s [unison-runtime] getGroupCurrent (src/Unison/Runtime/ANF/Serialize.hs:915)
  10621. 2543.89 s [unison-runtime] GDeserial (src/Unison/Runtime/ANF/Serialize.hs:917)
  10622. 2543.89 s [unison-runtime] DeserialIO (src/Unison/Runtime/ANF/Serialize.hs:919)
  10623. 2543.89 s [unison-runtime] DeserialST (src/Unison/Runtime/ANF/Serialize.hs:921)
  10624. 2543.89 s [unison-runtime] valueToCode (src/Unison/Runtime/ANF/Serialize.hs:925)
  10625. 2543.89 s [unison-runtime] valueVersion (src/Unison/Runtime/ANF/Serialize.hs:934)
  10626. 2543.89 s [unison-runtime] codeVersion (src/Unison/Runtime/ANF/Serialize.hs:937)
  10627. 2543.89 s [unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.ANF.Rehash'
  10628. 2543.89 s [unison-runtime] Missing documentation for:
  10629. 2543.89 s [unison-runtime] Module header
  10630. 2543.89 s [unison-runtime] checkGroupHashes (src/Unison/Runtime/ANF/Rehash.hs:24)
  10631. 2543.89 s [unison-runtime] rehashGroups (src/Unison/Runtime/ANF/Rehash.hs:36)
  10632. 2543.89 s [unison-runtime] checkMissing (src/Unison/Runtime/ANF/Rehash.hs:59)
  10633. 2543.89 s [unison-runtime] rehashSCC (src/Unison/Runtime/ANF/Rehash.hs:78)
  10634. 2543.89 s [unison-runtime] checkSCC (src/Unison/Runtime/ANF/Rehash.hs:105)
  10635. 2543.89 s [unison-runtime] 0% ( 0 / 47) in 'Unison.Runtime.ANF.MurmurHash.Untyped'
  10636. 2543.89 s [unison-runtime] Missing documentation for:
  10637. 2543.89 s [unison-runtime] Module header
  10638. 2543.89 s [unison-runtime] hash64ValueUntyped (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:37)
  10639. 2543.89 s [unison-runtime] UntypedValue (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:39)
  10640. 2543.89 s [unison-runtime] HRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:48)
  10641. 2543.89 s [unison-runtime] hash64AddShort (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:54)
  10642. 2543.89 s [unison-runtime] hash64AddRef (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:57)
  10643. 2543.90 s [unison-runtime] hrefPlain (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:63)
  10644. 2543.90 s [unison-runtime] hrefIndexed (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:66)
  10645. 2543.90 s [unison-runtime] pushCtx (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:74)
  10646. 2543.90 s [unison-runtime] hash64AddTermRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:77)
  10647. 2543.90 s [unison-runtime] hash64AddTypeRefs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:80)
  10648. 2543.90 s [unison-runtime] hash64AddValue (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:83)
  10649. 2543.90 s [unison-runtime] hash64AddGroupRef (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:102)
  10650. 2543.90 s [unison-runtime] hash64AddValues (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:107)
  10651. 2543.90 s [unison-runtime] hash64AddCont (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:110)
  10652. 2543.90 s [unison-runtime] hash64AddReferent (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:124)
  10653. 2543.90 s [unison-runtime] hash64AddWord8 (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:138)
  10654. 2543.90 s [unison-runtime] hash64AddByteArray (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:141)
  10655. 2543.90 s [unison-runtime] hash64AddDouble (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:149)
  10656. 2543.90 s [unison-runtime] hash64AddInteger (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:155)
  10657. 2543.90 s [unison-runtime] hash64AddNatural (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:162)
  10658. 2543.90 s [unison-runtime] hash64AddBLit (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:167)
  10659. 2543.90 s [unison-runtime] hash64AddCode (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:202)
  10660. 2543.90 s [unison-runtime] hash64AddGroup (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:211)
  10661. 2543.90 s [unison-runtime] hash64AddSuper (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:225)
  10662. 2543.90 s [unison-runtime] hash64AddNormal (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:231)
  10663. 2543.90 s [unison-runtime] hash64AddVar (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:277)
  10664. 2543.90 s [unison-runtime] hash64AddVars (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:287)
  10665. 2543.90 s [unison-runtime] hash64AddFunc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:290)
  10666. 2543.90 s [unison-runtime] hash64AddLit (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:313)
  10667. 2543.90 s [unison-runtime] hash64AddBranches (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:330)
  10668. 2543.90 s [unison-runtime] hash64AddNAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:369)
  10669. 2543.90 s [unison-runtime] hash64AddTAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:381)
  10670. 2543.90 s [unison-runtime] hash64AddYAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:393)
  10671. 2543.90 s [unison-runtime] hash64AddDAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:405)
  10672. 2543.90 s [unison-runtime] hash64AddSAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:412)
  10673. 2543.90 s [unison-runtime] hash64AddRAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:419)
  10674. 2543.90 s [unison-runtime] hash64AddPOp (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:429)
  10675. 2543.90 s [unison-runtime] hash64AddForeign (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:432)
  10676. 2543.90 s [unison-runtime] hash64AddEither (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:440)
  10677. 2543.90 s [unison-runtime] hash64AddMaybe (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:445)
  10678. 2543.90 s [unison-runtime] rot (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:450)
  10679. 2543.90 s [unison-runtime] hash64AddAssocs (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:454)
  10680. 2543.90 s [unison-runtime] hash64AddEMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:462)
  10681. 2543.90 s [unison-runtime] hash64AddMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:466)
  10682. 2543.90 s [unison-runtime] hash64AddUMap (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:471)
  10683. 2543.90 s [unison-runtime] hash64AddAssoc (src/Unison/Runtime/ANF/MurmurHash/Untyped.hs:489)
  10684. 2543.90 s [unison-runtime] 0% ( 0 / 8) in 'Unison.Runtime.Foreign.Function'
  10685. 2543.90 s [unison-runtime] Missing documentation for:
  10686. 2543.90 s [unison-runtime] Module header
  10687. 2543.90 s [unison-runtime] ForeignConvention (src/Unison/Runtime/Foreign/Function.hs:2776)
  10688. 2543.90 s [unison-runtime] foreignCall (src/Unison/Runtime/Foreign/Function.hs:224)
  10689. 2543.90 s [unison-runtime] readsAtError (src/Unison/Runtime/Foreign/Function.hs:2795)
  10690. 2543.90 s [unison-runtime] foreignConventionError (src/Unison/Runtime/Foreign/Function.hs:2800)
  10691. 2543.90 s [unison-runtime] pseudoConstructors (src/Unison/Runtime/Foreign/Function.hs:3566)
  10692. 2543.90 s [unison-runtime] functionReplacements (src/Unison/Runtime/Foreign/Function.hs:2080)
  10693. 2543.90 s [unison-runtime] functionUnreplacements (src/Unison/Runtime/Foreign/Function.hs:2080)
  10694. 2543.90 s [unison-runtime] 0% ( 0 /151) in 'Unison.Runtime.Machine.Primops'
  10695. 2543.90 s [unison-runtime] Missing documentation for:
  10696. 2543.90 s [unison-runtime] Module header
  10697. 2543.90 s [unison-runtime] prim1wrap (src/Unison/Runtime/Machine/Primops.hs:36)
  10698. 2543.90 s [unison-runtime] prim1 (src/Unison/Runtime/Machine/Primops.hs:43)
  10699. 2543.90 s [unison-runtime] prim2wrap2 (src/Unison/Runtime/Machine/Primops.hs:121)
  10700. 2543.90 s [unison-runtime] primxx (src/Unison/Runtime/Machine/Primops.hs:130)
  10701. 2543.90 s [unison-runtime] termLinkVal (src/Unison/Runtime/Machine/Primops.hs:210)
  10702. 2543.90 s [unison-runtime] typeLinkVal (src/Unison/Runtime/Machine/Primops.hs:213)
  10703. 2543.90 s [unison-runtime] deci (src/Unison/Runtime/Machine/Primops.hs:224)
  10704. 2543.90 s [unison-runtime] decn (src/Unison/Runtime/Machine/Primops.hs:227)
  10705. 2543.90 s [unison-runtime] inci (src/Unison/Runtime/Machine/Primops.hs:230)
  10706. 2543.90 s [unison-runtime] incn (src/Unison/Runtime/Machine/Primops.hs:233)
  10707. 2543.90 s [unison-runtime] trnc (src/Unison/Runtime/Machine/Primops.hs:236)
  10708. 2543.90 s [unison-runtime] negi (src/Unison/Runtime/Machine/Primops.hs:239)
  10709. 2543.90 s [unison-runtime] sgni (src/Unison/Runtime/Machine/Primops.hs:242)
  10710. 2543.90 s [unison-runtime] absf (src/Unison/Runtime/Machine/Primops.hs:245)
  10711. 2543.90 s [unison-runtime] ceil (src/Unison/Runtime/Machine/Primops.hs:248)
  10712. 2543.90 s [unison-runtime] flor (src/Unison/Runtime/Machine/Primops.hs:251)
  10713. 2543.90 s [unison-runtime] trnf (src/Unison/Runtime/Machine/Primops.hs:254)
  10714. 2543.90 s [unison-runtime] rndf (src/Unison/Runtime/Machine/Primops.hs:257)
  10715. 2543.90 s [unison-runtime] expf (src/Unison/Runtime/Machine/Primops.hs:260)
  10716. 2543.90 s [unison-runtime] logf (src/Unison/Runtime/Machine/Primops.hs:263)
  10717. 2543.90 s [unison-runtime] sqtf (src/Unison/Runtime/Machine/Primops.hs:266)
  10718. 2543.90 s [unison-runtime] cosf (src/Unison/Runtime/Machine/Primops.hs:269)
  10719. 2543.90 s [unison-runtime] sinf (src/Unison/Runtime/Machine/Primops.hs:272)
  10720. 2543.90 s [unison-runtime] tanf (src/Unison/Runtime/Machine/Primops.hs:275)
  10721. 2543.90 s [unison-runtime] cshf (src/Unison/Runtime/Machine/Primops.hs:278)
  10722. 2543.90 s [unison-runtime] snhf (src/Unison/Runtime/Machine/Primops.hs:281)
  10723. 2543.90 s [unison-runtime] tnhf (src/Unison/Runtime/Machine/Primops.hs:284)
  10724. 2543.90 s [unison-runtime] acsf (src/Unison/Runtime/Machine/Primops.hs:287)
  10725. 2543.90 s [unison-runtime] asnf (src/Unison/Runtime/Machine/Primops.hs:290)
  10726. 2543.90 s [unison-runtime] atnf (src/Unison/Runtime/Machine/Primops.hs:293)
  10727. 2543.90 s [unison-runtime] asnh (src/Unison/Runtime/Machine/Primops.hs:296)
  10728. 2543.90 s [unison-runtime] acsh (src/Unison/Runtime/Machine/Primops.hs:299)
  10729. 2543.90 s [unison-runtime] atnh (src/Unison/Runtime/Machine/Primops.hs:302)
  10730. 2543.90 s [unison-runtime] itof (src/Unison/Runtime/Machine/Primops.hs:305)
  10731. 2543.90 s [unison-runtime] ntof (src/Unison/Runtime/Machine/Primops.hs:308)
  10732. 2543.90 s [unison-runtime] lzro (src/Unison/Runtime/Machine/Primops.hs:311)
  10733. 2543.90 s [unison-runtime] tzro (src/Unison/Runtime/Machine/Primops.hs:314)
  10734. 2543.90 s [unison-runtime] popc (src/Unison/Runtime/Machine/Primops.hs:317)
  10735. 2543.90 s [unison-runtime] comn (src/Unison/Runtime/Machine/Primops.hs:320)
  10736. 2543.90 s [unison-runtime] comi (src/Unison/Runtime/Machine/Primops.hs:323)
  10737. 2543.90 s [unison-runtime] notb (src/Unison/Runtime/Machine/Primops.hs:326)
  10738. 2543.90 s [unison-runtime] sizt (src/Unison/Runtime/Machine/Primops.hs:329)
  10739. 2543.90 s [unison-runtime] sizs (src/Unison/Runtime/Machine/Primops.hs:332)
  10740. 2543.90 s [unison-runtime] itot (src/Unison/Runtime/Machine/Primops.hs:335)
  10741. 2543.90 s [unison-runtime] ntot (src/Unison/Runtime/Machine/Primops.hs:338)
  10742. 2543.90 s [unison-runtime] ftot (src/Unison/Runtime/Machine/Primops.hs:341)
  10743. 2543.90 s [unison-runtime] usnc (src/Unison/Runtime/Machine/Primops.hs:344)
  10744. 2543.90 s [unison-runtime] ucns (src/Unison/Runtime/Machine/Primops.hs:348)
  10745. 2543.90 s [unison-runtime] readIntegral (src/Unison/Runtime/Machine/Primops.hs:352)
  10746. 2543.90 s [unison-runtime] clamp (src/Unison/Runtime/Machine/Primops.hs:356)
  10747. 2543.90 s [unison-runtime] ttoi (src/Unison/Runtime/Machine/Primops.hs:365)
  10748. 2543.90 s [unison-runtime] tton (src/Unison/Runtime/Machine/Primops.hs:373)
  10749. 2543.90 s [unison-runtime] ttof (src/Unison/Runtime/Machine/Primops.hs:377)
  10750. 2543.90 s [unison-runtime] vwls (src/Unison/Runtime/Machine/Primops.hs:383)
  10751. 2543.90 s [unison-runtime] vwrs (src/Unison/Runtime/Machine/Primops.hs:391)
  10752. 2543.90 s [unison-runtime] pakt (src/Unison/Runtime/Machine/Primops.hs:399)
  10753. 2543.90 s [unison-runtime] upkt (src/Unison/Runtime/Machine/Primops.hs:406)
  10754. 2543.90 s [unison-runtime] pakb (src/Unison/Runtime/Machine/Primops.hs:414)
  10755. 2543.90 s [unison-runtime] upkb (src/Unison/Runtime/Machine/Primops.hs:422)
  10756. 2543.90 s [unison-runtime] sizb (src/Unison/Runtime/Machine/Primops.hs:427)
  10757. 2543.90 s [unison-runtime] fltb (src/Unison/Runtime/Machine/Primops.hs:430)
  10758. 2543.90 s [unison-runtime] refr (src/Unison/Runtime/Machine/Primops.hs:440)
  10759. 2543.90 s [unison-runtime] refn (src/Unison/Runtime/Machine/Primops.hs:443)
  10760. 2543.90 s [unison-runtime] rrfc (src/Unison/Runtime/Machine/Primops.hs:452)
  10761. 2543.90 s [unison-runtime] tikr (src/Unison/Runtime/Machine/Primops.hs:459)
  10762. 2543.90 s [unison-runtime] miss (src/Unison/Runtime/Machine/Primops.hs:462)
  10763. 2543.90 s [unison-runtime] sdbl (src/Unison/Runtime/Machine/Primops.hs:472)
  10764. 2543.90 s [unison-runtime] sandboxList (src/Unison/Runtime/Machine/Primops.hs:476)
  10765. 2543.90 s [unison-runtime] lkup (src/Unison/Runtime/Machine/Primops.hs:482)
  10766. 2543.90 s [unison-runtime] cvld (src/Unison/Runtime/Machine/Primops.hs:488)
  10767. 2543.90 s [unison-runtime] tltt (src/Unison/Runtime/Machine/Primops.hs:498)
  10768. 2543.90 s [unison-runtime] dbtx (src/Unison/Runtime/Machine/Primops.hs:503)
  10769. 2543.90 s [unison-runtime] addi (src/Unison/Runtime/Machine/Primops.hs:512)
  10770. 2543.90 s [unison-runtime] subi (src/Unison/Runtime/Machine/Primops.hs:516)
  10771. 2543.90 s [unison-runtime] muli (src/Unison/Runtime/Machine/Primops.hs:520)
  10772. 2543.90 s [unison-runtime] divi (src/Unison/Runtime/Machine/Primops.hs:524)
  10773. 2543.90 s [unison-runtime] modi (src/Unison/Runtime/Machine/Primops.hs:528)
  10774. 2543.90 s [unison-runtime] eqli (src/Unison/Runtime/Machine/Primops.hs:532)
  10775. 2543.90 s [unison-runtime] neqi (src/Unison/Runtime/Machine/Primops.hs:536)
  10776. 2543.90 s [unison-runtime] leqi (src/Unison/Runtime/Machine/Primops.hs:540)
  10777. 2543.90 s [unison-runtime] lesi (src/Unison/Runtime/Machine/Primops.hs:544)
  10778. 2543.90 s [unison-runtime] andi (src/Unison/Runtime/Machine/Primops.hs:548)
  10779. 2543.90 s [unison-runtime] iori (src/Unison/Runtime/Machine/Primops.hs:552)
  10780. 2543.90 s [unison-runtime] xori (src/Unison/Runtime/Machine/Primops.hs:556)
  10781. 2543.90 s [unison-runtime] shli (src/Unison/Runtime/Machine/Primops.hs:560)
  10782. 2543.90 s [unison-runtime] shri (src/Unison/Runtime/Machine/Primops.hs:564)
  10783. 2543.90 s [unison-runtime] powi (src/Unison/Runtime/Machine/Primops.hs:568)
  10784. 2543.90 s [unison-runtime] addn (src/Unison/Runtime/Machine/Primops.hs:572)
  10785. 2543.90 s [unison-runtime] subn (src/Unison/Runtime/Machine/Primops.hs:576)
  10786. 2543.90 s [unison-runtime] muln (src/Unison/Runtime/Machine/Primops.hs:580)
  10787. 2543.90 s [unison-runtime] divn (src/Unison/Runtime/Machine/Primops.hs:584)
  10788. 2543.90 s [unison-runtime] modn (src/Unison/Runtime/Machine/Primops.hs:588)
  10789. 2543.90 s [unison-runtime] shln (src/Unison/Runtime/Machine/Primops.hs:592)
  10790. 2543.90 s [unison-runtime] shrn (src/Unison/Runtime/Machine/Primops.hs:596)
  10791. 2543.90 s [unison-runtime] pown (src/Unison/Runtime/Machine/Primops.hs:600)
  10792. 2543.90 s [unison-runtime] eqln (src/Unison/Runtime/Machine/Primops.hs:604)
  10793. 2543.90 s [unison-runtime] neqn (src/Unison/Runtime/Machine/Primops.hs:608)
  10794. 2543.90 s [unison-runtime] leqn (src/Unison/Runtime/Machine/Primops.hs:612)
  10795. 2543.90 s [unison-runtime] lesn (src/Unison/Runtime/Machine/Primops.hs:616)
  10796. 2543.90 s [unison-runtime] andn (src/Unison/Runtime/Machine/Primops.hs:620)
  10797. 2543.90 s [unison-runtime] iorn (src/Unison/Runtime/Machine/Primops.hs:624)
  10798. 2543.90 s [unison-runtime] xorn (src/Unison/Runtime/Machine/Primops.hs:628)
  10799. 2543.90 s [unison-runtime] drpn (src/Unison/Runtime/Machine/Primops.hs:632)
  10800. 2543.90 s [unison-runtime] eqlf (src/Unison/Runtime/Machine/Primops.hs:636)
  10801. 2543.90 s [unison-runtime] neqf (src/Unison/Runtime/Machine/Primops.hs:640)
  10802. 2543.90 s [unison-runtime] leqf (src/Unison/Runtime/Machine/Primops.hs:644)
  10803. 2543.90 s [unison-runtime] lesf (src/Unison/Runtime/Machine/Primops.hs:648)
  10804. 2543.90 s [unison-runtime] addf (src/Unison/Runtime/Machine/Primops.hs:652)
  10805. 2543.90 s [unison-runtime] subf (src/Unison/Runtime/Machine/Primops.hs:656)
  10806. 2543.90 s [unison-runtime] mulf (src/Unison/Runtime/Machine/Primops.hs:660)
  10807. 2543.90 s [unison-runtime] divf (src/Unison/Runtime/Machine/Primops.hs:664)
  10808. 2543.90 s [unison-runtime] atn2 (src/Unison/Runtime/Machine/Primops.hs:668)
  10809. 2543.90 s [unison-runtime] powf (src/Unison/Runtime/Machine/Primops.hs:672)
  10810. 2543.90 s [unison-runtime] logb (src/Unison/Runtime/Machine/Primops.hs:676)
  10811. 2543.90 s [unison-runtime] maxf (src/Unison/Runtime/Machine/Primops.hs:680)
  10812. 2543.90 s [unison-runtime] minf (src/Unison/Runtime/Machine/Primops.hs:684)
  10813. 2543.90 s [unison-runtime] drpt (src/Unison/Runtime/Machine/Primops.hs:688)
  10814. 2543.90 s [unison-runtime] takt (src/Unison/Runtime/Machine/Primops.hs:699)
  10815. 2543.90 s [unison-runtime] catt (src/Unison/Runtime/Machine/Primops.hs:710)
  10816. 2543.90 s [unison-runtime] ixot (src/Unison/Runtime/Machine/Primops.hs:714)
  10817. 2543.90 s [unison-runtime] eqlt (src/Unison/Runtime/Machine/Primops.hs:718)
  10818. 2543.90 s [unison-runtime] leqt (src/Unison/Runtime/Machine/Primops.hs:722)
  10819. 2543.90 s [unison-runtime] lest (src/Unison/Runtime/Machine/Primops.hs:726)
  10820. 2543.90 s [unison-runtime] eqlu (src/Unison/Runtime/Machine/Primops.hs:730)
  10821. 2543.90 s [unison-runtime] cmpu (src/Unison/Runtime/Machine/Primops.hs:734)
  10822. 2543.90 s [unison-runtime] lequ (src/Unison/Runtime/Machine/Primops.hs:738)
  10823. 2543.90 s [unison-runtime] lesu (src/Unison/Runtime/Machine/Primops.hs:742)
  10824. 2543.90 s [unison-runtime] drps (src/Unison/Runtime/Machine/Primops.hs:750)
  10825. 2543.90 s [unison-runtime] taks (src/Unison/Runtime/Machine/Primops.hs:754)
  10826. 2543.90 s [unison-runtime] cons (src/Unison/Runtime/Machine/Primops.hs:758)
  10827. 2543.90 s [unison-runtime] snoc (src/Unison/Runtime/Machine/Primops.hs:762)
  10828. 2543.90 s [unison-runtime] idxs (src/Unison/Runtime/Machine/Primops.hs:766)
  10829. 2543.90 s [unison-runtime] SeqView (src/Unison/Runtime/Machine/Primops.hs:769)
  10830. 2543.90 s [unison-runtime] decodeSeqView (src/Unison/Runtime/Machine/Primops.hs:776)
  10831. 2543.90 s [unison-runtime] seqViewE (src/Unison/Runtime/Machine/Primops.hs:783)
  10832. 2543.90 s [unison-runtime] encodeSeqView (src/Unison/Runtime/Machine/Primops.hs:790)
  10833. 2543.90 s [unison-runtime] spll (src/Unison/Runtime/Machine/Primops.hs:815)
  10834. 2543.90 s [unison-runtime] splr (src/Unison/Runtime/Machine/Primops.hs:823)
  10835. 2543.90 s [unison-runtime] cats (src/Unison/Runtime/Machine/Primops.hs:831)
  10836. 2543.90 s [unison-runtime] takb (src/Unison/Runtime/Machine/Primops.hs:838)
  10837. 2543.90 s [unison-runtime] drpb (src/Unison/Runtime/Machine/Primops.hs:843)
  10838. 2543.90 s [unison-runtime] idxb (src/Unison/Runtime/Machine/Primops.hs:847)
  10839. 2543.90 s [unison-runtime] catb (src/Unison/Runtime/Machine/Primops.hs:851)
  10840. 2543.90 s [unison-runtime] ixob (src/Unison/Runtime/Machine/Primops.hs:855)
  10841. 2543.90 s [unison-runtime] refw (src/Unison/Runtime/Machine/Primops.hs:859)
  10842. 2543.90 s [unison-runtime] cast (src/Unison/Runtime/Machine/Primops.hs:863)
  10843. 2543.90 s [unison-runtime] andb (src/Unison/Runtime/Machine/Primops.hs:867)
  10844. 2543.90 s [unison-runtime] iorb (src/Unison/Runtime/Machine/Primops.hs:871)
  10845. 2543.90 s [unison-runtime] sdbv (src/Unison/Runtime/Machine/Primops.hs:875)
  10846. 2543.90 s [unison-runtime] sdbx (src/Unison/Runtime/Machine/Primops.hs:884)
  10847. 2543.90 s [unison-runtime] Warning: 'env' is out of scope.
  10848. 2543.90 s [unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
  10849. 2543.90 s [unison-runtime] Warning: 'henv' is out of scope.
  10850. 2543.90 s [unison-runtime] If you qualify the identifier, haddock can try to link it anyway.
  10851. 2543.90 s [unison-runtime] 5% ( 1 / 18) in 'Unison.Runtime.Machine'
  10852. 2543.90 s [unison-runtime] Missing documentation for:
  10853. 2543.90 s [unison-runtime] Module header
  10854. 2543.90 s [unison-runtime] CCache (src/Unison/Runtime/Machine/Types.hs:162)
  10855. 2543.90 s [unison-runtime] Combs (src/Unison/Runtime/Machine/Types.hs:61)
  10856. 2543.90 s [unison-runtime] Tracer (src/Unison/Runtime/Machine/Types.hs:73)
  10857. 2543.90 s [unison-runtime] apply0 (src/Unison/Runtime/Machine.hs:189)
  10858. 2543.90 s [unison-runtime] baseCCache (src/Unison/Runtime/Machine/Types.hs:195)
  10859. 2543.90 s [unison-runtime] cacheAdd (src/Unison/Runtime/Machine.hs:1719)
  10860. 2543.90 s [unison-runtime] cacheAdd0 (src/Unison/Runtime/Machine.hs:1594)
  10861. 2543.90 s [unison-runtime] eval0 (src/Unison/Runtime/Machine.hs:129)
  10862. 2543.90 s [unison-runtime] expandSandbox (src/Unison/Runtime/Machine.hs:1698)
  10863. 2543.90 s [unison-runtime] preEvalTopLevelConstants (src/Unison/Runtime/Machine.hs:1659)
  10864. 2543.90 s [unison-runtime] refLookup (src/Unison/Runtime/Machine/Types.hs:79)
  10865. 2543.90 s [unison-runtime] refNumTm (src/Unison/Runtime/Machine/Types.hs:189)
  10866. 2543.90 s [unison-runtime] refNumsTm (src/Unison/Runtime/Machine/Types.hs:183)
  10867. 2543.90 s [unison-runtime] refNumsTy (src/Unison/Runtime/Machine/Types.hs:186)
  10868. 2543.90 s [unison-runtime] reifyValue (src/Unison/Runtime/Machine.hs:1941)
  10869. 2543.90 s [unison-runtime] resolveSection (src/Unison/Runtime/Machine.hs:1521)
  10870. 2543.90 s [unison-runtime] 27% ( 5 / 18) in 'Unison.Runtime.Interface'
  10871. 2543.90 s [unison-runtime] Missing documentation for:
  10872. 2543.90 s [unison-runtime] Module header
  10873. 2543.90 s [unison-runtime] startRuntime (src/Unison/Runtime/Interface.hs:872)
  10874. 2543.90 s [unison-runtime] withRuntime (src/Unison/Runtime/Interface.hs:896)
  10875. 2543.90 s [unison-runtime] standalone (src/Unison/Runtime/Interface.hs:1088)
  10876. 2543.90 s [unison-runtime] runStandalone (src/Unison/Runtime/Interface.hs:906)
  10877. 2543.90 s [unison-runtime] decodeStandalone (src/Unison/Runtime/Interface.hs:856)
  10878. 2543.90 s [unison-runtime] Runtime (src/Unison/Runtime.hs:32)
  10879. 2543.90 s [unison-runtime] terminate (src/Unison/Runtime.hs:34)
  10880. 2543.90 s [unison-runtime] getStoredCache (src/Unison/Runtime/Interface.hs:941)
  10881. 2543.90 s [unison-runtime] putStoredCache (src/Unison/Runtime/Interface.hs:927)
  10882. 2543.90 s [unison-runtime] prettyRuntimeExn (src/Unison/Runtime/Interface.hs:1251)
  10883. 2543.90 s [unison-runtime] renderDecompError (src/Unison/Runtime/Interface.hs:1107)
  10884. 2543.90 s [unison-runtime] tabulateErrors (src/Unison/Runtime/Interface.hs:1152)
  10885. 2543.90 s [unison-runtime] 0% ( 0 / 6) in 'Unison.Runtime.Vector'
  10886. 2543.90 s [unison-runtime] Missing documentation for:
  10887. 2543.90 s [unison-runtime] Module header
  10888. 2543.90 s [unison-runtime] Vec (src/Unison/Runtime/Vector.hs:10)
  10889. 2543.90 s [unison-runtime] Nat (src/Unison/Runtime/Vector.hs:23)
  10890. 2543.90 s [unison-runtime] mu (src/Unison/Runtime/Vector.hs:26)
  10891. 2543.90 s [unison-runtime] bound (src/Unison/Runtime/Vector.hs:42)
  10892. 2543.90 s [unison-runtime] toList (src/Unison/Runtime/Vector.hs:50)
  10893. 2545.08 s [unison-runtime] Warning: Unison.Runtime.Array: could not find link destinations for:
  10894. 2545.08 s [unison-runtime] - Data.Vector.Generic.Base.Mutable
  10895. 2545.08 s [unison-runtime] - Unison.Runtime.Array.CheckCtx
  10896. 2545.09 s [unison-runtime] Warning: Unison.Runtime.Pattern: could not find link destinations for:
  10897. 2545.09 s [unison-runtime] - Unison.Runtime.Pattern.Cons
  10898. 2545.09 s [unison-runtime] - Unison.Runtime.Pattern.Term
  10899. 2545.10 s [unison-runtime] Warning: Unison.Runtime.ANF: could not find link destinations for:
  10900. 2545.10 s [unison-runtime] - Unison.Runtime.ANF.DNormal
  10901. 2545.10 s [unison-runtime] - Unison.Runtime.ANF.Cte
  10902. 2545.10 s [unison-runtime] - Unison.Runtime.ANF.FloatSeg
  10903. 2545.10 s [unison-runtime] Warning: Unison.Runtime.MCode: could not find link destinations for:
  10904. 2545.10 s [unison-runtime] - Unison.Runtime.MCode.RCtx
  10905. 2545.11 s [unison-runtime] Warning: Unison.Runtime.Stack: could not find link destinations for:
  10906. 2545.11 s [unison-runtime] - Unison.Runtime.Stack.BVal
  10907. 2545.11 s [unison-runtime] - Unison.Runtime.Stack.UVal
  10908. 2545.11 s [unison-runtime] - Unison.Runtime.Stack.DebugCallStack
  10909. 2545.11 s [unison-runtime] Warning: Unison.Runtime.Profiling: could not find link destinations for:
  10910. 2545.11 s [unison-runtime] - Unison.Runtime.Machine.Types.ProfTicker
  10911. 2545.11 s [unison-runtime] Warning: Unison.Runtime.Debug: could not find link destinations for:
  10912. 2545.11 s [unison-runtime] - Unison.Runtime.Debug.Term
  10913. 2545.11 s [unison-runtime] Warning: Unison.Runtime.ANF.Optimize: could not find link destinations for:
  10914. 2545.11 s [unison-runtime] - Unison.Runtime.ANF.Optimize.Memo
  10915. 2545.12 s [unison-runtime] Warning: Unison.Runtime.Machine.Types: could not find link destinations for:
  10916. 2545.12 s [unison-runtime] - Unison.Runtime.Machine.Types.ProfTicker
  10917. 2545.12 s [unison-runtime] - Unison.Runtime.Machine.Types.NilTick
  10918. 2564.10 s [unison-runtime] Documentation created: dist/doc/html/unison-runtime/,
  10919. 2564.11 s [unison-runtime] dist/doc/html/unison-runtime/unison-runtime.txt
  10920. 2564.19 s [unison-runtime] haddockPhase completed in 45 seconds
  10921. 2564.19 s [unison-runtime] Phase: installPhase
  10922. 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
  10923. 2566.84 s [unison-runtime] Phase: fixupPhase
  10924. 2566.87 s [unison-runtime] shrinking RPATHs of ELF executables and libraries in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0
  10925. 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
  10926. 2567.04 s [unison-runtime] checking for references to /build/ in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0...
  10927. 2567.11 s [unison-runtime] patching script interpreter paths in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0
  10928. 2567.12 s [unison-runtime] stripping (with command strip and flags -S -p) in /nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0/lib
  10929. 2568.24 s [unison-runtime] shrinking RPATHs of ELF executables and libraries in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc
  10930. 2568.26 s [unison-runtime] checking for references to /build/ in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc...
  10931. 2568.30 s [unison-runtime] patching script interpreter paths in /nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc
  10932. 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
  10933. 2568.75 s [unison-runtime:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10934. 2569.05 s [unison-runtime:post-build] copying 2 paths...
  10935. 2569.05 s [unison-runtime:post-build] copying path '/nix/store/447nxgvq4cv3wqs54ap7cdh2cr5rjwp0-unison-runtime-0.0.0-doc' to 'https://cache.nix-ci.com'...
  10936. 2571.92 s [unison-runtime:post-build] copying path '/nix/store/z0q6zkz0gh71ymr7iw6yv855lfkxppz8-unison-runtime-0.0.0' to 'https://cache.nix-ci.com'...
  10937. 2600.23 s [unison-runtime:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  10938. 2600.49 s [unison-runtime:post-build] copying 2 paths...
  10939. 2600.50 s [unison-runtime:post-build] copying path '/nix/store/zcz9i9fhyg590pf3rvvddf6fkld5cwfq-stacklock2nix-pkg-sources-unison-runtime' to 'https://cache.nix-ci.com'...
  10940. 2600.87 s [unison-runtime:post-build] copying path '/nix/store/yga2fgs89n9jx7sdv9jd7wwvjf51p9j2-unison-runtime-0.0.0.drv' to 'https://cache.nix-ci.com'...
  10941. 2601.02 s Progress: 234 of 238 built, 823 of 823 downloaded from cache
  10942. 2601.14 s Building /nix/store/n0lwq9x55yilc5mzy494i8mfhibibmab-unison-share-api-0.0.0.drv
  10943. 2602.11 s [unison-share-api] Phase: setupCompilerEnvironmentPhase
  10944. 2602.11 s [unison-share-api] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
  10945. 2603.56 s [unison-share-api] Phase: unpackPhase
  10946. 2603.56 s [unison-share-api] unpacking source archive /nix/store/331ry2gh40a9n9pmz809rn5lnrl2jm92-stacklock2nix-pkg-sources-unison-share-api
  10947. 2603.58 s [unison-share-api] source root is stacklock2nix-pkg-sources-unison-share-api
  10948. 2603.60 s [unison-share-api] Phase: patchPhase
  10949. 2603.61 s [unison-share-api] Phase: compileBuildDriverPhase
  10950. 2603.62 s [unison-share-api] setupCompileFlags: -package-db=/build/tmp.XsUtuXMfOI/setup-package.conf.d -threaded
  10951. 2603.67 s [unison-share-api] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.XsUtuXMfOI/Main.o )
  10952. 2603.71 s [unison-share-api] [2 of 2] Linking Setup
  10953. 2605.01 s [unison-share-api] Phase: updateAutotoolsGnuConfigScriptsPhase
  10954. 2605.03 s [unison-share-api] Phase: configurePhase
  10955. 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
  10956. 2605.05 s [unison-share-api] Using Parsec parser
  10957. 2605.05 s [unison-share-api] Configuring unison-share-api-0.0.0...
  10958. 2606.05 s [unison-share-api] Dependency Diff: using Diff-1.0.2
  10959. 2606.07 s [unison-share-api] Dependency aeson >=2.0.0.0: using aeson-2.2.4.1
  10960. 2606.07 s [unison-share-api] Dependency base: using base-4.20.2.0
  10961. 2606.07 s [unison-share-api] Dependency binary: using binary-0.8.9.3
  10962. 2606.07 s [unison-share-api] Dependency bytes: using bytes-0.17.5
  10963. 2606.07 s [unison-share-api] Dependency bytestring: using bytestring-0.12.2.0
  10964. 2606.07 s [unison-share-api] Dependency cborg: using cborg-0.2.10.0
  10965. 2606.07 s [unison-share-api] Dependency conduit: using conduit-1.3.6.1
  10966. 2606.07 s [unison-share-api] Dependency containers: using containers-0.7
  10967. 2606.07 s [unison-share-api] Dependency directory: using directory-1.3.8.5
  10968. 2606.07 s [unison-share-api] Dependency errors: using errors-2.3.0
  10969. 2606.07 s [unison-share-api] Dependency extra: using extra-1.8.1
  10970. 2606.07 s [unison-share-api] Dependency filepath: using filepath-1.5.4.0
  10971. 2606.07 s [unison-share-api] Dependency fuzzyfind: using fuzzyfind-3.0.2
  10972. 2606.07 s [unison-share-api] Dependency hs-mcp: using hs-mcp-0.1.1.0
  10973. 2606.07 s [unison-share-api] Dependency http-media: using http-media-0.8.1.1
  10974. 2606.07 s [unison-share-api] Dependency http-types: using http-types-0.12.4
  10975. 2606.07 s [unison-share-api] Dependency ki-unlifted: using ki-unlifted-1.0.0.2
  10976. 2606.07 s [unison-share-api] Dependency lens: using lens-5.3.6
  10977. 2606.07 s [unison-share-api] Dependency lucid: using lucid-2.11.20250303
  10978. 2606.07 s [unison-share-api] Dependency memory: using memory-0.18.0
  10979. 2606.07 s [unison-share-api] Dependency mtl: using mtl-2.3.1
  10980. 2606.07 s [unison-share-api] Dependency network: using network-3.2.8.0
  10981. 2606.07 s [unison-share-api] Dependency nonempty-containers: using nonempty-containers-0.3.5.0
  10982. 2606.07 s [unison-share-api] Dependency openapi3: using openapi3-3.2.4
  10983. 2606.07 s [unison-share-api] Dependency regex-tdfa: using regex-tdfa-1.3.2.5
  10984. 2606.07 s [unison-share-api] Dependency serialise: using serialise-0.2.6.1
  10985. 2606.07 s [unison-share-api] Dependency servant: using servant-0.20.3.0
  10986. 2606.07 s [unison-share-api] Dependency servant-docs: using servant-docs-0.13.1
  10987. 2606.07 s [unison-share-api] Dependency servant-openapi3: using servant-openapi3-2.0.1.6
  10988. 2606.07 s [unison-share-api] Dependency servant-server: using servant-server-0.20.3.0
  10989. 2606.07 s [unison-share-api] Dependency servant-websockets: using servant-websockets-2.0.0
  10990. 2606.07 s [unison-share-api] Dependency stm-chans: using stm-chans-3.0.0.11
  10991. 2606.07 s [unison-share-api] Dependency text: using text-2.1.3
  10992. 2606.07 s [unison-share-api] Dependency time: using time-1.12.2
  10993. 2606.07 s [unison-share-api] Dependency transformers: using transformers-0.6.1.1
  10994. 2606.07 s [unison-share-api] Dependency unison-codebase: using unison-codebase-0.0.0
  10995. 2606.07 s [unison-share-api] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
  10996. 2606.07 s [unison-share-api] Dependency unison-codebase-sqlite-hashing-v2: using
  10997. 2606.07 s [unison-share-api] unison-codebase-sqlite-hashing-v2-0.0.0
  10998. 2606.07 s [unison-share-api] Dependency unison-core: using unison-core-0.0.0
  10999. 2606.07 s [unison-share-api] Dependency unison-core1: using unison-core1-0.0.0
  11000. 2606.07 s [unison-share-api] Dependency unison-hash: using unison-hash-0.0.0
  11001. 2606.07 s [unison-share-api] Dependency unison-hash-orphans-aeson: using unison-hash-orphans-aeson-0.0.0
  11002. 2606.07 s [unison-share-api] Dependency unison-hashing-v2: using unison-hashing-v2-0.0.0
  11003. 2606.07 s [unison-share-api] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
  11004. 2606.07 s [unison-share-api] Dependency unison-prelude: using unison-prelude-0.0.0
  11005. 2606.07 s [unison-share-api] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
  11006. 2606.07 s [unison-share-api] Dependency unison-runtime: using unison-runtime-0.0.0
  11007. 2606.07 s [unison-share-api] Dependency unison-share-projects-api: using unison-share-projects-api-0.0.0
  11008. 2606.07 s [unison-share-api] Dependency unison-sqlite: using unison-sqlite-0.0.0
  11009. 2606.07 s [unison-share-api] Dependency unison-syntax: using unison-syntax-0.0.0
  11010. 2606.07 s [unison-share-api] Dependency unison-util-base32hex: using unison-util-base32hex-0.0.0
  11011. 2606.07 s [unison-share-api] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
  11012. 2606.07 s [unison-share-api] Dependency unison-util-relation: using unison-util-relation-0.0.0
  11013. 2606.07 s [unison-share-api] Dependency unliftio: using unliftio-0.2.25.1
  11014. 2606.07 s [unison-share-api] Dependency uri-encode: using uri-encode-1.5.0.7
  11015. 2606.07 s [unison-share-api] Dependency utf8-string: using utf8-string-1.0.2
  11016. 2606.07 s [unison-share-api] Dependency vector: using vector-0.13.2.0
  11017. 2606.07 s [unison-share-api] Dependency wai: using wai-3.2.4
  11018. 2606.07 s [unison-share-api] Dependency wai-cors: using wai-cors-0.2.7
  11019. 2606.07 s [unison-share-api] Dependency warp: using warp-3.4.9
  11020. 2606.07 s [unison-share-api] Dependency websockets: using websockets-0.13.0.0
  11021. 2606.07 s [unison-share-api] Dependency wuss: using wuss-2.0.2.7
  11022. 2606.07 s [unison-share-api] Dependency yaml: using yaml-0.11.11.2
  11023. 2606.07 s [unison-share-api] Dependency base: using base-4.20.2.0
  11024. 2606.07 s [unison-share-api] Dependency bytestring: using bytestring-0.12.2.0
  11025. 2606.07 s [unison-share-api] Dependency code-page: using code-page-0.2.1
  11026. 2606.07 s [unison-share-api] Dependency easytest: using easytest-0.1
  11027. 2606.07 s [unison-share-api] Dependency hedgehog: using hedgehog-1.5
  11028. 2606.07 s [unison-share-api] Dependency raw-strings-qq: using raw-strings-qq-1.1
  11029. 2606.07 s [unison-share-api] Dependency serialise: using serialise-0.2.6.1
  11030. 2606.07 s [unison-share-api] Dependency text: using text-2.1.3
  11031. 2606.07 s [unison-share-api] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
  11032. 2606.07 s [unison-share-api] Dependency unison-hash: using unison-hash-0.0.0
  11033. 2606.07 s [unison-share-api] Dependency unison-prelude: using unison-prelude-0.0.0
  11034. 2606.07 s [unison-share-api] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
  11035. 2606.07 s [unison-share-api] Dependency unison-share-api: using unison-share-api-0.0.0
  11036. 2606.07 s [unison-share-api] Dependency vector: using vector-0.13.2.0
  11037. 2606.07 s [unison-share-api] Source component graph:
  11038. 2606.07 s [unison-share-api] component lib
  11039. 2606.07 s [unison-share-api] component test:unison-share-api-tests dependency lib
  11040. 2606.07 s [unison-share-api] Configured component graph:
  11041. 2606.07 s [unison-share-api] component unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11042. 2606.07 s [unison-share-api] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  11043. 2606.07 s [unison-share-api] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  11044. 2606.07 s [unison-share-api] include base-4.20.2.0-4d66
  11045. 2606.07 s [unison-share-api] include binary-0.8.9.3-6b8f
  11046. 2606.07 s [unison-share-api] include bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
  11047. 2606.07 s [unison-share-api] include bytestring-0.12.2.0-25ef
  11048. 2606.07 s [unison-share-api] include cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
  11049. 2606.07 s [unison-share-api] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  11050. 2606.07 s [unison-share-api] include containers-0.7-e888
  11051. 2606.07 s [unison-share-api] include directory-1.3.8.5-65d6
  11052. 2606.07 s [unison-share-api] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  11053. 2606.07 s [unison-share-api] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  11054. 2606.07 s [unison-share-api] include filepath-1.5.4.0-a61e
  11055. 2606.07 s [unison-share-api] include fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
  11056. 2606.07 s [unison-share-api] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  11057. 2606.07 s [unison-share-api] include http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
  11058. 2606.07 s [unison-share-api] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  11059. 2606.07 s [unison-share-api] include ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
  11060. 2606.07 s [unison-share-api] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  11061. 2606.07 s [unison-share-api] include lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
  11062. 2606.07 s [unison-share-api] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  11063. 2606.07 s [unison-share-api] include mtl-2.3.1-f2f2
  11064. 2606.07 s [unison-share-api] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  11065. 2606.07 s [unison-share-api] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  11066. 2606.07 s [unison-share-api] include openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
  11067. 2606.07 s [unison-share-api] include regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
  11068. 2606.07 s [unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11069. 2606.07 s [unison-share-api] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  11070. 2606.07 s [unison-share-api] include servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
  11071. 2606.07 s [unison-share-api] include servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
  11072. 2606.07 s [unison-share-api] include servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
  11073. 2606.07 s [unison-share-api] include servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
  11074. 2606.07 s [unison-share-api] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  11075. 2606.07 s [unison-share-api] include text-2.1.3-3f03
  11076. 2606.07 s [unison-share-api] include time-1.12.2-fafe
  11077. 2606.07 s [unison-share-api] include transformers-0.6.1.1-eb98
  11078. 2606.07 s [unison-share-api] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  11079. 2606.07 s [unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11080. 2606.07 s [unison-share-api] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  11081. 2606.07 s [unison-share-api] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  11082. 2606.07 s [unison-share-api] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  11083. 2606.07 s [unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11084. 2606.07 s [unison-share-api] include unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
  11085. 2606.08 s [unison-share-api] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  11086. 2606.08 s [unison-share-api] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  11087. 2606.08 s [unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11088. 2606.08 s [unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11089. 2606.08 s [unison-share-api] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  11090. 2606.08 s [unison-share-api] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  11091. 2606.08 s [unison-share-api] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  11092. 2606.08 s [unison-share-api] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  11093. 2606.08 s [unison-share-api] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  11094. 2606.08 s [unison-share-api] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  11095. 2606.08 s [unison-share-api] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  11096. 2606.08 s [unison-share-api] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  11097. 2606.08 s [unison-share-api] include uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
  11098. 2606.08 s [unison-share-api] include utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
  11099. 2606.08 s [unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11100. 2606.08 s [unison-share-api] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  11101. 2606.08 s [unison-share-api] include wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
  11102. 2606.08 s [unison-share-api] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  11103. 2606.08 s [unison-share-api] include websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
  11104. 2606.08 s [unison-share-api] include wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
  11105. 2606.08 s [unison-share-api] include yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
  11106. 2606.08 s [unison-share-api] component unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
  11107. 2606.08 s [unison-share-api] include base-4.20.2.0-4d66
  11108. 2606.08 s [unison-share-api] include bytestring-0.12.2.0-25ef
  11109. 2606.08 s [unison-share-api] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  11110. 2606.08 s [unison-share-api] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  11111. 2606.08 s [unison-share-api] include hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
  11112. 2606.08 s [unison-share-api] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  11113. 2606.08 s [unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11114. 2606.08 s [unison-share-api] include text-2.1.3-3f03
  11115. 2606.08 s [unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11116. 2606.08 s [unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11117. 2606.08 s [unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11118. 2606.08 s [unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11119. 2606.08 s [unison-share-api] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11120. 2606.08 s [unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11121. 2606.08 s [unison-share-api] Linked component graph:
  11122. 2606.08 s [unison-share-api] unit unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11123. 2606.08 s [unison-share-api] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  11124. 2606.08 s [unison-share-api] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  11125. 2606.08 s [unison-share-api] include base-4.20.2.0-4d66
  11126. 2606.08 s [unison-share-api] include binary-0.8.9.3-6b8f
  11127. 2606.08 s [unison-share-api] include bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
  11128. 2606.08 s [unison-share-api] include bytestring-0.12.2.0-25ef
  11129. 2606.08 s [unison-share-api] include cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
  11130. 2606.08 s [unison-share-api] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  11131. 2606.08 s [unison-share-api] include containers-0.7-e888
  11132. 2606.08 s [unison-share-api] include directory-1.3.8.5-65d6
  11133. 2606.08 s [unison-share-api] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  11134. 2606.08 s [unison-share-api] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  11135. 2606.08 s [unison-share-api] include filepath-1.5.4.0-a61e
  11136. 2606.08 s [unison-share-api] include fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
  11137. 2606.08 s [unison-share-api] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  11138. 2606.08 s [unison-share-api] include http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
  11139. 2606.08 s [unison-share-api] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  11140. 2606.08 s [unison-share-api] include ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
  11141. 2606.08 s [unison-share-api] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  11142. 2606.08 s [unison-share-api] include lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
  11143. 2606.08 s [unison-share-api] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  11144. 2606.08 s [unison-share-api] include mtl-2.3.1-f2f2
  11145. 2606.08 s [unison-share-api] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  11146. 2606.08 s [unison-share-api] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  11147. 2606.08 s [unison-share-api] include openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
  11148. 2606.08 s [unison-share-api] include regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
  11149. 2606.08 s [unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11150. 2606.08 s [unison-share-api] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  11151. 2606.08 s [unison-share-api] include servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
  11152. 2606.08 s [unison-share-api] include servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
  11153. 2606.08 s [unison-share-api] include servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
  11154. 2606.08 s [unison-share-api] include servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
  11155. 2606.08 s [unison-share-api] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  11156. 2606.08 s [unison-share-api] include text-2.1.3-3f03
  11157. 2606.08 s [unison-share-api] include time-1.12.2-fafe
  11158. 2606.08 s [unison-share-api] include transformers-0.6.1.1-eb98
  11159. 2606.08 s [unison-share-api] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  11160. 2606.08 s [unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11161. 2606.08 s [unison-share-api] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  11162. 2606.08 s [unison-share-api] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  11163. 2606.08 s [unison-share-api] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  11164. 2606.08 s [unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11165. 2606.08 s [unison-share-api] include unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
  11166. 2606.08 s [unison-share-api] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  11167. 2606.08 s [unison-share-api] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  11168. 2606.08 s [unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11169. 2606.08 s [unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11170. 2606.08 s [unison-share-api] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  11171. 2606.08 s [unison-share-api] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  11172. 2606.08 s [unison-share-api] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  11173. 2606.08 s [unison-share-api] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  11174. 2606.08 s [unison-share-api] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  11175. 2606.08 s [unison-share-api] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  11176. 2606.08 s [unison-share-api] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  11177. 2606.08 s [unison-share-api] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  11178. 2606.08 s [unison-share-api] include uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
  11179. 2606.08 s [unison-share-api] include utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
  11180. 2606.08 s [unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11181. 2606.08 s [unison-share-api] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  11182. 2606.08 s [unison-share-api] include wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
  11183. 2606.08 s [unison-share-api] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  11184. 2606.08 s [unison-share-api] include websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
  11185. 2606.08 s [unison-share-api] include wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
  11186. 2606.08 s [unison-share-api] include yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
  11187. 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
  11188. 2606.08 s [unison-share-api] unit unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
  11189. 2606.08 s [unison-share-api] include base-4.20.2.0-4d66
  11190. 2606.08 s [unison-share-api] include bytestring-0.12.2.0-25ef
  11191. 2606.08 s [unison-share-api] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  11192. 2606.08 s [unison-share-api] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  11193. 2606.10 s [unison-share-api] include hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
  11194. 2606.10 s [unison-share-api] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  11195. 2606.10 s [unison-share-api] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11196. 2606.10 s [unison-share-api] include text-2.1.3-3f03
  11197. 2606.10 s [unison-share-api] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11198. 2606.10 s [unison-share-api] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11199. 2606.10 s [unison-share-api] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11200. 2606.10 s [unison-share-api] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11201. 2606.10 s [unison-share-api] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11202. 2606.10 s [unison-share-api] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11203. 2606.10 s [unison-share-api] Ready component graph:
  11204. 2606.10 s [unison-share-api] definite unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11205. 2606.10 s [unison-share-api] depends Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  11206. 2606.10 s [unison-share-api] depends aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  11207. 2606.10 s [unison-share-api] depends base-4.20.2.0-4d66
  11208. 2606.10 s [unison-share-api] depends binary-0.8.9.3-6b8f
  11209. 2606.10 s [unison-share-api] depends bytes-0.17.5-7QXmE5IB1h96VrGaIChoWN
  11210. 2606.10 s [unison-share-api] depends bytestring-0.12.2.0-25ef
  11211. 2606.10 s [unison-share-api] depends cborg-0.2.10.0-BNB2WQnI7hx8wD3lOTxxzA
  11212. 2606.10 s [unison-share-api] depends conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  11213. 2606.10 s [unison-share-api] depends containers-0.7-e888
  11214. 2606.10 s [unison-share-api] depends directory-1.3.8.5-65d6
  11215. 2606.10 s [unison-share-api] depends errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  11216. 2606.10 s [unison-share-api] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  11217. 2606.10 s [unison-share-api] depends filepath-1.5.4.0-a61e
  11218. 2606.10 s [unison-share-api] depends fuzzyfind-3.0.2-FQQXUJCNKov95iWtMJMJQV
  11219. 2606.10 s [unison-share-api] depends hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  11220. 2606.10 s [unison-share-api] depends http-media-0.8.1.1-EYOSE4SJZ2xD6uScxiFBbb
  11221. 2606.10 s [unison-share-api] depends http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  11222. 2606.10 s [unison-share-api] depends ki-unlifted-1.0.0.2-EictYOlrK9y4W66LvYpmHH
  11223. 2606.10 s [unison-share-api] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
  11224. 2606.10 s [unison-share-api] depends lucid-2.11.20250303-HbDlTZ3YFHo30IzZm3mQLk
  11225. 2606.10 s [unison-share-api] depends memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  11226. 2606.10 s [unison-share-api] depends mtl-2.3.1-f2f2
  11227. 2606.10 s [unison-share-api] depends network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  11228. 2606.10 s [unison-share-api] depends nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  11229. 2606.10 s [unison-share-api] depends openapi3-3.2.4-9WOv5AtdLYXK6dIzH0lSja
  11230. 2606.10 s [unison-share-api] depends regex-tdfa-1.3.2.5-5RVEyxPd4Ey7VmJv32QfM6
  11231. 2606.10 s [unison-share-api] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11232. 2606.10 s [unison-share-api] depends servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  11233. 2606.10 s [unison-share-api] depends servant-docs-0.13.1-2YBz6dUEWkA8ZfILUjfmTX
  11234. 2606.10 s [unison-share-api] depends servant-openapi3-2.0.1.6-LVHtNtHdJ153Vpku44wOWj
  11235. 2606.10 s [unison-share-api] depends servant-server-0.20.3.0-GCwBNhDdwPqG7hIXplN7Zi
  11236. 2606.10 s [unison-share-api] depends servant-websockets-2.0.0-A3c4Zmc9Npv2VH8c3Zd1nF
  11237. 2606.10 s [unison-share-api] depends stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  11238. 2606.10 s [unison-share-api] depends text-2.1.3-3f03
  11239. 2606.10 s [unison-share-api] depends time-1.12.2-fafe
  11240. 2606.10 s [unison-share-api] depends transformers-0.6.1.1-eb98
  11241. 2606.10 s [unison-share-api] depends unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  11242. 2606.10 s [unison-share-api] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11243. 2606.10 s [unison-share-api] depends unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  11244. 2606.10 s [unison-share-api] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  11245. 2606.10 s [unison-share-api] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  11246. 2606.10 s [unison-share-api] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11247. 2606.10 s [unison-share-api] depends unison-hash-orphans-aeson-0.0.0-L5rny0QBmjA7QnOUVZpUDF
  11248. 2606.10 s [unison-share-api] depends unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  11249. 2606.10 s [unison-share-api] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  11250. 2606.10 s [unison-share-api] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11251. 2606.10 s [unison-share-api] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11252. 2606.10 s [unison-share-api] depends unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  11253. 2606.10 s [unison-share-api] depends unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  11254. 2606.10 s [unison-share-api] depends unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  11255. 2606.10 s [unison-share-api] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  11256. 2606.10 s [unison-share-api] depends unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  11257. 2606.10 s [unison-share-api] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  11258. 2606.10 s [unison-share-api] depends unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  11259. 2606.10 s [unison-share-api] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  11260. 2606.10 s [unison-share-api] depends uri-encode-1.5.0.7-CmxWmMw5Sb9DDXgI3fDfeY
  11261. 2606.10 s [unison-share-api] depends utf8-string-1.0.2-HL9F2eUly2BCIH9uv9hrQZ
  11262. 2606.10 s [unison-share-api] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11263. 2606.10 s [unison-share-api] depends wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  11264. 2606.10 s [unison-share-api] depends wai-cors-0.2.7-7xsBeSMj2aY616zZ8s0a1V
  11265. 2606.10 s [unison-share-api] depends warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  11266. 2606.10 s [unison-share-api] depends websockets-0.13.0.0-6o0krztb97D6bv5hi1saD
  11267. 2606.10 s [unison-share-api] depends wuss-2.0.2.7-2ozSvXRrc8v13naNB4Srby
  11268. 2606.10 s [unison-share-api] depends yaml-0.11.11.2-EjC18xbA1SXJKkbo2DxZeE
  11269. 2606.10 s [unison-share-api] definite unison-share-api-0.0.0-LPR0cTjJVSvGXWCmEQUbr7-unison-share-api-tests
  11270. 2606.10 s [unison-share-api] depends base-4.20.2.0-4d66
  11271. 2606.10 s [unison-share-api] depends bytestring-0.12.2.0-25ef
  11272. 2606.10 s [unison-share-api] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  11273. 2606.10 s [unison-share-api] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
  11274. 2606.10 s [unison-share-api] depends hedgehog-1.5-3w5QjYts7qLDTcCF3OdMAR
  11275. 2606.10 s [unison-share-api] depends raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  11276. 2606.10 s [unison-share-api] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  11277. 2606.10 s [unison-share-api] depends text-2.1.3-3f03
  11278. 2606.10 s [unison-share-api] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  11279. 2606.10 s [unison-share-api] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  11280. 2606.10 s [unison-share-api] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  11281. 2606.10 s [unison-share-api] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  11282. 2606.10 s [unison-share-api] depends unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  11283. 2606.10 s [unison-share-api] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  11284. 2606.10 s [unison-share-api] Using Cabal-3.12.1.0 compiled by ghc-9.10
  11285. 2606.11 s [unison-share-api] Using compiler: ghc-9.10.3
  11286. 2606.11 s [unison-share-api] Using install prefix:
  11287. 2606.11 s [unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
  11288. 2606.11 s [unison-share-api] Executables installed in:
  11289. 2606.11 s [unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/bin
  11290. 2606.11 s [unison-share-api] Libraries installed in:
  11291. 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
  11292. 2606.11 s [unison-share-api] Dynamic Libraries installed in:
  11293. 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
  11294. 2606.11 s [unison-share-api] Private executables installed in:
  11295. 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
  11296. 2606.11 s [unison-share-api] Data files installed in:
  11297. 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
  11298. 2606.11 s [unison-share-api] Documentation installed in:
  11299. 2606.11 s [unison-share-api] /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc/share/doc/unison-share-api-0.0.0
  11300. 2606.11 s [unison-share-api] Configuration files installed in:
  11301. 2606.11 s [unison-share-api] /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0/etc
  11302. 2606.11 s [unison-share-api] No alex found
  11303. 2606.11 s [unison-share-api] Using ar found on system at:
  11304. 2606.11 s [unison-share-api] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
  11305. 2606.11 s [unison-share-api] No c2hs found
  11306. 2606.11 s [unison-share-api] No cpphs found
  11307. 2606.11 s [unison-share-api] No doctest found
  11308. 2606.11 s [unison-share-api] Using gcc version 15.2.0 given by user at:
  11309. 2606.11 s [unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
  11310. 2606.11 s [unison-share-api] Using ghc version 9.10.3 found on system at:
  11311. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
  11312. 2606.11 s [unison-share-api] Using ghc-pkg version 9.10.3 found on system at:
  11313. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
  11314. 2606.11 s [unison-share-api] No ghcjs found
  11315. 2606.11 s [unison-share-api] No ghcjs-pkg found
  11316. 2606.11 s [unison-share-api] No greencard found
  11317. 2606.11 s [unison-share-api] Using haddock version 2.31.1 found on system at:
  11318. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
  11319. 2606.11 s [unison-share-api] No happy found
  11320. 2606.11 s [unison-share-api] Using haskell-suite found on system at: haskell-suite-dummy-location
  11321. 2606.11 s [unison-share-api] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  11322. 2606.11 s [unison-share-api] No hmake found
  11323. 2606.11 s [unison-share-api] Using hpc version 0.69 found on system at:
  11324. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
  11325. 2606.11 s [unison-share-api] Using hsc2hs version 0.68.10 found on system at:
  11326. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  11327. 2606.11 s [unison-share-api] Using hscolour version 1.25 found on system at:
  11328. 2606.11 s [unison-share-api] /nix/store/hvlf3xzdw0p5s3kybdkch6iqyz0740rc-hscolour-1.25/bin/HsColour
  11329. 2606.11 s [unison-share-api] No jhc found
  11330. 2606.11 s [unison-share-api] Using ld found on system at:
  11331. 2606.11 s [unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
  11332. 2606.11 s [unison-share-api] No pkg-config found
  11333. 2606.11 s [unison-share-api] Using runghc version 9.10.3 found on system at:
  11334. 2606.11 s [unison-share-api] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
  11335. 2606.11 s [unison-share-api] Using strip version 2.46 found on system at:
  11336. 2606.11 s [unison-share-api] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
  11337. 2606.11 s [unison-share-api] Using tar found on system at:
  11338. 2606.11 s [unison-share-api] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
  11339. 2606.11 s [unison-share-api] No uhc found
  11340. 2607.91 s [unison-share-api] Phase: buildPhase
  11341. 2608.07 s [unison-share-api] Preprocessing library for unison-share-api-0.0.0...
  11342. 2608.07 s [unison-share-api] Building library for unison-share-api-0.0.0...
  11343. 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 )
  11344. 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 )
  11345. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning: [GHC-63397] [-Wname-shadowing]
  11346. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11347. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11348. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11349. 2609.10 s [unison-share-api] |
  11350. 2609.10 s [unison-share-api] 202 | Right name -> pure name
  11351. 2609.10 s [unison-share-api] | ^^^^
  11352. 2609.10 s [unison-share-api]
  11353. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning: [GHC-63397] [-Wname-shadowing]
  11354. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11355. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11356. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11357. 2609.10 s [unison-share-api] |
  11358. 2609.10 s [unison-share-api] 211 | Right name -> pure name
  11359. 2609.10 s [unison-share-api] | ^^^^
  11360. 2609.10 s [unison-share-api]
  11361. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning: [GHC-63397] [-Wname-shadowing]
  11362. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11363. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11364. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11365. 2609.10 s [unison-share-api] |
  11366. 2609.10 s [unison-share-api] 395 | for hqName \name -> case Name.segments name of
  11367. 2609.10 s [unison-share-api] | ^^^^
  11368. 2609.10 s [unison-share-api]
  11369. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning: [GHC-63397] [-Wname-shadowing]
  11370. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11371. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11372. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11373. 2609.10 s [unison-share-api] |
  11374. 2609.10 s [unison-share-api] 402 | for hqName \name -> case Name.segments name of
  11375. 2609.10 s [unison-share-api] | ^^^^
  11376. 2609.10 s [unison-share-api]
  11377. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning: [GHC-63397] [-Wname-shadowing]
  11378. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11379. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11380. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11381. 2609.10 s [unison-share-api] |
  11382. 2609.10 s [unison-share-api] 451 | toQueryParam name = into @Text name
  11383. 2609.10 s [unison-share-api] | ^^^^
  11384. 2609.10 s [unison-share-api]
  11385. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning: [GHC-63397] [-Wname-shadowing]
  11386. 2609.10 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11387. 2609.10 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  11388. 2609.10 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  11389. 2609.10 s [unison-share-api] |
  11390. 2609.10 s [unison-share-api] 477 | toQueryParam name = into @Text name
  11391. 2609.10 s [unison-share-api] | ^^^^
  11392. 2609.10 s [unison-share-api]
  11393. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning: [GHC-63397] [-Wname-shadowing]
  11394. 2609.10 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  11395. 2609.10 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  11396. 2609.10 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  11397. 2609.10 s [unison-share-api] |
  11398. 2609.10 s [unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements)) ->
  11399. 2609.10 s [unison-share-api] | ^^^^^^^^
  11400. 2609.10 s [unison-share-api]
  11401. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning: [GHC-63397] [-Wname-shadowing]
  11402. 2609.10 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  11403. 2609.10 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  11404. 2609.10 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  11405. 2609.10 s [unison-share-api] |
  11406. 2609.10 s [unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements)) ->
  11407. 2609.10 s [unison-share-api] | ^^^^^^^^
  11408. 2609.10 s [unison-share-api]
  11409. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning: [GHC-63397] [-Wname-shadowing]
  11410. 2609.10 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  11411. 2609.10 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  11412. 2609.10 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  11413. 2609.10 s [unison-share-api] |
  11414. 2609.10 s [unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  11415. 2609.10 s [unison-share-api] | ^^^^^^^^
  11416. 2609.10 s [unison-share-api]
  11417. 2609.10 s [unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning: [GHC-63397] [-Wname-shadowing]
  11418. 2609.10 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  11419. 2609.10 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  11420. 2609.10 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  11421. 2609.10 s [unison-share-api] |
  11422. 2609.10 s [unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  11423. 2609.10 s [unison-share-api] | ^^^^^^^^
  11424. 2609.10 s [unison-share-api]
  11425. 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 )
  11426. 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 )
  11427. 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 )
  11428. 2613.29 s [unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning: [GHC-63397] [-Wname-shadowing]
  11429. 2613.29 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11430. 2613.29 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  11431. 2613.29 s [unison-share-api] |
  11432. 2613.29 s [unison-share-api] 88 | | (name, r) <- R.toList types
  11433. 2613.29 s [unison-share-api] | ^^^^
  11434. 2613.29 s [unison-share-api]
  11435. 2613.29 s [unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning: [GHC-63397] [-Wname-shadowing]
  11436. 2613.29 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11437. 2613.29 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  11438. 2613.29 s [unison-share-api] |
  11439. 2613.29 s [unison-share-api] 92 | | (name, r) <- R.toList terms
  11440. 2613.29 s [unison-share-api] | ^^^^
  11441. 2613.29 s [unison-share-api]
  11442. 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 )
  11443. 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 )
  11444. 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 )
  11445. 2613.29 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning: [GHC-63397] [-Wname-shadowing]
  11446. 2613.29 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  11447. 2613.29 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
  11448. 2613.29 s [unison-share-api] |
  11449. 2613.29 s [unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
  11450. 2613.29 s [unison-share-api] | ^^^^^
  11451. 2613.29 s [unison-share-api]
  11452. 2613.29 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning: [GHC-63397] [-Wname-shadowing]
  11453. 2613.29 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  11454. 2613.29 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
  11455. 2613.29 s [unison-share-api] |
  11456. 2613.29 s [unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
  11457. 2613.29 s [unison-share-api] | ^^^^^
  11458. 2613.29 s [unison-share-api]
  11459. 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 )
  11460. 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 )
  11461. 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 )
  11462. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:216:14: warning: [GHC-63397] [-Wname-shadowing]
  11463. 2613.29 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  11464. 2613.29 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  11465. 2613.29 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11466. 2613.29 s [unison-share-api] |
  11467. 2613.29 s [unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
  11468. 2613.29 s [unison-share-api] | ^^^
  11469. 2613.29 s [unison-share-api]
  11470. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:217:20: warning: [GHC-63397] [-Wname-shadowing]
  11471. 2613.29 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  11472. 2613.29 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  11473. 2613.29 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11474. 2613.29 s [unison-share-api] |
  11475. 2613.29 s [unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
  11476. 2613.29 s [unison-share-api] | ^^^
  11477. 2613.29 s [unison-share-api]
  11478. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:264:22: warning: [GHC-63397] [-Wname-shadowing]
  11479. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11480. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  11481. 2613.29 s [unison-share-api] |
  11482. 2613.29 s [unison-share-api] 264 | full tm@(Term.Ann' _ _) _ =
  11483. 2613.29 s [unison-share-api] | ^^
  11484. 2613.29 s [unison-share-api]
  11485. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:266:22: warning: [GHC-63397] [-Wname-shadowing]
  11486. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11487. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  11488. 2613.29 s [unison-share-api] |
  11489. 2613.29 s [unison-share-api] 266 | full tm typ =
  11490. 2613.29 s [unison-share-api] | ^^
  11491. 2613.29 s [unison-share-api]
  11492. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:266:25: warning: [GHC-63397] [-Wname-shadowing]
  11493. 2613.29 s [unison-share-api] This binding for ‘typ’ shadows the existing binding
  11494. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
  11495. 2613.29 s [unison-share-api] |
  11496. 2613.29 s [unison-share-api] 266 | full tm typ =
  11497. 2613.29 s [unison-share-api] | ^^^
  11498. 2613.29 s [unison-share-api]
  11499. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:283:10: warning: [GHC-63397] [-Wname-shadowing]
  11500. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11501. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11502. 2613.29 s [unison-share-api] |
  11503. 2613.29 s [unison-share-api] 283 | Just tm -> go tm
  11504. 2613.29 s [unison-share-api] | ^^
  11505. 2613.29 s [unison-share-api]
  11506. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:294:21: warning: [GHC-63397] [-Wname-shadowing]
  11507. 2613.29 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  11508. 2613.29 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
  11509. 2613.29 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  11510. 2613.29 s [unison-share-api] |
  11511. 2613.29 s [unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
  11512. 2613.29 s [unison-share-api] | ^^
  11513. 2613.29 s [unison-share-api]
  11514. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:326:14: warning: [GHC-63397] [-Wname-shadowing]
  11515. 2613.29 s [unison-share-api] This binding for ‘types’ shadows the existing binding
  11516. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
  11517. 2613.29 s [unison-share-api] |
  11518. 2613.29 s [unison-share-api] 326 | Just types -> pure (zip rs types)
  11519. 2613.29 s [unison-share-api] | ^^^^^
  11520. 2613.29 s [unison-share-api]
  11521. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:351:13: warning: [GHC-63397] [-Wname-shadowing]
  11522. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11523. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11524. 2613.29 s [unison-share-api] |
  11525. 2613.29 s [unison-share-api] 351 | tm r = Right $ LD.TermReferent r
  11526. 2613.29 s [unison-share-api] | ^^
  11527. 2613.29 s [unison-share-api]
  11528. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:370:43: warning: [GHC-63397] [-Wname-shadowing]
  11529. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11530. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11531. 2613.29 s [unison-share-api] |
  11532. 2613.29 s [unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) -> do
  11533. 2613.29 s [unison-share-api] | ^^
  11534. 2613.29 s [unison-share-api]
  11535. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:374:49: warning: [GHC-63397] [-Wname-shadowing]
  11536. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11537. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11538. 2613.29 s [unison-share-api] |
  11539. 2613.29 s [unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) -> do
  11540. 2613.29 s [unison-share-api] | ^^
  11541. 2613.29 s [unison-share-api]
  11542. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:399:44: warning: [GHC-63397] [-Wname-shadowing]
  11543. 2613.29 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  11544. 2613.29 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  11545. 2613.29 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11546. 2613.29 s [unison-share-api] |
  11547. 2613.29 s [unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  11548. 2613.29 s [unison-share-api] | ^^^
  11549. 2613.29 s [unison-share-api]
  11550. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:402:37: warning: [GHC-63397] [-Wname-shadowing]
  11551. 2613.29 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  11552. 2613.29 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  11553. 2613.29 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11554. 2613.29 s [unison-share-api] |
  11555. 2613.29 s [unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
  11556. 2613.29 s [unison-share-api] | ^^^
  11557. 2613.29 s [unison-share-api]
  11558. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:404:7: warning: [GHC-63397] [-Wname-shadowing]
  11559. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11560. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11561. 2613.29 s [unison-share-api] |
  11562. 2613.29 s [unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
  11563. 2613.29 s [unison-share-api] | ^^
  11564. 2613.29 s [unison-share-api]
  11565. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:425:11: warning: [GHC-63397] [-Wname-shadowing]
  11566. 2613.29 s [unison-share-api] This binding for ‘go’ shadows the existing binding
  11567. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
  11568. 2613.29 s [unison-share-api] |
  11569. 2613.29 s [unison-share-api] 425 | go s1@(!seen, !acc) = \case
  11570. 2613.29 s [unison-share-api] | ^^
  11571. 2613.29 s [unison-share-api]
  11572. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:427:57: warning: [GHC-63397] [-Wname-shadowing]
  11573. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11574. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  11575. 2613.29 s [unison-share-api] |
  11576. 2613.29 s [unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm), _anns] ->
  11577. 2613.29 s [unison-share-api] | ^^
  11578. 2613.29 s [unison-share-api]
  11579. 2613.29 s [unison-share-api] src/Unison/Server/Doc.hs:441:36: warning: [GHC-63397] [-Wname-shadowing]
  11580. 2613.29 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  11581. 2613.29 s [unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
  11582. 2613.29 s [unison-share-api] |
  11583. 2613.29 s [unison-share-api] 441 | Just tm -> do
  11584. 2613.29 s [unison-share-api] | ^^
  11585. 2613.29 s [unison-share-api]
  11586. 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 )
  11587. 2622.27 s [unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning: [GHC-63397] [-Wname-shadowing]
  11588. 2622.27 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  11589. 2622.27 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
  11590. 2622.27 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11591. 2622.27 s [unison-share-api] |
  11592. 2622.27 s [unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  11593. 2622.27 s [unison-share-api] | ^^^
  11594. 2622.27 s [unison-share-api]
  11595. 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 )
  11596. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning: [GHC-63397] [-Wname-shadowing]
  11597. 2622.52 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  11598. 2622.52 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
  11599. 2622.52 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  11600. 2622.52 s [unison-share-api] |
  11601. 2622.52 s [unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  11602. 2622.52 s [unison-share-api] | ^^^
  11603. 2622.52 s [unison-share-api]
  11604. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning: [GHC-63397] [-Wname-shadowing]
  11605. 2622.52 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  11606. 2622.52 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  11607. 2622.52 s [unison-share-api] |
  11608. 2622.52 s [unison-share-api] 69 | Href h ->
  11609. 2622.52 s [unison-share-api] | ^
  11610. 2622.52 s [unison-share-api]
  11611. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning: [GHC-63397] [-Wname-shadowing]
  11612. 2622.52 s [unison-share-api] This binding for ‘isFolded’ shadows the existing binding
  11613. 2622.52 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
  11614. 2622.52 s [unison-share-api] |
  11615. 2622.52 s [unison-share-api] 102 | IsFolded isFolded summary details ->
  11616. 2622.52 s [unison-share-api] | ^^^^^^^^
  11617. 2622.52 s [unison-share-api]
  11618. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning: [GHC-63397] [-Wname-shadowing]
  11619. 2622.52 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  11620. 2622.52 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  11621. 2622.52 s [unison-share-api] |
  11622. 2622.52 s [unison-share-api] 317 | Callout icon content -> do
  11623. 2622.52 s [unison-share-api] | ^^^^^^^
  11624. 2622.52 s [unison-share-api]
  11625. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning: [GHC-63397] [-Wname-shadowing]
  11626. 2622.52 s [unison-share-api] This binding for ‘rows_’ shadows the existing binding
  11627. 2622.52 s [unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
  11628. 2622.52 s [unison-share-api] (and originally defined in ‘Lucid.Html5’)
  11629. 2622.52 s [unison-share-api] |
  11630. 2622.52 s [unison-share-api] 339 | rows_ =
  11631. 2622.52 s [unison-share-api] | ^^^^^
  11632. 2622.52 s [unison-share-api]
  11633. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning: [GHC-63397] [-Wname-shadowing]
  11634. 2622.52 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  11635. 2622.52 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  11636. 2622.52 s [unison-share-api] |
  11637. 2622.52 s [unison-share-api] 385 | Href h ->
  11638. 2622.52 s [unison-share-api] | ^
  11639. 2622.52 s [unison-share-api]
  11640. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning: [GHC-63397] [-Wname-shadowing]
  11641. 2622.52 s [unison-share-api] This binding for ‘href’ shadows the existing binding
  11642. 2622.52 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
  11643. 2622.52 s [unison-share-api] |
  11644. 2622.52 s [unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
  11645. 2622.52 s [unison-share-api] | ^^^^
  11646. 2622.52 s [unison-share-api]
  11647. 2622.52 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning: [GHC-63397] [-Wname-shadowing]
  11648. 2622.52 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  11649. 2622.52 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  11650. 2622.52 s [unison-share-api] |
  11651. 2622.52 s [unison-share-api] 498 | Group content ->
  11652. 2622.52 s [unison-share-api] | ^^^^^^^
  11653. 2622.52 s [unison-share-api]
  11654. 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 )
  11655. 2624.11 s [unison-share-api] src/Unison/Server/Types.hs:753:56: warning: [GHC-63397] [-Wname-shadowing]
  11656. 2624.11 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  11657. 2624.11 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  11658. 2624.11 s [unison-share-api] |
  11659. 2624.11 s [unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary, tag} ->
  11660. 2624.11 s [unison-share-api] | ^^^^^^^
  11661. 2624.11 s [unison-share-api]
  11662. 2624.11 s [unison-share-api] src/Unison/Server/Types.hs:762:56: warning: [GHC-63397] [-Wname-shadowing]
  11663. 2624.11 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  11664. 2624.11 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  11665. 2624.11 s [unison-share-api] |
  11666. 2624.11 s [unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary, tag} ->
  11667. 2624.11 s [unison-share-api] | ^^^^^^^
  11668. 2624.11 s [unison-share-api]
  11669. 2624.11 s [unison-share-api] src/Unison/Server/Types.hs:860:40: warning: [GHC-63397] [-Wname-shadowing]
  11670. 2624.11 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  11671. 2624.11 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  11672. 2624.11 s [unison-share-api] |
  11673. 2624.11 s [unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
  11674. 2624.11 s [unison-share-api] | ^
  11675. 2624.11 s [unison-share-api]
  11676. 2624.11 s [unison-share-api] src/Unison/Server/Types.hs:868:40: warning: [GHC-63397] [-Wname-shadowing]
  11677. 2624.11 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  11678. 2624.11 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  11679. 2624.11 s [unison-share-api] |
  11680. 2624.11 s [unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
  11681. 2624.11 s [unison-share-api] | ^
  11682. 2624.11 s [unison-share-api]
  11683. 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 )
  11684. 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 )
  11685. 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 )
  11686. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning: [GHC-63397] [-Wname-shadowing]
  11687. 2629.61 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  11688. 2629.61 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  11689. 2629.61 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  11690. 2629.61 s [unison-share-api] |
  11691. 2629.61 s [unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
  11692. 2629.61 s [unison-share-api] | ^^^^
  11693. 2629.61 s [unison-share-api]
  11694. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning: [GHC-63397] [-Wname-shadowing]
  11695. 2629.61 s [unison-share-api] This binding for ‘lefts’ shadows the existing binding
  11696. 2629.61 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  11697. 2629.61 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  11698. 2629.61 s [unison-share-api] |
  11699. 2629.61 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  11700. 2629.61 s [unison-share-api] | ^^^^^
  11701. 2629.61 s [unison-share-api]
  11702. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning: [GHC-63397] [-Wname-shadowing]
  11703. 2629.61 s [unison-share-api] This binding for ‘rights’ shadows the existing binding
  11704. 2629.61 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  11705. 2629.61 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  11706. 2629.61 s [unison-share-api] |
  11707. 2629.61 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  11708. 2629.61 s [unison-share-api] | ^^^^^^
  11709. 2629.61 s [unison-share-api]
  11710. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning: [GHC-63397] [-Wname-shadowing]
  11711. 2629.61 s [unison-share-api] This binding for ‘left’ shadows the existing binding
  11712. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
  11713. 2629.61 s [unison-share-api] |
  11714. 2629.61 s [unison-share-api] 144 | pairLines left right =
  11715. 2629.61 s [unison-share-api] | ^^^^
  11716. 2629.61 s [unison-share-api]
  11717. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning: [GHC-63397] [-Wname-shadowing]
  11718. 2629.61 s [unison-share-api] This binding for ‘right’ shadows the existing binding
  11719. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
  11720. 2629.61 s [unison-share-api] |
  11721. 2629.61 s [unison-share-api] 144 | pairLines left right =
  11722. 2629.61 s [unison-share-api] | ^^^^^
  11723. 2629.61 s [unison-share-api]
  11724. 2629.61 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning: [GHC-63397] [-Wname-shadowing]
  11725. 2629.61 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  11726. 2629.61 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  11727. 2629.61 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  11728. 2629.61 s [unison-share-api] |
  11729. 2629.61 s [unison-share-api] 223 | Diff.Both from to ->
  11730. 2629.61 s [unison-share-api] | ^^^^
  11731. 2629.61 s [unison-share-api]
  11732. 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 )
  11733. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:464:7: warning: [GHC-63397] [-Wname-shadowing]
  11734. 2629.61 s [unison-share-api] This binding for ‘isDoc’ shadows the existing binding
  11735. 2629.61 s [unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
  11736. 2629.61 s [unison-share-api] |
  11737. 2629.61 s [unison-share-api] 464 | let isDoc = isDoc' sig
  11738. 2629.61 s [unison-share-api] | ^^^^^
  11739. 2629.61 s [unison-share-api]
  11740. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:488:10: warning: [GHC-63397] [-Wname-shadowing]
  11741. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11742. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
  11743. 2629.61 s [unison-share-api] |
  11744. 2629.61 s [unison-share-api] 488 | Just r -> do
  11745. 2629.61 s [unison-share-api] | ^
  11746. 2629.61 s [unison-share-api]
  11747. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:642:21: warning: [GHC-63397] [-Wname-shadowing]
  11748. 2629.61 s [unison-share-api] This binding for ‘results’ shadows the existing binding
  11749. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
  11750. 2629.61 s [unison-share-api] |
  11751. 2629.61 s [unison-share-api] 642 | ( \hqname results ->
  11752. 2629.61 s [unison-share-api] | ^^^^^^^
  11753. 2629.61 s [unison-share-api]
  11754. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:805:11: warning: [GHC-63397] [-Wname-shadowing]
  11755. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11756. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11757. 2629.61 s [unison-share-api] |
  11758. 2629.61 s [unison-share-api] 805 | terms r@(Reference.Builtin _) = pure (Just (Term.ref () r))
  11759. 2629.61 s [unison-share-api] | ^
  11760. 2629.61 s [unison-share-api]
  11761. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:806:32: warning: [GHC-63397] [-Wname-shadowing]
  11762. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11763. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11764. 2629.61 s [unison-share-api] |
  11765. 2629.61 s [unison-share-api] 806 | terms (Reference.DerivedId r) =
  11766. 2629.61 s [unison-share-api] | ^
  11767. 2629.61 s [unison-share-api]
  11768. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:809:12: warning: [GHC-63397] [-Wname-shadowing]
  11769. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11770. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11771. 2629.61 s [unison-share-api] |
  11772. 2629.61 s [unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
  11773. 2629.61 s [unison-share-api] | ^
  11774. 2629.61 s [unison-share-api]
  11775. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:814:17: warning: [GHC-63397] [-Wname-shadowing]
  11776. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11777. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11778. 2629.61 s [unison-share-api] |
  11779. 2629.61 s [unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
  11780. 2629.61 s [unison-share-api] | ^
  11781. 2629.61 s [unison-share-api]
  11782. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:815:7: warning: [GHC-63397] [-Wname-shadowing]
  11783. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11784. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11785. 2629.61 s [unison-share-api] |
  11786. 2629.61 s [unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
  11787. 2629.61 s [unison-share-api] | ^
  11788. 2629.61 s [unison-share-api]
  11789. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:836:32: warning: [GHC-63397] [-Wname-shadowing]
  11790. 2629.61 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  11791. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  11792. 2629.61 s [unison-share-api] |
  11793. 2629.61 s [unison-share-api] 836 | decls (Reference.DerivedId r) =
  11794. 2629.61 s [unison-share-api] | ^
  11795. 2629.61 s [unison-share-api]
  11796. 2629.61 s [unison-share-api] src/Unison/Server/Backend.hs:851:35: warning: [GHC-63397] [-Wname-shadowing]
  11797. 2629.61 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  11798. 2629.61 s [unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
  11799. 2629.61 s [unison-share-api] |
  11800. 2629.61 s [unison-share-api] 851 | potentialDocNames & foldMapM \name ->
  11801. 2629.61 s [unison-share-api] | ^^^^
  11802. 2629.61 s [unison-share-api]
  11803. 2629.62 s [unison-share-api] src/Unison/Server/Backend.hs:905:20: warning: [GHC-63397] [-Wname-shadowing]
  11804. 2629.62 s [unison-share-api] This binding for ‘runtime’ shadows the existing binding
  11805. 2629.62 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
  11806. 2629.62 s [unison-share-api] |
  11807. 2629.62 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  11808. 2629.62 s [unison-share-api] | ^^^^^^^
  11809. 2629.62 s [unison-share-api]
  11810. 2629.62 s [unison-share-api] src/Unison/Server/Backend.hs:905:28: warning: [GHC-63397] [-Wname-shadowing]
  11811. 2629.62 s [unison-share-api] This binding for ‘codebase’ shadows the existing binding
  11812. 2629.62 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
  11813. 2629.62 s [unison-share-api] |
  11814. 2629.62 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  11815. 2629.62 s [unison-share-api] | ^^^^^^^^
  11816. 2629.62 s [unison-share-api]
  11817. 2629.62 s [unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning: [GHC-63397] [-Wname-shadowing]
  11818. 2629.62 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  11819. 2629.62 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
  11820. 2629.62 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  11821. 2629.62 s [unison-share-api] |
  11822. 2629.62 s [unison-share-api] 1241 | Reference.DerivedId id ->
  11823. 2629.62 s [unison-share-api] | ^^
  11824. 2629.62 s [unison-share-api]
  11825. 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 )
  11826. 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 )
  11827. 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 )
  11828. 2632.52 s [unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning: [GHC-63397] [-Wname-shadowing]
  11829. 2632.52 s [unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
  11830. 2632.52 s [unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
  11831. 2632.52 s [unison-share-api] |
  11832. 2632.52 s [unison-share-api] 61 | namespaceDetails <- do
  11833. 2632.52 s [unison-share-api] | ^^^^^^^^^^^^^^^^
  11834. 2632.52 s [unison-share-api]
  11835. 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 )
  11836. 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 )
  11837. 2632.52 s [unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning: [GHC-63397] [-Wname-shadowing]
  11838. 2632.52 s [unison-share-api] This binding for ‘root’ shadows the existing binding
  11839. 2632.52 s [unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
  11840. 2632.52 s [unison-share-api] |
  11841. 2632.52 s [unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
  11842. 2632.52 s [unison-share-api] | ^^^^
  11843. 2632.52 s [unison-share-api]
  11844. 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 )
  11845. 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 )
  11846. 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 )
  11847. 2632.52 s [unison-share-api] src/Unison/Server/Local.hs:85:29: warning: [GHC-63397] [-Wname-shadowing]
  11848. 2632.52 s [unison-share-api] This binding for ‘b’ shadows the existing binding
  11849. 2632.52 s [unison-share-api] bound at src/Unison/Server/Local.hs:73:18
  11850. 2632.52 s [unison-share-api] |
  11851. 2632.52 s [unison-share-api] 85 | Both nextChild fn -> \b -> do
  11852. 2632.52 s [unison-share-api] | ^
  11853. 2632.52 s [unison-share-api]
  11854. 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 )
  11855. 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 )
  11856. 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 )
  11857. 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 )
  11858. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning: [GHC-63397] [-Wname-shadowing]
  11859. 2632.65 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  11860. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  11861. 2632.65 s [unison-share-api] |
  11862. 2632.65 s [unison-share-api] 309 | namespacePath path =
  11863. 2632.65 s [unison-share-api] | ^^^^
  11864. 2632.65 s [unison-share-api]
  11865. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning: [GHC-63397] [-Wname-shadowing]
  11866. 2632.65 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  11867. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  11868. 2632.65 s [unison-share-api] |
  11869. 2632.65 s [unison-share-api] 319 | toUrlPath path =
  11870. 2632.65 s [unison-share-api] | ^^^^
  11871. 2632.65 s [unison-share-api]
  11872. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning: [GHC-63397] [-Wname-shadowing]
  11873. 2632.65 s [unison-share-api] This binding for ‘fail’ shadows the existing binding
  11874. 2632.65 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
  11875. 2632.65 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  11876. 2632.65 s [unison-share-api] |
  11877. 2632.65 s [unison-share-api] 524 | fail =
  11878. 2632.65 s [unison-share-api] | ^^^^
  11879. 2632.65 s [unison-share-api]
  11880. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning: [GHC-63397] [-Wname-shadowing]
  11881. 2632.65 s [unison-share-api] This binding for ‘api’ shadows the existing binding
  11882. 2632.65 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
  11883. 2632.65 s [unison-share-api] |
  11884. 2632.65 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  11885. 2632.65 s [unison-share-api] | ^^^
  11886. 2632.65 s [unison-share-api]
  11887. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning: [GHC-63397] [-Wname-shadowing]
  11888. 2632.65 s [unison-share-api] This binding for ‘server’ shadows the existing binding
  11889. 2632.65 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
  11890. 2632.65 s [unison-share-api] |
  11891. 2632.65 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  11892. 2632.65 s [unison-share-api] | ^^^^^^
  11893. 2632.65 s [unison-share-api]
  11894. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning: [GHC-63397] [-Wname-shadowing]
  11895. 2632.65 s [unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
  11896. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
  11897. 2632.65 s [unison-share-api] |
  11898. 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))
  11899. 2632.65 s [unison-share-api] | ^^^^^^^
  11900. 2632.65 s [unison-share-api]
  11901. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning: [GHC-63397] [-Wname-shadowing]
  11902. 2632.65 s [unison-share-api] This binding for ‘newTerm’ shadows the existing binding
  11903. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
  11904. 2632.65 s [unison-share-api] |
  11905. 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))
  11906. 2632.65 s [unison-share-api] | ^^^^^^^
  11907. 2632.65 s [unison-share-api]
  11908. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning: [GHC-63397] [-Wname-shadowing]
  11909. 2632.65 s [unison-share-api] This binding for ‘oldType’ shadows the existing binding
  11910. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
  11911. 2632.65 s [unison-share-api] |
  11912. 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))
  11913. 2632.65 s [unison-share-api] | ^^^^^^^
  11914. 2632.65 s [unison-share-api]
  11915. 2632.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning: [GHC-63397] [-Wname-shadowing]
  11916. 2632.65 s [unison-share-api] This binding for ‘newType’ shadows the existing binding
  11917. 2632.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
  11918. 2632.65 s [unison-share-api] |
  11919. 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))
  11920. 2632.65 s [unison-share-api] | ^^^^^^^
  11921. 2632.65 s [unison-share-api]
  11922. 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 )
  11923. 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 )
  11924. 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 )
  11925. 2634.57 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning: [GHC-63397] [-Wname-shadowing]
  11926. 2634.57 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  11927. 2634.57 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
  11928. 2634.57 s [unison-share-api] |
  11929. 2634.57 s [unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
  11930. 2634.57 s [unison-share-api] | ^^^^^^^^^^^^
  11931. 2634.57 s [unison-share-api]
  11932. 2634.57 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning: [GHC-63397] [-Wname-shadowing]
  11933. 2634.57 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  11934. 2634.57 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
  11935. 2634.57 s [unison-share-api] |
  11936. 2634.57 s [unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
  11937. 2634.57 s [unison-share-api] | ^^^^^^^^^^^^
  11938. 2634.57 s [unison-share-api]
  11939. 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 )
  11940. 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 )
  11941. 2634.57 s [unison-share-api] src/Unison/Util/Find.hs:85:11: warning: [GHC-63397] [-Wname-shadowing]
  11942. 2634.57 s [unison-share-api] This binding for ‘s’ shadows the existing binding
  11943. 2634.57 s [unison-share-api] bound at src/Unison/Util/Find.hs:77:24
  11944. 2634.57 s [unison-share-api] |
  11945. 2634.57 s [unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
  11946. 2634.57 s [unison-share-api] | ^
  11947. 2634.57 s [unison-share-api]
  11948. 2634.57 s [unison-share-api] src/Unison/Util/Find.hs:107:22: warning: [GHC-63397] [-Wname-shadowing]
  11949. 2634.57 s [unison-share-api] This binding for ‘matches’ shadows the existing binding
  11950. 2634.57 s [unison-share-api] bound at src/Unison/Util/Find.hs:106:11
  11951. 2634.57 s [unison-share-api] |
  11952. 2634.57 s [unison-share-api] 107 | addContext matches =
  11953. 2634.57 s [unison-share-api] | ^^^^^^^
  11954. 2634.57 s [unison-share-api]
  11955. 2634.57 s [unison-share-api] src/Unison/Util/Find.hs:108:55: warning: [GHC-63394] [-Wx-partial]
  11956. 2634.57 s [unison-share-api] In the use of ‘tail’
  11957. 2634.57 s [unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
  11958. 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"."
  11959. 2634.57 s [unison-share-api] |
  11960. 2634.57 s [unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
  11961. 2634.57 s [unison-share-api] | ^^^^
  11962. 2634.57 s [unison-share-api]
  11963. 2634.57 s [unison-share-api] src/Unison/Util/Find.hs:212:39: warning: [GHC-63397] [-Wname-shadowing]
  11964. 2634.57 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  11965. 2634.57 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  11966. 2634.57 s [unison-share-api] |
  11967. 2634.57 s [unison-share-api] 212 | (start, len) : (start2, len2) : groups
  11968. 2634.57 s [unison-share-api] | ^^^^^^
  11969. 2634.57 s [unison-share-api]
  11970. 2634.57 s [unison-share-api] src/Unison/Util/Find.hs:216:22: warning: [GHC-63397] [-Wname-shadowing]
  11971. 2634.57 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  11972. 2634.57 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  11973. 2634.57 s [unison-share-api] |
  11974. 2634.57 s [unison-share-api] 216 | (start, len) : groups ->
  11975. 2634.57 s [unison-share-api] | ^^^^^^
  11976. 2634.57 s [unison-share-api]
  11977. 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 )
  11978. 2634.57 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning: [GHC-63397] [-Wname-shadowing]
  11979. 2634.57 s [unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
  11980. 2634.57 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
  11981. 2634.57 s [unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
  11982. 2634.57 s [unison-share-api] |
  11983. 2634.57 s [unison-share-api] 65 | mapLeft f = either (Left . f) Right
  11984. 2634.57 s [unison-share-api] | ^^^^^^^
  11985. 2634.57 s [unison-share-api]
  11986. 2634.57 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning: [GHC-63397] [-Wname-shadowing]
  11987. 2634.57 s [unison-share-api] This binding for ‘rem’ shadows the existing binding
  11988. 2634.57 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
  11989. 2634.57 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  11990. 2634.57 s [unison-share-api] |
  11991. 2634.57 s [unison-share-api] 153 | CBOR.Done rem _ a -> do
  11992. 2634.57 s [unison-share-api] | ^^^
  11993. 2634.57 s [unison-share-api]
  11994. 2634.57 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning: [GHC-63397] [-Wname-shadowing]
  11995. 2634.57 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  11996. 2634.57 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  11997. 2634.57 s [unison-share-api] |
  11998. 2634.57 s [unison-share-api] 162 | k <- newDecoder
  11999. 2634.57 s [unison-share-api] | ^
  12000. 2634.57 s [unison-share-api]
  12001. 2634.57 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning: [GHC-63397] [-Wname-shadowing]
  12002. 2634.57 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  12003. 2634.57 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  12004. 2634.57 s [unison-share-api] |
  12005. 2634.57 s [unison-share-api] 166 | k <- newDecoder
  12006. 2634.57 s [unison-share-api] | ^
  12007. 2634.57 s [unison-share-api]
  12008. 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 )
  12009. 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 )
  12010. 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 )
  12011. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning: [GHC-63397] [-Wname-shadowing]
  12012. 2634.57 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  12013. 2634.57 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12014. 2634.57 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12015. 2634.57 s [unison-share-api] |
  12016. 2634.57 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  12017. 2634.57 s [unison-share-api] | ^^^^^^^
  12018. 2634.57 s [unison-share-api]
  12019. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning: [GHC-63397] [-Wname-shadowing]
  12020. 2634.57 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  12021. 2634.57 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12022. 2634.57 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12023. 2634.57 s [unison-share-api] |
  12024. 2634.57 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  12025. 2634.57 s [unison-share-api] | ^^^^
  12026. 2634.57 s [unison-share-api]
  12027. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning: [GHC-63397] [-Wname-shadowing]
  12028. 2634.57 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  12029. 2634.57 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12030. 2634.57 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12031. 2634.57 s [unison-share-api] |
  12032. 2634.57 s [unison-share-api] 50 | let receive = do readTBMQueue receiveQ
  12033. 2634.57 s [unison-share-api] | ^^^^^^^
  12034. 2634.57 s [unison-share-api]
  12035. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning: [GHC-63397] [-Wname-shadowing]
  12036. 2634.57 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  12037. 2634.57 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12038. 2634.57 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12039. 2634.57 s [unison-share-api] |
  12040. 2634.57 s [unison-share-api] 51 | let send msg = do
  12041. 2634.57 s [unison-share-api] | ^^^^
  12042. 2634.57 s [unison-share-api]
  12043. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning: [GHC-63397] [-Wname-shadowing]
  12044. 2634.57 s [unison-share-api] This binding for ‘headers’ shadows the existing binding
  12045. 2634.57 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
  12046. 2634.57 s [unison-share-api] |
  12047. 2634.57 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  12048. 2634.57 s [unison-share-api] | ^^^^^^^
  12049. 2634.57 s [unison-share-api]
  12050. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning: [GHC-63397] [-Wname-shadowing]
  12051. 2634.57 s [unison-share-api] This binding for ‘action’ shadows the existing binding
  12052. 2634.57 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
  12053. 2634.57 s [unison-share-api] |
  12054. 2634.57 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  12055. 2634.57 s [unison-share-api] | ^^^^^^
  12056. 2634.57 s [unison-share-api]
  12057. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning: [GHC-63397] [-Wname-shadowing]
  12058. 2634.57 s [unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
  12059. 2634.57 s [unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
  12060. 2634.57 s [unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
  12061. 2634.57 s [unison-share-api] |
  12062. 2634.57 s [unison-share-api] 150 | let defaultPort = 80 :: Int
  12063. 2634.57 s [unison-share-api] | ^^^^^^^^^^^
  12064. 2634.57 s [unison-share-api]
  12065. 2634.57 s [unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning: [GHC-63397] [-Wname-shadowing]
  12066. 2634.57 s [unison-share-api] This binding for ‘toIO’ shadows the existing binding
  12067. 2634.57 s [unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
  12068. 2634.57 s [unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  12069. 2634.57 s [unison-share-api] |
  12070. 2634.57 s [unison-share-api] 159 | toIO <- askRunInIO
  12071. 2634.57 s [unison-share-api] | ^^^^
  12072. 2634.57 s [unison-share-api]
  12073. 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 )
  12074. 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 )
  12075. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning: [GHC-63397] [-Wname-shadowing]
  12076. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12077. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12078. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12079. 2635.91 s [unison-share-api] |
  12080. 2635.91 s [unison-share-api] 202 | Right name -> pure name
  12081. 2635.91 s [unison-share-api] | ^^^^
  12082. 2635.91 s [unison-share-api]
  12083. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning: [GHC-63397] [-Wname-shadowing]
  12084. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12085. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12086. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12087. 2635.91 s [unison-share-api] |
  12088. 2635.91 s [unison-share-api] 211 | Right name -> pure name
  12089. 2635.91 s [unison-share-api] | ^^^^
  12090. 2635.91 s [unison-share-api]
  12091. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning: [GHC-63397] [-Wname-shadowing]
  12092. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12093. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12094. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12095. 2635.91 s [unison-share-api] |
  12096. 2635.91 s [unison-share-api] 395 | for hqName \name -> case Name.segments name of
  12097. 2635.91 s [unison-share-api] | ^^^^
  12098. 2635.91 s [unison-share-api]
  12099. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning: [GHC-63397] [-Wname-shadowing]
  12100. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12101. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12102. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12103. 2635.91 s [unison-share-api] |
  12104. 2635.91 s [unison-share-api] 402 | for hqName \name -> case Name.segments name of
  12105. 2635.91 s [unison-share-api] | ^^^^
  12106. 2635.91 s [unison-share-api]
  12107. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning: [GHC-63397] [-Wname-shadowing]
  12108. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12109. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12110. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12111. 2635.91 s [unison-share-api] |
  12112. 2635.91 s [unison-share-api] 451 | toQueryParam name = into @Text name
  12113. 2635.91 s [unison-share-api] | ^^^^
  12114. 2635.91 s [unison-share-api]
  12115. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning: [GHC-63397] [-Wname-shadowing]
  12116. 2635.91 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12117. 2635.91 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12118. 2635.91 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12119. 2635.91 s [unison-share-api] |
  12120. 2635.91 s [unison-share-api] 477 | toQueryParam name = into @Text name
  12121. 2635.91 s [unison-share-api] | ^^^^
  12122. 2635.91 s [unison-share-api]
  12123. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning: [GHC-63397] [-Wname-shadowing]
  12124. 2635.91 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12125. 2635.91 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12126. 2635.91 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12127. 2635.91 s [unison-share-api] |
  12128. 2635.91 s [unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements)) ->
  12129. 2635.91 s [unison-share-api] | ^^^^^^^^
  12130. 2635.91 s [unison-share-api]
  12131. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning: [GHC-63397] [-Wname-shadowing]
  12132. 2635.91 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12133. 2635.91 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12134. 2635.91 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12135. 2635.91 s [unison-share-api] |
  12136. 2635.91 s [unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements)) ->
  12137. 2635.91 s [unison-share-api] | ^^^^^^^^
  12138. 2635.91 s [unison-share-api]
  12139. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning: [GHC-63397] [-Wname-shadowing]
  12140. 2635.91 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12141. 2635.91 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12142. 2635.91 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12143. 2635.91 s [unison-share-api] |
  12144. 2635.91 s [unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  12145. 2635.91 s [unison-share-api] | ^^^^^^^^
  12146. 2635.91 s [unison-share-api]
  12147. 2635.91 s [unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning: [GHC-63397] [-Wname-shadowing]
  12148. 2635.91 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12149. 2635.91 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12150. 2635.91 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12151. 2635.91 s [unison-share-api] |
  12152. 2635.91 s [unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  12153. 2635.91 s [unison-share-api] | ^^^^^^^^
  12154. 2635.91 s [unison-share-api]
  12155. 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 )
  12156. 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 )
  12157. 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 )
  12158. 2640.12 s [unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning: [GHC-63397] [-Wname-shadowing]
  12159. 2640.12 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12160. 2640.12 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  12161. 2640.12 s [unison-share-api] |
  12162. 2640.12 s [unison-share-api] 88 | | (name, r) <- R.toList types
  12163. 2640.12 s [unison-share-api] | ^^^^
  12164. 2640.12 s [unison-share-api]
  12165. 2640.12 s [unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning: [GHC-63397] [-Wname-shadowing]
  12166. 2640.12 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12167. 2640.12 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  12168. 2640.12 s [unison-share-api] |
  12169. 2640.12 s [unison-share-api] 92 | | (name, r) <- R.toList terms
  12170. 2640.12 s [unison-share-api] | ^^^^
  12171. 2640.12 s [unison-share-api]
  12172. 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 )
  12173. 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 )
  12174. 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 )
  12175. 2640.13 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning: [GHC-63397] [-Wname-shadowing]
  12176. 2640.13 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  12177. 2640.13 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
  12178. 2640.13 s [unison-share-api] |
  12179. 2640.13 s [unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
  12180. 2640.13 s [unison-share-api] | ^^^^^
  12181. 2640.13 s [unison-share-api]
  12182. 2640.13 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning: [GHC-63397] [-Wname-shadowing]
  12183. 2640.13 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  12184. 2640.13 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
  12185. 2640.13 s [unison-share-api] |
  12186. 2640.13 s [unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
  12187. 2640.13 s [unison-share-api] | ^^^^^
  12188. 2640.13 s [unison-share-api]
  12189. 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 )
  12190. 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 )
  12191. 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 )
  12192. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:216:14: warning: [GHC-63397] [-Wname-shadowing]
  12193. 2640.13 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  12194. 2640.13 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  12195. 2640.13 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12196. 2640.13 s [unison-share-api] |
  12197. 2640.13 s [unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
  12198. 2640.13 s [unison-share-api] | ^^^
  12199. 2640.13 s [unison-share-api]
  12200. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:217:20: warning: [GHC-63397] [-Wname-shadowing]
  12201. 2640.13 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  12202. 2640.13 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  12203. 2640.13 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12204. 2640.13 s [unison-share-api] |
  12205. 2640.13 s [unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
  12206. 2640.13 s [unison-share-api] | ^^^
  12207. 2640.13 s [unison-share-api]
  12208. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:264:22: warning: [GHC-63397] [-Wname-shadowing]
  12209. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12210. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  12211. 2640.13 s [unison-share-api] |
  12212. 2640.13 s [unison-share-api] 264 | full tm@(Term.Ann' _ _) _ =
  12213. 2640.13 s [unison-share-api] | ^^
  12214. 2640.13 s [unison-share-api]
  12215. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:266:22: warning: [GHC-63397] [-Wname-shadowing]
  12216. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12217. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  12218. 2640.13 s [unison-share-api] |
  12219. 2640.13 s [unison-share-api] 266 | full tm typ =
  12220. 2640.13 s [unison-share-api] | ^^
  12221. 2640.13 s [unison-share-api]
  12222. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:266:25: warning: [GHC-63397] [-Wname-shadowing]
  12223. 2640.13 s [unison-share-api] This binding for ‘typ’ shadows the existing binding
  12224. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
  12225. 2640.13 s [unison-share-api] |
  12226. 2640.13 s [unison-share-api] 266 | full tm typ =
  12227. 2640.13 s [unison-share-api] | ^^^
  12228. 2640.13 s [unison-share-api]
  12229. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:283:10: warning: [GHC-63397] [-Wname-shadowing]
  12230. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12231. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12232. 2640.13 s [unison-share-api] |
  12233. 2640.13 s [unison-share-api] 283 | Just tm -> go tm
  12234. 2640.13 s [unison-share-api] | ^^
  12235. 2640.13 s [unison-share-api]
  12236. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:294:21: warning: [GHC-63397] [-Wname-shadowing]
  12237. 2640.13 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  12238. 2640.13 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
  12239. 2640.13 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  12240. 2640.13 s [unison-share-api] |
  12241. 2640.13 s [unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
  12242. 2640.13 s [unison-share-api] | ^^
  12243. 2640.13 s [unison-share-api]
  12244. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:326:14: warning: [GHC-63397] [-Wname-shadowing]
  12245. 2640.13 s [unison-share-api] This binding for ‘types’ shadows the existing binding
  12246. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
  12247. 2640.13 s [unison-share-api] |
  12248. 2640.13 s [unison-share-api] 326 | Just types -> pure (zip rs types)
  12249. 2640.13 s [unison-share-api] | ^^^^^
  12250. 2640.13 s [unison-share-api]
  12251. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:351:13: warning: [GHC-63397] [-Wname-shadowing]
  12252. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12253. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12254. 2640.13 s [unison-share-api] |
  12255. 2640.13 s [unison-share-api] 351 | tm r = Right $ LD.TermReferent r
  12256. 2640.13 s [unison-share-api] | ^^
  12257. 2640.13 s [unison-share-api]
  12258. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:370:43: warning: [GHC-63397] [-Wname-shadowing]
  12259. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12260. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12261. 2640.13 s [unison-share-api] |
  12262. 2640.13 s [unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) -> do
  12263. 2640.13 s [unison-share-api] | ^^
  12264. 2640.13 s [unison-share-api]
  12265. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:374:49: warning: [GHC-63397] [-Wname-shadowing]
  12266. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12267. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12268. 2640.13 s [unison-share-api] |
  12269. 2640.13 s [unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) -> do
  12270. 2640.13 s [unison-share-api] | ^^
  12271. 2640.13 s [unison-share-api]
  12272. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:399:44: warning: [GHC-63397] [-Wname-shadowing]
  12273. 2640.13 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  12274. 2640.13 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  12275. 2640.13 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12276. 2640.13 s [unison-share-api] |
  12277. 2640.13 s [unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  12278. 2640.13 s [unison-share-api] | ^^^
  12279. 2640.13 s [unison-share-api]
  12280. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:402:37: warning: [GHC-63397] [-Wname-shadowing]
  12281. 2640.13 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  12282. 2640.13 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  12283. 2640.13 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12284. 2640.13 s [unison-share-api] |
  12285. 2640.13 s [unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
  12286. 2640.13 s [unison-share-api] | ^^^
  12287. 2640.13 s [unison-share-api]
  12288. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:404:7: warning: [GHC-63397] [-Wname-shadowing]
  12289. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12290. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12291. 2640.13 s [unison-share-api] |
  12292. 2640.13 s [unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
  12293. 2640.13 s [unison-share-api] | ^^
  12294. 2640.13 s [unison-share-api]
  12295. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:425:11: warning: [GHC-63397] [-Wname-shadowing]
  12296. 2640.13 s [unison-share-api] This binding for ‘go’ shadows the existing binding
  12297. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
  12298. 2640.13 s [unison-share-api] |
  12299. 2640.13 s [unison-share-api] 425 | go s1@(!seen, !acc) = \case
  12300. 2640.13 s [unison-share-api] | ^^
  12301. 2640.13 s [unison-share-api]
  12302. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:427:57: warning: [GHC-63397] [-Wname-shadowing]
  12303. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12304. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  12305. 2640.13 s [unison-share-api] |
  12306. 2640.13 s [unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm), _anns] ->
  12307. 2640.13 s [unison-share-api] | ^^
  12308. 2640.13 s [unison-share-api]
  12309. 2640.13 s [unison-share-api] src/Unison/Server/Doc.hs:441:36: warning: [GHC-63397] [-Wname-shadowing]
  12310. 2640.13 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  12311. 2640.13 s [unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
  12312. 2640.13 s [unison-share-api] |
  12313. 2640.13 s [unison-share-api] 441 | Just tm -> do
  12314. 2640.13 s [unison-share-api] | ^^
  12315. 2640.13 s [unison-share-api]
  12316. 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 )
  12317. 2650.73 s [unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning: [GHC-63397] [-Wname-shadowing]
  12318. 2650.73 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  12319. 2650.73 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
  12320. 2650.73 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12321. 2650.73 s [unison-share-api] |
  12322. 2650.73 s [unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  12323. 2650.73 s [unison-share-api] | ^^^
  12324. 2650.73 s [unison-share-api]
  12325. 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 )
  12326. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning: [GHC-63397] [-Wname-shadowing]
  12327. 2651.10 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  12328. 2651.10 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
  12329. 2651.10 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12330. 2651.10 s [unison-share-api] |
  12331. 2651.10 s [unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  12332. 2651.10 s [unison-share-api] | ^^^
  12333. 2651.10 s [unison-share-api]
  12334. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning: [GHC-63397] [-Wname-shadowing]
  12335. 2651.10 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  12336. 2651.10 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  12337. 2651.10 s [unison-share-api] |
  12338. 2651.10 s [unison-share-api] 69 | Href h ->
  12339. 2651.10 s [unison-share-api] | ^
  12340. 2651.10 s [unison-share-api]
  12341. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning: [GHC-63397] [-Wname-shadowing]
  12342. 2651.10 s [unison-share-api] This binding for ‘isFolded’ shadows the existing binding
  12343. 2651.10 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
  12344. 2651.10 s [unison-share-api] |
  12345. 2651.10 s [unison-share-api] 102 | IsFolded isFolded summary details ->
  12346. 2651.10 s [unison-share-api] | ^^^^^^^^
  12347. 2651.10 s [unison-share-api]
  12348. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning: [GHC-63397] [-Wname-shadowing]
  12349. 2651.10 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  12350. 2651.10 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  12351. 2651.10 s [unison-share-api] |
  12352. 2651.10 s [unison-share-api] 317 | Callout icon content -> do
  12353. 2651.10 s [unison-share-api] | ^^^^^^^
  12354. 2651.10 s [unison-share-api]
  12355. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning: [GHC-63397] [-Wname-shadowing]
  12356. 2651.10 s [unison-share-api] This binding for ‘rows_’ shadows the existing binding
  12357. 2651.10 s [unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
  12358. 2651.10 s [unison-share-api] (and originally defined in ‘Lucid.Html5’)
  12359. 2651.10 s [unison-share-api] |
  12360. 2651.10 s [unison-share-api] 339 | rows_ =
  12361. 2651.10 s [unison-share-api] | ^^^^^
  12362. 2651.10 s [unison-share-api]
  12363. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning: [GHC-63397] [-Wname-shadowing]
  12364. 2651.10 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  12365. 2651.10 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  12366. 2651.10 s [unison-share-api] |
  12367. 2651.10 s [unison-share-api] 385 | Href h ->
  12368. 2651.10 s [unison-share-api] | ^
  12369. 2651.10 s [unison-share-api]
  12370. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning: [GHC-63397] [-Wname-shadowing]
  12371. 2651.10 s [unison-share-api] This binding for ‘href’ shadows the existing binding
  12372. 2651.10 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
  12373. 2651.10 s [unison-share-api] |
  12374. 2651.10 s [unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
  12375. 2651.10 s [unison-share-api] | ^^^^
  12376. 2651.10 s [unison-share-api]
  12377. 2651.10 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning: [GHC-63397] [-Wname-shadowing]
  12378. 2651.10 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  12379. 2651.10 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  12380. 2651.10 s [unison-share-api] |
  12381. 2651.10 s [unison-share-api] 498 | Group content ->
  12382. 2651.10 s [unison-share-api] | ^^^^^^^
  12383. 2651.10 s [unison-share-api]
  12384. 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 )
  12385. 2652.65 s [unison-share-api] src/Unison/Server/Types.hs:753:56: warning: [GHC-63397] [-Wname-shadowing]
  12386. 2652.65 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  12387. 2652.65 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  12388. 2652.65 s [unison-share-api] |
  12389. 2652.65 s [unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary, tag} ->
  12390. 2652.65 s [unison-share-api] | ^^^^^^^
  12391. 2652.65 s [unison-share-api]
  12392. 2652.65 s [unison-share-api] src/Unison/Server/Types.hs:762:56: warning: [GHC-63397] [-Wname-shadowing]
  12393. 2652.65 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  12394. 2652.65 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  12395. 2652.65 s [unison-share-api] |
  12396. 2652.65 s [unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary, tag} ->
  12397. 2652.65 s [unison-share-api] | ^^^^^^^
  12398. 2652.65 s [unison-share-api]
  12399. 2652.66 s [unison-share-api] src/Unison/Server/Types.hs:860:40: warning: [GHC-63397] [-Wname-shadowing]
  12400. 2652.66 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  12401. 2652.66 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  12402. 2652.66 s [unison-share-api] |
  12403. 2652.66 s [unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
  12404. 2652.66 s [unison-share-api] | ^
  12405. 2652.66 s [unison-share-api]
  12406. 2652.66 s [unison-share-api] src/Unison/Server/Types.hs:868:40: warning: [GHC-63397] [-Wname-shadowing]
  12407. 2652.66 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  12408. 2652.66 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  12409. 2652.66 s [unison-share-api] |
  12410. 2652.66 s [unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
  12411. 2652.66 s [unison-share-api] | ^
  12412. 2652.66 s [unison-share-api]
  12413. 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 )
  12414. 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 )
  12415. 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 )
  12416. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning: [GHC-63397] [-Wname-shadowing]
  12417. 2657.46 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  12418. 2657.46 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  12419. 2657.46 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  12420. 2657.46 s [unison-share-api] |
  12421. 2657.46 s [unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
  12422. 2657.46 s [unison-share-api] | ^^^^
  12423. 2657.46 s [unison-share-api]
  12424. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning: [GHC-63397] [-Wname-shadowing]
  12425. 2657.46 s [unison-share-api] This binding for ‘lefts’ shadows the existing binding
  12426. 2657.46 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  12427. 2657.46 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  12428. 2657.46 s [unison-share-api] |
  12429. 2657.46 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  12430. 2657.46 s [unison-share-api] | ^^^^^
  12431. 2657.46 s [unison-share-api]
  12432. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning: [GHC-63397] [-Wname-shadowing]
  12433. 2657.46 s [unison-share-api] This binding for ‘rights’ shadows the existing binding
  12434. 2657.46 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  12435. 2657.46 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  12436. 2657.46 s [unison-share-api] |
  12437. 2657.46 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  12438. 2657.46 s [unison-share-api] | ^^^^^^
  12439. 2657.46 s [unison-share-api]
  12440. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning: [GHC-63397] [-Wname-shadowing]
  12441. 2657.46 s [unison-share-api] This binding for ‘left’ shadows the existing binding
  12442. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
  12443. 2657.46 s [unison-share-api] |
  12444. 2657.46 s [unison-share-api] 144 | pairLines left right =
  12445. 2657.46 s [unison-share-api] | ^^^^
  12446. 2657.46 s [unison-share-api]
  12447. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning: [GHC-63397] [-Wname-shadowing]
  12448. 2657.46 s [unison-share-api] This binding for ‘right’ shadows the existing binding
  12449. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
  12450. 2657.46 s [unison-share-api] |
  12451. 2657.46 s [unison-share-api] 144 | pairLines left right =
  12452. 2657.46 s [unison-share-api] | ^^^^^
  12453. 2657.46 s [unison-share-api]
  12454. 2657.46 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning: [GHC-63397] [-Wname-shadowing]
  12455. 2657.46 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  12456. 2657.46 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  12457. 2657.46 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  12458. 2657.46 s [unison-share-api] |
  12459. 2657.46 s [unison-share-api] 223 | Diff.Both from to ->
  12460. 2657.46 s [unison-share-api] | ^^^^
  12461. 2657.46 s [unison-share-api]
  12462. 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 )
  12463. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:464:7: warning: [GHC-63397] [-Wname-shadowing]
  12464. 2657.46 s [unison-share-api] This binding for ‘isDoc’ shadows the existing binding
  12465. 2657.46 s [unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
  12466. 2657.46 s [unison-share-api] |
  12467. 2657.46 s [unison-share-api] 464 | let isDoc = isDoc' sig
  12468. 2657.46 s [unison-share-api] | ^^^^^
  12469. 2657.46 s [unison-share-api]
  12470. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:488:10: warning: [GHC-63397] [-Wname-shadowing]
  12471. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12472. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
  12473. 2657.46 s [unison-share-api] |
  12474. 2657.46 s [unison-share-api] 488 | Just r -> do
  12475. 2657.46 s [unison-share-api] | ^
  12476. 2657.46 s [unison-share-api]
  12477. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:642:21: warning: [GHC-63397] [-Wname-shadowing]
  12478. 2657.46 s [unison-share-api] This binding for ‘results’ shadows the existing binding
  12479. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
  12480. 2657.46 s [unison-share-api] |
  12481. 2657.46 s [unison-share-api] 642 | ( \hqname results ->
  12482. 2657.46 s [unison-share-api] | ^^^^^^^
  12483. 2657.46 s [unison-share-api]
  12484. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:805:11: warning: [GHC-63397] [-Wname-shadowing]
  12485. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12486. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12487. 2657.46 s [unison-share-api] |
  12488. 2657.46 s [unison-share-api] 805 | terms r@(Reference.Builtin _) = pure (Just (Term.ref () r))
  12489. 2657.46 s [unison-share-api] | ^
  12490. 2657.46 s [unison-share-api]
  12491. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:806:32: warning: [GHC-63397] [-Wname-shadowing]
  12492. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12493. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12494. 2657.46 s [unison-share-api] |
  12495. 2657.46 s [unison-share-api] 806 | terms (Reference.DerivedId r) =
  12496. 2657.46 s [unison-share-api] | ^
  12497. 2657.46 s [unison-share-api]
  12498. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:809:12: warning: [GHC-63397] [-Wname-shadowing]
  12499. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12500. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12501. 2657.46 s [unison-share-api] |
  12502. 2657.46 s [unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
  12503. 2657.46 s [unison-share-api] | ^
  12504. 2657.46 s [unison-share-api]
  12505. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:814:17: warning: [GHC-63397] [-Wname-shadowing]
  12506. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12507. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12508. 2657.46 s [unison-share-api] |
  12509. 2657.46 s [unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
  12510. 2657.46 s [unison-share-api] | ^
  12511. 2657.46 s [unison-share-api]
  12512. 2657.46 s [unison-share-api] src/Unison/Server/Backend.hs:815:7: warning: [GHC-63397] [-Wname-shadowing]
  12513. 2657.46 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12514. 2657.46 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12515. 2657.46 s [unison-share-api] |
  12516. 2657.46 s [unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
  12517. 2657.46 s [unison-share-api] | ^
  12518. 2657.46 s [unison-share-api]
  12519. 2657.47 s [unison-share-api] src/Unison/Server/Backend.hs:836:32: warning: [GHC-63397] [-Wname-shadowing]
  12520. 2657.47 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12521. 2657.47 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  12522. 2657.47 s [unison-share-api] |
  12523. 2657.47 s [unison-share-api] 836 | decls (Reference.DerivedId r) =
  12524. 2657.47 s [unison-share-api] | ^
  12525. 2657.47 s [unison-share-api]
  12526. 2657.47 s [unison-share-api] src/Unison/Server/Backend.hs:851:35: warning: [GHC-63397] [-Wname-shadowing]
  12527. 2657.47 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12528. 2657.47 s [unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
  12529. 2657.47 s [unison-share-api] |
  12530. 2657.47 s [unison-share-api] 851 | potentialDocNames & foldMapM \name ->
  12531. 2657.47 s [unison-share-api] | ^^^^
  12532. 2657.47 s [unison-share-api]
  12533. 2657.47 s [unison-share-api] src/Unison/Server/Backend.hs:905:20: warning: [GHC-63397] [-Wname-shadowing]
  12534. 2657.47 s [unison-share-api] This binding for ‘runtime’ shadows the existing binding
  12535. 2657.47 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
  12536. 2657.47 s [unison-share-api] |
  12537. 2657.47 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  12538. 2657.47 s [unison-share-api] | ^^^^^^^
  12539. 2657.47 s [unison-share-api]
  12540. 2657.47 s [unison-share-api] src/Unison/Server/Backend.hs:905:28: warning: [GHC-63397] [-Wname-shadowing]
  12541. 2657.47 s [unison-share-api] This binding for ‘codebase’ shadows the existing binding
  12542. 2657.47 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
  12543. 2657.47 s [unison-share-api] |
  12544. 2657.47 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  12545. 2657.47 s [unison-share-api] | ^^^^^^^^
  12546. 2657.47 s [unison-share-api]
  12547. 2657.47 s [unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning: [GHC-63397] [-Wname-shadowing]
  12548. 2657.47 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  12549. 2657.47 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
  12550. 2657.47 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  12551. 2657.47 s [unison-share-api] |
  12552. 2657.47 s [unison-share-api] 1241 | Reference.DerivedId id ->
  12553. 2657.47 s [unison-share-api] | ^^
  12554. 2657.47 s [unison-share-api]
  12555. 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 )
  12556. 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 )
  12557. 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 )
  12558. 2660.23 s [unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning: [GHC-63397] [-Wname-shadowing]
  12559. 2660.23 s [unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
  12560. 2660.23 s [unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
  12561. 2660.23 s [unison-share-api] |
  12562. 2660.23 s [unison-share-api] 61 | namespaceDetails <- do
  12563. 2660.23 s [unison-share-api] | ^^^^^^^^^^^^^^^^
  12564. 2660.23 s [unison-share-api]
  12565. 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 )
  12566. 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 )
  12567. 2660.23 s [unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning: [GHC-63397] [-Wname-shadowing]
  12568. 2660.23 s [unison-share-api] This binding for ‘root’ shadows the existing binding
  12569. 2660.23 s [unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
  12570. 2660.23 s [unison-share-api] |
  12571. 2660.23 s [unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
  12572. 2660.23 s [unison-share-api] | ^^^^
  12573. 2660.23 s [unison-share-api]
  12574. 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 )
  12575. 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 )
  12576. 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 )
  12577. 2660.23 s [unison-share-api] src/Unison/Server/Local.hs:85:29: warning: [GHC-63397] [-Wname-shadowing]
  12578. 2660.23 s [unison-share-api] This binding for ‘b’ shadows the existing binding
  12579. 2660.23 s [unison-share-api] bound at src/Unison/Server/Local.hs:73:18
  12580. 2660.23 s [unison-share-api] |
  12581. 2660.23 s [unison-share-api] 85 | Both nextChild fn -> \b -> do
  12582. 2660.23 s [unison-share-api] | ^
  12583. 2660.23 s [unison-share-api]
  12584. 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 )
  12585. 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 )
  12586. 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 )
  12587. 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 )
  12588. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning: [GHC-63397] [-Wname-shadowing]
  12589. 2660.61 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  12590. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  12591. 2660.61 s [unison-share-api] |
  12592. 2660.61 s [unison-share-api] 309 | namespacePath path =
  12593. 2660.61 s [unison-share-api] | ^^^^
  12594. 2660.61 s [unison-share-api]
  12595. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning: [GHC-63397] [-Wname-shadowing]
  12596. 2660.61 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  12597. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  12598. 2660.61 s [unison-share-api] |
  12599. 2660.61 s [unison-share-api] 319 | toUrlPath path =
  12600. 2660.61 s [unison-share-api] | ^^^^
  12601. 2660.61 s [unison-share-api]
  12602. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning: [GHC-63397] [-Wname-shadowing]
  12603. 2660.61 s [unison-share-api] This binding for ‘fail’ shadows the existing binding
  12604. 2660.61 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
  12605. 2660.61 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  12606. 2660.61 s [unison-share-api] |
  12607. 2660.61 s [unison-share-api] 524 | fail =
  12608. 2660.61 s [unison-share-api] | ^^^^
  12609. 2660.61 s [unison-share-api]
  12610. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning: [GHC-63397] [-Wname-shadowing]
  12611. 2660.61 s [unison-share-api] This binding for ‘api’ shadows the existing binding
  12612. 2660.61 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
  12613. 2660.61 s [unison-share-api] |
  12614. 2660.61 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  12615. 2660.61 s [unison-share-api] | ^^^
  12616. 2660.61 s [unison-share-api]
  12617. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning: [GHC-63397] [-Wname-shadowing]
  12618. 2660.61 s [unison-share-api] This binding for ‘server’ shadows the existing binding
  12619. 2660.61 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
  12620. 2660.61 s [unison-share-api] |
  12621. 2660.61 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  12622. 2660.61 s [unison-share-api] | ^^^^^^
  12623. 2660.61 s [unison-share-api]
  12624. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning: [GHC-63397] [-Wname-shadowing]
  12625. 2660.61 s [unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
  12626. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
  12627. 2660.61 s [unison-share-api] |
  12628. 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))
  12629. 2660.61 s [unison-share-api] | ^^^^^^^
  12630. 2660.61 s [unison-share-api]
  12631. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning: [GHC-63397] [-Wname-shadowing]
  12632. 2660.61 s [unison-share-api] This binding for ‘newTerm’ shadows the existing binding
  12633. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
  12634. 2660.61 s [unison-share-api] |
  12635. 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))
  12636. 2660.61 s [unison-share-api] | ^^^^^^^
  12637. 2660.61 s [unison-share-api]
  12638. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning: [GHC-63397] [-Wname-shadowing]
  12639. 2660.61 s [unison-share-api] This binding for ‘oldType’ shadows the existing binding
  12640. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
  12641. 2660.61 s [unison-share-api] |
  12642. 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))
  12643. 2660.61 s [unison-share-api] | ^^^^^^^
  12644. 2660.61 s [unison-share-api]
  12645. 2660.61 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning: [GHC-63397] [-Wname-shadowing]
  12646. 2660.61 s [unison-share-api] This binding for ‘newType’ shadows the existing binding
  12647. 2660.61 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
  12648. 2660.61 s [unison-share-api] |
  12649. 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))
  12650. 2660.61 s [unison-share-api] | ^^^^^^^
  12651. 2660.61 s [unison-share-api]
  12652. 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 )
  12653. 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 )
  12654. 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 )
  12655. 2662.37 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning: [GHC-63397] [-Wname-shadowing]
  12656. 2662.37 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  12657. 2662.37 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
  12658. 2662.37 s [unison-share-api] |
  12659. 2662.37 s [unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
  12660. 2662.37 s [unison-share-api] | ^^^^^^^^^^^^
  12661. 2662.37 s [unison-share-api]
  12662. 2662.37 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning: [GHC-63397] [-Wname-shadowing]
  12663. 2662.37 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  12664. 2662.37 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
  12665. 2662.37 s [unison-share-api] |
  12666. 2662.37 s [unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
  12667. 2662.37 s [unison-share-api] | ^^^^^^^^^^^^
  12668. 2662.37 s [unison-share-api]
  12669. 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 )
  12670. 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 )
  12671. 2662.37 s [unison-share-api] src/Unison/Util/Find.hs:85:11: warning: [GHC-63397] [-Wname-shadowing]
  12672. 2662.37 s [unison-share-api] This binding for ‘s’ shadows the existing binding
  12673. 2662.37 s [unison-share-api] bound at src/Unison/Util/Find.hs:77:24
  12674. 2662.37 s [unison-share-api] |
  12675. 2662.37 s [unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
  12676. 2662.37 s [unison-share-api] | ^
  12677. 2662.37 s [unison-share-api]
  12678. 2662.37 s [unison-share-api] src/Unison/Util/Find.hs:107:22: warning: [GHC-63397] [-Wname-shadowing]
  12679. 2662.37 s [unison-share-api] This binding for ‘matches’ shadows the existing binding
  12680. 2662.37 s [unison-share-api] bound at src/Unison/Util/Find.hs:106:11
  12681. 2662.37 s [unison-share-api] |
  12682. 2662.37 s [unison-share-api] 107 | addContext matches =
  12683. 2662.37 s [unison-share-api] | ^^^^^^^
  12684. 2662.37 s [unison-share-api]
  12685. 2662.37 s [unison-share-api] src/Unison/Util/Find.hs:108:55: warning: [GHC-63394] [-Wx-partial]
  12686. 2662.37 s [unison-share-api] In the use of ‘tail’
  12687. 2662.37 s [unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
  12688. 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"."
  12689. 2662.37 s [unison-share-api] |
  12690. 2662.37 s [unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
  12691. 2662.37 s [unison-share-api] | ^^^^
  12692. 2662.37 s [unison-share-api]
  12693. 2662.37 s [unison-share-api] src/Unison/Util/Find.hs:212:39: warning: [GHC-63397] [-Wname-shadowing]
  12694. 2662.37 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  12695. 2662.37 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  12696. 2662.37 s [unison-share-api] |
  12697. 2662.37 s [unison-share-api] 212 | (start, len) : (start2, len2) : groups
  12698. 2662.37 s [unison-share-api] | ^^^^^^
  12699. 2662.37 s [unison-share-api]
  12700. 2662.37 s [unison-share-api] src/Unison/Util/Find.hs:216:22: warning: [GHC-63397] [-Wname-shadowing]
  12701. 2662.37 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  12702. 2662.37 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  12703. 2662.37 s [unison-share-api] |
  12704. 2662.37 s [unison-share-api] 216 | (start, len) : groups ->
  12705. 2662.37 s [unison-share-api] | ^^^^^^
  12706. 2662.37 s [unison-share-api]
  12707. 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 )
  12708. 2662.37 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning: [GHC-63397] [-Wname-shadowing]
  12709. 2662.37 s [unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
  12710. 2662.37 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
  12711. 2662.37 s [unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
  12712. 2662.37 s [unison-share-api] |
  12713. 2662.37 s [unison-share-api] 65 | mapLeft f = either (Left . f) Right
  12714. 2662.37 s [unison-share-api] | ^^^^^^^
  12715. 2662.37 s [unison-share-api]
  12716. 2662.37 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning: [GHC-63397] [-Wname-shadowing]
  12717. 2662.37 s [unison-share-api] This binding for ‘rem’ shadows the existing binding
  12718. 2662.37 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
  12719. 2662.37 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  12720. 2662.37 s [unison-share-api] |
  12721. 2662.37 s [unison-share-api] 153 | CBOR.Done rem _ a -> do
  12722. 2662.37 s [unison-share-api] | ^^^
  12723. 2662.37 s [unison-share-api]
  12724. 2662.37 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning: [GHC-63397] [-Wname-shadowing]
  12725. 2662.37 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  12726. 2662.37 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  12727. 2662.37 s [unison-share-api] |
  12728. 2662.37 s [unison-share-api] 162 | k <- newDecoder
  12729. 2662.37 s [unison-share-api] | ^
  12730. 2662.37 s [unison-share-api]
  12731. 2662.37 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning: [GHC-63397] [-Wname-shadowing]
  12732. 2662.37 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  12733. 2662.37 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  12734. 2662.37 s [unison-share-api] |
  12735. 2662.37 s [unison-share-api] 166 | k <- newDecoder
  12736. 2662.37 s [unison-share-api] | ^
  12737. 2662.37 s [unison-share-api]
  12738. 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 )
  12739. 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 )
  12740. 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 )
  12741. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning: [GHC-63397] [-Wname-shadowing]
  12742. 2662.37 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  12743. 2662.37 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12744. 2662.37 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12745. 2662.37 s [unison-share-api] |
  12746. 2662.37 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  12747. 2662.37 s [unison-share-api] | ^^^^^^^
  12748. 2662.37 s [unison-share-api]
  12749. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning: [GHC-63397] [-Wname-shadowing]
  12750. 2662.37 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  12751. 2662.37 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12752. 2662.37 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12753. 2662.37 s [unison-share-api] |
  12754. 2662.37 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  12755. 2662.37 s [unison-share-api] | ^^^^
  12756. 2662.37 s [unison-share-api]
  12757. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning: [GHC-63397] [-Wname-shadowing]
  12758. 2662.37 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  12759. 2662.37 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12760. 2662.37 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12761. 2662.37 s [unison-share-api] |
  12762. 2662.37 s [unison-share-api] 50 | let receive = do readTBMQueue receiveQ
  12763. 2662.37 s [unison-share-api] | ^^^^^^^
  12764. 2662.37 s [unison-share-api]
  12765. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning: [GHC-63397] [-Wname-shadowing]
  12766. 2662.37 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  12767. 2662.37 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  12768. 2662.37 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  12769. 2662.37 s [unison-share-api] |
  12770. 2662.37 s [unison-share-api] 51 | let send msg = do
  12771. 2662.37 s [unison-share-api] | ^^^^
  12772. 2662.37 s [unison-share-api]
  12773. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning: [GHC-63397] [-Wname-shadowing]
  12774. 2662.37 s [unison-share-api] This binding for ‘headers’ shadows the existing binding
  12775. 2662.37 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
  12776. 2662.37 s [unison-share-api] |
  12777. 2662.37 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  12778. 2662.37 s [unison-share-api] | ^^^^^^^
  12779. 2662.37 s [unison-share-api]
  12780. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning: [GHC-63397] [-Wname-shadowing]
  12781. 2662.37 s [unison-share-api] This binding for ‘action’ shadows the existing binding
  12782. 2662.37 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
  12783. 2662.37 s [unison-share-api] |
  12784. 2662.37 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  12785. 2662.37 s [unison-share-api] | ^^^^^^
  12786. 2662.37 s [unison-share-api]
  12787. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning: [GHC-63397] [-Wname-shadowing]
  12788. 2662.37 s [unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
  12789. 2662.37 s [unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
  12790. 2662.37 s [unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
  12791. 2662.37 s [unison-share-api] |
  12792. 2662.37 s [unison-share-api] 150 | let defaultPort = 80 :: Int
  12793. 2662.37 s [unison-share-api] | ^^^^^^^^^^^
  12794. 2662.37 s [unison-share-api]
  12795. 2662.37 s [unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning: [GHC-63397] [-Wname-shadowing]
  12796. 2662.37 s [unison-share-api] This binding for ‘toIO’ shadows the existing binding
  12797. 2662.37 s [unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
  12798. 2662.37 s [unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  12799. 2662.37 s [unison-share-api] |
  12800. 2662.37 s [unison-share-api] 159 | toIO <- askRunInIO
  12801. 2662.37 s [unison-share-api] | ^^^^
  12802. 2662.37 s [unison-share-api]
  12803. 2670.43 s [unison-share-api] Preprocessing test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
  12804. 2670.44 s [unison-share-api] Building test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
  12805. 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 )
  12806. 2671.36 s [unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:20:5: warning: [GHC-63397] [-Wname-shadowing]
  12807. 2671.36 s [unison-share-api] This binding for ‘success’ shadows the existing binding
  12808. 2671.36 s [unison-share-api] imported from ‘Hedgehog’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:7:1-35
  12809. 2671.36 s [unison-share-api] (and originally defined in ‘Hedgehog.Internal.Property’)
  12810. 2671.36 s [unison-share-api] |
  12811. 2671.36 s [unison-share-api] 20 | success <-
  12812. 2671.36 s [unison-share-api] | ^^^^^^^
  12813. 2671.36 s [unison-share-api]
  12814. 2671.36 s [unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:215:12: warning: [GHC-63397] [-Wname-shadowing]
  12815. 2671.36 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12816. 2671.36 s [unison-share-api] imported from ‘Text.RawString.QQ’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:10:27
  12817. 2671.36 s [unison-share-api] |
  12818. 2671.36 s [unison-share-api] 215 | testDiff l r =
  12819. 2671.36 s [unison-share-api] | ^
  12820. 2671.36 s [unison-share-api]
  12821. 2671.36 s [unison-share-api] tests/Unison/Test/Server/Backend/DefinitionDiff.hs:231:17: warning: [GHC-63397] [-Wname-shadowing]
  12822. 2671.36 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  12823. 2671.36 s [unison-share-api] imported from ‘Text.RawString.QQ’ at tests/Unison/Test/Server/Backend/DefinitionDiff.hs:10:27
  12824. 2671.36 s [unison-share-api] |
  12825. 2671.36 s [unison-share-api] 231 | formatRow l r = Text.justifyLeft maxLeftWidth ' ' l <> " | " <> r
  12826. 2671.36 s [unison-share-api] | ^
  12827. 2671.36 s [unison-share-api]
  12828. 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 )
  12829. 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 )
  12830. 2672.01 s [unison-share-api] tests/Unison/Test/Sync/Roundtrip.hs:16:5: warning: [GHC-63397] [-Wname-shadowing]
  12831. 2672.01 s [unison-share-api] This binding for ‘success’ shadows the existing binding
  12832. 2672.01 s [unison-share-api] imported from ‘Hedgehog’ at tests/Unison/Test/Sync/Roundtrip.hs:8:1-35
  12833. 2672.01 s [unison-share-api] (and originally defined in ‘Hedgehog.Internal.Property’)
  12834. 2672.01 s [unison-share-api] |
  12835. 2672.01 s [unison-share-api] 16 | success <-
  12836. 2672.01 s [unison-share-api] | ^^^^^^^
  12837. 2672.01 s [unison-share-api]
  12838. 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 )
  12839. 2672.45 s [unison-share-api] [5 of 5] Linking dist/build/unison-share-api-tests/unison-share-api-tests
  12840. 2676.90 s [unison-share-api] buildPhase completed in 1 minutes 9 seconds
  12841. 2676.92 s [unison-share-api] Phase: checkPhase
  12842. 2677.71 s [unison-share-api] Running 1 test suites...
  12843. 2677.71 s [unison-share-api] Test suite unison-share-api-tests: RUNNING...
  12844. 2677.74 s [unison-share-api] Randomness seed for this run is 2434190257538508122
  12845. 2677.74 s [unison-share-api] Raw test output to follow ...
  12846. 2677.74 s [unison-share-api] ------------------------------------------------------------
  12847. 2677.74 s [unison-share-api] ━━━ syncv2.roundtrip ━━━
  12848. 2677.85 s [unison-share-api] ✓ termComponentRoundtrip passed 100 tests.
  12849. 2677.85 s [unison-share-api] ✓ 1 succeeded.
  12850. 2677.86 s [unison-share-api] ━━━ linewise-diffs ━━━
  12851. 2677.86 s [unison-share-api] 🦄 syncv2.roundtrip
  12852. 2677.89 s [unison-share-api] ✓ sides-always-equal-lengths passed 100 tests.
  12853. 2677.89 s [unison-share-api] ✓ simple-modification passed 100 tests.
  12854. 2677.89 s [unison-share-api] ✓ unrelated-strings passed 100 tests.
  12855. 2677.89 s [unison-share-api] ✓ complex-diff passed 100 tests.
  12856. 2677.89 s [unison-share-api] ✓ 4 succeeded.
  12857. 2677.89 s [unison-share-api] 🦄 definitiondiffs
  12858. 2677.89 s [unison-share-api] ------------------------------------------------------------
  12859. 2677.89 s [unison-share-api]
  12860. 2677.89 s [unison-share-api]
  12861. 2677.89 s [unison-share-api] ✅ 2 tests passed, no failures! 👍 🎉
  12862. 2677.90 s [unison-share-api] Test suite unison-share-api-tests: PASS
  12863. 2677.90 s [unison-share-api] Test suite logged to:
  12864. 2677.90 s [unison-share-api] dist/test/unison-share-api-0.0.0-unison-share-api-tests.log
  12865. 2677.90 s [unison-share-api] 1 of 1 test suites (1 of 1 test cases) passed.
  12866. 2677.93 s [unison-share-api] Phase: haddockPhase
  12867. 2678.31 s [unison-share-api] Preprocessing library for unison-share-api-0.0.0...
  12868. 2678.32 s [unison-share-api] Running Haddock on library for unison-share-api-0.0.0...
  12869. 2678.34 s [unison-share-api] Warning: The documentation for the following packages are not installed. No
  12870. 2678.34 s [unison-share-api] links will be generated to these packages: attoparsec-0.14.4,
  12871. 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
  12872. 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 )
  12873. 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 )
  12874. 2681.06 s [unison-share-api] src/Unison/Server/Orphans.hs:202:11: warning: [GHC-63397] [-Wname-shadowing]
  12875. 2681.06 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12876. 2681.06 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12877. 2681.06 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12878. 2681.06 s [unison-share-api] |
  12879. 2681.06 s [unison-share-api] 202 | Right name -> pure name
  12880. 2681.06 s [unison-share-api] | ^^^^
  12881. 2681.07 s [unison-share-api]
  12882. 2681.07 s [unison-share-api] src/Unison/Server/Orphans.hs:211:13: warning: [GHC-63397] [-Wname-shadowing]
  12883. 2681.07 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12884. 2681.07 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12885. 2681.07 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12886. 2681.07 s [unison-share-api] |
  12887. 2681.07 s [unison-share-api] 211 | Right name -> pure name
  12888. 2681.07 s [unison-share-api] | ^^^^
  12889. 2681.07 s [unison-share-api]
  12890. 2681.07 s [unison-share-api] src/Unison/Server/Orphans.hs:395:17: warning: [GHC-63397] [-Wname-shadowing]
  12891. 2681.07 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12892. 2681.07 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12893. 2681.07 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12894. 2681.07 s [unison-share-api] |
  12895. 2681.07 s [unison-share-api] 395 | for hqName \name -> case Name.segments name of
  12896. 2681.07 s [unison-share-api] | ^^^^
  12897. 2681.07 s [unison-share-api]
  12898. 2681.08 s [unison-share-api] src/Unison/Server/Orphans.hs:402:17: warning: [GHC-63397] [-Wname-shadowing]
  12899. 2681.08 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12900. 2681.08 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12901. 2681.08 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12902. 2681.08 s [unison-share-api] |
  12903. 2681.08 s [unison-share-api] 402 | for hqName \name -> case Name.segments name of
  12904. 2681.08 s [unison-share-api] | ^^^^
  12905. 2681.08 s [unison-share-api]
  12906. 2681.08 s [unison-share-api] src/Unison/Server/Orphans.hs:451:16: warning: [GHC-63397] [-Wname-shadowing]
  12907. 2681.08 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12908. 2681.08 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12909. 2681.08 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12910. 2681.08 s [unison-share-api] |
  12911. 2681.08 s [unison-share-api] 451 | toQueryParam name = into @Text name
  12912. 2681.08 s [unison-share-api] | ^^^^
  12913. 2681.08 s [unison-share-api]
  12914. 2681.08 s [unison-share-api] src/Unison/Server/Orphans.hs:477:16: warning: [GHC-63397] [-Wname-shadowing]
  12915. 2681.08 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12916. 2681.08 s [unison-share-api] imported from ‘Data.OpenApi’ at src/Unison/Server/Orphans.hs:18:1-19
  12917. 2681.09 s [unison-share-api] (and originally defined in ‘Data.OpenApi.Lens’)
  12918. 2681.09 s [unison-share-api] |
  12919. 2681.09 s [unison-share-api] 477 | toQueryParam name = into @Text name
  12920. 2681.09 s [unison-share-api] | ^^^^
  12921. 2681.09 s [unison-share-api]
  12922. 2681.09 s [unison-share-api] src/Unison/Server/Orphans.hs:545:76: warning: [GHC-63397] [-Wname-shadowing]
  12923. 2681.09 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12924. 2681.09 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12925. 2681.09 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12926. 2681.09 s [unison-share-api] |
  12927. 2681.09 s [unison-share-api] 545 | Entity.TC (TermFormat.SyncTerm (TermFormat.SyncLocallyIndexedComponent elements)) ->
  12928. 2681.09 s [unison-share-api] | ^^^^^^^^
  12929. 2681.09 s [unison-share-api]
  12930. 2681.09 s [unison-share-api] src/Unison/Server/Orphans.hs:548:76: warning: [GHC-63397] [-Wname-shadowing]
  12931. 2681.09 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12932. 2681.09 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12933. 2681.09 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12934. 2681.09 s [unison-share-api] |
  12935. 2681.10 s [unison-share-api] 548 | Entity.DC (DeclFormat.SyncDecl (DeclFormat.SyncLocallyIndexedComponent elements)) ->
  12936. 2681.10 s [unison-share-api] | ^^^^^^^^
  12937. 2681.10 s [unison-share-api]
  12938. 2681.10 s [unison-share-api] src/Unison/Server/Orphans.hs:574:9: warning: [GHC-63397] [-Wname-shadowing]
  12939. 2681.10 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12940. 2681.10 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12941. 2681.10 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12942. 2681.10 s [unison-share-api] |
  12943. 2681.10 s [unison-share-api] 574 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  12944. 2681.11 s [unison-share-api] | ^^^^^^^^
  12945. 2681.11 s [unison-share-api]
  12946. 2681.11 s [unison-share-api] src/Unison/Server/Orphans.hs:577:9: warning: [GHC-63397] [-Wname-shadowing]
  12947. 2681.11 s [unison-share-api] This binding for ‘elements’ shadows the existing binding
  12948. 2681.11 s [unison-share-api] imported from ‘Control.Lens’ at src/Unison/Server/Orphans.hs:12:1-19
  12949. 2681.11 s [unison-share-api] (and originally defined in ‘Control.Lens.Traversal’)
  12950. 2681.11 s [unison-share-api] |
  12951. 2681.12 s [unison-share-api] 577 | elements <- coerce @(Vector (ComponentBody Text Hash32)) @(Vector (LocalIds.LocalIds' Text Hash32, ByteString)) <$> CBOR.decodeVector
  12952. 2681.12 s [unison-share-api] | ^^^^^^^^
  12953. 2681.12 s [unison-share-api]
  12954. 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 )
  12955. 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 )
  12956. 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 )
  12957. 2684.68 s [unison-share-api] src/Unison/Server/SearchResult.hs:88:10: warning: [GHC-63397] [-Wname-shadowing]
  12958. 2684.68 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12959. 2684.68 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  12960. 2684.68 s [unison-share-api] |
  12961. 2684.68 s [unison-share-api] 88 | | (name, r) <- R.toList types
  12962. 2684.68 s [unison-share-api] | ^^^^
  12963. 2684.68 s [unison-share-api]
  12964. 2684.68 s [unison-share-api] src/Unison/Server/SearchResult.hs:92:10: warning: [GHC-63397] [-Wname-shadowing]
  12965. 2684.68 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  12966. 2684.68 s [unison-share-api] defined at src/Unison/Server/SearchResult.hs:58:1
  12967. 2684.68 s [unison-share-api] |
  12968. 2684.68 s [unison-share-api] 92 | | (name, r) <- R.toList terms
  12969. 2684.68 s [unison-share-api] | ^^^^
  12970. 2684.68 s [unison-share-api]
  12971. 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 )
  12972. 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 )
  12973. 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 )
  12974. 2684.68 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:18:30: warning: [GHC-63397] [-Wname-shadowing]
  12975. 2684.68 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  12976. 2684.68 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:13:20
  12977. 2684.68 s [unison-share-api] |
  12978. 2684.68 s [unison-share-api] 18 | makeResult = \hqname r names -> pure $ SR.typeResult hqname r names
  12979. 2684.68 s [unison-share-api] | ^^^^^
  12980. 2684.68 s [unison-share-api]
  12981. 2684.68 s [unison-share-api] src/Unison/Server/NameSearch/FromNames.hs:28:30: warning: [GHC-63397] [-Wname-shadowing]
  12982. 2684.68 s [unison-share-api] This binding for ‘names’ shadows the existing binding
  12983. 2684.68 s [unison-share-api] bound at src/Unison/Server/NameSearch/FromNames.hs:23:20
  12984. 2684.68 s [unison-share-api] |
  12985. 2684.68 s [unison-share-api] 28 | makeResult = \hqname r names -> pure $ SR.termResult hqname r names
  12986. 2684.69 s [unison-share-api] | ^^^^^
  12987. 2684.69 s [unison-share-api]
  12988. 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 )
  12989. 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 )
  12990. 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 )
  12991. 2684.69 s [unison-share-api] src/Unison/Server/Doc.hs:216:14: warning: [GHC-63397] [-Wname-shadowing]
  12992. 2684.69 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  12993. 2684.69 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  12994. 2684.69 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  12995. 2684.69 s [unison-share-api] |
  12996. 2684.69 s [unison-share-api] 216 | EEmbed any -> Embed ("{{ embed {{" <> source any <> "}} }}")
  12997. 2684.69 s [unison-share-api] | ^^^
  12998. 2684.69 s [unison-share-api]
  12999. 2684.69 s [unison-share-api] src/Unison/Server/Doc.hs:217:20: warning: [GHC-63397] [-Wname-shadowing]
  13000. 2684.69 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  13001. 2684.69 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  13002. 2684.69 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  13003. 2684.69 s [unison-share-api] |
  13004. 2684.69 s [unison-share-api] 217 | EEmbedInline any -> EmbedInline ("{{ embed {{" <> source any <> "}} }}")
  13005. 2684.69 s [unison-share-api] | ^^^
  13006. 2684.69 s [unison-share-api]
  13007. 2684.70 s [unison-share-api] src/Unison/Server/Doc.hs:264:22: warning: [GHC-63397] [-Wname-shadowing]
  13008. 2684.70 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13009. 2684.70 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  13010. 2684.70 s [unison-share-api] |
  13011. 2684.70 s [unison-share-api] 264 | full tm@(Term.Ann' _ _) _ =
  13012. 2684.70 s [unison-share-api] | ^^
  13013. 2684.70 s [unison-share-api]
  13014. 2684.70 s [unison-share-api] src/Unison/Server/Doc.hs:266:22: warning: [GHC-63397] [-Wname-shadowing]
  13015. 2684.70 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13016. 2684.70 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:29
  13017. 2684.70 s [unison-share-api] |
  13018. 2684.70 s [unison-share-api] 266 | full tm typ =
  13019. 2684.70 s [unison-share-api] | ^^
  13020. 2684.70 s [unison-share-api]
  13021. 2684.70 s [unison-share-api] src/Unison/Server/Doc.hs:266:25: warning: [GHC-63397] [-Wname-shadowing]
  13022. 2684.70 s [unison-share-api] This binding for ‘typ’ shadows the existing binding
  13023. 2684.70 s [unison-share-api] bound at src/Unison/Server/Doc.hs:259:25
  13024. 2684.70 s [unison-share-api] |
  13025. 2684.70 s [unison-share-api] 266 | full tm typ =
  13026. 2684.70 s [unison-share-api] | ^^^
  13027. 2684.70 s [unison-share-api]
  13028. 2684.70 s [unison-share-api] src/Unison/Server/Doc.hs:283:10: warning: [GHC-63397] [-Wname-shadowing]
  13029. 2684.70 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13030. 2684.70 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13031. 2684.71 s [unison-share-api] |
  13032. 2684.71 s [unison-share-api] 283 | Just tm -> go tm
  13033. 2684.71 s [unison-share-api] | ^^
  13034. 2684.71 s [unison-share-api]
  13035. 2684.71 s [unison-share-api] src/Unison/Server/Doc.hs:294:21: warning: [GHC-63397] [-Wname-shadowing]
  13036. 2684.71 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  13037. 2684.71 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc.hs:1:8-24
  13038. 2684.71 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  13039. 2684.71 s [unison-share-api] |
  13040. 2684.71 s [unison-share-api] 294 | DD.Doc2Anchor id d -> Anchor id <$> go d
  13041. 2684.71 s [unison-share-api] | ^^
  13042. 2684.71 s [unison-share-api]
  13043. 2684.71 s [unison-share-api] src/Unison/Server/Doc.hs:326:14: warning: [GHC-63397] [-Wname-shadowing]
  13044. 2684.71 s [unison-share-api] This binding for ‘types’ shadows the existing binding
  13045. 2684.71 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:27
  13046. 2684.71 s [unison-share-api] |
  13047. 2684.71 s [unison-share-api] 326 | Just types -> pure (zip rs types)
  13048. 2684.71 s [unison-share-api] | ^^^^^
  13049. 2684.71 s [unison-share-api]
  13050. 2684.72 s [unison-share-api] src/Unison/Server/Doc.hs:351:13: warning: [GHC-63397] [-Wname-shadowing]
  13051. 2684.72 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13052. 2684.72 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13053. 2684.72 s [unison-share-api] |
  13054. 2684.72 s [unison-share-api] 351 | tm r = Right $ LD.TermReferent r
  13055. 2684.72 s [unison-share-api] | ^^
  13056. 2684.72 s [unison-share-api]
  13057. 2684.72 s [unison-share-api] src/Unison/Server/Doc.hs:370:43: warning: [GHC-63397] [-Wname-shadowing]
  13058. 2684.72 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13059. 2684.72 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13060. 2684.72 s [unison-share-api] |
  13061. 2684.72 s [unison-share-api] 370 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) -> do
  13062. 2684.72 s [unison-share-api] | ^^
  13063. 2684.72 s [unison-share-api]
  13064. 2684.72 s [unison-share-api] src/Unison/Server/Doc.hs:374:49: warning: [GHC-63397] [-Wname-shadowing]
  13065. 2684.72 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13066. 2684.72 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13067. 2684.72 s [unison-share-api] |
  13068. 2684.73 s [unison-share-api] 374 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) -> do
  13069. 2684.73 s [unison-share-api] | ^^
  13070. 2684.73 s [unison-share-api]
  13071. 2684.73 s [unison-share-api] src/Unison/Server/Doc.hs:399:44: warning: [GHC-63397] [-Wname-shadowing]
  13072. 2684.73 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  13073. 2684.73 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  13074. 2684.73 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  13075. 2684.73 s [unison-share-api] |
  13076. 2684.73 s [unison-share-api] 399 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  13077. 2684.73 s [unison-share-api] | ^^^
  13078. 2684.73 s [unison-share-api]
  13079. 2684.73 s [unison-share-api] src/Unison/Server/Doc.hs:402:37: warning: [GHC-63397] [-Wname-shadowing]
  13080. 2684.73 s [unison-share-api] This binding for ‘any’ shadows the existing binding
  13081. 2684.73 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc.hs:5:1-20
  13082. 2684.73 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  13083. 2684.73 s [unison-share-api] |
  13084. 2684.73 s [unison-share-api] 402 | DD.Doc2SpecialFormEmbedInline any ->
  13085. 2684.73 s [unison-share-api] | ^^^
  13086. 2684.73 s [unison-share-api]
  13087. 2684.73 s [unison-share-api] src/Unison/Server/Doc.hs:404:7: warning: [GHC-63397] [-Wname-shadowing]
  13088. 2684.74 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13089. 2684.74 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13090. 2684.74 s [unison-share-api] |
  13091. 2684.74 s [unison-share-api] 404 | tm -> pure $ ERenderError (InvalidTerm tm)
  13092. 2684.74 s [unison-share-api] | ^^
  13093. 2684.74 s [unison-share-api]
  13094. 2684.74 s [unison-share-api] src/Unison/Server/Doc.hs:425:11: warning: [GHC-63397] [-Wname-shadowing]
  13095. 2684.74 s [unison-share-api] This binding for ‘go’ shadows the existing binding
  13096. 2684.74 s [unison-share-api] bound at src/Unison/Server/Doc.hs:286:5
  13097. 2684.74 s [unison-share-api] |
  13098. 2684.74 s [unison-share-api] 425 | go s1@(!seen, !acc) = \case
  13099. 2684.74 s [unison-share-api] | ^^
  13100. 2684.74 s [unison-share-api]
  13101. 2684.74 s [unison-share-api] src/Unison/Server/Doc.hs:427:57: warning: [GHC-63397] [-Wname-shadowing]
  13102. 2684.74 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13103. 2684.74 s [unison-share-api] bound at src/Unison/Server/Doc.hs:280:33
  13104. 2684.74 s [unison-share-api] |
  13105. 2684.74 s [unison-share-api] 427 | DD.TupleTerm' [DD.EitherRight' (DD.Doc2Term tm), _anns] ->
  13106. 2684.74 s [unison-share-api] | ^^
  13107. 2684.74 s [unison-share-api]
  13108. 2684.75 s [unison-share-api] src/Unison/Server/Doc.hs:441:36: warning: [GHC-63397] [-Wname-shadowing]
  13109. 2684.75 s [unison-share-api] This binding for ‘tm’ shadows the existing binding
  13110. 2684.75 s [unison-share-api] bound at src/Unison/Server/Doc.hs:427:57
  13111. 2684.75 s [unison-share-api] |
  13112. 2684.75 s [unison-share-api] 441 | Just tm -> do
  13113. 2684.75 s [unison-share-api] | ^^
  13114. 2684.75 s [unison-share-api]
  13115. 2690.65 s [unison-share-api] [12 of 39] Compiling Unison.Server.Doc.Markdown.Render ( src/Unison/Server/Doc/Markdown/Render.hs, nothing )
  13116. 2690.93 s [unison-share-api] src/Unison/Server/Doc/Markdown/Render.hs:25:27: warning: [GHC-63397] [-Wname-shadowing]
  13117. 2690.93 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  13118. 2690.94 s [unison-share-api] imported from ‘Data.Foldable’ at src/Unison/Server/Doc/Markdown/Render.hs:5:1-20
  13119. 2690.94 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  13120. 2690.94 s [unison-share-api] |
  13121. 2690.94 s [unison-share-api] 25 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  13122. 2690.94 s [unison-share-api] | ^^^
  13123. 2690.94 s [unison-share-api]
  13124. 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 )
  13125. 2691.20 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:46:27: warning: [GHC-63397] [-Wname-shadowing]
  13126. 2691.20 s [unison-share-api] This binding for ‘sum’ shadows the existing binding
  13127. 2691.20 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Doc/AsHtml.hs:2:8-31
  13128. 2691.20 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  13129. 2691.20 s [unison-share-api] |
  13130. 2691.20 s [unison-share-api] 46 | UserObject (Src sum det) -> Just (EmbeddedSource sum det)
  13131. 2691.20 s [unison-share-api] | ^^^
  13132. 2691.20 s [unison-share-api]
  13133. 2691.20 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:69:18: warning: [GHC-63397] [-Wname-shadowing]
  13134. 2691.20 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  13135. 2691.20 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  13136. 2691.20 s [unison-share-api] |
  13137. 2691.20 s [unison-share-api] 69 | Href h ->
  13138. 2691.20 s [unison-share-api] | ^
  13139. 2691.20 s [unison-share-api]
  13140. 2691.22 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:102:14: warning: [GHC-63397] [-Wname-shadowing]
  13141. 2691.22 s [unison-share-api] This binding for ‘isFolded’ shadows the existing binding
  13142. 2691.22 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:98:20
  13143. 2691.22 s [unison-share-api] |
  13144. 2691.22 s [unison-share-api] 102 | IsFolded isFolded summary details ->
  13145. 2691.22 s [unison-share-api] | ^^^^^^^^
  13146. 2691.22 s [unison-share-api]
  13147. 2691.22 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:317:26: warning: [GHC-63397] [-Wname-shadowing]
  13148. 2691.22 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  13149. 2691.22 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  13150. 2691.22 s [unison-share-api] |
  13151. 2691.22 s [unison-share-api] 317 | Callout icon content -> do
  13152. 2691.22 s [unison-share-api] | ^^^^^^^
  13153. 2691.22 s [unison-share-api]
  13154. 2691.22 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:339:19: warning: [GHC-63397] [-Wname-shadowing]
  13155. 2691.22 s [unison-share-api] This binding for ‘rows_’ shadows the existing binding
  13156. 2691.22 s [unison-share-api] imported from ‘Lucid’ at src/Unison/Server/Doc/AsHtml.hs:18:1-12
  13157. 2691.22 s [unison-share-api] (and originally defined in ‘Lucid.Html5’)
  13158. 2691.22 s [unison-share-api] |
  13159. 2691.22 s [unison-share-api] 339 | rows_ =
  13160. 2691.22 s [unison-share-api] | ^^^^^
  13161. 2691.22 s [unison-share-api]
  13162. 2691.22 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:385:22: warning: [GHC-63397] [-Wname-shadowing]
  13163. 2691.22 s [unison-share-api] This binding for ‘h’ shadows the existing binding
  13164. 2691.22 s [unison-share-api] defined at src/Unison/Server/Doc/AsHtml.hs:507:1
  13165. 2691.22 s [unison-share-api] |
  13166. 2691.22 s [unison-share-api] 385 | Href h ->
  13167. 2691.22 s [unison-share-api] | ^
  13168. 2691.22 s [unison-share-api]
  13169. 2691.22 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:391:23: warning: [GHC-63397] [-Wname-shadowing]
  13170. 2691.22 s [unison-share-api] This binding for ‘href’ shadows the existing binding
  13171. 2691.22 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:383:29
  13172. 2691.22 s [unison-share-api] |
  13173. 2691.22 s [unison-share-api] 391 | let href = "/" <> Text.replace "." "/" (Name.toText name) <> ".html"
  13174. 2691.22 s [unison-share-api] | ^^^^
  13175. 2691.22 s [unison-share-api]
  13176. 2691.23 s [unison-share-api] src/Unison/Server/Doc/AsHtml.hs:498:19: warning: [GHC-63397] [-Wname-shadowing]
  13177. 2691.23 s [unison-share-api] This binding for ‘content’ shadows the existing binding
  13178. 2691.23 s [unison-share-api] bound at src/Unison/Server/Doc/AsHtml.hs:215:21
  13179. 2691.23 s [unison-share-api] |
  13180. 2691.23 s [unison-share-api] 498 | Group content ->
  13181. 2691.23 s [unison-share-api] | ^^^^^^^
  13182. 2691.23 s [unison-share-api]
  13183. 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 )
  13184. 2693.29 s [unison-share-api] src/Unison/Server/Types.hs:753:56: warning: [GHC-63397] [-Wname-shadowing]
  13185. 2693.29 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  13186. 2693.29 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  13187. 2693.29 s [unison-share-api] |
  13188. 2693.29 s [unison-share-api] 753 | ToTTermSummary TermSummary {displayName, hash, summary, tag} ->
  13189. 2693.29 s [unison-share-api] | ^^^^^^^
  13190. 2693.29 s [unison-share-api]
  13191. 2693.29 s [unison-share-api] src/Unison/Server/Types.hs:762:56: warning: [GHC-63397] [-Wname-shadowing]
  13192. 2693.29 s [unison-share-api] This binding for ‘summary’ shadows the existing binding
  13193. 2693.29 s [unison-share-api] bound at src/Unison/Server/Types.hs:743:34
  13194. 2693.29 s [unison-share-api] |
  13195. 2693.29 s [unison-share-api] 762 | ToTTypeSummary TypeSummary {displayName, hash, summary, tag} ->
  13196. 2693.30 s [unison-share-api] | ^^^^^^^
  13197. 2693.30 s [unison-share-api]
  13198. 2693.30 s [unison-share-api] src/Unison/Server/Types.hs:860:40: warning: [GHC-63397] [-Wname-shadowing]
  13199. 2693.30 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  13200. 2693.30 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  13201. 2693.30 s [unison-share-api] |
  13202. 2693.30 s [unison-share-api] 860 | ts & withObject "TermSummary" \o -> do
  13203. 2693.30 s [unison-share-api] | ^
  13204. 2693.30 s [unison-share-api]
  13205. 2693.30 s [unison-share-api] src/Unison/Server/Types.hs:868:40: warning: [GHC-63397] [-Wname-shadowing]
  13206. 2693.30 s [unison-share-api] This binding for ‘o’ shadows the existing binding
  13207. 2693.30 s [unison-share-api] bound at src/Unison/Server/Types.hs:855:49
  13208. 2693.30 s [unison-share-api] |
  13209. 2693.30 s [unison-share-api] 868 | ts & withObject "TypeSummary" \o -> do
  13210. 2693.30 s [unison-share-api] | ^
  13211. 2693.30 s [unison-share-api]
  13212. 2700.04 s [unison-share-api] [15 of 39] Compiling Unison.Server.HistoryComments.Types ( src/Unison/Server/HistoryComments/Types.hs, nothing )
  13213. 2700.83 s [unison-share-api] [16 of 39] Compiling Unison.Server.HistoryComments.API ( src/Unison/Server/HistoryComments/API.hs, nothing )
  13214. 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 )
  13215. 2700.84 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:28:20: warning: [GHC-63397] [-Wname-shadowing]
  13216. 2700.84 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  13217. 2700.84 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  13218. 2700.84 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  13219. 2700.84 s [unison-share-api] |
  13220. 2700.85 s [unison-share-api] 28 | diffDisplayObjects from to = case (from, to) of
  13221. 2700.85 s [unison-share-api] | ^^^^
  13222. 2700.85 s [unison-share-api]
  13223. 2700.85 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:18: warning: [GHC-63397] [-Wname-shadowing]
  13224. 2700.85 s [unison-share-api] This binding for ‘lefts’ shadows the existing binding
  13225. 2700.85 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  13226. 2700.85 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  13227. 2700.85 s [unison-share-api] |
  13228. 2700.85 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  13229. 2700.85 s [unison-share-api] | ^^^^^
  13230. 2700.85 s [unison-share-api]
  13231. 2700.85 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:119:42: warning: [GHC-63397] [-Wname-shadowing]
  13232. 2700.85 s [unison-share-api] This binding for ‘rights’ shadows the existing binding
  13233. 2700.85 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  13234. 2700.85 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  13235. 2700.85 s [unison-share-api] |
  13236. 2700.86 s [unison-share-api] 119 | let (lefts :: [[Segment a]], rights :: [[Segment a]]) =
  13237. 2700.86 s [unison-share-api] | ^^^^^^
  13238. 2700.86 s [unison-share-api]
  13239. 2700.86 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:15: warning: [GHC-63397] [-Wname-shadowing]
  13240. 2700.86 s [unison-share-api] This binding for ‘left’ shadows the existing binding
  13241. 2700.86 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:21
  13242. 2700.86 s [unison-share-api] |
  13243. 2700.86 s [unison-share-api] 144 | pairLines left right =
  13244. 2700.86 s [unison-share-api] | ^^^^
  13245. 2700.86 s [unison-share-api]
  13246. 2700.86 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:144:20: warning: [GHC-63397] [-Wname-shadowing]
  13247. 2700.86 s [unison-share-api] This binding for ‘right’ shadows the existing binding
  13248. 2700.86 s [unison-share-api] bound at src/Unison/Server/Backend/DefinitionDiff.hs:96:26
  13249. 2700.86 s [unison-share-api] |
  13250. 2700.86 s [unison-share-api] 144 | pairLines left right =
  13251. 2700.88 s [unison-share-api] | ^^^^^
  13252. 2700.88 s [unison-share-api]
  13253. 2700.88 s [unison-share-api] src/Unison/Server/Backend/DefinitionDiff.hs:223:23: warning: [GHC-63397] [-Wname-shadowing]
  13254. 2700.88 s [unison-share-api] This binding for ‘from’ shadows the existing binding
  13255. 2700.88 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/Backend/DefinitionDiff.hs:18:1-21
  13256. 2700.88 s [unison-share-api] (and originally defined in ‘witch-1.3.1.0:Witch.From’)
  13257. 2700.88 s [unison-share-api] |
  13258. 2700.88 s [unison-share-api] 223 | Diff.Both from to ->
  13259. 2700.88 s [unison-share-api] | ^^^^
  13260. 2700.88 s [unison-share-api]
  13261. 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 )
  13262. 2701.74 s [unison-share-api] src/Unison/Server/Backend.hs:464:7: warning: [GHC-63397] [-Wname-shadowing]
  13263. 2701.74 s [unison-share-api] This binding for ‘isDoc’ shadows the existing binding
  13264. 2701.74 s [unison-share-api] defined at src/Unison/Server/Backend.hs:407:1
  13265. 2701.74 s [unison-share-api] |
  13266. 2701.74 s [unison-share-api] 464 | let isDoc = isDoc' sig
  13267. 2701.74 s [unison-share-api] | ^^^^^
  13268. 2701.74 s [unison-share-api]
  13269. 2701.75 s [unison-share-api] src/Unison/Server/Backend.hs:488:10: warning: [GHC-63397] [-Wname-shadowing]
  13270. 2701.75 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13271. 2701.75 s [unison-share-api] bound at src/Unison/Server/Backend.hs:486:21
  13272. 2701.75 s [unison-share-api] |
  13273. 2701.75 s [unison-share-api] 488 | Just r -> do
  13274. 2701.75 s [unison-share-api] | ^
  13275. 2701.75 s [unison-share-api]
  13276. 2701.75 s [unison-share-api] src/Unison/Server/Backend.hs:642:21: warning: [GHC-63397] [-Wname-shadowing]
  13277. 2701.75 s [unison-share-api] This binding for ‘results’ shadows the existing binding
  13278. 2701.75 s [unison-share-api] bound at src/Unison/Server/Backend.hs:655:7
  13279. 2701.75 s [unison-share-api] |
  13280. 2701.75 s [unison-share-api] 642 | ( \hqname results ->
  13281. 2701.75 s [unison-share-api] | ^^^^^^^
  13282. 2701.75 s [unison-share-api]
  13283. 2701.75 s [unison-share-api] src/Unison/Server/Backend.hs:805:11: warning: [GHC-63397] [-Wname-shadowing]
  13284. 2701.75 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13285. 2701.75 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13286. 2701.75 s [unison-share-api] |
  13287. 2701.75 s [unison-share-api] 805 | terms r@(Reference.Builtin _) = pure (Just (Term.ref () r))
  13288. 2701.75 s [unison-share-api] | ^
  13289. 2701.75 s [unison-share-api]
  13290. 2701.75 s [unison-share-api] src/Unison/Server/Backend.hs:806:32: warning: [GHC-63397] [-Wname-shadowing]
  13291. 2701.75 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13292. 2701.75 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13293. 2701.75 s [unison-share-api] |
  13294. 2701.75 s [unison-share-api] 806 | terms (Reference.DerivedId r) =
  13295. 2701.75 s [unison-share-api] | ^
  13296. 2701.75 s [unison-share-api]
  13297. 2701.76 s [unison-share-api] src/Unison/Server/Backend.hs:809:12: warning: [GHC-63397] [-Wname-shadowing]
  13298. 2701.76 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13299. 2701.76 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13300. 2701.76 s [unison-share-api] |
  13301. 2701.76 s [unison-share-api] 809 | typeOf r = fmap void <$> Codebase.runTransaction codebase (Codebase.getTypeOfReferent codebase r)
  13302. 2701.76 s [unison-share-api] | ^
  13303. 2701.76 s [unison-share-api]
  13304. 2701.77 s [unison-share-api] src/Unison/Server/Backend.hs:814:17: warning: [GHC-63397] [-Wname-shadowing]
  13305. 2701.77 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13306. 2701.77 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13307. 2701.77 s [unison-share-api] |
  13308. 2701.77 s [unison-share-api] 814 | let cache r = fmap Term.unannotate <$> Codebase.runTransaction codebase (Codebase.lookupWatchCache codebase r)
  13309. 2701.77 s [unison-share-api] | ^
  13310. 2701.77 s [unison-share-api]
  13311. 2701.77 s [unison-share-api] src/Unison/Server/Backend.hs:815:7: warning: [GHC-63397] [-Wname-shadowing]
  13312. 2701.77 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13313. 2701.77 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13314. 2701.77 s [unison-share-api] |
  13315. 2701.77 s [unison-share-api] 815 | r <- fmap hush . liftIO $ Rt.evaluateTerm' codeLookup cache evalPPE NoProf rt tm
  13316. 2701.77 s [unison-share-api] | ^
  13317. 2701.77 s [unison-share-api]
  13318. 2701.78 s [unison-share-api] src/Unison/Server/Backend.hs:836:32: warning: [GHC-63397] [-Wname-shadowing]
  13319. 2701.78 s [unison-share-api] This binding for ‘r’ shadows the existing binding
  13320. 2701.78 s [unison-share-api] bound at src/Unison/Server/Backend.hs:798:24
  13321. 2701.78 s [unison-share-api] |
  13322. 2701.78 s [unison-share-api] 836 | decls (Reference.DerivedId r) =
  13323. 2701.78 s [unison-share-api] | ^
  13324. 2701.78 s [unison-share-api]
  13325. 2701.78 s [unison-share-api] src/Unison/Server/Backend.hs:851:35: warning: [GHC-63397] [-Wname-shadowing]
  13326. 2701.78 s [unison-share-api] This binding for ‘name’ shadows the existing binding
  13327. 2701.78 s [unison-share-api] bound at src/Unison/Server/Backend.hs:848:69
  13328. 2701.78 s [unison-share-api] |
  13329. 2701.78 s [unison-share-api] 851 | potentialDocNames & foldMapM \name ->
  13330. 2701.78 s [unison-share-api] | ^^^^
  13331. 2701.78 s [unison-share-api]
  13332. 2701.78 s [unison-share-api] src/Unison/Server/Backend.hs:905:20: warning: [GHC-63397] [-Wname-shadowing]
  13333. 2701.78 s [unison-share-api] This binding for ‘runtime’ shadows the existing binding
  13334. 2701.78 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:25
  13335. 2701.78 s [unison-share-api] |
  13336. 2701.78 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  13337. 2701.78 s [unison-share-api] | ^^^^^^^
  13338. 2701.79 s [unison-share-api]
  13339. 2701.79 s [unison-share-api] src/Unison/Server/Backend.hs:905:28: warning: [GHC-63397] [-Wname-shadowing]
  13340. 2701.79 s [unison-share-api] This binding for ‘codebase’ shadows the existing binding
  13341. 2701.79 s [unison-share-api] bound at src/Unison/Server/Backend.hs:888:33
  13342. 2701.79 s [unison-share-api] |
  13343. 2701.79 s [unison-share-api] 905 | renderDoc' ppe runtime codebase (docReferent, name) = do
  13344. 2701.79 s [unison-share-api] | ^^^^^^^^
  13345. 2701.79 s [unison-share-api]
  13346. 2701.80 s [unison-share-api] src/Unison/Server/Backend.hs:1241:23: warning: [GHC-63397] [-Wname-shadowing]
  13347. 2701.80 s [unison-share-api] This binding for ‘id’ shadows the existing binding
  13348. 2701.80 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Server/Backend.hs:4:8-28
  13349. 2701.80 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  13350. 2701.80 s [unison-share-api] |
  13351. 2701.80 s [unison-share-api] 1241 | Reference.DerivedId id ->
  13352. 2701.80 s [unison-share-api] | ^^
  13353. 2701.80 s [unison-share-api]
  13354. 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 )
  13355. 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 )
  13356. 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 )
  13357. 2706.87 s [unison-share-api] src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:61:3: warning: [GHC-63397] [-Wname-shadowing]
  13358. 2706.87 s [unison-share-api] This binding for ‘namespaceDetails’ shadows the existing binding
  13359. 2706.87 s [unison-share-api] defined at src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51:1
  13360. 2706.87 s [unison-share-api] |
  13361. 2706.87 s [unison-share-api] 61 | namespaceDetails <- do
  13362. 2706.87 s [unison-share-api] | ^^^^^^^^^^^^^^^^
  13363. 2706.87 s [unison-share-api]
  13364. 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 )
  13365. 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 )
  13366. 2706.88 s [unison-share-api] src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:70:3: warning: [GHC-63397] [-Wname-shadowing]
  13367. 2706.88 s [unison-share-api] This binding for ‘root’ shadows the existing binding
  13368. 2706.88 s [unison-share-api] bound at src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68:44
  13369. 2706.88 s [unison-share-api] |
  13370. 2706.88 s [unison-share-api] 70 | root <- Backend.hoistBackend (Codebase.runTransaction codebase) do
  13371. 2706.88 s [unison-share-api] | ^^^^
  13372. 2706.88 s [unison-share-api]
  13373. 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 )
  13374. 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 )
  13375. 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 )
  13376. 2706.89 s [unison-share-api] src/Unison/Server/Local.hs:85:29: warning: [GHC-63397] [-Wname-shadowing]
  13377. 2706.89 s [unison-share-api] This binding for ‘b’ shadows the existing binding
  13378. 2706.89 s [unison-share-api] bound at src/Unison/Server/Local.hs:73:18
  13379. 2706.89 s [unison-share-api] |
  13380. 2706.89 s [unison-share-api] 85 | Both nextChild fn -> \b -> do
  13381. 2706.89 s [unison-share-api] | ^
  13382. 2706.89 s [unison-share-api]
  13383. 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 )
  13384. 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 )
  13385. 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 )
  13386. 2706.98 s [unison-share-api] [30 of 39] Compiling Unison.Server.CodebaseServer ( src/Unison/Server/CodebaseServer.hs, nothing )
  13387. 2707.63 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:309:19: warning: [GHC-63397] [-Wname-shadowing]
  13388. 2707.63 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  13389. 2707.63 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  13390. 2707.63 s [unison-share-api] |
  13391. 2707.63 s [unison-share-api] 309 | namespacePath path =
  13392. 2707.63 s [unison-share-api] | ^^^^
  13393. 2707.63 s [unison-share-api]
  13394. 2707.63 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:319:15: warning: [GHC-63397] [-Wname-shadowing]
  13395. 2707.64 s [unison-share-api] This binding for ‘path’ shadows the existing binding
  13396. 2707.64 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:300:5
  13397. 2707.64 s [unison-share-api] |
  13398. 2707.64 s [unison-share-api] 319 | toUrlPath path =
  13399. 2707.64 s [unison-share-api] | ^^^^
  13400. 2707.64 s [unison-share-api]
  13401. 2707.64 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:524:5: warning: [GHC-63397] [-Wname-shadowing]
  13402. 2707.64 s [unison-share-api] This binding for ‘fail’ shadows the existing binding
  13403. 2707.64 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Server/CodebaseServer.hs:96:1-21
  13404. 2707.64 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad.Fail’)
  13405. 2707.64 s [unison-share-api] |
  13406. 2707.64 s [unison-share-api] 524 | fail =
  13407. 2707.64 s [unison-share-api] | ^^^^
  13408. 2707.64 s [unison-share-api]
  13409. 2707.64 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:15: warning: [GHC-63397] [-Wname-shadowing]
  13410. 2707.64 s [unison-share-api] This binding for ‘api’ shadows the existing binding
  13411. 2707.64 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:384:1
  13412. 2707.64 s [unison-share-api] |
  13413. 2707.64 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  13414. 2707.64 s [unison-share-api] | ^^^
  13415. 2707.64 s [unison-share-api]
  13416. 2707.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:595:33: warning: [GHC-63397] [-Wname-shadowing]
  13417. 2707.65 s [unison-share-api] This binding for ‘server’ shadows the existing binding
  13418. 2707.65 s [unison-share-api] defined at src/Unison/Server/CodebaseServer.hs:572:1
  13419. 2707.65 s [unison-share-api] |
  13420. 2707.65 s [unison-share-api] 595 | hoistWithAuth api expectedToken server token = hoistServer @api @Handler @Handler api (\h -> handleAuth expectedToken token *> h) server
  13421. 2707.65 s [unison-share-api] | ^^^^^^
  13422. 2707.65 s [unison-share-api]
  13423. 2707.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:637:3: warning: [GHC-63397] [-Wname-shadowing]
  13424. 2707.65 s [unison-share-api] This binding for ‘oldTerm’ shadows the existing binding
  13425. 2707.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:81
  13426. 2707.65 s [unison-share-api] |
  13427. 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))
  13428. 2707.65 s [unison-share-api] | ^^^^^^^
  13429. 2707.65 s [unison-share-api]
  13430. 2707.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:638:3: warning: [GHC-63397] [-Wname-shadowing]
  13431. 2707.65 s [unison-share-api] This binding for ‘newTerm’ shadows the existing binding
  13432. 2707.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:634:89
  13433. 2707.65 s [unison-share-api] |
  13434. 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))
  13435. 2707.65 s [unison-share-api] | ^^^^^^^
  13436. 2707.65 s [unison-share-api]
  13437. 2707.65 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:666:3: warning: [GHC-63397] [-Wname-shadowing]
  13438. 2707.65 s [unison-share-api] This binding for ‘oldType’ shadows the existing binding
  13439. 2707.65 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:81
  13440. 2707.65 s [unison-share-api] |
  13441. 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))
  13442. 2707.66 s [unison-share-api] | ^^^^^^^
  13443. 2707.66 s [unison-share-api]
  13444. 2707.66 s [unison-share-api] src/Unison/Server/CodebaseServer.hs:667:3: warning: [GHC-63397] [-Wname-shadowing]
  13445. 2707.66 s [unison-share-api] This binding for ‘newType’ shadows the existing binding
  13446. 2707.66 s [unison-share-api] bound at src/Unison/Server/CodebaseServer.hs:663:89
  13447. 2707.66 s [unison-share-api] |
  13448. 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))
  13449. 2707.66 s [unison-share-api] | ^^^^^^^
  13450. 2707.66 s [unison-share-api]
  13451. 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 )
  13452. 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 )
  13453. 2707.67 s [unison-share-api] [33 of 39] Compiling Unison.Sync.EntityValidation ( src/Unison/Sync/EntityValidation.hs, nothing )
  13454. 2707.67 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:114:59: warning: [GHC-63397] [-Wname-shadowing]
  13455. 2707.67 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  13456. 2707.67 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:107:14
  13457. 2707.67 s [unison-share-api] |
  13458. 2707.67 s [unison-share-api] 114 | Just (HH.HashValidationMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Right $ Share.EntityHashMismatch Share.TermComponentType $ mismatch expectedHash actualHash
  13459. 2707.67 s [unison-share-api] | ^^^^^^^^^^^^
  13460. 2707.67 s [unison-share-api]
  13461. 2707.67 s [unison-share-api] src/Unison/Sync/EntityValidation.hs:123:53: warning: [GHC-63397] [-Wname-shadowing]
  13462. 2707.67 s [unison-share-api] This binding for ‘expectedHash’ shadows the existing binding
  13463. 2707.67 s [unison-share-api] bound at src/Unison/Sync/EntityValidation.hs:117:14
  13464. 2707.67 s [unison-share-api] |
  13465. 2707.67 s [unison-share-api] 123 | Just (HH.DeclHashMismatch (HH.HashMismatch {expectedHash, actualHash})) -> Just . Share.EntityHashMismatch Share.DeclComponentType $ mismatch expectedHash actualHash
  13466. 2707.67 s [unison-share-api] | ^^^^^^^^^^^^
  13467. 2707.67 s [unison-share-api]
  13468. 2707.67 s [unison-share-api] [34 of 39] Compiling Unison.Sync.API ( src/Unison/Sync/API.hs, nothing )
  13469. 2707.67 s [unison-share-api] [35 of 39] Compiling Unison.Util.Find ( src/Unison/Util/Find.hs, nothing )
  13470. 2707.67 s [unison-share-api] src/Unison/Util/Find.hs:85:11: warning: [GHC-63397] [-Wname-shadowing]
  13471. 2707.67 s [unison-share-api] This binding for ‘s’ shadows the existing binding
  13472. 2707.67 s [unison-share-api] bound at src/Unison/Util/Find.hs:77:24
  13473. 2707.67 s [unison-share-api] |
  13474. 2707.67 s [unison-share-api] 85 | bonus s n = if Text.take 1 s == "." then n * 10 else n
  13475. 2707.67 s [unison-share-api] | ^
  13476. 2707.67 s [unison-share-api]
  13477. 2707.67 s [unison-share-api] src/Unison/Util/Find.hs:107:22: warning: [GHC-63397] [-Wname-shadowing]
  13478. 2707.67 s [unison-share-api] This binding for ‘matches’ shadows the existing binding
  13479. 2707.67 s [unison-share-api] bound at src/Unison/Util/Find.hs:106:11
  13480. 2707.67 s [unison-share-api] |
  13481. 2707.67 s [unison-share-api] 107 | addContext matches =
  13482. 2707.67 s [unison-share-api] | ^^^^^^^
  13483. 2707.67 s [unison-share-api]
  13484. 2707.67 s [unison-share-api] src/Unison/Util/Find.hs:108:55: warning: [GHC-63394] [-Wx-partial]
  13485. 2707.67 s [unison-share-api] In the use of ‘tail’
  13486. 2707.67 s [unison-share-api] (imported from Prelude, but defined in GHC.Internal.List):
  13487. 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"."
  13488. 2707.67 s [unison-share-api] |
  13489. 2707.67 s [unison-share-api] 108 | let highlighted = highlight P.bold text . tail . toList $ matches
  13490. 2707.67 s [unison-share-api] | ^^^^
  13491. 2707.67 s [unison-share-api]
  13492. 2707.68 s [unison-share-api] src/Unison/Util/Find.hs:212:39: warning: [GHC-63397] [-Wname-shadowing]
  13493. 2707.68 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  13494. 2707.68 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  13495. 2707.68 s [unison-share-api] |
  13496. 2707.68 s [unison-share-api] 212 | (start, len) : (start2, len2) : groups
  13497. 2707.68 s [unison-share-api] | ^^^^^^
  13498. 2707.68 s [unison-share-api]
  13499. 2707.68 s [unison-share-api] src/Unison/Util/Find.hs:216:22: warning: [GHC-63397] [-Wname-shadowing]
  13500. 2707.68 s [unison-share-api] This binding for ‘groups’ shadows the existing binding
  13501. 2707.68 s [unison-share-api] bound at src/Unison/Util/Find.hs:205:21
  13502. 2707.68 s [unison-share-api] |
  13503. 2707.68 s [unison-share-api] 216 | (start, len) : groups ->
  13504. 2707.68 s [unison-share-api] | ^^^^^^
  13505. 2707.68 s [unison-share-api]
  13506. 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 )
  13507. 2707.68 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:65:7: warning: [GHC-63397] [-Wname-shadowing]
  13508. 2707.68 s [unison-share-api] This binding for ‘mapLeft’ shadows the existing binding
  13509. 2707.68 s [unison-share-api] imported from ‘Unison.Prelude’ at src/Unison/Util/Servant/CBOR.hs:33:1-21
  13510. 2707.68 s [unison-share-api] (and originally defined in ‘either-5.0.3:Data.Either.Combinators’)
  13511. 2707.68 s [unison-share-api] |
  13512. 2707.68 s [unison-share-api] 65 | mapLeft f = either (Left . f) Right
  13513. 2707.68 s [unison-share-api] | ^^^^^^^
  13514. 2707.68 s [unison-share-api]
  13515. 2707.68 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:153:19: warning: [GHC-63397] [-Wname-shadowing]
  13516. 2707.68 s [unison-share-api] This binding for ‘rem’ shadows the existing binding
  13517. 2707.68 s [unison-share-api] imported from ‘Prelude’ at src/Unison/Util/Servant/CBOR.hs:4:8-31
  13518. 2707.68 s [unison-share-api] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  13519. 2707.68 s [unison-share-api] |
  13520. 2707.68 s [unison-share-api] 153 | CBOR.Done rem _ a -> do
  13521. 2707.69 s [unison-share-api] | ^^^
  13522. 2707.69 s [unison-share-api]
  13523. 2707.69 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:162:19: warning: [GHC-63397] [-Wname-shadowing]
  13524. 2707.69 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  13525. 2707.69 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  13526. 2707.69 s [unison-share-api] |
  13527. 2707.69 s [unison-share-api] 162 | k <- newDecoder
  13528. 2707.69 s [unison-share-api] | ^
  13529. 2707.69 s [unison-share-api]
  13530. 2707.69 s [unison-share-api] src/Unison/Util/Servant/CBOR.hs:166:15: warning: [GHC-63397] [-Wname-shadowing]
  13531. 2707.69 s [unison-share-api] This binding for ‘k’ shadows the existing binding
  13532. 2707.69 s [unison-share-api] bound at src/Unison/Util/Servant/CBOR.hs:137:13
  13533. 2707.69 s [unison-share-api] |
  13534. 2707.69 s [unison-share-api] 166 | k <- newDecoder
  13535. 2707.69 s [unison-share-api] | ^
  13536. 2707.69 s [unison-share-api]
  13537. 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 )
  13538. 2707.69 s [unison-share-api] [38 of 39] Compiling Unison.SyncV2.API ( src/Unison/SyncV2/API.hs, nothing )
  13539. 2707.69 s [unison-share-api] [39 of 39] Compiling Unison.Util.Websockets ( src/Unison/Util/Websockets.hs, nothing )
  13540. 2707.69 s [unison-share-api] src/Unison/Util/Websockets.hs:39:22: warning: [GHC-63397] [-Wname-shadowing]
  13541. 2707.69 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  13542. 2707.69 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  13543. 2707.69 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  13544. 2707.69 s [unison-share-api] |
  13545. 2707.69 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  13546. 2707.69 s [unison-share-api] | ^^^^^^^
  13547. 2707.69 s [unison-share-api]
  13548. 2707.70 s [unison-share-api] src/Unison/Util/Websockets.hs:39:31: warning: [GHC-63397] [-Wname-shadowing]
  13549. 2707.70 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  13550. 2707.70 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  13551. 2707.70 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  13552. 2707.70 s [unison-share-api] |
  13553. 2707.70 s [unison-share-api] 39 | dimap f g (Queues {receive, send}) =
  13554. 2707.70 s [unison-share-api] | ^^^^
  13555. 2707.70 s [unison-share-api]
  13556. 2707.70 s [unison-share-api] src/Unison/Util/Websockets.hs:50:7: warning: [GHC-63397] [-Wname-shadowing]
  13557. 2707.70 s [unison-share-api] This binding for ‘receive’ shadows the existing binding
  13558. 2707.70 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  13559. 2707.70 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  13560. 2707.70 s [unison-share-api] |
  13561. 2707.70 s [unison-share-api] 50 | let receive = do readTBMQueue receiveQ
  13562. 2707.70 s [unison-share-api] | ^^^^^^^
  13563. 2707.70 s [unison-share-api]
  13564. 2707.70 s [unison-share-api] src/Unison/Util/Websockets.hs:51:7: warning: [GHC-63397] [-Wname-shadowing]
  13565. 2707.70 s [unison-share-api] This binding for ‘send’ shadows the existing binding
  13566. 2707.70 s [unison-share-api] imported from ‘Network.WebSockets’ at src/Unison/Util/Websockets.hs:22:1-25
  13567. 2707.70 s [unison-share-api] (and originally defined in ‘Network.WebSockets.Connection’)
  13568. 2707.70 s [unison-share-api] |
  13569. 2707.70 s [unison-share-api] 51 | let send msg = do
  13570. 2707.70 s [unison-share-api] | ^^^^
  13571. 2707.70 s [unison-share-api]
  13572. 2707.70 s [unison-share-api] src/Unison/Util/Websockets.hs:142:26: warning: [GHC-63397] [-Wname-shadowing]
  13573. 2707.70 s [unison-share-api] This binding for ‘headers’ shadows the existing binding
  13574. 2707.70 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:137:3
  13575. 2707.70 s [unison-share-api] |
  13576. 2707.70 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  13577. 2707.70 s [unison-share-api] | ^^^^^^^
  13578. 2707.70 s [unison-share-api]
  13579. 2707.70 s [unison-share-api] src/Unison/Util/Websockets.hs:142:34: warning: [GHC-63397] [-Wname-shadowing]
  13580. 2707.70 s [unison-share-api] This binding for ‘action’ shadows the existing binding
  13581. 2707.70 s [unison-share-api] bound at src/Unison/Util/Websockets.hs:134:79
  13582. 2707.70 s [unison-share-api] |
  13583. 2707.70 s [unison-share-api] 142 | let wsRunner path opts headers action = case codeserverScheme codeserver of
  13584. 2707.71 s [unison-share-api] | ^^^^^^
  13585. 2707.71 s [unison-share-api]
  13586. 2707.71 s [unison-share-api] src/Unison/Util/Websockets.hs:150:15: warning: [GHC-63397] [-Wname-shadowing]
  13587. 2707.71 s [unison-share-api] This binding for ‘defaultPort’ shadows the existing binding
  13588. 2707.71 s [unison-share-api] imported from ‘Network.Socket’ at src/Unison/Util/Websockets.hs:21:1-21
  13589. 2707.71 s [unison-share-api] (and originally defined in ‘network-3.2.8.0:Network.Socket.Types’)
  13590. 2707.71 s [unison-share-api] |
  13591. 2707.71 s [unison-share-api] 150 | let defaultPort = 80 :: Int
  13592. 2707.71 s [unison-share-api] | ^^^^^^^^^^^
  13593. 2707.71 s [unison-share-api]
  13594. 2707.71 s [unison-share-api] src/Unison/Util/Websockets.hs:159:3: warning: [GHC-63397] [-Wname-shadowing]
  13595. 2707.71 s [unison-share-api] This binding for ‘toIO’ shadows the existing binding
  13596. 2707.71 s [unison-share-api] imported from ‘UnliftIO’ at src/Unison/Util/Websockets.hs:27:1-15
  13597. 2707.72 s [unison-share-api] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  13598. 2707.72 s [unison-share-api] |
  13599. 2707.72 s [unison-share-api] 159 | toIO <- askRunInIO
  13600. 2707.72 s [unison-share-api] | ^^^^
  13601. 2707.72 s [unison-share-api]
  13602. 2707.72 s [unison-share-api] Haddock coverage:
  13603. 2707.73 s [unison-share-api] 66% ( 2 / 3) in 'Unison.Server.Doc.Markdown.Types'
  13604. 2707.73 s [unison-share-api] Missing documentation for:
  13605. 2707.73 s [unison-share-api] Module header
  13606. 2707.73 s [unison-share-api] 0% ( 0 / 4) in 'Unison.Server.Orphans'
  13607. 2707.73 s [unison-share-api] Missing documentation for:
  13608. 2707.73 s [unison-share-api] Module header
  13609. 2707.73 s [unison-share-api] SyncTag (src/Unison/Server/Orphans.hs:503)
  13610. 2707.73 s [unison-share-api] ComponentBody (src/Unison/Server/Orphans.hs:529)
  13611. 2707.73 s [unison-share-api] encodeVectorWith (src/Unison/Server/Orphans.hs:598)
  13612. 2707.74 s [unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.Projects.Types'
  13613. 2707.74 s [unison-share-api] Missing documentation for:
  13614. 2707.74 s [unison-share-api] Module header
  13615. 2707.74 s [unison-share-api] ProjectListing (src/Unison/Server/Local/Endpoints/Projects/Types.hs:17)
  13616. 2707.74 s [unison-share-api] ProjectBranchListing (src/Unison/Server/Local/Endpoints/Projects/Types.hs:39)
  13617. 2707.74 s [unison-share-api] 66% ( 2 / 3) in 'Unison.Server.Local.Endpoints.Projects.Queries'
  13618. 2707.74 s [unison-share-api] Missing documentation for:
  13619. 2707.74 s [unison-share-api] Module header
  13620. 2707.74 s [unison-share-api] 29% ( 5 / 17) in 'Unison.Server.SearchResult'
  13621. 2707.74 s [unison-share-api] Missing documentation for:
  13622. 2707.74 s [unison-share-api] Module header
  13623. 2707.74 s [unison-share-api] SearchResult (src/Unison/Server/SearchResult.hs:17)
  13624. 2707.74 s [unison-share-api] TermResult (src/Unison/Server/SearchResult.hs:19)
  13625. 2707.74 s [unison-share-api] TypeResult (src/Unison/Server/SearchResult.hs:26)
  13626. 2707.74 s [unison-share-api] Tm' (src/Unison/Server/SearchResult.hs:34)
  13627. 2707.74 s [unison-share-api] Tp' (src/Unison/Server/SearchResult.hs:37)
  13628. 2707.74 s [unison-share-api] termSearchResult (src/Unison/Server/SearchResult.hs:45)
  13629. 2707.74 s [unison-share-api] typeSearchResult (src/Unison/Server/SearchResult.hs:54)
  13630. 2707.74 s [unison-share-api] name (src/Unison/Server/SearchResult.hs:58)
  13631. 2707.74 s [unison-share-api] aliases (src/Unison/Server/SearchResult.hs:63)
  13632. 2707.74 s [unison-share-api] truncateAliases (src/Unison/Server/SearchResult.hs:73)
  13633. 2707.74 s [unison-share-api] _fromNames (src/Unison/Server/SearchResult.hs:84)
  13634. 2707.74 s [unison-share-api] 0% ( 0 / 2) in 'Unison.Server.QueryResult'
  13635. 2707.74 s [unison-share-api] Missing documentation for:
  13636. 2707.74 s [unison-share-api] Module header
  13637. 2707.74 s [unison-share-api] QueryResult (src/Unison/Server/QueryResult.hs:7)
  13638. 2707.74 s [unison-share-api] Warning: 'Names' is out of scope.
  13639. 2707.74 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  13640. 2707.74 s [unison-share-api] Warning: 'Search' is ambiguous. It is defined
  13641. 2707.74 s [unison-share-api] * at src/Unison/Server/NameSearch.hs:31:19
  13642. 2707.74 s [unison-share-api] * at src/Unison/Server/NameSearch.hs:31:1
  13643. 2707.74 s [unison-share-api] You may be able to disambiguate the identifier by qualifying it or
  13644. 2707.74 s [unison-share-api] by specifying the type/value namespace explicitly.
  13645. 2707.74 s [unison-share-api] Defaulting to the one defined at src/Unison/Server/NameSearch.hs:31:1
  13646. 2707.74 s [unison-share-api] 42% ( 3 / 7) in 'Unison.Server.NameSearch'
  13647. 2707.75 s [unison-share-api] Missing documentation for:
  13648. 2707.75 s [unison-share-api] Module header
  13649. 2707.75 s [unison-share-api] NameSearch (src/Unison/Server/NameSearch.hs:47)
  13650. 2707.75 s [unison-share-api] hoistSearch (src/Unison/Server/NameSearch.hs:39)
  13651. 2707.75 s [unison-share-api] hoistNameSearch (src/Unison/Server/NameSearch.hs:53)
  13652. 2707.75 s [unison-share-api] 50% ( 2 / 4) in 'Unison.Server.NameSearch.FromNames'
  13653. 2707.75 s [unison-share-api] Missing documentation for:
  13654. 2707.75 s [unison-share-api] Module header
  13655. 2707.75 s [unison-share-api] makeNameSearch (src/Unison/Server/NameSearch/FromNames.hs:32)
  13656. 2707.75 s [unison-share-api] 0% ( 0 / 10) in 'Unison.Server.SearchResultPrime'
  13657. 2707.75 s [unison-share-api] Missing documentation for:
  13658. 2707.75 s [unison-share-api] Module header
  13659. 2707.75 s [unison-share-api] SearchResult' (src/Unison/Server/SearchResultPrime.hs:21)
  13660. 2707.75 s [unison-share-api] TermResult' (src/Unison/Server/SearchResultPrime.hs:26)
  13661. 2707.75 s [unison-share-api] TypeResult' (src/Unison/Server/SearchResultPrime.hs:34)
  13662. 2707.75 s [unison-share-api] Tm (src/Unison/Server/SearchResultPrime.hs:48)
  13663. 2707.75 s [unison-share-api] Tp (src/Unison/Server/SearchResultPrime.hs:56)
  13664. 2707.75 s [unison-share-api] tmReferent (src/Unison/Server/SearchResultPrime.hs:59)
  13665. 2707.75 s [unison-share-api] tpReference (src/Unison/Server/SearchResultPrime.hs:62)
  13666. 2707.75 s [unison-share-api] foldResult' (src/Unison/Server/SearchResultPrime.hs:65)
  13667. 2707.75 s [unison-share-api] labeledDependencies (src/Unison/Server/SearchResultPrime.hs:73)
  13668. 2707.75 s [unison-share-api] 18% ( 3 / 16) in 'Unison.Server.Syntax'
  13669. 2707.75 s [unison-share-api] Missing documentation for:
  13670. 2707.75 s [unison-share-api] SyntaxText (src/Unison/Server/Syntax.hs:35)
  13671. 2707.75 s [unison-share-api] SyntaxSegment (src/Unison/Server/Syntax.hs:37)
  13672. 2707.75 s [unison-share-api] convertElement (src/Unison/Server/Syntax.hs:73)
  13673. 2707.75 s [unison-share-api] UnisonHash (src/Unison/Server/Syntax.hs:104)
  13674. 2707.75 s [unison-share-api] HashQualifiedName (src/Unison/Server/Syntax.hs:106)
  13675. 2707.75 s [unison-share-api] FQN (src/Unison/Server/Syntax.hs:109)
  13676. 2707.75 s [unison-share-api] syntax (src/Unison/Server/Syntax.hs:234)
  13677. 2707.75 s [unison-share-api] firstReference (src/Unison/Server/Syntax.hs:237)
  13678. 2707.75 s [unison-share-api] reference (src/Unison/Server/Syntax.hs:241)
  13679. 2707.75 s [unison-share-api] toHtml (src/Unison/Server/Syntax.hs:257)
  13680. 2707.75 s [unison-share-api] nameToHtml (src/Unison/Server/Syntax.hs:263)
  13681. 2707.75 s [unison-share-api] segmentToHtml (src/Unison/Server/Syntax.hs:279)
  13682. 2707.75 s [unison-share-api] elementToClassName (src/Unison/Server/Syntax.hs:326)
  13683. 2707.75 s [unison-share-api] 31% ( 7 / 22) in 'Unison.Server.Doc'
  13684. 2707.75 s [unison-share-api] Missing documentation for:
  13685. 2707.75 s [unison-share-api] Module header
  13686. 2707.75 s [unison-share-api] Nat (src/Unison/Server/Doc.hs:43)
  13687. 2707.75 s [unison-share-api] SSyntaxText (src/Unison/Server/Doc.hs:45)
  13688. 2707.75 s [unison-share-api] SrcRefs (src/Unison/Server/Doc.hs:53)
  13689. 2707.75 s [unison-share-api] UnisonHash (src/Unison/Server/Doc.hs:90)
  13690. 2707.75 s [unison-share-api] Ref (src/Unison/Server/Doc.hs:92)
  13691. 2707.75 s [unison-share-api] MediaSource (src/Unison/Server/Doc.hs:98)
  13692. 2707.75 s [unison-share-api] RenderedSpecialForm (src/Unison/Server/Doc.hs:102)
  13693. 2707.75 s [unison-share-api] EvaluatedSpecialForm (src/Unison/Server/Doc.hs:122)
  13694. 2707.75 s [unison-share-api] Src (src/Unison/Server/Doc.hs:144)
  13695. 2707.75 s [unison-share-api] RenderError (src/Unison/Server/Doc.hs:452)
  13696. 2707.75 s [unison-share-api] EvaluatedSrc (src/Unison/Server/Doc.hs:459)
  13697. 2707.75 s [unison-share-api] EvaluatedDecl (src/Unison/Server/Doc.hs:464)
  13698. 2707.75 s [unison-share-api] EvaluatedTerm (src/Unison/Server/Doc.hs:470)
  13699. 2707.75 s [unison-share-api] dependencies (src/Unison/Server/Doc.hs:479)
  13700. 2707.75 s [unison-share-api] 100% ( 2 / 2) in 'Unison.Server.Doc.Markdown.Render'
  13701. 2707.76 s [unison-share-api] 22% ( 4 / 18) in 'Unison.Server.Doc.AsHtml'
  13702. 2707.76 s [unison-share-api] Missing documentation for:
  13703. 2707.76 s [unison-share-api] NamedLinkHref (src/Unison/Server/Doc/AsHtml.hs:31)
  13704. 2707.76 s [unison-share-api] EmbeddedSource (src/Unison/Server/Doc/AsHtml.hs:37)
  13705. 2707.76 s [unison-share-api] embeddedSource (src/Unison/Server/Doc/AsHtml.hs:42)
  13706. 2707.76 s [unison-share-api] inlineCode (src/Unison/Server/Doc/AsHtml.hs:53)
  13707. 2707.76 s [unison-share-api] codeBlock (src/Unison/Server/Doc/AsHtml.hs:57)
  13708. 2707.76 s [unison-share-api] normalizeHref (src/Unison/Server/Doc/AsHtml.hs:61)
  13709. 2707.76 s [unison-share-api] IsFolded (src/Unison/Server/Doc/AsHtml.hs:93)
  13710. 2707.76 s [unison-share-api] foldedToHtml (src/Unison/Server/Doc/AsHtml.hs:98)
  13711. 2707.76 s [unison-share-api] foldedToHtmlSource (src/Unison/Server/Doc/AsHtml.hs:112)
  13712. 2707.76 s [unison-share-api] SideContent (src/Unison/Server/Doc/AsHtml.hs:189)
  13713. 2707.76 s [unison-share-api] FrontMatterData (src/Unison/Server/Doc/AsHtml.hs:193)
  13714. 2707.76 s [unison-share-api] toHtml (src/Unison/Server/Doc/AsHtml.hs:196)
  13715. 2707.76 s [unison-share-api] badge (src/Unison/Server/Doc/AsHtml.hs:518)
  13716. 2707.76 s [unison-share-api] textToClass (src/Unison/Server/Doc/AsHtml.hs:522)
  13717. 2707.76 s [unison-share-api] 7% ( 4 / 51) in 'Unison.Server.Types'
  13718. 2707.76 s [unison-share-api] Missing documentation for:
  13719. 2707.76 s [unison-share-api] Module header
  13720. 2707.76 s [unison-share-api] APIHeaders (src/Unison/Server/Types.hs:63)
  13721. 2707.76 s [unison-share-api] APIGet (src/Unison/Server/Types.hs:69)
  13722. 2707.76 s [unison-share-api] HashQualifiedName (src/Unison/Server/Types.hs:71)
  13723. 2707.76 s [unison-share-api] NamespaceFQN (src/Unison/Server/Types.hs:73)
  13724. 2707.76 s [unison-share-api] Size (src/Unison/Server/Types.hs:75)
  13725. 2707.76 s [unison-share-api] UnisonName (src/Unison/Server/Types.hs:77)
  13726. 2707.76 s [unison-share-api] UnisonHash (src/Unison/Server/Types.hs:79)
  13727. 2707.76 s [unison-share-api] NamespaceDetails (src/Unison/Server/Types.hs:81)
  13728. 2707.76 s [unison-share-api] exactToHQ (src/Unison/Server/Types.hs:144)
  13729. 2707.76 s [unison-share-api] exactToHQ' (src/Unison/Server/Types.hs:147)
  13730. 2707.76 s [unison-share-api] TermDefinitionDiff (src/Unison/Server/Types.hs:235)
  13731. 2707.76 s [unison-share-api] TypeDefinitionDiff (src/Unison/Server/Types.hs:242)
  13732. 2707.76 s [unison-share-api] Suffixify (src/Unison/Server/Types.hs:249)
  13733. 2707.76 s [unison-share-api] TermDefinition (src/Unison/Server/Types.hs:252)
  13734. 2707.76 s [unison-share-api] TypeDefinition (src/Unison/Server/Types.hs:262)
  13735. 2707.76 s [unison-share-api] DefinitionDisplayResults (src/Unison/Server/Types.hs:271)
  13736. 2707.76 s [unison-share-api] TermTag (src/Unison/Server/Types.hs:285)
  13737. 2707.76 s [unison-share-api] TypeTag (src/Unison/Server/Types.hs:288)
  13738. 2707.76 s [unison-share-api] Changed (src/Unison/Server/Types.hs:350)
  13739. 2707.76 s [unison-share-api] LinewiseDiff (src/Unison/Server/Types.hs:384)
  13740. 2707.76 s [unison-share-api] Paired (src/Unison/Server/Types.hs:407)
  13741. 2707.76 s [unison-share-api] swapPair (src/Unison/Server/Types.hs:413)
  13742. 2707.76 s [unison-share-api] UnisonRef (src/Unison/Server/Types.hs:427)
  13743. 2707.76 s [unison-share-api] unisonRefToText (src/Unison/Server/Types.hs:433)
  13744. 2707.76 s [unison-share-api] NamedTerm (src/Unison/Server/Types.hs:437)
  13745. 2707.76 s [unison-share-api] NamedType (src/Unison/Server/Types.hs:465)
  13746. 2707.76 s [unison-share-api] munge (src/Unison/Server/Types.hs:528)
  13747. 2707.76 s [unison-share-api] mungeShow (src/Unison/Server/Types.hs:531)
  13748. 2707.76 s [unison-share-api] mungeString (src/Unison/Server/Types.hs:534)
  13749. 2707.76 s [unison-share-api] defaultWidth (src/Unison/Server/Types.hs:537)
  13750. 2707.76 s [unison-share-api] discard (src/Unison/Server/Types.hs:540)
  13751. 2707.76 s [unison-share-api] mayDefaultWidth (src/Unison/Server/Types.hs:543)
  13752. 2707.76 s [unison-share-api] setCacheControl (src/Unison/Server/Types.hs:546)
  13753. 2707.76 s [unison-share-api] branchToUnisonHash (src/Unison/Server/Types.hs:549)
  13754. 2707.76 s [unison-share-api] v2CausalBranchToUnisonHash (src/Unison/Server/Types.hs:553)
  13755. 2707.76 s [unison-share-api] ProjectBranchNameParam (src/Unison/Server/Types.hs:556)
  13756. 2707.76 s [unison-share-api] TermDiffResponse (src/Unison/Server/Types.hs:586)
  13757. 2707.76 s [unison-share-api] TypeDiffResponse (src/Unison/Server/Types.hs:638)
  13758. 2707.76 s [unison-share-api] DefinitionNameSearchResult (src/Unison/Server/Types.hs:693)
  13759. 2707.76 s [unison-share-api] DefinitionSearchResults (src/Unison/Server/Types.hs:711)
  13760. 2707.76 s [unison-share-api] DefinitionSearchResult (src/Unison/Server/Types.hs:732)
  13761. 2707.76 s [unison-share-api] TermSummary (src/Unison/Server/Types.hs:804)
  13762. 2707.76 s [unison-share-api] TypeSummary (src/Unison/Server/Types.hs:826)
  13763. 2707.76 s [unison-share-api] TermOrTypeSummary (src/Unison/Server/Types.hs:845)
  13764. 2707.76 s [unison-share-api] TermOrTypeTag (src/Unison/Server/Types.hs:876)
  13765. 2707.76 s [unison-share-api] BranchRef (src/Unison/Server/Types.hs:909)
  13766. 2707.76 s [unison-share-api] 0% ( 0 / 10) in 'Unison.Server.HistoryComments.Types'
  13767. 2707.76 s [unison-share-api] Missing documentation for:
  13768. 2707.76 s [unison-share-api] Module header
  13769. 2707.76 s [unison-share-api] DownloadCommentsRequest (src/Unison/Server/HistoryComments/Types.hs:30)
  13770. 2707.76 s [unison-share-api] UploadCommentsResponse (src/Unison/Server/HistoryComments/Types.hs:37)
  13771. 2707.76 s [unison-share-api] DownloadCommentsResponse (src/Unison/Server/HistoryComments/Types.hs:59)
  13772. 2707.77 s [unison-share-api] HistoryCommentUploaderChunk (src/Unison/Server/HistoryComments/Types.hs:183)
  13773. 2707.77 s [unison-share-api] HistoryCommentDownloaderChunk (src/Unison/Server/HistoryComments/Types.hs:159)
  13774. 2707.77 s [unison-share-api] HistoryComment (src/Unison/Server/HistoryComments/Types.hs:81)
  13775. 2707.77 s [unison-share-api] HistoryCommentRevision (src/Unison/Server/HistoryComments/Types.hs:105)
  13776. 2707.77 s [unison-share-api] HistoryCommentHash32 (src/Unison/Server/HistoryComments/Types.hs:153)
  13777. 2707.77 s [unison-share-api] HistoryCommentRevisionHash32 (src/Unison/Server/HistoryComments/Types.hs:156)
  13778. 2707.77 s [unison-share-api] 0% ( 0 / 4) in 'Unison.Server.HistoryComments.API'
  13779. 2707.77 s [unison-share-api] Missing documentation for:
  13780. 2707.77 s [unison-share-api] Module header
  13781. 2707.77 s [unison-share-api] api (src/Unison/Server/HistoryComments/API.hs:12)
  13782. 2707.77 s [unison-share-api] API (src/Unison/Server/HistoryComments/API.hs:14)
  13783. 2707.77 s [unison-share-api] Routes (src/Unison/Server/HistoryComments/API.hs:24)
  13784. 2707.77 s [unison-share-api] 40% ( 2 / 5) in 'Unison.Server.Backend.DefinitionDiff'
  13785. 2707.77 s [unison-share-api] Missing documentation for:
  13786. 2707.77 s [unison-share-api] diffDisplayObjects (src/Unison/Server/Backend/DefinitionDiff.hs:28)
  13787. 2707.77 s [unison-share-api] Paired (src/Unison/Server/Types.hs:407)
  13788. 2707.77 s [unison-share-api] Changed (src/Unison/Server/Types.hs:350)
  13789. 2707.77 s [unison-share-api] Warning: 'isEven' is out of scope.
  13790. 2707.77 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  13791. 2707.77 s [unison-share-api] Warning: 'isOdd' is out of scope.
  13792. 2707.77 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  13793. 2707.77 s [unison-share-api] Warning: 'update' is out of scope.
  13794. 2707.77 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  13795. 2707.77 s [unison-share-api] Warning: 'DefinitionResults' is ambiguous. It is defined
  13796. 2707.77 s [unison-share-api] * at src/Unison/Server/Backend.hs:667:26
  13797. 2707.77 s [unison-share-api] * at src/Unison/Server/Backend.hs:667:1
  13798. 2707.77 s [unison-share-api] You may be able to disambiguate the identifier by qualifying it or
  13799. 2707.77 s [unison-share-api] by specifying the type/value namespace explicitly.
  13800. 2707.77 s [unison-share-api] Defaulting to the one defined at src/Unison/Server/Backend.hs:667:1
  13801. 2707.78 s [unison-share-api] 29% ( 22 / 75) in 'Unison.Server.Backend'
  13802. 2707.78 s [unison-share-api] Missing documentation for:
  13803. 2707.78 s [unison-share-api] Module header
  13804. 2707.78 s [unison-share-api] BackendError (src/Unison/Server/Backend.hs:225)
  13805. 2707.78 s [unison-share-api] Backend (src/Unison/Server/Backend.hs:251)
  13806. 2707.78 s [unison-share-api] ShallowListEntry (src/Unison/Server/Backend.hs:207)
  13807. 2707.78 s [unison-share-api] listEntryName (src/Unison/Server/Backend.hs:219)
  13808. 2707.78 s [unison-share-api] BackendEnv (src/Unison/Server/Backend.hs:249)
  13809. 2707.78 s [unison-share-api] TermEntry (src/Unison/Server/Backend.hs:280)
  13810. 2707.78 s [unison-share-api] TypeEntry (src/Unison/Server/Backend.hs:311)
  13811. 2707.78 s [unison-share-api] FoundRef (src/Unison/Server/Backend.hs:333)
  13812. 2707.78 s [unison-share-api] DefinitionResults (src/Unison/Server/Backend.hs:667)
  13813. 2707.78 s [unison-share-api] SyntaxText (src/Unison/Server/Backend.hs:205)
  13814. 2707.78 s [unison-share-api] fuzzyFind (src/Unison/Server/Backend.hs:351)
  13815. 2707.78 s [unison-share-api] bestNameForTerm (src/Unison/Server/Backend.hs:966)
  13816. 2707.78 s [unison-share-api] bestNameForType (src/Unison/Server/Backend.hs:975)
  13817. 2707.78 s [unison-share-api] definitionsByName (src/Unison/Server/Backend.hs:1040)
  13818. 2707.78 s [unison-share-api] displayType (src/Unison/Server/Backend.hs:1085)
  13819. 2707.78 s [unison-share-api] docsInBranchToHtmlFiles (src/Unison/Server/Backend.hs:888)
  13820. 2707.78 s [unison-share-api] expandShortCausalHash (src/Unison/Server/Backend.hs:695)
  13821. 2707.78 s [unison-share-api] findDocInBranch (src/Unison/Server/Backend.hs:389)
  13822. 2707.78 s [unison-share-api] formatSuffixedType (src/Unison/Server/Backend.hs:726)
  13823. 2707.78 s [unison-share-api] getTermTag (src/Unison/Server/Backend.hs:462)
  13824. 2707.78 s [unison-share-api] getTypeTag (src/Unison/Server/Backend.hs:486)
  13825. 2707.78 s [unison-share-api] hoistBackend (src/Unison/Server/Backend.hs:258)
  13826. 2707.78 s [unison-share-api] hqNameQuery (src/Unison/Server/Backend.hs:612)
  13827. 2707.78 s [unison-share-api] loadReferentType (src/Unison/Server/Backend.hs:265)
  13828. 2707.78 s [unison-share-api] loadSearchResults (src/Unison/Server/Backend.hs:1225)
  13829. 2707.78 s [unison-share-api] lsAtPath (src/Unison/Server/Backend.hs:381)
  13830. 2707.78 s [unison-share-api] mungeSyntaxText (src/Unison/Server/Backend.hs:730)
  13831. 2707.78 s [unison-share-api] expectCausalBranchByCausalHash
  13832. 2707.78 s [unison-share-api] resolveRootBranchHashV2 (src/Unison/Server/Backend.hs:1011)
  13833. 2707.78 s [unison-share-api] termEntryDisplayName (src/Unison/Server/Backend.hs:303)
  13834. 2707.78 s [unison-share-api] termEntryHQName (src/Unison/Server/Backend.hs:306)
  13835. 2707.78 s [unison-share-api] termEntryToNamedTerm (src/Unison/Server/Backend.hs:543)
  13836. 2707.78 s [unison-share-api] termEntryLabeledDependencies (src/Unison/Server/Backend.hs:291)
  13837. 2707.78 s [unison-share-api] termListEntry (src/Unison/Server/Backend.hs:439)
  13838. 2707.78 s [unison-share-api] termSummaryForReferent (src/Unison/Server/Backend.hs:1263)
  13839. 2707.78 s [unison-share-api] typeSummaryForReference (src/Unison/Server/Backend.hs:1296)
  13840. 2707.78 s [unison-share-api] typeDeclHeader (src/Unison/Server/Backend.hs:521)
  13841. 2707.78 s [unison-share-api] typeEntryDisplayName (src/Unison/Server/Backend.hs:325)
  13842. 2707.78 s [unison-share-api] typeEntryHQName (src/Unison/Server/Backend.hs:328)
  13843. 2707.78 s [unison-share-api] typeEntryToNamedType (src/Unison/Server/Backend.hs:552)
  13844. 2707.78 s [unison-share-api] typeEntryLabeledDependencies (src/Unison/Server/Backend.hs:321)
  13845. 2707.78 s [unison-share-api] typeListEntry (src/Unison/Server/Backend.hs:500)
  13846. 2707.78 s [unison-share-api] normaliseRootCausalHash (src/Unison/Server/Backend.hs:1016)
  13847. 2707.78 s [unison-share-api] resolveProjectRootHash (src/Unison/Server/Backend.hs:1253)
  13848. 2707.78 s [unison-share-api] resolveProjectRoot (src/Unison/Server/Backend.hs:1246)
  13849. 2707.78 s [unison-share-api] resolveRootBranchHash (src/Unison/Server/Backend.hs:1005)
  13850. 2707.78 s [unison-share-api] isTestResultList (src/Unison/Server/Backend.hs:427)
  13851. 2707.78 s [unison-share-api] fixupNamesRelative (src/Unison/Server/Backend.hs:596)
  13852. 2707.78 s [unison-share-api] mkTermDefinition (src/Unison/Server/Backend.hs:768)
  13853. 2707.78 s [unison-share-api] mkTypeDefinition (src/Unison/Server/Backend.hs:743)
  13854. 2707.78 s [unison-share-api] displayTerm (src/Unison/Server/Backend.hs:1070)
  13855. 2707.78 s [unison-share-api] formatTypeName (src/Unison/Server/Backend.hs:535)
  13856. 2707.78 s [unison-share-api] 0% ( 0 / 5) in 'Unison.Server.Local.Endpoints.Projects'
  13857. 2707.78 s [unison-share-api] Missing documentation for:
  13858. 2707.78 s [unison-share-api] Module header
  13859. 2707.78 s [unison-share-api] projectListingEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:85)
  13860. 2707.78 s [unison-share-api] projectBranchListingEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:93)
  13861. 2707.78 s [unison-share-api] ListProjectsEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:32)
  13862. 2707.78 s [unison-share-api] ListProjectBranchesEndpoint (src/Unison/Server/Local/Endpoints/Projects.hs:36)
  13863. 2707.78 s [unison-share-api] 0% ( 0 / 8) in 'Unison.Server.Local.Endpoints.NamespaceListing'
  13864. 2707.78 s [unison-share-api] Missing documentation for:
  13865. 2707.78 s [unison-share-api] Module header
  13866. 2707.78 s [unison-share-api] serve (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:197)
  13867. 2707.78 s [unison-share-api] NamespaceListingAPI (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:47)
  13868. 2707.78 s [unison-share-api] NamespaceListing (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:72)
  13869. 2707.78 s [unison-share-api] NamespaceObject (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:96)
  13870. 2707.78 s [unison-share-api] NamedNamespace (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:122)
  13871. 2707.78 s [unison-share-api] NamedPatch (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:146)
  13872. 2707.78 s [unison-share-api] KindExpression (src/Unison/Server/Local/Endpoints/NamespaceListing.hs:161)
  13873. 2707.78 s [unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.NamespaceDetails'
  13874. 2707.78 s [unison-share-api] Missing documentation for:
  13875. 2707.78 s [unison-share-api] Module header
  13876. 2707.78 s [unison-share-api] NamespaceDetailsAPI (src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:32)
  13877. 2707.78 s [unison-share-api] namespaceDetails (src/Unison/Server/Local/Endpoints/NamespaceDetails.hs:51)
  13878. 2707.78 s [unison-share-api] 0% ( 0 / 6) in 'Unison.Server.Local.Endpoints.FuzzyFind'
  13879. 2707.78 s [unison-share-api] Missing documentation for:
  13880. 2707.78 s [unison-share-api] Module header
  13881. 2707.78 s [unison-share-api] FuzzyFindAPI (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:47)
  13882. 2707.78 s [unison-share-api] FoundTerm (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:92)
  13883. 2707.78 s [unison-share-api] FoundType (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:98)
  13884. 2707.78 s [unison-share-api] FoundResult (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:124)
  13885. 2707.78 s [unison-share-api] serveFuzzyFind (src/Unison/Server/Local/Endpoints/FuzzyFind.hs:149)
  13886. 2707.78 s [unison-share-api] 0% ( 0 / 7) in 'Unison.Server.Local.Endpoints.DefinitionSummary'
  13887. 2707.78 s [unison-share-api] Missing documentation for:
  13888. 2707.78 s [unison-share-api] Module header
  13889. 2707.78 s [unison-share-api] TermSummaryAPI (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:46)
  13890. 2707.78 s [unison-share-api] serveTermSummary (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:68)
  13891. 2707.78 s [unison-share-api] TermSummary (src/Unison/Server/Types.hs:804)
  13892. 2707.78 s [unison-share-api] TypeSummaryAPI (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:76)
  13893. 2707.78 s [unison-share-api] serveTypeSummary (src/Unison/Server/Local/Endpoints/DefinitionSummary.hs:98)
  13894. 2707.78 s [unison-share-api] TypeSummary (src/Unison/Server/Types.hs:826)
  13895. 2707.78 s [unison-share-api] 0% ( 0 / 5) in 'Unison.Server.Local.Endpoints.Current'
  13896. 2707.79 s [unison-share-api] Missing documentation for:
  13897. 2707.79 s [unison-share-api] Module header
  13898. 2707.79 s [unison-share-api] CurrentEndpoint (src/Unison/Server/Local/Endpoints/Current.hs:20)
  13899. 2707.79 s [unison-share-api] Current (src/Unison/Server/Local/Endpoints/Current.hs:24)
  13900. 2707.79 s [unison-share-api] serveCurrent (src/Unison/Server/Local/Endpoints/Current.hs:51)
  13901. 2707.79 s [unison-share-api] getCurrentProjectBranch (src/Unison/Server/Local/Endpoints/Current.hs:54)
  13902. 2707.79 s [unison-share-api] 0% ( 0 / 3) in 'Unison.Server.Local.Endpoints.UCM'
  13903. 2707.79 s [unison-share-api] Missing documentation for:
  13904. 2707.79 s [unison-share-api] Module header
  13905. 2707.79 s [unison-share-api] UCMAPI (src/Unison/Server/Local/Endpoints/UCM.hs:11)
  13906. 2707.79 s [unison-share-api] ucmServer (src/Unison/Server/Local/Endpoints/UCM.hs:15)
  13907. 2707.79 s [unison-share-api] 100% ( 2 / 2) in 'Unison.Server.Local'
  13908. 2707.79 s [unison-share-api] 25% ( 1 / 4) in 'Unison.Server.Local.Definitions'
  13909. 2707.79 s [unison-share-api] Missing documentation for:
  13910. 2707.79 s [unison-share-api] Module header
  13911. 2707.79 s [unison-share-api] termDefinitionByName (src/Unison/Server/Local/Definitions.hs:136)
  13912. 2707.79 s [unison-share-api] typeDefinitionByName (src/Unison/Server/Local/Definitions.hs:165)
  13913. 2707.79 s [unison-share-api] 0% ( 0 / 9) in 'Unison.Server.Local.Endpoints.Definitions'
  13914. 2707.79 s [unison-share-api] Missing documentation for:
  13915. 2707.79 s [unison-share-api] Module header
  13916. 2707.79 s [unison-share-api] DefinitionsAPI (src/Unison/Server/Local/Endpoints/Definitions.hs:69)
  13917. 2707.79 s [unison-share-api] GetDefinitionEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:76)
  13918. 2707.79 s [unison-share-api] GetDefinitionDependentsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:83)
  13919. 2707.79 s [unison-share-api] GetDefinitionDependenciesEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:88)
  13920. 2707.79 s [unison-share-api] getDefinitionDependentsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:156)
  13921. 2707.79 s [unison-share-api] getDefinitionDependenciesEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:220)
  13922. 2707.79 s [unison-share-api] getDefinitionsEndpoint (src/Unison/Server/Local/Endpoints/Definitions.hs:285)
  13923. 2707.79 s [unison-share-api] serveDefinitionsServer (src/Unison/Server/Local/Endpoints/Definitions.hs:305)
  13924. 2707.79 s [unison-share-api] 0% ( 0 / 13) in 'Unison.Server.Errors'
  13925. 2707.79 s [unison-share-api] Missing documentation for:
  13926. 2707.79 s [unison-share-api] Module header
  13927. 2707.79 s [unison-share-api] badHQN (src/Unison/Server/Errors.hs:34)
  13928. 2707.79 s [unison-share-api] backendError (src/Unison/Server/Errors.hs:43)
  13929. 2707.79 s [unison-share-api] badNamespace (src/Unison/Server/Errors.hs:63)
  13930. 2707.79 s [unison-share-api] noSuchNamespace (src/Unison/Server/Errors.hs:73)
  13931. 2707.79 s [unison-share-api] couldntLoadBranch (src/Unison/Server/Errors.hs:77)
  13932. 2707.79 s [unison-share-api] ambiguousNamespace (src/Unison/Server/Errors.hs:86)
  13933. 2707.79 s [unison-share-api] missingSigForTerm (src/Unison/Server/Errors.hs:96)
  13934. 2707.79 s [unison-share-api] noSuchDefinition (src/Unison/Server/Errors.hs:108)
  13935. 2707.79 s [unison-share-api] ambiguousHashForDefinition (src/Unison/Server/Errors.hs:115)
  13936. 2707.79 s [unison-share-api] expectedNameLookup (src/Unison/Server/Errors.hs:122)
  13937. 2707.79 s [unison-share-api] disjointProjectAndPerspective (src/Unison/Server/Errors.hs:129)
  13938. 2707.79 s [unison-share-api] projectBranchNameNotFound (src/Unison/Server/Errors.hs:140)
  13939. 2707.79 s [unison-share-api] 1% ( 1 / 56) in 'Unison.Server.CodebaseServer'
  13940. 2707.79 s [unison-share-api] Missing documentation for:
  13941. 2707.79 s [unison-share-api] Module header
  13942. 2707.79 s [unison-share-api] HTML (src/Unison/Server/CodebaseServer.hs:126)
  13943. 2707.79 s [unison-share-api] RawHtml (src/Unison/Server/CodebaseServer.hs:128)
  13944. 2707.79 s [unison-share-api] OpenApiJSON (src/Unison/Server/CodebaseServer.hs:136)
  13945. 2707.79 s [unison-share-api] MCPServer (src/Unison/Server/CodebaseServer.hs:138)
  13946. 2707.79 s [unison-share-api] MCPAPI (src/Unison/Server/CodebaseServer.hs:140)
  13947. 2707.79 s [unison-share-api] UnisonAndDocsAPI (src/Unison/Server/CodebaseServer.hs:144)
  13948. 2707.79 s [unison-share-api] UnisonLocalAPI (src/Unison/Server/CodebaseServer.hs:146)
  13949. 2707.79 s [unison-share-api] CodebaseServerAPI (src/Unison/Server/CodebaseServer.hs:150)
  13950. 2707.79 s [unison-share-api] ProjectsAPI (src/Unison/Server/CodebaseServer.hs:158)
  13951. 2707.79 s [unison-share-api] ProjectDiffTermsEndpoint (src/Unison/Server/CodebaseServer.hs:174)
  13952. 2707.79 s [unison-share-api] ProjectDiffTypesEndpoint (src/Unison/Server/CodebaseServer.hs:181)
  13953. 2707.79 s [unison-share-api] WebUI (src/Unison/Server/CodebaseServer.hs:206)
  13954. 2707.79 s [unison-share-api] ServerAPI (src/Unison/Server/CodebaseServer.hs:208)
  13955. 2707.79 s [unison-share-api] StaticAPI (src/Unison/Server/CodebaseServer.hs:210)
  13956. 2707.79 s [unison-share-api] Authed (src/Unison/Server/CodebaseServer.hs:212)
  13957. 2707.79 s [unison-share-api] AppAPI (src/Unison/Server/CodebaseServer.hs:214)
  13958. 2707.79 s [unison-share-api] BaseUrl (src/Unison/Server/CodebaseServer.hs:221)
  13959. 2707.79 s [unison-share-api] DefinitionReference (src/Unison/Server/CodebaseServer.hs:227)
  13960. 2707.79 s [unison-share-api] Service (src/Unison/Server/CodebaseServer.hs:234)
  13961. 2707.79 s [unison-share-api] URISegment (src/Unison/Server/CodebaseServer.hs:243)
  13962. 2707.79 s [unison-share-api] handleAuth (src/Unison/Server/CodebaseServer.hs:349)
  13963. 2707.79 s [unison-share-api] openAPI (src/Unison/Server/CodebaseServer.hs:357)
  13964. 2707.79 s [unison-share-api] infoObject (src/Unison/Server/CodebaseServer.hs:360)
  13965. 2707.79 s [unison-share-api] docsBS (src/Unison/Server/CodebaseServer.hs:373)
  13966. 2707.79 s [unison-share-api] unisonAndDocsAPI (src/Unison/Server/CodebaseServer.hs:381)
  13967. 2707.79 s [unison-share-api] api (src/Unison/Server/CodebaseServer.hs:384)
  13968. 2707.79 s [unison-share-api] serverAPI (src/Unison/Server/CodebaseServer.hs:387)
  13969. 2707.79 s [unison-share-api] appAPI (src/Unison/Server/CodebaseServer.hs:390)
  13970. 2707.79 s [unison-share-api] app (src/Unison/Server/CodebaseServer.hs:401)
  13971. 2707.79 s [unison-share-api] Waiter (src/Unison/Server/CodebaseServer.hs:404)
  13972. 2707.79 s [unison-share-api] mkWaiter (src/Unison/Server/CodebaseServer.hs:410)
  13973. 2707.79 s [unison-share-api] ucmUIVar (src/Unison/Server/CodebaseServer.hs:419)
  13974. 2707.79 s [unison-share-api] ucmPortVar (src/Unison/Server/CodebaseServer.hs:422)
  13975. 2707.79 s [unison-share-api] ucmHostVar (src/Unison/Server/CodebaseServer.hs:425)
  13976. 2707.79 s [unison-share-api] ucmAllowCorsHost (src/Unison/Server/CodebaseServer.hs:428)
  13977. 2707.79 s [unison-share-api] ucmTokenVar (src/Unison/Server/CodebaseServer.hs:431)
  13978. 2707.79 s [unison-share-api] CodebaseServerOpts (src/Unison/Server/CodebaseServer.hs:433)
  13979. 2707.79 s [unison-share-api] defaultCodebaseServerOpts (src/Unison/Server/CodebaseServer.hs:443)
  13980. 2707.79 s [unison-share-api] startServer (src/Unison/Server/CodebaseServer.hs:462)
  13981. 2707.79 s [unison-share-api] serveIndex (src/Unison/Server/CodebaseServer.hs:517)
  13982. 2707.79 s [unison-share-api] serveUI (src/Unison/Server/CodebaseServer.hs:537)
  13983. 2707.79 s [unison-share-api] corsPolicy (src/Unison/Server/CodebaseServer.hs:545)
  13984. 2707.79 s [unison-share-api] server (src/Unison/Server/CodebaseServer.hs:572)
  13985. 2707.79 s [unison-share-api] serveUnisonAndDocs (src/Unison/Server/CodebaseServer.hs:583)
  13986. 2707.79 s [unison-share-api] serveDocs (src/Unison/Server/CodebaseServer.hs:586)
  13987. 2707.79 s [unison-share-api] serveOpenAPI (src/Unison/Server/CodebaseServer.hs:592)
  13988. 2707.79 s [unison-share-api] hoistWithAuth (src/Unison/Server/CodebaseServer.hs:595)
  13989. 2707.79 s [unison-share-api] serveProjectsCodebaseServerAPI (src/Unison/Server/CodebaseServer.hs:603)
  13990. 2707.79 s [unison-share-api] serveProjectDiffTermsEndpoint (src/Unison/Server/CodebaseServer.hs:634)
  13991. 2707.79 s [unison-share-api] contextForProjectBranch (src/Unison/Server/CodebaseServer.hs:653)
  13992. 2707.79 s [unison-share-api] serveProjectDiffTypesEndpoint (src/Unison/Server/CodebaseServer.hs:663)
  13993. 2707.79 s [unison-share-api] serveProjectsAPI (src/Unison/Server/CodebaseServer.hs:682)
  13994. 2707.79 s [unison-share-api] serveUnisonLocal (src/Unison/Server/CodebaseServer.hs:698)
  13995. 2707.79 s [unison-share-api] backendHandler (src/Unison/Server/CodebaseServer.hs:703)
  13996. 2707.79 s [unison-share-api] 27% ( 12 / 43) in 'Unison.Sync.Types'
  13997. 2707.79 s [unison-share-api] Missing documentation for:
  13998. 2707.79 s [unison-share-api] Module header
  13999. 2707.79 s [unison-share-api] RepoInfo (src/Unison/Sync/Types.hs:100)
  14000. 2707.79 s [unison-share-api] Path (src/Unison/Sync/Types.hs:104)
  14001. 2707.79 s [unison-share-api] pathCodebasePath (src/Unison/Sync/Types.hs:119)
  14002. 2707.79 s [unison-share-api] Entity (src/Unison/Sync/Types.hs:135)
  14003. 2707.79 s [unison-share-api] TermComponent (src/Unison/Sync/Types.hs:183)
  14004. 2707.79 s [unison-share-api] DeclComponent (src/Unison/Sync/Types.hs:232)
  14005. 2707.79 s [unison-share-api] Patch (src/Unison/Sync/Types.hs:286)
  14006. 2707.79 s [unison-share-api] PatchDiff (src/Unison/Sync/Types.hs:321)
  14007. 2707.79 s [unison-share-api] Namespace (src/Unison/Sync/Types.hs:355)
  14008. 2707.79 s [unison-share-api] NamespaceDiff (src/Unison/Sync/Types.hs:398)
  14009. 2707.79 s [unison-share-api] Causal (src/Unison/Sync/Types.hs:439)
  14010. 2707.79 s [unison-share-api] LocalIds (src/Unison/Sync/Types.hs:257)
  14011. 2707.79 s [unison-share-api] EntityType (src/Unison/Sync/Types.hs:464)
  14012. 2707.79 s [unison-share-api] entityHashes_ (src/Unison/Sync/Types.hs:170)
  14013. 2707.79 s [unison-share-api] patchOldHashes_ (src/Unison/Sync/Types.hs:312)
  14014. 2707.79 s [unison-share-api] patchNewHashes_ (src/Unison/Sync/Types.hs:317)
  14015. 2707.79 s [unison-share-api] patchDiffHashes_ (src/Unison/Sync/Types.hs:350)
  14016. 2707.79 s [unison-share-api] namespaceDiffHashes_ (src/Unison/Sync/Types.hs:430)
  14017. 2707.79 s [unison-share-api] causalHashes_ (src/Unison/Sync/Types.hs:446)
  14018. 2707.79 s [unison-share-api] GetCausalHashByPathRequest (src/Unison/Sync/Types.hs:523)
  14019. 2707.79 s [unison-share-api] GetCausalHashByPathResponse (src/Unison/Sync/Types.hs:539)
  14020. 2707.79 s [unison-share-api] DownloadEntitiesRequest (src/Unison/Sync/Types.hs:565)
  14021. 2707.79 s [unison-share-api] DownloadEntitiesResponse (src/Unison/Sync/Types.hs:588)
  14022. 2707.79 s [unison-share-api] DownloadEntitiesError (src/Unison/Sync/Types.hs:592)
  14023. 2707.79 s [unison-share-api] UploadEntitiesRequest (src/Unison/Sync/Types.hs:696)
  14024. 2707.79 s [unison-share-api] UploadEntitiesResponse (src/Unison/Sync/Types.hs:719)
  14025. 2707.79 s [unison-share-api] UploadEntitiesError (src/Unison/Sync/Types.hs:724)
  14026. 2707.79 s [unison-share-api] HashMismatchForEntity (src/Unison/Sync/Types.hs:737)
  14027. 2707.79 s [unison-share-api] InvalidParentage (src/Unison/Sync/Types.hs:794)
  14028. 2707.79 s [unison-share-api] NeedDependencies (src/Unison/Sync/Types.hs:807)
  14029. 2707.79 s [unison-share-api] Warning: 'temp_entity' is out of scope.
  14030. 2707.79 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  14031. 2707.79 s [unison-share-api] 57% ( 4 / 7) in 'Unison.Sync.Common'
  14032. 2707.79 s [unison-share-api] Missing documentation for:
  14033. 2707.79 s [unison-share-api] causalHashToHash32 (src/Unison/Sync/Common.hs:43)
  14034. 2707.79 s [unison-share-api] hash32ToCausalHash (src/Unison/Sync/Common.hs:48)
  14035. 2707.79 s [unison-share-api] tempEntityToEntity (src/Unison/Sync/Common.hs:124)
  14036. 2707.79 s [unison-share-api] 100% ( 3 / 3) in 'Unison.Sync.EntityValidation'
  14037. 2707.79 s [unison-share-api] 0% ( 0 / 3) in 'Unison.Sync.API'
  14038. 2707.79 s [unison-share-api] Missing documentation for:
  14039. 2707.79 s [unison-share-api] Module header
  14040. 2707.79 s [unison-share-api] API (src/Unison/Sync/API.hs:12)
  14041. 2707.79 s [unison-share-api] api (src/Unison/Sync/API.hs:10)
  14042. 2707.79 s [unison-share-api] 0% ( 0 / 7) in 'Unison.Util.Find'
  14043. 2707.79 s [unison-share-api] Missing documentation for:
  14044. 2707.79 s [unison-share-api] Module header
  14045. 2707.79 s [unison-share-api] fuzzyFinder (src/Unison/Util/Find.hs:41)
  14046. 2707.79 s [unison-share-api] simpleFuzzyFinder (src/Unison/Util/Find.hs:52)
  14047. 2707.79 s [unison-share-api] simpleFuzzyScore (src/Unison/Util/Find.hs:77)
  14048. 2707.79 s [unison-share-api] fuzzyFindInBranch (src/Unison/Util/Find.hs:155)
  14049. 2707.79 s [unison-share-api] fuzzyFindMatchArray (src/Unison/Util/Find.hs:98)
  14050. 2707.79 s [unison-share-api] prefixFindInBranch (src/Unison/Util/Find.hs:138)
  14051. 2707.79 s [unison-share-api] Warning: 't' is out of scope.
  14052. 2707.79 s [unison-share-api] If you qualify the identifier, haddock can try to link it anyway.
  14053. 2707.79 s [unison-share-api] Warning: 'CBORBytes' is ambiguous. It is defined
  14054. 2707.79 s [unison-share-api] * at src/Unison/Util/Servant/CBOR.hs:74:23
  14055. 2707.79 s [unison-share-api] * at src/Unison/Util/Servant/CBOR.hs:74:1
  14056. 2707.79 s [unison-share-api] You may be able to disambiguate the identifier by qualifying it or
  14057. 2707.79 s [unison-share-api] by specifying the type/value namespace explicitly.
  14058. 2707.79 s [unison-share-api] Defaulting to the one defined at src/Unison/Util/Servant/CBOR.hs:74:1
  14059. 2707.79 s [unison-share-api] 46% ( 6 / 13) in 'Unison.Util.Servant.CBOR'
  14060. 2707.79 s [unison-share-api] Missing documentation for:
  14061. 2707.79 s [unison-share-api] UnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:98)
  14062. 2707.79 s [unison-share-api] unpackCBORBytesStream (src/Unison/Util/Servant/CBOR.hs:112)
  14063. 2707.79 s [unison-share-api] serialiseCBORBytes (src/Unison/Util/Servant/CBOR.hs:91)
  14064. 2707.79 s [unison-share-api] decodeCBORBytes (src/Unison/Util/Servant/CBOR.hs:83)
  14065. 2707.79 s [unison-share-api] decodeUnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:86)
  14066. 2707.79 s [unison-share-api] serialiseUnknownCBORBytes (src/Unison/Util/Servant/CBOR.hs:94)
  14067. 2707.79 s [unison-share-api] CBORStreamError (src/Unison/Util/Servant/CBOR.hs:115)
  14068. 2707.79 s [unison-share-api] 30% ( 6 / 20) in 'Unison.SyncV2.Types'
  14069. 2707.79 s [unison-share-api] Missing documentation for:
  14070. 2707.79 s [unison-share-api] Module header
  14071. 2707.79 s [unison-share-api] DownloadEntitiesRequest (src/Unison/SyncV2/Types.hs:66)
  14072. 2707.79 s [unison-share-api] EntityChunk (src/Unison/SyncV2/Types.hs:209)
  14073. 2707.79 s [unison-share-api] ErrorChunk (src/Unison/SyncV2/Types.hs:219)
  14074. 2707.80 s [unison-share-api] StreamInitInfo (src/Unison/SyncV2/Types.hs:167)
  14075. 2707.80 s [unison-share-api] SyncError (src/Unison/SyncV2/Types.hs:268)
  14076. 2707.80 s [unison-share-api] DownloadEntitiesError (src/Unison/SyncV2/Types.hs:92)
  14077. 2707.80 s [unison-share-api] CausalDependenciesRequest (src/Unison/SyncV2/Types.hs:305)
  14078. 2707.80 s [unison-share-api] DependencyType (src/Unison/SyncV2/Types.hs:329)
  14079. 2707.80 s [unison-share-api] EntityKind (src/Unison/SyncV2/Types.hs:277)
  14080. 2707.80 s [unison-share-api] serialiseCBORBytes (src/Unison/Util/Servant/CBOR.hs:91)
  14081. 2707.80 s [unison-share-api] BranchRef (src/Unison/Server/Types.hs:909)
  14082. 2707.80 s [unison-share-api] EntitySorting (src/Unison/SyncV2/Types.hs:145)
  14083. 2707.80 s [unison-share-api] Version (src/Unison/SyncV2/Types.hs:163)
  14084. 2707.80 s [unison-share-api] 0% ( 0 / 4) in 'Unison.SyncV2.API'
  14085. 2707.80 s [unison-share-api] Missing documentation for:
  14086. 2707.80 s [unison-share-api] Module header
  14087. 2707.80 s [unison-share-api] API (src/Unison/SyncV2/API.hs:19)
  14088. 2707.80 s [unison-share-api] api (src/Unison/SyncV2/API.hs:17)
  14089. 2707.80 s [unison-share-api] Routes (src/Unison/SyncV2/API.hs:31)
  14090. 2707.80 s [unison-share-api] Warning: 'Queues' is ambiguous. It is defined
  14091. 2707.80 s [unison-share-api] * at src/Unison/Util/Websockets.hs:31:19
  14092. 2707.80 s [unison-share-api] * at src/Unison/Util/Websockets.hs:31:1
  14093. 2707.80 s [unison-share-api] You may be able to disambiguate the identifier by qualifying it or
  14094. 2707.80 s [unison-share-api] by specifying the type/value namespace explicitly.
  14095. 2707.80 s [unison-share-api] Defaulting to the one defined at src/Unison/Util/Websockets.hs:31:1
  14096. 2707.80 s [unison-share-api] 60% ( 3 / 5) in 'Unison.Util.Websockets'
  14097. 2707.80 s [unison-share-api] Missing documentation for:
  14098. 2707.80 s [unison-share-api] Module header
  14099. 2707.80 s [unison-share-api] withQueues (src/Unison/Util/Websockets.hs:46)
  14100. 2710.76 s [unison-share-api] Warning: Unison.Server.Orphans: could not find link destinations for:
  14101. 2710.84 s [unison-share-api] - Data.Vector.Vector
  14102. 2710.84 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.Projects.Types: could not find link destinations for:
  14103. 2710.84 s [unison-share-api] - Unison.Server.Local.Endpoints.Projects.Types.Rep_ProjectBranchListing
  14104. 2710.84 s [unison-share-api] - Unison.Server.Local.Endpoints.Projects.Types.Rep_ProjectListing
  14105. 2710.84 s [unison-share-api] Warning: Unison.Server.Syntax: could not find link destinations for:
  14106. 2710.84 s [unison-share-api] - Unison.Server.Syntax.Rep_Element
  14107. 2710.84 s [unison-share-api] Warning: Unison.Server.Doc: could not find link destinations for:
  14108. 2710.84 s [unison-share-api] - Unison.Server.Doc.Rep_EvaluatedSpecialForm
  14109. 2710.84 s [unison-share-api] - Unison.Server.Doc.Rep_EvaluatedSrc
  14110. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_EvaluatedTerm
  14111. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_EvaluatedDecl
  14112. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_RenderedSpecialForm
  14113. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_RenderError
  14114. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_Src
  14115. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_MediaSource
  14116. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_Ref
  14117. 2710.85 s [unison-share-api] - Unison.Server.Doc.Rep_DocG
  14118. 2710.85 s [unison-share-api] Warning: Unison.Server.Types: could not find link destinations for:
  14119. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_DefinitionSearchResults
  14120. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_DefinitionSearchResult
  14121. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermOrTypeSummary
  14122. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TypeSummary
  14123. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermSummary
  14124. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TypeDiffResponse
  14125. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermDiffResponse
  14126. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_ProjectBranchNameParam
  14127. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_NamedType
  14128. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_NamedTerm
  14129. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_UnisonRef
  14130. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermDefinitionDiff
  14131. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TypeDefinitionDiff
  14132. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_DisplayObjectDiff
  14133. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_LinewiseDiff
  14134. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_Changed
  14135. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_SemanticSyntaxDiff
  14136. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_DefinitionDisplayResults
  14137. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TypeDefinition
  14138. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermDefinition
  14139. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TermTag
  14140. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_TypeTag
  14141. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_Suffixify
  14142. 2710.85 s [unison-share-api] - Unison.Server.Types.Rep_NamespaceDetails
  14143. 2710.85 s [unison-share-api] Warning: Unison.Server.HistoryComments.API: could not find link destinations for:
  14144. 2710.85 s [unison-share-api] - Unison.Server.HistoryComments.API.UploadCommentsStream
  14145. 2710.85 s [unison-share-api] - Unison.Server.HistoryComments.API.DownloadCommentsStream
  14146. 2710.85 s [unison-share-api] - Unison.Server.HistoryComments.API.Rep_Routes
  14147. 2710.86 s [unison-share-api] Warning: Unison.Server.Backend.DefinitionDiff: could not find link destinations for:
  14148. 2710.86 s [unison-share-api] - Unison.Server.Types.Rep_Changed
  14149. 2710.88 s [unison-share-api] Warning: Unison.Server.Backend: could not find link destinations for:
  14150. 2710.88 s [unison-share-api] - Unison.Server.Backend.Rep_FoundRef
  14151. 2710.88 s [unison-share-api] - Unison.Server.Backend.Rep_ShallowListEntry
  14152. 2710.88 s [unison-share-api] - Unison.Server.Backend.Rep_TypeEntry
  14153. 2710.88 s [unison-share-api] - Unison.Server.Backend.Rep_TermEntry
  14154. 2710.88 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.Projects: could not find link destinations for:
  14155. 2710.88 s [unison-share-api] - Unison.Server.Local.Endpoints.Projects.Query
  14156. 2710.89 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.NamespaceListing: could not find link destinations for:
  14157. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_KindExpression
  14158. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamespaceListing
  14159. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamespaceObject
  14160. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamedPatch
  14161. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.NamespaceListing.Rep_NamedNamespace
  14162. 2710.89 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.FuzzyFind: could not find link destinations for:
  14163. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundResult
  14164. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundType
  14165. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.FuzzyFind.Rep_FoundTerm
  14166. 2710.89 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.DefinitionSummary: could not find link destinations for:
  14167. 2710.89 s [unison-share-api] - Unison.Server.Types.Rep_TypeSummary
  14168. 2710.89 s [unison-share-api] - Unison.Server.Types.Rep_TermSummary
  14169. 2710.89 s [unison-share-api] Warning: Unison.Server.Local.Endpoints.Current: could not find link destinations for:
  14170. 2710.89 s [unison-share-api] - Unison.Server.Local.Endpoints.Current.Rep_Current
  14171. 2710.93 s [unison-share-api] Warning: Unison.Sync.API: could not find link destinations for:
  14172. 2710.93 s [unison-share-api] - Unison.Sync.API.UploadEntitiesEndpoint
  14173. 2710.93 s [unison-share-api] - Unison.Sync.API.DownloadEntitiesEndpoint
  14174. 2710.93 s [unison-share-api] - Unison.Sync.API.GetCausalHashByPathEndpoint
  14175. 2710.93 s [unison-share-api] Warning: Unison.Util.Servant.CBOR: could not find link destinations for:
  14176. 2710.93 s [unison-share-api] - Unison.Util.Servant.CBOR.Unknown
  14177. 2710.94 s [unison-share-api] Warning: Unison.SyncV2.API: could not find link destinations for:
  14178. 2710.94 s [unison-share-api] - Unison.SyncV2.API.CausalDependenciesStream
  14179. 2710.94 s [unison-share-api] - Unison.SyncV2.API.DownloadEntitiesStream
  14180. 2710.94 s [unison-share-api] - Unison.SyncV2.API.Rep_Routes
  14181. 2743.15 s [unison-share-api] Documentation created: dist/doc/html/unison-share-api/,
  14182. 2743.17 s [unison-share-api] dist/doc/html/unison-share-api/unison-share-api.txt
  14183. 2743.21 s [unison-share-api] Preprocessing test suite 'unison-share-api-tests' for unison-share-api-0.0.0...
  14184. 2743.23 s [unison-share-api] haddockPhase completed in 1 minutes 6 seconds
  14185. 2743.23 s [unison-share-api] Phase: installPhase
  14186. 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
  14187. 2746.07 s [unison-share-api] Phase: fixupPhase
  14188. 2746.10 s [unison-share-api] shrinking RPATHs of ELF executables and libraries in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
  14189. 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
  14190. 2746.66 s [unison-share-api] checking for references to /build/ in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0...
  14191. 2746.74 s [unison-share-api] patching script interpreter paths in /nix/store/pkkavn1gx8q727j8pscp77x1lqwzs95g-unison-share-api-0.0.0
  14192. 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
  14193. 2747.64 s [unison-share-api] shrinking RPATHs of ELF executables and libraries in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc
  14194. 2747.66 s [unison-share-api] checking for references to /build/ in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc...
  14195. 2747.70 s [unison-share-api] patching script interpreter paths in /nix/store/6lhmzgln3dbndzgmgsiqlm9l0plzsnx7-unison-share-api-0.0.0-doc
  14196. 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
  14197. 2748.18 s [unison-share-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14198. 2748.52 s [unison-share-api:post-build] copying 2 paths...
  14199. 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'...
  14200. 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'...
  14201. 2766.72 s [unison-share-api:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  14202. 2766.95 s [unison-share-api:post-build] copying 2 paths...
  14203. 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'...
  14204. 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'...
  14205. 2767.32 s Progress: 235 of 238 built, 823 of 823 downloaded from cache
  14206. 2767.46 s Building /nix/store/xhzrlvbpbfzdjfbrx2mmmdbhi2pj0kky-unison-cli-0.0.0.drv
  14207. 2768.71 s [unison-cli] Phase: setupCompilerEnvironmentPhase
  14208. 2768.71 s [unison-cli] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
  14209. 2770.38 s [unison-cli] Phase: unpackPhase
  14210. 2770.39 s [unison-cli] unpacking source archive /nix/store/s0mc4sm9klyznpj8z245w8jcnwx222r2-stacklock2nix-pkg-sources-unison-cli
  14211. 2770.42 s [unison-cli] source root is stacklock2nix-pkg-sources-unison-cli
  14212. 2770.45 s [unison-cli] Phase: patchPhase
  14213. 2770.46 s [unison-cli] Phase: compileBuildDriverPhase
  14214. 2770.47 s [unison-cli] setupCompileFlags: -package-db=/build/tmp.JYpaL9b0oA/setup-package.conf.d -threaded
  14215. 2770.52 s [unison-cli] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.JYpaL9b0oA/Main.o )
  14216. 2770.56 s [unison-cli] [2 of 2] Linking Setup
  14217. 2771.83 s [unison-cli] Phase: updateAutotoolsGnuConfigScriptsPhase
  14218. 2772.44 s [unison-cli] Phase: configurePhase
  14219. 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
  14220. 2772.44 s [unison-cli] Using Parsec parser
  14221. 2772.44 s [unison-cli] Configuring unison-cli-0.0.0...
  14222. 2773.01 s [unison-cli] Dependency Diff: using Diff-1.0.2
  14223. 2773.01 s [unison-cli] Dependency IntervalMap: using IntervalMap-0.6.2.1
  14224. 2773.01 s [unison-cli] Dependency ListLike: using ListLike-4.7.8.4
  14225. 2773.01 s [unison-cli] Dependency aeson >=2.0.0.0: using aeson-2.2.4.1
  14226. 2773.01 s [unison-cli] Dependency aeson-pretty: using aeson-pretty-0.8.10
  14227. 2773.01 s [unison-cli] Dependency algebraic-graphs: using algebraic-graphs-0.7
  14228. 2773.01 s [unison-cli] Dependency ansi-terminal: using ansi-terminal-1.1.5
  14229. 2773.01 s [unison-cli] Dependency attoparsec: using attoparsec-0.14.4
  14230. 2773.01 s [unison-cli] Dependency base: using base-4.20.2.0
  14231. 2773.01 s [unison-cli] Dependency bytestring: using bytestring-0.12.2.0
  14232. 2773.01 s [unison-cli] Dependency cmark: using cmark-0.6.1
  14233. 2773.01 s [unison-cli] Dependency co-log-core: using co-log-core-0.3.2.6
  14234. 2773.01 s [unison-cli] Dependency code-page: using code-page-0.2.1
  14235. 2773.01 s [unison-cli] Dependency concurrent-output: using concurrent-output-1.10.21
  14236. 2773.01 s [unison-cli] Dependency conduit: using conduit-1.3.6.1
  14237. 2773.01 s [unison-cli] Dependency conduit-extra: using conduit-extra-1.3.8
  14238. 2773.01 s [unison-cli] Dependency containers >=0.6.3: using containers-0.7
  14239. 2773.01 s [unison-cli] Dependency crypton: using crypton-1.0.6
  14240. 2773.01 s [unison-cli] Dependency directory: using directory-1.3.8.5
  14241. 2773.01 s [unison-cli] Dependency either: using either-5.0.3
  14242. 2773.01 s [unison-cli] Dependency errors: using errors-2.3.0
  14243. 2773.01 s [unison-cli] Dependency extra: using extra-1.8.1
  14244. 2773.01 s [unison-cli] Dependency filepath: using filepath-1.5.4.0
  14245. 2773.01 s [unison-cli] Dependency free: using free-5.2
  14246. 2773.01 s [unison-cli] Dependency friendly-time: using friendly-time-0.4.1
  14247. 2773.01 s [unison-cli] Dependency frontmatter: using frontmatter-0.1.0.2
  14248. 2773.01 s [unison-cli] Dependency fsnotify: using fsnotify-0.4.4.0
  14249. 2773.01 s [unison-cli] Dependency generic-lens: using generic-lens-2.2.2.0
  14250. 2773.01 s [unison-cli] Dependency github: using github-0.30.0.2
  14251. 2773.01 s [unison-cli] Dependency haskeline: using haskeline-0.8.4.1
  14252. 2773.01 s [unison-cli] Dependency hs-mcp: using hs-mcp-0.1.1.0
  14253. 2773.01 s [unison-cli] Dependency http-client >=0.7.6: using http-client-0.7.19
  14254. 2773.01 s [unison-cli] Dependency http-client-tls: using http-client-tls-0.3.6.4
  14255. 2773.01 s [unison-cli] Dependency http-types: using http-types-0.12.4
  14256. 2773.01 s [unison-cli] Dependency ki: using ki-1.0.1.2
  14257. 2773.01 s [unison-cli] Dependency lens: using lens-5.3.6
  14258. 2773.01 s [unison-cli] Dependency lsp >=2.2.0.0: using lsp-2.7.0.1
  14259. 2773.01 s [unison-cli] Dependency lsp-types >=2.0.2.0: using lsp-types-2.3.0.1
  14260. 2773.01 s [unison-cli] Dependency megaparsec: using megaparsec-9.7.0
  14261. 2773.01 s [unison-cli] Dependency memory: using memory-0.18.0
  14262. 2773.01 s [unison-cli] Dependency mtl: using mtl-2.3.1
  14263. 2773.01 s [unison-cli] Dependency network: using network-3.2.8.0
  14264. 2773.01 s [unison-cli] Dependency network-simple: using network-simple-0.4.5
  14265. 2773.01 s [unison-cli] Dependency network-uri: using network-uri-2.6.4.2
  14266. 2773.01 s [unison-cli] Dependency nonempty-containers: using nonempty-containers-0.3.5.0
  14267. 2773.01 s [unison-cli] Dependency numerals: using numerals-0.4.1
  14268. 2773.01 s [unison-cli] Dependency open-browser: using open-browser-0.4.0.0
  14269. 2773.01 s [unison-cli] Dependency optparse-applicative >=0.16.1.0: using
  14270. 2773.01 s [unison-cli] optparse-applicative-0.18.1.0
  14271. 2773.01 s [unison-cli] Dependency pretty-simple: using pretty-simple-4.1.4.0
  14272. 2773.01 s [unison-cli] Dependency process: using process-1.6.26.1
  14273. 2773.01 s [unison-cli] Dependency random-shuffle: using random-shuffle-0.0.4
  14274. 2773.01 s [unison-cli] Dependency raw-strings-qq: using raw-strings-qq-1.1
  14275. 2773.01 s [unison-cli] Dependency recover-rtti: using recover-rtti-0.5.3
  14276. 2773.01 s [unison-cli] Dependency semialign: using semialign-1.3.1.1
  14277. 2773.01 s [unison-cli] Dependency serialise: using serialise-0.2.6.1
  14278. 2773.01 s [unison-cli] Dependency servant: using servant-0.20.3.0
  14279. 2773.01 s [unison-cli] Dependency servant-client: using servant-client-0.20.3.0
  14280. 2773.01 s [unison-cli] Dependency servant-conduit: using servant-conduit-0.16.1
  14281. 2773.01 s [unison-cli] Dependency stm: using stm-2.5.3.1
  14282. 2773.01 s [unison-cli] Dependency stm-chans: using stm-chans-3.0.0.11
  14283. 2773.01 s [unison-cli] Dependency temporary: using temporary-1.3
  14284. 2773.01 s [unison-cli] Dependency text: using text-2.1.3
  14285. 2773.01 s [unison-cli] Dependency text-ansi: using text-ansi-0.3.0.1
  14286. 2773.01 s [unison-cli] Dependency text-builder: using text-builder-1.0.0.4
  14287. 2773.01 s [unison-cli] Dependency text-rope: using text-rope-0.3
  14288. 2773.01 s [unison-cli] Dependency these: using these-1.2.1
  14289. 2773.01 s [unison-cli] Dependency time: using time-1.12.2
  14290. 2773.01 s [unison-cli] Dependency transformers: using transformers-0.6.1.1
  14291. 2773.01 s [unison-cli] Dependency unison-codebase: using unison-codebase-0.0.0
  14292. 2773.01 s [unison-cli] Dependency unison-codebase-sqlite: using unison-codebase-sqlite-0.0.0
  14293. 2773.01 s [unison-cli] Dependency unison-codebase-sqlite-hashing-v2: using
  14294. 2773.01 s [unison-cli] unison-codebase-sqlite-hashing-v2-0.0.0
  14295. 2773.01 s [unison-cli] Dependency unison-core: using unison-core-0.0.0
  14296. 2773.01 s [unison-cli] Dependency unison-core1: using unison-core1-0.0.0
  14297. 2773.01 s [unison-cli] Dependency unison-credentials: using unison-credentials-0.0.0
  14298. 2773.01 s [unison-cli] Dependency unison-hash: using unison-hash-0.0.0
  14299. 2773.01 s [unison-cli] Dependency unison-hashing-v2: using unison-hashing-v2-0.0.0
  14300. 2773.01 s [unison-cli] Dependency unison-merge: using unison-merge-0.0.0
  14301. 2773.01 s [unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
  14302. 2773.01 s [unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
  14303. 2773.01 s [unison-cli] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
  14304. 2773.01 s [unison-cli] Dependency unison-runtime: using unison-runtime-0.0.0
  14305. 2773.01 s [unison-cli] Dependency unison-share-api: using unison-share-api-0.0.0
  14306. 2773.01 s [unison-cli] Dependency unison-share-projects-api: using unison-share-projects-api-0.0.0
  14307. 2773.01 s [unison-cli] Dependency unison-sqlite: using unison-sqlite-0.0.0
  14308. 2773.01 s [unison-cli] Dependency unison-syntax: using unison-syntax-0.0.0
  14309. 2773.01 s [unison-cli] Dependency unison-util-base32hex: using unison-util-base32hex-0.0.0
  14310. 2773.01 s [unison-cli] Dependency unison-util-diff3: using unison-util-diff3-0.0.0
  14311. 2773.01 s [unison-cli] Dependency unison-util-file-embed: using unison-util-file-embed-0.0.0
  14312. 2773.01 s [unison-cli] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
  14313. 2773.01 s [unison-cli] Dependency unison-util-relation: using unison-util-relation-0.0.0
  14314. 2773.01 s [unison-cli] Dependency unix: using unix-2.8.7.0
  14315. 2773.01 s [unison-cli] Dependency unliftio: using unliftio-0.2.25.1
  14316. 2773.01 s [unison-cli] Dependency uuid: using uuid-1.3.16.1
  14317. 2773.01 s [unison-cli] Dependency vector: using vector-0.13.2.0
  14318. 2773.01 s [unison-cli] Dependency wai: using wai-3.2.4
  14319. 2773.01 s [unison-cli] Dependency warp: using warp-3.4.9
  14320. 2773.01 s [unison-cli] Dependency witch: using witch-1.3.1.0
  14321. 2773.01 s [unison-cli] Dependency witherable: using witherable-0.5
  14322. 2773.01 s [unison-cli] Dependency base: using base-4.20.2.0
  14323. 2773.01 s [unison-cli] Dependency bytestring: using bytestring-0.12.2.0
  14324. 2773.01 s [unison-cli] Dependency code-page: using code-page-0.2.1
  14325. 2773.01 s [unison-cli] Dependency directory: using directory-1.3.8.5
  14326. 2773.01 s [unison-cli] Dependency easytest: using easytest-0.1
  14327. 2773.01 s [unison-cli] Dependency filepath: using filepath-1.5.4.0
  14328. 2773.01 s [unison-cli] Dependency megaparsec: using megaparsec-9.7.0
  14329. 2773.01 s [unison-cli] Dependency silently: using silently-1.2.5.4
  14330. 2773.01 s [unison-cli] Dependency text: using text-2.1.3
  14331. 2773.02 s [unison-cli] Dependency unison-cli: using unison-cli-0.0.0
  14332. 2773.02 s [unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
  14333. 2773.02 s [unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
  14334. 2773.02 s [unison-cli] Dependency unliftio: using unliftio-0.2.25.1
  14335. 2773.02 s [unison-cli] Dependency base: using base-4.20.2.0
  14336. 2773.02 s [unison-cli] Dependency code-page: using code-page-0.2.1
  14337. 2773.02 s [unison-cli] Dependency containers: using containers-0.7
  14338. 2773.02 s [unison-cli] Dependency crypton: using crypton-1.0.6
  14339. 2773.02 s [unison-cli] Dependency directory: using directory-1.3.8.5
  14340. 2773.02 s [unison-cli] Dependency easytest: using easytest-0.1
  14341. 2773.02 s [unison-cli] Dependency extra: using extra-1.8.1
  14342. 2773.02 s [unison-cli] Dependency here: using here-1.2.14
  14343. 2773.02 s [unison-cli] Dependency lens: using lens-5.3.6
  14344. 2773.02 s [unison-cli] Dependency lsp: using lsp-2.7.0.1
  14345. 2773.02 s [unison-cli] Dependency lsp-types: using lsp-types-2.3.0.1
  14346. 2773.02 s [unison-cli] Dependency megaparsec: using megaparsec-9.7.0
  14347. 2773.02 s [unison-cli] Dependency mtl: using mtl-2.3.1
  14348. 2773.02 s [unison-cli] Dependency temporary: using temporary-1.3
  14349. 2773.02 s [unison-cli] Dependency text: using text-2.1.3
  14350. 2773.02 s [unison-cli] Dependency these: using these-1.2.1
  14351. 2773.02 s [unison-cli] Dependency unison-cli: using unison-cli-0.0.0
  14352. 2773.02 s [unison-cli] Dependency unison-core: using unison-core-0.0.0
  14353. 2773.02 s [unison-cli] Dependency unison-core1: using unison-core1-0.0.0
  14354. 2773.02 s [unison-cli] Dependency unison-parser-typechecker: using unison-parser-typechecker-0.0.0
  14355. 2773.02 s [unison-cli] Dependency unison-prelude: using unison-prelude-0.0.0
  14356. 2773.02 s [unison-cli] Dependency unison-pretty-printer: using unison-pretty-printer-0.0.0
  14357. 2773.02 s [unison-cli] Dependency unison-syntax: using unison-syntax-0.0.0
  14358. 2773.02 s [unison-cli] Dependency unison-util-recursion: using unison-util-recursion-0.0.0
  14359. 2773.02 s [unison-cli] Dependency unliftio: using unliftio-0.2.25.1
  14360. 2773.02 s [unison-cli] Source component graph:
  14361. 2773.02 s [unison-cli] component lib
  14362. 2773.02 s [unison-cli] component exe:transcripts dependency lib
  14363. 2773.02 s [unison-cli] component test:cli-tests dependency lib
  14364. 2773.02 s [unison-cli] Configured component graph:
  14365. 2773.02 s [unison-cli] component unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14366. 2773.02 s [unison-cli] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  14367. 2773.02 s [unison-cli] include IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
  14368. 2773.02 s [unison-cli] include ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
  14369. 2773.02 s [unison-cli] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  14370. 2773.02 s [unison-cli] include aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
  14371. 2773.02 s [unison-cli] include algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
  14372. 2773.02 s [unison-cli] include ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
  14373. 2773.02 s [unison-cli] include attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
  14374. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14375. 2773.02 s [unison-cli] include bytestring-0.12.2.0-25ef
  14376. 2773.02 s [unison-cli] include cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
  14377. 2773.02 s [unison-cli] include co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
  14378. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14379. 2773.02 s [unison-cli] include concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
  14380. 2773.02 s [unison-cli] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  14381. 2773.02 s [unison-cli] include conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
  14382. 2773.02 s [unison-cli] include containers-0.7-e888
  14383. 2773.02 s [unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14384. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14385. 2773.02 s [unison-cli] include either-5.0.3-FPSMBrhsEw7I706qiqrsVG
  14386. 2773.02 s [unison-cli] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  14387. 2773.02 s [unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14388. 2773.02 s [unison-cli] include filepath-1.5.4.0-a61e
  14389. 2773.02 s [unison-cli] include free-5.2-GIKjKehzJeM2lG4GQK44SX
  14390. 2773.02 s [unison-cli] include friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
  14391. 2773.02 s [unison-cli] include frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
  14392. 2773.02 s [unison-cli] include fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
  14393. 2773.02 s [unison-cli] include generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
  14394. 2773.02 s [unison-cli] include github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
  14395. 2773.02 s [unison-cli] include haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
  14396. 2773.02 s [unison-cli] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  14397. 2773.02 s [unison-cli] include http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
  14398. 2773.02 s [unison-cli] include http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
  14399. 2773.02 s [unison-cli] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  14400. 2773.02 s [unison-cli] include ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
  14401. 2773.02 s [unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14402. 2773.02 s [unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14403. 2773.02 s [unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14404. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14405. 2773.02 s [unison-cli] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  14406. 2773.02 s [unison-cli] include mtl-2.3.1-f2f2
  14407. 2773.02 s [unison-cli] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  14408. 2773.02 s [unison-cli] include network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
  14409. 2773.02 s [unison-cli] include network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
  14410. 2773.02 s [unison-cli] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  14411. 2773.02 s [unison-cli] include numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
  14412. 2773.02 s [unison-cli] include open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
  14413. 2773.02 s [unison-cli] include optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
  14414. 2773.02 s [unison-cli] include pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
  14415. 2773.02 s [unison-cli] include process-1.6.26.1-2190
  14416. 2773.02 s [unison-cli] include random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
  14417. 2773.02 s [unison-cli] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  14418. 2773.02 s [unison-cli] include recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
  14419. 2773.02 s [unison-cli] include semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
  14420. 2773.02 s [unison-cli] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  14421. 2773.02 s [unison-cli] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  14422. 2773.02 s [unison-cli] include servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
  14423. 2773.02 s [unison-cli] include servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
  14424. 2773.02 s [unison-cli] include stm-2.5.3.1-abc7
  14425. 2773.02 s [unison-cli] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  14426. 2773.02 s [unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14427. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14428. 2773.02 s [unison-cli] include text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
  14429. 2773.02 s [unison-cli] include text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
  14430. 2773.02 s [unison-cli] include text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
  14431. 2773.02 s [unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14432. 2773.02 s [unison-cli] include time-1.12.2-fafe
  14433. 2773.02 s [unison-cli] include transformers-0.6.1.1-eb98
  14434. 2773.02 s [unison-cli] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  14435. 2773.02 s [unison-cli] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  14436. 2773.02 s [unison-cli] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  14437. 2773.02 s [unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14438. 2773.02 s [unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14439. 2773.02 s [unison-cli] include unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
  14440. 2773.02 s [unison-cli] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  14441. 2773.02 s [unison-cli] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  14442. 2773.02 s [unison-cli] include unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
  14443. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14444. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14445. 2773.02 s [unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14446. 2773.02 s [unison-cli] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  14447. 2773.02 s [unison-cli] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  14448. 2773.02 s [unison-cli] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  14449. 2773.02 s [unison-cli] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  14450. 2773.02 s [unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14451. 2773.02 s [unison-cli] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  14452. 2773.02 s [unison-cli] include unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
  14453. 2773.02 s [unison-cli] include unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
  14454. 2773.02 s [unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14455. 2773.02 s [unison-cli] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  14456. 2773.02 s [unison-cli] include unix-2.8.7.0-c1b8
  14457. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14458. 2773.02 s [unison-cli] include uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
  14459. 2773.02 s [unison-cli] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  14460. 2773.02 s [unison-cli] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  14461. 2773.02 s [unison-cli] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  14462. 2773.02 s [unison-cli] include witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
  14463. 2773.02 s [unison-cli] include witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
  14464. 2773.02 s [unison-cli] component unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
  14465. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14466. 2773.02 s [unison-cli] include bytestring-0.12.2.0-25ef
  14467. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14468. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14469. 2773.02 s [unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14470. 2773.02 s [unison-cli] include filepath-1.5.4.0-a61e
  14471. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14472. 2773.02 s [unison-cli] include silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
  14473. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14474. 2773.02 s [unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14475. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14476. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14477. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14478. 2773.02 s [unison-cli] component unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
  14479. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14480. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14481. 2773.02 s [unison-cli] include containers-0.7-e888
  14482. 2773.02 s [unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14483. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14484. 2773.02 s [unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14485. 2773.02 s [unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14486. 2773.02 s [unison-cli] include here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
  14487. 2773.02 s [unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14488. 2773.02 s [unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14489. 2773.02 s [unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14490. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14491. 2773.02 s [unison-cli] include mtl-2.3.1-f2f2
  14492. 2773.02 s [unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14493. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14494. 2773.02 s [unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14495. 2773.02 s [unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14496. 2773.02 s [unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14497. 2773.02 s [unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14498. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14499. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14500. 2773.02 s [unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14501. 2773.02 s [unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14502. 2773.02 s [unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14503. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14504. 2773.02 s [unison-cli] Linked component graph:
  14505. 2773.02 s [unison-cli] unit unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14506. 2773.02 s [unison-cli] include Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  14507. 2773.02 s [unison-cli] include IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
  14508. 2773.02 s [unison-cli] include ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
  14509. 2773.02 s [unison-cli] include aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  14510. 2773.02 s [unison-cli] include aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
  14511. 2773.02 s [unison-cli] include algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
  14512. 2773.02 s [unison-cli] include ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
  14513. 2773.02 s [unison-cli] include attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
  14514. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14515. 2773.02 s [unison-cli] include bytestring-0.12.2.0-25ef
  14516. 2773.02 s [unison-cli] include cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
  14517. 2773.02 s [unison-cli] include co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
  14518. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14519. 2773.02 s [unison-cli] include concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
  14520. 2773.02 s [unison-cli] include conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  14521. 2773.02 s [unison-cli] include conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
  14522. 2773.02 s [unison-cli] include containers-0.7-e888
  14523. 2773.02 s [unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14524. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14525. 2773.02 s [unison-cli] include either-5.0.3-FPSMBrhsEw7I706qiqrsVG
  14526. 2773.02 s [unison-cli] include errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  14527. 2773.02 s [unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14528. 2773.02 s [unison-cli] include filepath-1.5.4.0-a61e
  14529. 2773.02 s [unison-cli] include free-5.2-GIKjKehzJeM2lG4GQK44SX
  14530. 2773.02 s [unison-cli] include friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
  14531. 2773.02 s [unison-cli] include frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
  14532. 2773.02 s [unison-cli] include fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
  14533. 2773.02 s [unison-cli] include generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
  14534. 2773.02 s [unison-cli] include github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
  14535. 2773.02 s [unison-cli] include haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
  14536. 2773.02 s [unison-cli] include hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  14537. 2773.02 s [unison-cli] include http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
  14538. 2773.02 s [unison-cli] include http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
  14539. 2773.02 s [unison-cli] include http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  14540. 2773.02 s [unison-cli] include ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
  14541. 2773.02 s [unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14542. 2773.02 s [unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14543. 2773.02 s [unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14544. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14545. 2773.02 s [unison-cli] include memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  14546. 2773.02 s [unison-cli] include mtl-2.3.1-f2f2
  14547. 2773.02 s [unison-cli] include network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  14548. 2773.02 s [unison-cli] include network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
  14549. 2773.02 s [unison-cli] include network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
  14550. 2773.02 s [unison-cli] include nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  14551. 2773.02 s [unison-cli] include numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
  14552. 2773.02 s [unison-cli] include open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
  14553. 2773.02 s [unison-cli] include optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
  14554. 2773.02 s [unison-cli] include pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
  14555. 2773.02 s [unison-cli] include process-1.6.26.1-2190
  14556. 2773.02 s [unison-cli] include random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
  14557. 2773.02 s [unison-cli] include raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  14558. 2773.02 s [unison-cli] include recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
  14559. 2773.02 s [unison-cli] include semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
  14560. 2773.02 s [unison-cli] include serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  14561. 2773.02 s [unison-cli] include servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  14562. 2773.02 s [unison-cli] include servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
  14563. 2773.02 s [unison-cli] include servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
  14564. 2773.02 s [unison-cli] include stm-2.5.3.1-abc7
  14565. 2773.02 s [unison-cli] include stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  14566. 2773.02 s [unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14567. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14568. 2773.02 s [unison-cli] include text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
  14569. 2773.02 s [unison-cli] include text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
  14570. 2773.02 s [unison-cli] include text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
  14571. 2773.02 s [unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14572. 2773.02 s [unison-cli] include time-1.12.2-fafe
  14573. 2773.02 s [unison-cli] include transformers-0.6.1.1-eb98
  14574. 2773.02 s [unison-cli] include unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  14575. 2773.02 s [unison-cli] include unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  14576. 2773.02 s [unison-cli] include unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  14577. 2773.02 s [unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14578. 2773.02 s [unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14579. 2773.02 s [unison-cli] include unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
  14580. 2773.02 s [unison-cli] include unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  14581. 2773.02 s [unison-cli] include unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  14582. 2773.02 s [unison-cli] include unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
  14583. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14584. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14585. 2773.02 s [unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14586. 2773.02 s [unison-cli] include unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  14587. 2773.02 s [unison-cli] include unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  14588. 2773.02 s [unison-cli] include unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  14589. 2773.02 s [unison-cli] include unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  14590. 2773.02 s [unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14591. 2773.02 s [unison-cli] include unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  14592. 2773.02 s [unison-cli] include unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
  14593. 2773.02 s [unison-cli] include unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
  14594. 2773.02 s [unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14595. 2773.02 s [unison-cli] include unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  14596. 2773.02 s [unison-cli] include unix-2.8.7.0-c1b8
  14597. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14598. 2773.02 s [unison-cli] include uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
  14599. 2773.02 s [unison-cli] include vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  14600. 2773.02 s [unison-cli] include wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  14601. 2773.02 s [unison-cli] include warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  14602. 2773.02 s [unison-cli] include witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
  14603. 2773.02 s [unison-cli] include witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
  14604. 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
  14605. 2773.02 s [unison-cli] unit unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
  14606. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14607. 2773.02 s [unison-cli] include bytestring-0.12.2.0-25ef
  14608. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14609. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14610. 2773.02 s [unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14611. 2773.02 s [unison-cli] include filepath-1.5.4.0-a61e
  14612. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14613. 2773.02 s [unison-cli] include silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
  14614. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14615. 2773.02 s [unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14616. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14617. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14618. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14619. 2773.02 s [unison-cli] unit unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
  14620. 2773.02 s [unison-cli] include base-4.20.2.0-4d66
  14621. 2773.02 s [unison-cli] include code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14622. 2773.02 s [unison-cli] include containers-0.7-e888
  14623. 2773.02 s [unison-cli] include crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14624. 2773.02 s [unison-cli] include directory-1.3.8.5-65d6
  14625. 2773.02 s [unison-cli] include easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14626. 2773.02 s [unison-cli] include extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14627. 2773.02 s [unison-cli] include here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
  14628. 2773.02 s [unison-cli] include lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14629. 2773.02 s [unison-cli] include lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14630. 2773.02 s [unison-cli] include lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14631. 2773.02 s [unison-cli] include megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14632. 2773.02 s [unison-cli] include mtl-2.3.1-f2f2
  14633. 2773.02 s [unison-cli] include temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14634. 2773.02 s [unison-cli] include text-2.1.3-3f03
  14635. 2773.02 s [unison-cli] include these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14636. 2773.02 s [unison-cli] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14637. 2773.02 s [unison-cli] include unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14638. 2773.02 s [unison-cli] include unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14639. 2773.02 s [unison-cli] include unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14640. 2773.02 s [unison-cli] include unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14641. 2773.02 s [unison-cli] include unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14642. 2773.02 s [unison-cli] include unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14643. 2773.02 s [unison-cli] include unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14644. 2773.02 s [unison-cli] include unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14645. 2773.02 s [unison-cli] Ready component graph:
  14646. 2773.02 s [unison-cli] definite unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14647. 2773.02 s [unison-cli] depends Diff-1.0.2-GAnWvSTnnIT9BLCL8ZVKIU
  14648. 2773.02 s [unison-cli] depends IntervalMap-0.6.2.1-Biqp6XNf16G15kAKWxbeP1
  14649. 2773.02 s [unison-cli] depends ListLike-4.7.8.4-6WEXcqUh99v5fzZCR6IjK4
  14650. 2773.02 s [unison-cli] depends aeson-2.2.4.1-1c2mexCMcXlEBnUVmDJwD5
  14651. 2773.02 s [unison-cli] depends aeson-pretty-0.8.10-DCoxpgFIeEnHw22iIDyMkx
  14652. 2773.02 s [unison-cli] depends algebraic-graphs-0.7-KWFtOFmwtpPetmIFD31Zx
  14653. 2773.02 s [unison-cli] depends ansi-terminal-1.1.5-Cagnyesu8sr7TYb1PSQDsg
  14654. 2773.02 s [unison-cli] depends attoparsec-0.14.4-2oJdazZlN787mt28eKWWip
  14655. 2773.02 s [unison-cli] depends base-4.20.2.0-4d66
  14656. 2773.02 s [unison-cli] depends bytestring-0.12.2.0-25ef
  14657. 2773.02 s [unison-cli] depends cmark-0.6.1-H7Ut33eRdMM46R89Phg0BH
  14658. 2773.02 s [unison-cli] depends co-log-core-0.3.2.6-Ao7d8KG3Ajb3v7gs6l5Bzk
  14659. 2773.02 s [unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14660. 2773.02 s [unison-cli] depends concurrent-output-1.10.21-7wgO5rSXPJ39vb8ARpHOpV
  14661. 2773.02 s [unison-cli] depends conduit-1.3.6.1-Y1XjBAJlnB4lp830sroQ
  14662. 2773.02 s [unison-cli] depends conduit-extra-1.3.8-G9Rdq2YzUloIRyZ2NRmTEe
  14663. 2773.02 s [unison-cli] depends containers-0.7-e888
  14664. 2773.02 s [unison-cli] depends crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14665. 2773.02 s [unison-cli] depends directory-1.3.8.5-65d6
  14666. 2773.02 s [unison-cli] depends either-5.0.3-FPSMBrhsEw7I706qiqrsVG
  14667. 2773.02 s [unison-cli] depends errors-2.3.0-JngagqRvMzJRHAWEu6bP7
  14668. 2773.02 s [unison-cli] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14669. 2773.02 s [unison-cli] depends filepath-1.5.4.0-a61e
  14670. 2773.02 s [unison-cli] depends free-5.2-GIKjKehzJeM2lG4GQK44SX
  14671. 2773.02 s [unison-cli] depends friendly-time-0.4.1-AhYcSEVfvEfGCJcn3Bmjob
  14672. 2773.02 s [unison-cli] depends frontmatter-0.1.0.2-1DE0e5UCSXMAaIsWXe8jP3
  14673. 2773.02 s [unison-cli] depends fsnotify-0.4.4.0-HajnjKnotrx5tVeGTkI2Y3
  14674. 2773.02 s [unison-cli] depends generic-lens-2.2.2.0-1mMlsqZM9rPBFFj1zDk7fh
  14675. 2773.02 s [unison-cli] depends github-0.30.0.2-Bj3wFpqueo5AP66CY3HirH
  14676. 2773.02 s [unison-cli] depends haskeline-0.8.4.1-7TU2RRVBZEWIERbiklE3DN
  14677. 2773.02 s [unison-cli] depends hs-mcp-0.1.1.0-33EFMspML72D1krHDfbgOi
  14678. 2773.02 s [unison-cli] depends http-client-0.7.19-8Q3rhojytTzBlM4tIU7us8
  14679. 2773.02 s [unison-cli] depends http-client-tls-0.3.6.4-JdTgT8M8GUpKF1Yah3fVkF
  14680. 2773.02 s [unison-cli] depends http-types-0.12.4-1pv93dtOqoX3cmhdsZCH9Z
  14681. 2773.02 s [unison-cli] depends ki-1.0.1.2-EdbJpC6oN6ZE1Fky6nmYQy
  14682. 2773.02 s [unison-cli] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14683. 2773.02 s [unison-cli] depends lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14684. 2773.02 s [unison-cli] depends lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14685. 2773.02 s [unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14686. 2773.02 s [unison-cli] depends memory-0.18.0-BAPgQ6A39a59h22MEppkxk
  14687. 2773.02 s [unison-cli] depends mtl-2.3.1-f2f2
  14688. 2773.02 s [unison-cli] depends network-3.2.8.0-PT6EybBJcJ439nnz83PVC
  14689. 2773.02 s [unison-cli] depends network-simple-0.4.5-FN6v8kwlsubDGv4BdPYZN6
  14690. 2773.02 s [unison-cli] depends network-uri-2.6.4.2-CI1FGve19dY6dPPaJ1ND9X
  14691. 2773.02 s [unison-cli] depends nonempty-containers-0.3.5.0-3ca0DqSHdMCG8XOYsArOlP
  14692. 2773.02 s [unison-cli] depends numerals-0.4.1-AZrDcuktHQwKlg7dp6obqq
  14693. 2773.02 s [unison-cli] depends open-browser-0.4.0.0-JhqllEBYeVO1zS68Rvlz4b
  14694. 2773.02 s [unison-cli] depends optparse-applicative-0.18.1.0-870cnHZozXGJRNd8sclgR9
  14695. 2773.02 s [unison-cli] depends pretty-simple-4.1.4.0-LVpl3lDhHYcKozqeWP3w8q
  14696. 2773.02 s [unison-cli] depends process-1.6.26.1-2190
  14697. 2773.02 s [unison-cli] depends random-shuffle-0.0.4-630yocRdWAE3lhoyMYgKoN
  14698. 2773.02 s [unison-cli] depends raw-strings-qq-1.1-H7rje23ndqz1Yhi4kVsyD2
  14699. 2773.02 s [unison-cli] depends recover-rtti-0.5.3-JIjdhZDJjnRC8qBg0tafBc
  14700. 2773.02 s [unison-cli] depends semialign-1.3.1.1-AgZoMeYCmbtEKHVT50fYSK
  14701. 2773.02 s [unison-cli] depends serialise-0.2.6.1-GwMqOZy9Cx32OfhiiBtd24
  14702. 2773.02 s [unison-cli] depends servant-0.20.3.0-Bqi3DWiyGQiFWQUQy9tKTb
  14703. 2773.02 s [unison-cli] depends servant-client-0.20.3.0-BElYLRRSIUAJ7ufaVvzzFn
  14704. 2773.02 s [unison-cli] depends servant-conduit-0.16.1-GgWH3d292z4AeP6PwkQYd6
  14705. 2773.02 s [unison-cli] depends stm-2.5.3.1-abc7
  14706. 2773.02 s [unison-cli] depends stm-chans-3.0.0.11-KwH2DCRUUbI1uBu3KUtJ8M
  14707. 2773.02 s [unison-cli] depends temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14708. 2773.02 s [unison-cli] depends text-2.1.3-3f03
  14709. 2773.02 s [unison-cli] depends text-ansi-0.3.0.1-KrC7CfiePfz6e6VyiP5CPb
  14710. 2773.02 s [unison-cli] depends text-builder-1.0.0.4-JPgYQxdYCTcCjpESziUl6i
  14711. 2773.02 s [unison-cli] depends text-rope-0.3-kY3DXeX2s3ANpGuPB0hxu
  14712. 2773.02 s [unison-cli] depends these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14713. 2773.02 s [unison-cli] depends time-1.12.2-fafe
  14714. 2773.02 s [unison-cli] depends transformers-0.6.1.1-eb98
  14715. 2773.02 s [unison-cli] depends unison-codebase-0.0.0-8WnNYEjijX3tjMniGo3F4
  14716. 2773.02 s [unison-cli] depends unison-codebase-sqlite-0.0.0-BrIidRE6ku4AdI50YfUEZb
  14717. 2773.02 s [unison-cli] depends unison-codebase-sqlite-hashing-v2-0.0.0-2Enyzlrmb1p1NJi5KwhEgd
  14718. 2773.02 s [unison-cli] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14719. 2773.02 s [unison-cli] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14720. 2773.02 s [unison-cli] depends unison-credentials-0.0.0-75bD5hpIxt4D6YVIcK64eM
  14721. 2773.02 s [unison-cli] depends unison-hash-0.0.0-3u1jlG4ziWYJsR5lB9VkwT
  14722. 2773.02 s [unison-cli] depends unison-hashing-v2-0.0.0-17jInw3D0Eg7jKgPn3Blxh
  14723. 2773.02 s [unison-cli] depends unison-merge-0.0.0-8X1hNwRE1zW5xv2e0IlMll
  14724. 2773.02 s [unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14725. 2773.02 s [unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14726. 2773.02 s [unison-cli] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14727. 2773.02 s [unison-cli] depends unison-runtime-0.0.0-7LAGRB8Gcna4YQdPs8ywKF
  14728. 2773.02 s [unison-cli] depends unison-share-api-0.0.0-4491hXLjO2zBWil0Ezh29R
  14729. 2773.02 s [unison-cli] depends unison-share-projects-api-0.0.0-LM59u0OBGapLUAMIBGqqJ8
  14730. 2773.02 s [unison-cli] depends unison-sqlite-0.0.0-INpaSRVe4bc8IKi2d5T50y
  14731. 2773.02 s [unison-cli] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14732. 2773.02 s [unison-cli] depends unison-util-base32hex-0.0.0-7lEY2XlB7UBKelkfsLgO8p
  14733. 2773.02 s [unison-cli] depends unison-util-diff3-0.0.0-Cx3CoYGdONBK9sov0XEiZd
  14734. 2773.02 s [unison-cli] depends unison-util-file-embed-0.0.0-9957Wp8fwod5PeyiqN4WJs
  14735. 2773.02 s [unison-cli] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14736. 2773.02 s [unison-cli] depends unison-util-relation-0.0.0-FRrrvTkiRgO52zfNNkh2sU
  14737. 2773.02 s [unison-cli] depends unix-2.8.7.0-c1b8
  14738. 2773.02 s [unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14739. 2773.02 s [unison-cli] depends uuid-1.3.16.1-CItOygUvHRpIsrcD9ZLfuG
  14740. 2773.02 s [unison-cli] depends vector-0.13.2.0-49pZgvSJ3Jd1zHCYrZUjaq
  14741. 2773.02 s [unison-cli] depends wai-3.2.4-9iygOKY2vO5DFfhPPPdHiT
  14742. 2773.02 s [unison-cli] depends warp-3.4.9-3HKY2q3Oeje7Bcz5COlNLq
  14743. 2773.02 s [unison-cli] depends witch-1.3.1.0-5HhA83v7eDXEvM6nuGRpxG
  14744. 2773.02 s [unison-cli] depends witherable-0.5-7pbSjwG7GN4LwATeHcaQ7K
  14745. 2773.02 s [unison-cli] definite unison-cli-0.0.0-HeRzTZQDELC8sgukGSSplj-transcripts
  14746. 2773.02 s [unison-cli] depends base-4.20.2.0-4d66
  14747. 2773.02 s [unison-cli] depends bytestring-0.12.2.0-25ef
  14748. 2773.02 s [unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14749. 2773.02 s [unison-cli] depends directory-1.3.8.5-65d6
  14750. 2773.02 s [unison-cli] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14751. 2773.02 s [unison-cli] depends filepath-1.5.4.0-a61e
  14752. 2773.02 s [unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14753. 2773.03 s [unison-cli] depends silently-1.2.5.4-FmATVvq91NVJX2Z8ydwHBo
  14754. 2773.03 s [unison-cli] depends text-2.1.3-3f03
  14755. 2773.03 s [unison-cli] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14756. 2773.03 s [unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14757. 2773.03 s [unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14758. 2773.03 s [unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14759. 2773.03 s [unison-cli] definite unison-cli-0.0.0-25O33gPwP8068CHwPvPOac-cli-tests
  14760. 2773.03 s [unison-cli] depends base-4.20.2.0-4d66
  14761. 2773.03 s [unison-cli] depends code-page-0.2.1-qBi5AuWkow7j7SrZYsIVI
  14762. 2773.03 s [unison-cli] depends containers-0.7-e888
  14763. 2773.03 s [unison-cli] depends crypton-1.0.6-LJYFMh2ml1c4NHEAPIVtZo
  14764. 2773.03 s [unison-cli] depends directory-1.3.8.5-65d6
  14765. 2773.03 s [unison-cli] depends easytest-0.1-C22knPVy6y02cWWYBkEvrk
  14766. 2773.03 s [unison-cli] depends extra-1.8.1-JSlwXA3da8HLMpgtQE8kCO
  14767. 2773.03 s [unison-cli] depends here-1.2.14-GtIhttRxfXEF3p3GiHbk7r
  14768. 2773.03 s [unison-cli] depends lens-5.3.6-5AAgFQElNk672wQO75XfQw
  14769. 2773.03 s [unison-cli] depends lsp-2.7.0.1-GLunTuXHZ0gLLHzUteNYSG
  14770. 2773.03 s [unison-cli] depends lsp-types-2.3.0.1-9PQh8XlwIlGGhszIGc5r81
  14771. 2773.03 s [unison-cli] depends megaparsec-9.7.0-HNfDctS8jREErBqgPmLiMj
  14772. 2773.03 s [unison-cli] depends mtl-2.3.1-f2f2
  14773. 2773.03 s [unison-cli] depends temporary-1.3-3LnjW0o5mzDB53MRAQNpby
  14774. 2773.03 s [unison-cli] depends text-2.1.3-3f03
  14775. 2773.03 s [unison-cli] depends these-1.2.1-1JqP8gzqg9WA4yTOo0GjG1
  14776. 2773.03 s [unison-cli] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  14777. 2773.03 s [unison-cli] depends unison-core-0.0.0-2IjD1fvcSGhDc2opyHfupe
  14778. 2773.03 s [unison-cli] depends unison-core1-0.0.0-AOZRD72RFAUK1ZX77uW7Yb
  14779. 2773.03 s [unison-cli] depends unison-parser-typechecker-0.0.0-LKbjPTYvn3VPEa1geRks8
  14780. 2773.03 s [unison-cli] depends unison-prelude-0.0.0-E56olnhnAAQITVGKsuy8Ip
  14781. 2773.03 s [unison-cli] depends unison-pretty-printer-0.0.0-7d8plT4t2Sm6uToVeJuagQ
  14782. 2773.03 s [unison-cli] depends unison-syntax-0.0.0-5mqgzCj3dTjGKtF1b4WvZb
  14783. 2773.03 s [unison-cli] depends unison-util-recursion-0.0.0-EO5Dn7zg1BD1PZ1jcN1pUU
  14784. 2773.03 s [unison-cli] depends unliftio-0.2.25.1-L3amIHPCh5L4hPGzDjJCX
  14785. 2773.03 s [unison-cli] Using Cabal-3.12.1.0 compiled by ghc-9.10
  14786. 2773.03 s [unison-cli] Using compiler: ghc-9.10.3
  14787. 2773.03 s [unison-cli] Using install prefix:
  14788. 2773.03 s [unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
  14789. 2773.03 s [unison-cli] Executables installed in:
  14790. 2773.03 s [unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin
  14791. 2773.03 s [unison-cli] Libraries installed in:
  14792. 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
  14793. 2773.03 s [unison-cli] Dynamic Libraries installed in:
  14794. 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
  14795. 2773.03 s [unison-cli] Private executables installed in:
  14796. 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
  14797. 2773.03 s [unison-cli] Data files installed in:
  14798. 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
  14799. 2773.03 s [unison-cli] Documentation installed in:
  14800. 2773.03 s [unison-cli] /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc/share/doc/unison-cli-0.0.0
  14801. 2773.03 s [unison-cli] Configuration files installed in:
  14802. 2773.03 s [unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/etc
  14803. 2773.03 s [unison-cli] No alex found
  14804. 2773.03 s [unison-cli] Using ar found on system at:
  14805. 2773.03 s [unison-cli] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
  14806. 2773.03 s [unison-cli] No c2hs found
  14807. 2773.03 s [unison-cli] No cpphs found
  14808. 2773.03 s [unison-cli] No doctest found
  14809. 2773.03 s [unison-cli] Using gcc version 15.2.0 given by user at:
  14810. 2773.03 s [unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
  14811. 2773.03 s [unison-cli] Using ghc version 9.10.3 found on system at:
  14812. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
  14813. 2773.03 s [unison-cli] Using ghc-pkg version 9.10.3 found on system at:
  14814. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
  14815. 2773.03 s [unison-cli] No ghcjs found
  14816. 2773.03 s [unison-cli] No ghcjs-pkg found
  14817. 2773.03 s [unison-cli] No greencard found
  14818. 2773.03 s [unison-cli] Using haddock version 2.31.1 found on system at:
  14819. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
  14820. 2773.03 s [unison-cli] No happy found
  14821. 2773.03 s [unison-cli] Using haskell-suite found on system at: haskell-suite-dummy-location
  14822. 2773.03 s [unison-cli] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  14823. 2773.03 s [unison-cli] No hmake found
  14824. 2773.03 s [unison-cli] Using hpc version 0.69 found on system at:
  14825. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
  14826. 2773.03 s [unison-cli] Using hsc2hs version 0.68.10 found on system at:
  14827. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  14828. 2773.03 s [unison-cli] Using hscolour version 1.25 found on system at:
  14829. 2773.03 s [unison-cli] /nix/store/hvlf3xzdw0p5s3kybdkch6iqyz0740rc-hscolour-1.25/bin/HsColour
  14830. 2773.03 s [unison-cli] No jhc found
  14831. 2773.03 s [unison-cli] Using ld found on system at:
  14832. 2773.03 s [unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
  14833. 2773.03 s [unison-cli] No pkg-config found
  14834. 2773.03 s [unison-cli] Using runghc version 9.10.3 found on system at:
  14835. 2773.03 s [unison-cli] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
  14836. 2773.03 s [unison-cli] Using strip version 2.46 found on system at:
  14837. 2773.08 s [unison-cli] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
  14838. 2773.08 s [unison-cli] Using tar found on system at:
  14839. 2773.08 s [unison-cli] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
  14840. 2773.08 s [unison-cli] No uhc found
  14841. 2775.27 s [unison-cli] Phase: buildPhase
  14842. 2775.44 s [unison-cli] Preprocessing library for unison-cli-0.0.0...
  14843. 2775.46 s [unison-cli] Building library for unison-cli-0.0.0...
  14844. 2775.79 s [unison-cli] [ 1 of 162] Compiling Compat ( src/Compat.hs, dist/build/Compat.o, dist/build/Compat.dyn_o )
  14845. 2776.21 s [unison-cli] [ 2 of 162] Compiling Stats ( src/Stats.hs, dist/build/Stats.o, dist/build/Stats.dyn_o )
  14846. 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 )
  14847. 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 )
  14848. 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 )
  14849. 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 )
  14850. 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 )
  14851. 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 )
  14852. 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 )
  14853. 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 )
  14854. 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 )
  14855. 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 )
  14856. 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 )
  14857. 2777.52 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning: [GHC-63397] [-Wname-shadowing]
  14858. 2777.52 s [unison-cli] This binding for ‘id’ shadows the existing binding
  14859. 2777.52 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
  14860. 2777.52 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  14861. 2777.52 s [unison-cli] |
  14862. 2777.52 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  14863. 2777.52 s [unison-cli] | ^^
  14864. 2777.52 s [unison-cli]
  14865. 2777.52 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning: [GHC-63397] [-Wname-shadowing]
  14866. 2777.52 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  14867. 2777.52 s [unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
  14868. 2777.52 s [unison-cli] |
  14869. 2777.52 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  14870. 2777.52 s [unison-cli] | ^^
  14871. 2777.52 s [unison-cli]
  14872. 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 )
  14873. 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 )
  14874. 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 )
  14875. 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 )
  14876. 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 )
  14877. 2778.71 s [unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning: [GHC-63397] [-Wname-shadowing]
  14878. 2778.71 s [unison-cli] This binding for ‘seenTypes’ shadows the existing binding
  14879. 2778.71 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
  14880. 2778.71 s [unison-cli] |
  14881. 2778.71 s [unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
  14882. 2778.71 s [unison-cli] | ^^^^^^^^^
  14883. 2778.71 s [unison-cli]
  14884. 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 )
  14885. 2778.71 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning: [GHC-63397] [-Wname-shadowing]
  14886. 2778.71 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  14887. 2778.71 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  14888. 2778.71 s [unison-cli] |
  14889. 2778.71 s [unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
  14890. 2778.71 s [unison-cli] | ^^
  14891. 2778.71 s [unison-cli]
  14892. 2778.71 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning: [GHC-63397] [-Wname-shadowing]
  14893. 2778.71 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  14894. 2778.71 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  14895. 2778.71 s [unison-cli] |
  14896. 2778.71 s [unison-cli] 204 | notOks past present sr =
  14897. 2778.71 s [unison-cli] | ^^
  14898. 2778.71 s [unison-cli]
  14899. 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 )
  14900. 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 )
  14901. 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 )
  14902. 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 )
  14903. 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 )
  14904. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning: [GHC-63397] [-Wname-shadowing]
  14905. 2780.11 s [unison-cli] This binding for ‘language’ shadows the existing binding
  14906. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
  14907. 2780.11 s [unison-cli] |
  14908. 2780.11 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  14909. 2780.11 s [unison-cli] | ^^^^^^^^
  14910. 2780.11 s [unison-cli]
  14911. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning: [GHC-63397] [-Wname-shadowing]
  14912. 2780.11 s [unison-cli] This binding for ‘infoTags’ shadows the existing binding
  14913. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
  14914. 2780.11 s [unison-cli] |
  14915. 2780.11 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  14916. 2780.11 s [unison-cli] | ^^^^^^^^
  14917. 2780.11 s [unison-cli]
  14918. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning: [GHC-63397] [-Wname-shadowing]
  14919. 2780.11 s [unison-cli] This binding for ‘hidden’ shadows the existing binding
  14920. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
  14921. 2780.11 s [unison-cli] |
  14922. 2780.11 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  14923. 2780.11 s [unison-cli] | ^^^^^^
  14924. 2780.11 s [unison-cli]
  14925. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning: [GHC-63397] [-Wname-shadowing]
  14926. 2780.11 s [unison-cli] This binding for ‘expectingError’ shadows the existing binding
  14927. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
  14928. 2780.11 s [unison-cli] |
  14929. 2780.11 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  14930. 2780.11 s [unison-cli] | ^^^^^^^^^^^^^^
  14931. 2780.11 s [unison-cli]
  14932. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning: [GHC-63397] [-Wname-shadowing]
  14933. 2780.11 s [unison-cli] This binding for ‘hasBug’ shadows the existing binding
  14934. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
  14935. 2780.11 s [unison-cli] |
  14936. 2780.11 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  14937. 2780.11 s [unison-cli] | ^^^^^^
  14938. 2780.11 s [unison-cli]
  14939. 2780.11 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning: [GHC-63397] [-Wname-shadowing]
  14940. 2780.11 s [unison-cli] This binding for ‘generated’ shadows the existing binding
  14941. 2780.11 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
  14942. 2780.11 s [unison-cli] |
  14943. 2780.11 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  14944. 2780.11 s [unison-cli] | ^^^^^^^^^
  14945. 2780.11 s [unison-cli]
  14946. 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 )
  14947. 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 )
  14948. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning: [GHC-63397] [-Wname-shadowing]
  14949. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14950. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14951. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14952. 2780.93 s [unison-cli] |
  14953. 2780.93 s [unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
  14954. 2780.93 s [unison-cli] | ^^^
  14955. 2780.93 s [unison-cli]
  14956. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning: [GHC-63397] [-Wname-shadowing]
  14957. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14958. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14959. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14960. 2780.93 s [unison-cli] |
  14961. 2780.93 s [unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
  14962. 2780.93 s [unison-cli] | ^^^
  14963. 2780.93 s [unison-cli]
  14964. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning: [GHC-63397] [-Wname-shadowing]
  14965. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14966. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14967. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14968. 2780.93 s [unison-cli] |
  14969. 2780.93 s [unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
  14970. 2780.93 s [unison-cli] | ^^^
  14971. 2780.93 s [unison-cli]
  14972. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning: [GHC-63397] [-Wname-shadowing]
  14973. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14974. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14975. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14976. 2780.93 s [unison-cli] |
  14977. 2780.93 s [unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
  14978. 2780.93 s [unison-cli] | ^^^
  14979. 2780.93 s [unison-cli]
  14980. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning: [GHC-63397] [-Wname-shadowing]
  14981. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14982. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14983. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14984. 2780.93 s [unison-cli] |
  14985. 2780.93 s [unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
  14986. 2780.93 s [unison-cli] | ^^^
  14987. 2780.93 s [unison-cli]
  14988. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning: [GHC-63397] [-Wname-shadowing]
  14989. 2780.93 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  14990. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  14991. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  14992. 2780.93 s [unison-cli] |
  14993. 2780.93 s [unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
  14994. 2780.93 s [unison-cli] | ^^^
  14995. 2780.93 s [unison-cli]
  14996. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning: [GHC-63397] [-Wname-shadowing]
  14997. 2780.93 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  14998. 2780.93 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  14999. 2780.93 s [unison-cli] |
  15000. 2780.93 s [unison-cli] 134 | This (projectName, True) -> startingAtBranch (Just projectName)
  15001. 2780.93 s [unison-cli] | ^^^^^^^^^^^
  15002. 2780.93 s [unison-cli]
  15003. 2780.93 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning: [GHC-63397] [-Wname-shadowing]
  15004. 2780.93 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  15005. 2780.93 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  15006. 2780.93 s [unison-cli] |
  15007. 2780.93 s [unison-cli] 139 | This (projectName, False) ->
  15008. 2780.93 s [unison-cli] | ^^^^^^^^^^^
  15009. 2780.93 s [unison-cli]
  15010. 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 )
  15011. 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 )
  15012. 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 )
  15013. 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 )
  15014. 2780.93 s [unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning: [GHC-63397] [-Wname-shadowing]
  15015. 2780.93 s [unison-cli] This binding for ‘selections’ shadows the existing binding
  15016. 2780.93 s [unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
  15017. 2780.93 s [unison-cli] |
  15018. 2780.93 s [unison-cli] 118 | Right selections ->
  15019. 2780.93 s [unison-cli] | ^^^^^^^^^^
  15020. 2780.93 s [unison-cli]
  15021. 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 )
  15022. 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 )
  15023. 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 )
  15024. 2780.93 s [unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning: [GHC-63397] [-Wname-shadowing]
  15025. 2780.93 s [unison-cli] This binding for ‘onboarding’ shadows the existing binding
  15026. 2780.93 s [unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
  15027. 2780.93 s [unison-cli] |
  15028. 2780.93 s [unison-cli] 47 | go onboarding acc =
  15029. 2780.93 s [unison-cli] | ^^^^^^^^^^
  15030. 2780.93 s [unison-cli]
  15031. 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 )
  15032. 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 )
  15033. 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 )
  15034. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:63:17: warning: [GHC-63397] [-Wname-shadowing]
  15035. 2780.93 s [unison-cli] This binding for ‘log’ shadows the existing binding
  15036. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  15037. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  15038. 2780.93 s [unison-cli] |
  15039. 2780.93 s [unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
  15040. 2780.93 s [unison-cli] | ^^^
  15041. 2780.93 s [unison-cli]
  15042. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
  15043. 2780.93 s [unison-cli] This binding for ‘log’ shadows the existing binding
  15044. 2780.93 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  15045. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  15046. 2780.93 s [unison-cli] |
  15047. 2780.93 s [unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
  15048. 2780.93 s [unison-cli] | ^^^
  15049. 2780.93 s [unison-cli]
  15050. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:107:54: warning: [GHC-63397] [-Wname-shadowing]
  15051. 2780.93 s [unison-cli] This binding for ‘a’ shadows the existing binding
  15052. 2780.93 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:19
  15053. 2780.93 s [unison-cli] |
  15054. 2780.93 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  15055. 2780.93 s [unison-cli] | ^
  15056. 2780.93 s [unison-cli]
  15057. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:107:56: warning: [GHC-63397] [-Wname-shadowing]
  15058. 2780.93 s [unison-cli] This binding for ‘b’ shadows the existing binding
  15059. 2780.93 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:60
  15060. 2780.93 s [unison-cli] |
  15061. 2780.93 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  15062. 2780.93 s [unison-cli] | ^
  15063. 2780.93 s [unison-cli]
  15064. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:225:18: warning: [GHC-63397] [-Wname-shadowing]
  15065. 2780.93 s [unison-cli] This binding for ‘title’ shadows the existing binding
  15066. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15067. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15068. 2780.93 s [unison-cli] |
  15069. 2780.93 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  15070. 2780.93 s [unison-cli] | ^^^^^
  15071. 2780.93 s [unison-cli]
  15072. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:225:30: warning: [GHC-63397] [-Wname-shadowing]
  15073. 2780.93 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  15074. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15075. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15076. 2780.93 s [unison-cli] |
  15077. 2780.93 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  15078. 2780.93 s [unison-cli] | ^^^^^^
  15079. 2780.93 s [unison-cli]
  15080. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:240:14: warning: [GHC-63397] [-Wname-shadowing]
  15081. 2780.93 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15082. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15083. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15084. 2780.93 s [unison-cli] |
  15085. 2780.93 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  15086. 2780.93 s [unison-cli] | ^^^
  15087. 2780.93 s [unison-cli]
  15088. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:240:30: warning: [GHC-63397] [-Wname-shadowing]
  15089. 2780.93 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  15090. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15091. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15092. 2780.93 s [unison-cli] |
  15093. 2780.93 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  15094. 2780.93 s [unison-cli] | ^^^^^^
  15095. 2780.93 s [unison-cli]
  15096. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:241:7: warning: [GHC-63397] [-Wname-shadowing]
  15097. 2780.93 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  15098. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15099. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15100. 2780.93 s [unison-cli] |
  15101. 2780.93 s [unison-cli] 241 | let edits = do
  15102. 2780.93 s [unison-cli] | ^^^^^
  15103. 2780.93 s [unison-cli]
  15104. 2780.93 s [unison-cli] src/Unison/LSP/Types.hs:244:7: warning: [GHC-63397] [-Wname-shadowing]
  15105. 2780.93 s [unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
  15106. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  15107. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15108. 2780.93 s [unison-cli] |
  15109. 2780.93 s [unison-cli] 244 | workspaceEdit =
  15110. 2780.93 s [unison-cli] | ^^^^^^^^^^^^^
  15111. 2780.93 s [unison-cli]
  15112. 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 )
  15113. 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 )
  15114. 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 )
  15115. 2780.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  15116. 2780.93 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  15117. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  15118. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15119. 2780.93 s [unison-cli] |
  15120. 2780.93 s [unison-cli] 26 | cancel <- atomically $ do
  15121. 2780.93 s [unison-cli] | ^^^^^^
  15122. 2780.93 s [unison-cli]
  15123. 2780.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning: [GHC-63397] [-Wname-shadowing]
  15124. 2780.93 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  15125. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  15126. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15127. 2780.93 s [unison-cli] |
  15128. 2780.93 s [unison-cli] 31 | Just cancel -> do
  15129. 2780.93 s [unison-cli] | ^^^^^^
  15130. 2780.93 s [unison-cli]
  15131. 2780.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning: [GHC-63397] [-Wname-shadowing]
  15132. 2780.93 s [unison-cli] This binding for ‘message’ shadows the existing binding
  15133. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  15134. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15135. 2780.93 s [unison-cli] |
  15136. 2780.93 s [unison-cli] 42 | withDebugging handler message respond = do
  15137. 2780.93 s [unison-cli] | ^^^^^^^
  15138. 2780.93 s [unison-cli]
  15139. 2780.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning: [GHC-63397] [-Wname-shadowing]
  15140. 2780.93 s [unison-cli] This binding for ‘message’ shadows the existing binding
  15141. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  15142. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15143. 2780.93 s [unison-cli] |
  15144. 2780.93 s [unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
  15145. 2780.93 s [unison-cli] | ^^^^^^^
  15146. 2780.93 s [unison-cli]
  15147. 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 )
  15148. 2780.93 s [unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning: [GHC-63397] [-Wname-shadowing]
  15149. 2780.93 s [unison-cli] This binding for ‘msg’ shadows the existing binding
  15150. 2780.93 s [unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
  15151. 2780.93 s [unison-cli] |
  15152. 2780.93 s [unison-cli] 41 | refs <&> \(msg, range) ->
  15153. 2780.93 s [unison-cli] | ^^^
  15154. 2780.93 s [unison-cli]
  15155. 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 )
  15156. 2780.93 s [unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning: [GHC-63397] [-Wname-shadowing]
  15157. 2780.93 s [unison-cli] This binding for ‘guard’ shadows the existing binding
  15158. 2780.93 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
  15159. 2780.93 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  15160. 2780.93 s [unison-cli] |
  15161. 2780.93 s [unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
  15162. 2780.93 s [unison-cli] | ^^^^^
  15163. 2780.93 s [unison-cli]
  15164. 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 )
  15165. 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 )
  15166. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:24:13: warning: [GHC-63397] [-Wname-shadowing]
  15167. 2780.93 s [unison-cli] This binding for ‘title’ shadows the existing binding
  15168. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15169. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15170. 2780.93 s [unison-cli] |
  15171. 2780.93 s [unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
  15172. 2780.93 s [unison-cli] | ^^^^^
  15173. 2780.93 s [unison-cli]
  15174. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:35:27: warning: [GHC-63397] [-Wname-shadowing]
  15175. 2780.93 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15176. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15177. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15178. 2780.93 s [unison-cli] |
  15179. 2780.93 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  15180. 2780.93 s [unison-cli] | ^^^^^
  15181. 2780.93 s [unison-cli]
  15182. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:35:33: warning: [GHC-63397] [-Wname-shadowing]
  15183. 2780.93 s [unison-cli] This binding for ‘description’ shadows the existing binding
  15184. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15185. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15186. 2780.93 s [unison-cli] |
  15187. 2780.93 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  15188. 2780.93 s [unison-cli] | ^^^^^^^^^^^
  15189. 2780.93 s [unison-cli]
  15190. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:64:64: warning: [GHC-63397] [-Wname-shadowing]
  15191. 2780.93 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15192. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15193. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15194. 2780.93 s [unison-cli] |
  15195. 2780.93 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  15196. 2780.93 s [unison-cli] | ^^^^^
  15197. 2780.93 s [unison-cli]
  15198. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:64:70: warning: [GHC-63397] [-Wname-shadowing]
  15199. 2780.93 s [unison-cli] This binding for ‘description’ shadows the existing binding
  15200. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15201. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15202. 2780.93 s [unison-cli] |
  15203. 2780.93 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  15204. 2780.93 s [unison-cli] | ^^^^^^^^^^^
  15205. 2780.93 s [unison-cli]
  15206. 2780.93 s [unison-cli] src/Unison/LSP/Commands.hs:65:15: warning: [GHC-63397] [-Wname-shadowing]
  15207. 2780.93 s [unison-cli] This binding for ‘params’ shadows the existing binding
  15208. 2780.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  15209. 2780.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
  15210. 2780.94 s [unison-cli] |
  15211. 2780.94 s [unison-cli] 65 | let params =
  15212. 2780.94 s [unison-cli] | ^^^^^^
  15213. 2780.94 s [unison-cli]
  15214. 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 )
  15215. 2780.94 s [unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning: [GHC-63397] [-Wname-shadowing]
  15216. 2780.94 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  15217. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
  15218. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15219. 2780.94 s [unison-cli] |
  15220. 2780.94 s [unison-cli] 23 | Just cancel -> liftIO cancel
  15221. 2780.94 s [unison-cli] | ^^^^^^
  15222. 2780.94 s [unison-cli]
  15223. 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 )
  15224. 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 )
  15225. 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 )
  15226. 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 )
  15227. 2780.94 s [unison-cli] src/Unison/LSP/VFS.hs:36:11: warning: [GHC-63397] [-Wname-shadowing]
  15228. 2780.94 s [unison-cli] This binding for ‘vfs’ shadows the existing binding
  15229. 2780.94 s [unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
  15230. 2780.94 s [unison-cli] |
  15231. 2780.94 s [unison-cli] 36 | (!a, !vfs) <- runStateT m vfs
  15232. 2780.94 s [unison-cli] | ^^^
  15233. 2780.94 s [unison-cli]
  15234. 2780.94 s [unison-cli] src/Unison/LSP/VFS.hs:62:21: warning: [GHC-63397] [-Wname-shadowing]
  15235. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15236. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  15237. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15238. 2780.94 s [unison-cli] |
  15239. 2780.94 s [unison-cli] 62 | for_ dirtyUris \uri -> do
  15240. 2780.94 s [unison-cli] | ^^^
  15241. 2780.94 s [unison-cli]
  15242. 2780.94 s [unison-cli] src/Unison/LSP/VFS.hs:77:22: warning: [GHC-63397] [-Wname-shadowing]
  15243. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15244. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  15245. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15246. 2780.94 s [unison-cli] |
  15247. 2780.94 s [unison-cli] 77 | identifierAtPosition uri pos = do
  15248. 2780.94 s [unison-cli] | ^^^
  15249. 2780.94 s [unison-cli]
  15250. 2780.94 s [unison-cli] src/Unison/LSP/VFS.hs:82:27: warning: [GHC-63397] [-Wname-shadowing]
  15251. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15252. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  15253. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15254. 2780.94 s [unison-cli] |
  15255. 2780.94 s [unison-cli] 82 | identifierSplitAtPosition uri pos = do
  15256. 2780.94 s [unison-cli] | ^^^
  15257. 2780.94 s [unison-cli]
  15258. 2780.94 s [unison-cli] src/Unison/LSP/VFS.hs:101:18: warning: [GHC-63397] [-Wname-shadowing]
  15259. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15260. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  15261. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15262. 2780.94 s [unison-cli] |
  15263. 2780.94 s [unison-cli] 101 | completionPrefix uri pos = do
  15264. 2780.94 s [unison-cli] | ^^^
  15265. 2780.94 s [unison-cli]
  15266. 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 )
  15267. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning: [GHC-63397] [-Wname-shadowing]
  15268. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15269. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  15270. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15271. 2780.94 s [unison-cli] |
  15272. 2780.94 s [unison-cli] 197 | getFileDefLocations uri = do
  15273. 2780.94 s [unison-cli] | ^^^
  15274. 2780.94 s [unison-cli]
  15275. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning: [GHC-63397] [-Wname-shadowing]
  15276. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15277. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15278. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15279. 2780.94 s [unison-cli] |
  15280. 2780.94 s [unison-cli] 256 | <&> \range ->
  15281. 2780.94 s [unison-cli] | ^^^^^
  15282. 2780.94 s [unison-cli]
  15283. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning: [GHC-63397] [-Wname-shadowing]
  15284. 2780.94 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  15285. 2780.94 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
  15286. 2780.94 s [unison-cli] |
  15287. 2780.94 s [unison-cli] 321 | ranges = cycleLocs >>= aToR
  15288. 2780.94 s [unison-cli] | ^^^^^^
  15289. 2780.94 s [unison-cli]
  15290. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning: [GHC-63397] [-Wname-shadowing]
  15291. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15292. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15293. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15294. 2780.94 s [unison-cli] |
  15295. 2780.94 s [unison-cli] 322 | (range, cycleRanges) <- withNeighbours ranges
  15296. 2780.94 s [unison-cli] | ^^^^^
  15297. 2780.94 s [unison-cli]
  15298. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning: [GHC-63397] [-Wname-shadowing]
  15299. 2780.94 s [unison-cli] This binding for ‘cause’ shadows the existing binding
  15300. 2780.94 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
  15301. 2780.94 s [unison-cli] |
  15302. 2780.94 s [unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause}) -> case cause of
  15303. 2780.94 s [unison-cli] | ^^^^^
  15304. 2780.94 s [unison-cli]
  15305. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning: [GHC-63397] [-Wname-shadowing]
  15306. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15307. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15308. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15309. 2780.94 s [unison-cli] |
  15310. 2780.94 s [unison-cli] 374 | range <- ranges
  15311. 2780.94 s [unison-cli] | ^^^^^
  15312. 2780.94 s [unison-cli]
  15313. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning: [GHC-63397] [-Wname-shadowing]
  15314. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15315. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15316. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15317. 2780.94 s [unison-cli] |
  15318. 2780.94 s [unison-cli] 432 | (range, references) <- ranges
  15319. 2780.94 s [unison-cli] | ^^^^^
  15320. 2780.94 s [unison-cli]
  15321. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning: [GHC-63397] [-Wname-shadowing]
  15322. 2780.94 s [unison-cli] This binding for ‘typ’ shadows the existing binding
  15323. 2780.94 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
  15324. 2780.94 s [unison-cli] |
  15325. 2780.94 s [unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
  15326. 2780.94 s [unison-cli] | ^^^
  15327. 2780.94 s [unison-cli]
  15328. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning: [GHC-63397] [-Wname-shadowing]
  15329. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15330. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  15331. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15332. 2780.94 s [unison-cli] |
  15333. 2780.94 s [unison-cli] 477 | getFileAnalysis uri = do
  15334. 2780.94 s [unison-cli] | ^^^
  15335. 2780.94 s [unison-cli]
  15336. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning: [GHC-63397] [-Wname-shadowing]
  15337. 2780.94 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15338. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  15339. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15340. 2780.94 s [unison-cli] |
  15341. 2780.94 s [unison-cli] 512 | getFileSummary uri = do
  15342. 2780.94 s [unison-cli] | ^^^
  15343. 2780.94 s [unison-cli]
  15344. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning: [GHC-63397] [-Wname-shadowing]
  15345. 2780.94 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  15346. 2780.94 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
  15347. 2780.94 s [unison-cli] |
  15348. 2780.94 s [unison-cli] 530 | (_, Just tf) ->
  15349. 2780.94 s [unison-cli] | ^^
  15350. 2780.94 s [unison-cli]
  15351. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning: [GHC-63397] [-Wname-shadowing]
  15352. 2780.94 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  15353. 2780.94 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
  15354. 2780.94 s [unison-cli] |
  15355. 2780.94 s [unison-cli] 534 | (Just uf, _) ->
  15356. 2780.94 s [unison-cli] | ^^
  15357. 2780.94 s [unison-cli]
  15358. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning: [GHC-63397] [-Wname-shadowing]
  15359. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15360. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15361. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15362. 2780.94 s [unison-cli] |
  15363. 2780.94 s [unison-cli] 565 | range <- annToRange ann
  15364. 2780.94 s [unison-cli] | ^^^^^
  15365. 2780.94 s [unison-cli]
  15366. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning: [GHC-63397] [-Wname-shadowing]
  15367. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15368. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15369. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15370. 2780.94 s [unison-cli] |
  15371. 2780.94 s [unison-cli] 587 | range <- annToRange ann
  15372. 2780.94 s [unison-cli] | ^^^^^
  15373. 2780.94 s [unison-cli]
  15374. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning: [GHC-63397] [-Wname-shadowing]
  15375. 2780.94 s [unison-cli] This binding for ‘children’ shadows the existing binding
  15376. 2780.94 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  15377. 2780.94 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  15378. 2780.94 s [unison-cli] |
  15379. 2780.94 s [unison-cli] 588 | let children = []
  15380. 2780.94 s [unison-cli] | ^^^^^^^^
  15381. 2780.94 s [unison-cli]
  15382. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning: [GHC-63397] [-Wname-shadowing]
  15383. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15384. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15385. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15386. 2780.94 s [unison-cli] |
  15387. 2780.94 s [unison-cli] 596 | range <- annToRange (DD.annotation decl)
  15388. 2780.94 s [unison-cli] | ^^^^^
  15389. 2780.94 s [unison-cli]
  15390. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning: [GHC-63397] [-Wname-shadowing]
  15391. 2780.94 s [unison-cli] This binding for ‘children’ shadows the existing binding
  15392. 2780.94 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  15393. 2780.94 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  15394. 2780.94 s [unison-cli] |
  15395. 2780.94 s [unison-cli] 597 | let children = declChildren decl
  15396. 2780.94 s [unison-cli] | ^^^^^^^^
  15397. 2780.94 s [unison-cli]
  15398. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning: [GHC-63397] [-Wname-shadowing]
  15399. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15400. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15401. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15402. 2780.94 s [unison-cli] |
  15403. 2780.94 s [unison-cli] 606 | range <- annToRange (DD.annotation decl)
  15404. 2780.94 s [unison-cli] | ^^^^^
  15405. 2780.94 s [unison-cli]
  15406. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning: [GHC-63397] [-Wname-shadowing]
  15407. 2780.94 s [unison-cli] This binding for ‘children’ shadows the existing binding
  15408. 2780.94 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  15409. 2780.94 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  15410. 2780.94 s [unison-cli] |
  15411. 2780.94 s [unison-cli] 607 | let children = declChildren decl
  15412. 2780.94 s [unison-cli] | ^^^^^^^^
  15413. 2780.94 s [unison-cli]
  15414. 2780.94 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning: [GHC-63397] [-Wname-shadowing]
  15415. 2780.94 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15416. 2780.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  15417. 2780.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15418. 2780.94 s [unison-cli] |
  15419. 2780.94 s [unison-cli] 615 | range <- maybeToList $ annToRange ann
  15420. 2780.94 s [unison-cli] | ^^^^^
  15421. 2780.94 s [unison-cli]
  15422. 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 )
  15423. 2781.76 s [unison-cli] src/Unison/LSP/Queries.hs:86:5: warning: [GHC-63397] [-Wname-shadowing]
  15424. 2781.76 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  15425. 2781.76 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
  15426. 2781.76 s [unison-cli] |
  15427. 2781.76 s [unison-cli] 86 | hoistMaybe = MaybeT . pure
  15428. 2781.76 s [unison-cli] | ^^^^^^^^^^
  15429. 2781.76 s [unison-cli]
  15430. 2781.76 s [unison-cli] src/Unison/LSP/Queries.hs:211:39: warning: [GHC-63397] [-Wname-shadowing]
  15431. 2781.76 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  15432. 2781.76 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  15433. 2781.76 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  15434. 2781.76 s [unison-cli] |
  15435. 2781.76 s [unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
  15436. 2781.77 s [unison-cli] | ^^^^
  15437. 2781.77 s [unison-cli]
  15438. 2781.77 s [unison-cli] src/Unison/LSP/Queries.hs:282:5: warning: [GHC-63397] [-Wname-shadowing]
  15439. 2781.77 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  15440. 2781.77 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  15441. 2781.77 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  15442. 2781.77 s [unison-cli] |
  15443. 2781.77 s [unison-cli] 282 | ann = getTermSpanAnn term
  15444. 2781.77 s [unison-cli] | ^^^
  15445. 2781.77 s [unison-cli]
  15446. 2781.77 s [unison-cli] src/Unison/LSP/Queries.hs:303:42: warning: [GHC-63397] [-Wname-shadowing]
  15447. 2781.77 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  15448. 2781.77 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  15449. 2781.77 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  15450. 2781.77 s [unison-cli] |
  15451. 2781.77 s [unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
  15452. 2781.77 s [unison-cli] | ^^^^
  15453. 2781.77 s [unison-cli]
  15454. 2781.77 s [unison-cli] src/Unison/LSP/Queries.hs:353:39: warning: [GHC-63397] [-Wname-shadowing]
  15455. 2781.77 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  15456. 2781.77 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  15457. 2781.77 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  15458. 2781.77 s [unison-cli] |
  15459. 2781.77 s [unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
  15460. 2781.77 s [unison-cli] | ^^^^
  15461. 2781.77 s [unison-cli]
  15462. 2781.77 s [unison-cli] src/Unison/LSP/Queries.hs:407:47: warning: [GHC-63397] [-Wname-shadowing]
  15463. 2781.77 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  15464. 2781.77 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  15465. 2781.77 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  15466. 2781.77 s [unison-cli] |
  15467. 2781.77 s [unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
  15468. 2781.77 s [unison-cli] | ^^^^
  15469. 2781.77 s [unison-cli]
  15470. 2781.77 s [unison-cli] src/Unison/LSP/Queries.hs:422:21: warning: [GHC-63397] [-Wname-shadowing]
  15471. 2781.77 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  15472. 2781.77 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  15473. 2781.77 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  15474. 2781.77 s [unison-cli] |
  15475. 2781.77 s [unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
  15476. 2781.77 s [unison-cli] | ^^^
  15477. 2781.77 s [unison-cli]
  15478. 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 )
  15479. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  15480. 2782.76 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15481. 2782.76 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  15482. 2782.76 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15483. 2782.76 s [unison-cli] |
  15484. 2782.76 s [unison-cli] 50 | hoverInfo uri pos =
  15485. 2782.76 s [unison-cli] | ^^^
  15486. 2782.76 s [unison-cli]
  15487. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:64:30: warning: [GHC-63397] [-Wname-shadowing]
  15488. 2782.76 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  15489. 2782.76 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  15490. 2782.76 s [unison-cli] |
  15491. 2782.76 s [unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
  15492. 2782.76 s [unison-cli] | ^^^
  15493. 2782.76 s [unison-cli]
  15494. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:65:29: warning: [GHC-63397] [-Wname-shadowing]
  15495. 2782.76 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  15496. 2782.76 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  15497. 2782.76 s [unison-cli] |
  15498. 2782.76 s [unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
  15499. 2782.76 s [unison-cli] | ^^^
  15500. 2782.76 s [unison-cli]
  15501. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:95:28: warning: [GHC-63397] [-Wname-shadowing]
  15502. 2782.76 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  15503. 2782.76 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  15504. 2782.76 s [unison-cli] |
  15505. 2782.76 s [unison-cli] 95 | LD.TypeReference ref@(Reference.DerivedId refId) -> do
  15506. 2782.76 s [unison-cli] | ^^^
  15507. 2782.76 s [unison-cli]
  15508. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:102:27: warning: [GHC-63397] [-Wname-shadowing]
  15509. 2782.76 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  15510. 2782.76 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  15511. 2782.76 s [unison-cli] |
  15512. 2782.76 s [unison-cli] 102 | LD.TermReferent ref -> do
  15513. 2782.76 s [unison-cli] | ^^^
  15514. 2782.76 s [unison-cli]
  15515. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:108:32: warning: [GHC-63397] [-Wname-shadowing]
  15516. 2782.76 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15517. 2782.76 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  15518. 2782.76 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15519. 2782.76 s [unison-cli] |
  15520. 2782.76 s [unison-cli] 108 | renderTypeSigForHover pped name typ =
  15521. 2782.76 s [unison-cli] | ^^^^
  15522. 2782.76 s [unison-cli]
  15523. 2782.76 s [unison-cli] src/Unison/LSP/Hover.hs:138:40: warning: [GHC-63397] [-Wname-shadowing]
  15524. 2782.77 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15525. 2782.77 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  15526. 2782.77 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15527. 2782.77 s [unison-cli] |
  15528. 2782.77 s [unison-cli] 138 | (Symbol.Symbol _ (Var.User name)) -> name
  15529. 2782.77 s [unison-cli] | ^^^^
  15530. 2782.77 s [unison-cli]
  15531. 2782.77 s [unison-cli] src/Unison/LSP/Hover.hs:143:5: warning: [GHC-63397] [-Wname-shadowing]
  15532. 2782.77 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  15533. 2782.77 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
  15534. 2782.77 s [unison-cli] |
  15535. 2782.77 s [unison-cli] 143 | hoistMaybe = MaybeT . pure
  15536. 2782.77 s [unison-cli] | ^^^^^^^^^^
  15537. 2782.77 s [unison-cli]
  15538. 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 )
  15539. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning: [GHC-63397] [-Wname-shadowing]
  15540. 2783.14 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  15541. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15542. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15543. 2783.14 s [unison-cli] |
  15544. 2783.14 s [unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  15545. 2783.14 s [unison-cli] | ^^^^^^^^^^^
  15546. 2783.14 s [unison-cli]
  15547. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning: [GHC-63397] [-Wname-shadowing]
  15548. 2783.14 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  15549. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15550. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15551. 2783.14 s [unison-cli] |
  15552. 2783.14 s [unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
  15553. 2783.14 s [unison-cli] | ^^^^^^^^^
  15554. 2783.14 s [unison-cli]
  15555. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning: [GHC-63397] [-Wname-shadowing]
  15556. 2783.14 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  15557. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15558. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15559. 2783.14 s [unison-cli] |
  15560. 2783.14 s [unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  15561. 2783.14 s [unison-cli] | ^^^^^^^^^^^
  15562. 2783.14 s [unison-cli]
  15563. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning: [GHC-63397] [-Wname-shadowing]
  15564. 2783.14 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  15565. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15566. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15567. 2783.14 s [unison-cli] |
  15568. 2783.14 s [unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
  15569. 2783.14 s [unison-cli] | ^^^^^^^^^
  15570. 2783.14 s [unison-cli]
  15571. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning: [GHC-63397] [-Wname-shadowing]
  15572. 2783.14 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  15573. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15574. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15575. 2783.14 s [unison-cli] |
  15576. 2783.14 s [unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  15577. 2783.14 s [unison-cli] | ^^^^^^^^^^^
  15578. 2783.14 s [unison-cli]
  15579. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning: [GHC-63397] [-Wname-shadowing]
  15580. 2783.14 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  15581. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15582. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15583. 2783.14 s [unison-cli] |
  15584. 2783.14 s [unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
  15585. 2783.14 s [unison-cli] | ^^^^^^^^^
  15586. 2783.14 s [unison-cli]
  15587. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning: [GHC-63397] [-Wname-shadowing]
  15588. 2783.14 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  15589. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15590. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15591. 2783.14 s [unison-cli] |
  15592. 2783.14 s [unison-cli] 51 | locationInfo uri pos = do
  15593. 2783.14 s [unison-cli] | ^^^
  15594. 2783.14 s [unison-cli]
  15595. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning: [GHC-63397] [-Wname-shadowing]
  15596. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15597. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  15598. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15599. 2783.14 s [unison-cli] |
  15600. 2783.14 s [unison-cli] 53 | (_interval, (_typ, range)) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
  15601. 2783.14 s [unison-cli] | ^^^^^
  15602. 2783.14 s [unison-cli]
  15603. 2783.14 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning: [GHC-63397] [-Wname-shadowing]
  15604. 2783.14 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  15605. 2783.14 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
  15606. 2783.14 s [unison-cli] |
  15607. 2783.14 s [unison-cli] 57 | hoistMaybe = MaybeT . pure
  15608. 2783.14 s [unison-cli] | ^^^^^^^^^^
  15609. 2783.14 s [unison-cli]
  15610. 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 )
  15611. 2783.14 s [unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning: [GHC-63397] [-Wname-shadowing]
  15612. 2783.14 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  15613. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  15614. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15615. 2783.14 s [unison-cli] |
  15616. 2783.14 s [unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
  15617. 2783.14 s [unison-cli] | ^^^^^
  15618. 2783.14 s [unison-cli]
  15619. 2783.14 s [unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  15620. 2783.14 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  15621. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  15622. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15623. 2783.14 s [unison-cli] |
  15624. 2783.14 s [unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
  15625. 2783.14 s [unison-cli] | ^^^^^
  15626. 2783.14 s [unison-cli]
  15627. 2783.14 s [unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning: [GHC-63397] [-Wname-shadowing]
  15628. 2783.14 s [unison-cli] This binding for ‘newText’ shadows the existing binding
  15629. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  15630. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15631. 2783.14 s [unison-cli] |
  15632. 2783.14 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  15633. 2783.14 s [unison-cli] | ^^^^^^^
  15634. 2783.14 s [unison-cli]
  15635. 2783.14 s [unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning: [GHC-63397] [-Wname-shadowing]
  15636. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15637. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  15638. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15639. 2783.14 s [unison-cli] |
  15640. 2783.14 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  15641. 2783.14 s [unison-cli] | ^^^^^
  15642. 2783.14 s [unison-cli]
  15643. 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 )
  15644. 2783.14 s [unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning: [GHC-63397] [-Wname-shadowing]
  15645. 2783.14 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  15646. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  15647. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15648. 2783.14 s [unison-cli] |
  15649. 2783.14 s [unison-cli] 64 | ranges =
  15650. 2783.14 s [unison-cli] | ^^^^^^
  15651. 2783.14 s [unison-cli]
  15652. 2783.14 s [unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning: [GHC-63397] [-Wname-shadowing]
  15653. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15654. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  15655. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15656. 2783.14 s [unison-cli] |
  15657. 2783.14 s [unison-cli] 66 | & mapMaybe \(sym, range) ->
  15658. 2783.14 s [unison-cli] | ^^^^^
  15659. 2783.14 s [unison-cli]
  15660. 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 )
  15661. 2783.14 s [unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning: [GHC-63397] [-Wname-shadowing]
  15662. 2783.14 s [unison-cli] This binding for ‘symbolKind’ shadows the existing binding
  15663. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
  15664. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15665. 2783.14 s [unison-cli] |
  15666. 2783.14 s [unison-cli] 35 | symbolKind,
  15667. 2783.14 s [unison-cli] | ^^^^^^^^^^
  15668. 2783.14 s [unison-cli]
  15669. 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 )
  15670. 2783.14 s [unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning: [GHC-63397] [-Wname-shadowing]
  15671. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15672. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  15673. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15674. 2783.14 s [unison-cli] |
  15675. 2783.14 s [unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
  15676. 2783.14 s [unison-cli] | ^^^^^
  15677. 2783.14 s [unison-cli]
  15678. 2783.14 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning: [GHC-63397] [-Wname-shadowing]
  15679. 2783.14 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15680. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  15681. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15682. 2783.14 s [unison-cli] |
  15683. 2783.14 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  15684. 2783.14 s [unison-cli] | ^^^^
  15685. 2783.14 s [unison-cli]
  15686. 2783.14 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning: [GHC-63397] [-Wname-shadowing]
  15687. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15688. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  15689. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15690. 2783.14 s [unison-cli] |
  15691. 2783.14 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  15692. 2783.14 s [unison-cli] | ^^^^^
  15693. 2783.14 s [unison-cli]
  15694. 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 )
  15695. 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 )
  15696. 2783.14 s [unison-cli] src/Unison/LSP/Completion.hs:65:6: warning: [GHC-63397] [-Wname-shadowing]
  15697. 2783.14 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15698. 2783.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15699. 2783.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15700. 2783.14 s [unison-cli] |
  15701. 2783.14 s [unison-cli] 65 | (range, prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
  15702. 2783.14 s [unison-cli] | ^^^^^
  15703. 2783.15 s [unison-cli]
  15704. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:71:10: warning: [GHC-63397] [-Wname-shadowing]
  15705. 2783.15 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  15706. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15707. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15708. 2783.15 s [unison-cli] |
  15709. 2783.15 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  15710. 2783.15 s [unison-cli] | ^^^^^^^^^^^^
  15711. 2783.15 s [unison-cli]
  15712. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:71:24: warning: [GHC-63397] [-Wname-shadowing]
  15713. 2783.15 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  15714. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15715. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15716. 2783.15 s [unison-cli] |
  15717. 2783.15 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  15718. 2783.15 s [unison-cli] | ^^^^^^^
  15719. 2783.15 s [unison-cli]
  15720. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:77:31: warning: [GHC-63397] [-Wname-shadowing]
  15721. 2783.15 s [unison-cli] This binding for ‘hqName’ shadows the existing binding
  15722. 2783.15 s [unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
  15723. 2783.15 s [unison-cli] |
  15724. 2783.15 s [unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
  15725. 2783.15 s [unison-cli] | ^^^^^^
  15726. 2783.15 s [unison-cli]
  15727. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  15728. 2783.15 s [unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
  15729. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15730. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15731. 2783.15 s [unison-cli] |
  15732. 2783.15 s [unison-cli] 79 | let itemDefaults = Nothing
  15733. 2783.15 s [unison-cli] | ^^^^^^^^^^^^
  15734. 2783.15 s [unison-cli]
  15735. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:86:8: warning: [GHC-63397] [-Wname-shadowing]
  15736. 2783.15 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  15737. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15738. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15739. 2783.15 s [unison-cli] |
  15740. 2783.15 s [unison-cli] 86 | (isIncomplete, defCompletions) =
  15741. 2783.15 s [unison-cli] | ^^^^^^^^^^^^
  15742. 2783.15 s [unison-cli]
  15743. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:103:29: warning: [GHC-63397] [-Wname-shadowing]
  15744. 2783.15 s [unison-cli] This binding for ‘range’ shadows the existing binding
  15745. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15746. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15747. 2783.15 s [unison-cli] |
  15748. 2783.15 s [unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
  15749. 2783.15 s [unison-cli] | ^^^^^
  15750. 2783.15 s [unison-cli]
  15751. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:217:16: warning: [GHC-63397] [-Wname-shadowing]
  15752. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15753. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15754. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15755. 2783.15 s [unison-cli] |
  15756. 2783.15 s [unison-cli] 217 | ( \name refs ->
  15757. 2783.15 s [unison-cli] | ^^^^
  15758. 2783.15 s [unison-cli]
  15759. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:225:16: warning: [GHC-63397] [-Wname-shadowing]
  15760. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15761. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15762. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15763. 2783.15 s [unison-cli] |
  15764. 2783.15 s [unison-cli] 225 | ( \name refs ->
  15765. 2783.15 s [unison-cli] | ^^^^
  15766. 2783.15 s [unison-cli]
  15767. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:234:21: warning: [GHC-63397] [-Wname-shadowing]
  15768. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15769. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15770. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15771. 2783.15 s [unison-cli] |
  15772. 2783.15 s [unison-cli] 234 | isDefinitionDoc name =
  15773. 2783.15 s [unison-cli] | ^^^^
  15774. 2783.15 s [unison-cli]
  15775. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:239:22: warning: [GHC-63397] [-Wname-shadowing]
  15776. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15777. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15778. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15779. 2783.15 s [unison-cli] |
  15780. 2783.15 s [unison-cli] 239 | nameToCompletionTree name ref =
  15781. 2783.15 s [unison-cli] | ^^^^
  15782. 2783.15 s [unison-cli]
  15783. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:275:11: warning: [GHC-63397] [-Wname-shadowing]
  15784. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15785. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15786. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15787. 2783.15 s [unison-cli] |
  15788. 2783.15 s [unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
  15789. 2783.15 s [unison-cli] | ^^^^
  15790. 2783.15 s [unison-cli]
  15791. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:281:47: warning: [GHC-63397] [-Wname-shadowing]
  15792. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15793. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15794. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15795. 2783.15 s [unison-cli] |
  15796. 2783.15 s [unison-cli] 281 | let current = currentMatches <&> (\(name, def) -> (mempty, name, def))
  15797. 2783.15 s [unison-cli] | ^^^^
  15798. 2783.15 s [unison-cli]
  15799. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:292:13: warning: [GHC-63397] [-Wname-shadowing]
  15800. 2783.15 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  15801. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15802. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15803. 2783.15 s [unison-cli] |
  15804. 2783.15 s [unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
  15805. 2783.15 s [unison-cli] | ^^^^^^^
  15806. 2783.15 s [unison-cli]
  15807. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:294:42: warning: [GHC-63397] [-Wname-shadowing]
  15808. 2783.15 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15809. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15810. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15811. 2783.15 s [unison-cli] |
  15812. 2783.15 s [unison-cli] 294 | let currentMatches = matches <&> \(name, dep) -> (Path.singleton ns, name, dep)
  15813. 2783.15 s [unison-cli] | ^^^^
  15814. 2783.15 s [unison-cli]
  15815. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:299:30: warning: [GHC-63397] [-Wname-shadowing]
  15816. 2783.15 s [unison-cli] This binding for ‘message’ shadows the existing binding
  15817. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15818. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15819. 2783.15 s [unison-cli] |
  15820. 2783.15 s [unison-cli] 299 | completionItemResolveHandler message respond = do
  15821. 2783.15 s [unison-cli] | ^^^^^^^
  15822. 2783.15 s [unison-cli]
  15823. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:301:7: warning: [GHC-63397] [-Wname-shadowing]
  15824. 2783.15 s [unison-cli] This binding for ‘completion’ shadows the existing binding
  15825. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15826. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15827. 2783.15 s [unison-cli] |
  15828. 2783.15 s [unison-cli] 301 | completion = message ^. params
  15829. 2783.15 s [unison-cli] | ^^^^^^^^^^
  15830. 2783.15 s [unison-cli]
  15831. 2783.15 s [unison-cli] src/Unison/LSP/Completion.hs:387:9: warning: [GHC-63397] [-Wname-shadowing]
  15832. 2783.15 s [unison-cli] This binding for ‘kind’ shadows the existing binding
  15833. 2783.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  15834. 2783.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  15835. 2783.15 s [unison-cli] |
  15836. 2783.15 s [unison-cli] 387 | kind <- obj Aeson..: "kind"
  15837. 2783.15 s [unison-cli] | ^^^^
  15838. 2783.15 s [unison-cli]
  15839. 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 )
  15840. 2783.67 s [unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning: [GHC-63397] [-Wname-shadowing]
  15841. 2783.67 s [unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
  15842. 2783.67 s [unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
  15843. 2783.67 s [unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
  15844. 2783.67 s [unison-cli] |
  15845. 2783.67 s [unison-cli] 68 | writeTMVar var a =
  15846. 2783.67 s [unison-cli] | ^^^^^^^^^^
  15847. 2783.67 s [unison-cli]
  15848. 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 )
  15849. 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 )
  15850. 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 )
  15851. 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 )
  15852. 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 )
  15853. 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 )
  15854. 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 )
  15855. 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 )
  15856. 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 )
  15857. 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 )
  15858. 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 )
  15859. 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 )
  15860. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning: [GHC-63397] [-Wname-shadowing]
  15861. 2783.81 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  15862. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
  15863. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  15864. 2783.81 s [unison-cli] |
  15865. 2783.81 s [unison-cli] 176 | let rem = i - length requiredParams
  15866. 2783.81 s [unison-cli] | ^^^
  15867. 2783.81 s [unison-cli]
  15868. 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 )
  15869. 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 )
  15870. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning: [GHC-63397] [-Wname-shadowing]
  15871. 2783.81 s [unison-cli] This binding for ‘name’ shadows the existing binding
  15872. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
  15873. 2783.81 s [unison-cli] |
  15874. 2783.81 s [unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
  15875. 2783.81 s [unison-cli] | ^^^^
  15876. 2783.81 s [unison-cli]
  15877. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning: [GHC-63397] [-Wname-shadowing]
  15878. 2783.81 s [unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
  15879. 2783.81 s [unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
  15880. 2783.81 s [unison-cli] |
  15881. 2783.81 s [unison-cli] 423 | prettyTerm skip n (a, tm) =
  15882. 2783.81 s [unison-cli] | ^^^^^^^^^^
  15883. 2783.81 s [unison-cli]
  15884. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning: [GHC-63397] [-Wname-shadowing]
  15885. 2783.81 s [unison-cli] This binding for ‘wk’ shadows the existing binding
  15886. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
  15887. 2783.81 s [unison-cli] |
  15888. 2783.81 s [unison-cli] 435 | go wk v tm = case wk of
  15889. 2783.81 s [unison-cli] | ^^
  15890. 2783.81 s [unison-cli]
  15891. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning: [GHC-63397] [-Wname-shadowing]
  15892. 2783.81 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  15893. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
  15894. 2783.81 s [unison-cli] |
  15895. 2783.81 s [unison-cli] 435 | go wk v tm = case wk of
  15896. 2783.81 s [unison-cli] | ^^
  15897. 2783.81 s [unison-cli]
  15898. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning: [GHC-63397] [-Wname-shadowing]
  15899. 2783.81 s [unison-cli] This binding for ‘r’ shadows the existing binding
  15900. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  15901. 2783.81 s [unison-cli] |
  15902. 2783.81 s [unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
  15903. 2783.81 s [unison-cli] | ^
  15904. 2783.81 s [unison-cli]
  15905. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning: [GHC-63397] [-Wname-shadowing]
  15906. 2783.81 s [unison-cli] This binding for ‘n’ shadows the existing binding
  15907. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
  15908. 2783.81 s [unison-cli] |
  15909. 2783.81 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  15910. 2783.81 s [unison-cli] | ^
  15911. 2783.81 s [unison-cli]
  15912. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning: [GHC-63397] [-Wname-shadowing]
  15913. 2783.81 s [unison-cli] This binding for ‘r’ shadows the existing binding
  15914. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  15915. 2783.81 s [unison-cli] |
  15916. 2783.81 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  15917. 2783.81 s [unison-cli] | ^
  15918. 2783.81 s [unison-cli]
  15919. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning: [GHC-63397] [-Wname-shadowing]
  15920. 2783.81 s [unison-cli] This binding for ‘r’ shadows the existing binding
  15921. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
  15922. 2783.81 s [unison-cli] |
  15923. 2783.81 s [unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
  15924. 2783.81 s [unison-cli] | ^
  15925. 2783.81 s [unison-cli]
  15926. 2783.81 s [unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning: [GHC-63397] [-Wname-shadowing]
  15927. 2783.81 s [unison-cli] This binding for ‘n’ shadows the existing binding
  15928. 2783.81 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
  15929. 2783.81 s [unison-cli] |
  15930. 2783.81 s [unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
  15931. 2783.81 s [unison-cli] | ^
  15932. 2783.81 s [unison-cli]
  15933. 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 )
  15934. 2783.81 s [unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning: [GHC-63397] [-Wname-shadowing]
  15935. 2783.81 s [unison-cli] This binding for ‘lastArg’ shadows the existing binding
  15936. 2783.81 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
  15937. 2783.81 s [unison-cli] |
  15938. 2783.81 s [unison-cli] 114 | ((cmd : midArgs), lastArg) -> do
  15939. 2783.81 s [unison-cli] | ^^^^^^^
  15940. 2783.81 s [unison-cli]
  15941. 2783.81 s [unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning: [GHC-63397] [-Wname-shadowing]
  15942. 2783.81 s [unison-cli] This binding for ‘contributor’ shadows the existing binding
  15943. 2783.81 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
  15944. 2783.81 s [unison-cli] |
  15945. 2783.81 s [unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
  15946. 2783.81 s [unison-cli] | ^^^^^^^^^^^
  15947. 2783.81 s [unison-cli]
  15948. 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 )
  15949. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning: [GHC-63397] [-Wname-shadowing]
  15950. 2783.81 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  15951. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  15952. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  15953. 2783.81 s [unison-cli] |
  15954. 2783.81 s [unison-cli] 674 | let (segment NE.:| tail) = Name.reverseSegments name
  15955. 2783.81 s [unison-cli] | ^^^^
  15956. 2783.81 s [unison-cli]
  15957. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning: [GHC-63397] [-Wname-shadowing]
  15958. 2783.81 s [unison-cli] This binding for ‘file’ shadows the existing binding
  15959. 2783.81 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
  15960. 2783.81 s [unison-cli] |
  15961. 2783.81 s [unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
  15962. 2783.81 s [unison-cli] | ^^^^
  15963. 2783.81 s [unison-cli]
  15964. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning: [GHC-63397] [-Wname-shadowing]
  15965. 2783.81 s [unison-cli] This binding for ‘names’ shadows the existing binding
  15966. 2783.81 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
  15967. 2783.81 s [unison-cli] |
  15968. 2783.81 s [unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
  15969. 2783.81 s [unison-cli] | ^^^^^
  15970. 2783.81 s [unison-cli]
  15971. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning: [GHC-63397] [-Wname-shadowing]
  15972. 2783.81 s [unison-cli] This binding for ‘words’ shadows the existing binding
  15973. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  15974. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  15975. 2783.81 s [unison-cli] |
  15976. 2783.81 s [unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
  15977. 2783.81 s [unison-cli] | ^^^^^
  15978. 2783.81 s [unison-cli]
  15979. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning: [GHC-63397] [-Wname-shadowing]
  15980. 2783.81 s [unison-cli] This binding for ‘words’ shadows the existing binding
  15981. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  15982. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  15983. 2783.81 s [unison-cli] |
  15984. 2783.81 s [unison-cli] 1087 | untokenize words = go (unwords words)
  15985. 2783.81 s [unison-cli] | ^^^^^
  15986. 2783.81 s [unison-cli]
  15987. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning: [GHC-63397] [-Wname-shadowing]
  15988. 2783.81 s [unison-cli] This binding for ‘words’ shadows the existing binding
  15989. 2783.81 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
  15990. 2783.81 s [unison-cli] |
  15991. 2783.81 s [unison-cli] 1089 | go words = case words of
  15992. 2783.81 s [unison-cli] | ^^^^^
  15993. 2783.81 s [unison-cli]
  15994. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning: [GHC-63397] [-Wname-shadowing]
  15995. 2783.81 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  15996. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  15997. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  15998. 2783.81 s [unison-cli] |
  15999. 2783.81 s [unison-cli] 1093 | ("", rem) -> go (dropWhile isSpace rem)
  16000. 2783.81 s [unison-cli] | ^^^
  16001. 2783.81 s [unison-cli]
  16002. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning: [GHC-63397] [-Wname-shadowing]
  16003. 2783.81 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  16004. 2783.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  16005. 2783.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  16006. 2783.81 s [unison-cli] |
  16007. 2783.81 s [unison-cli] 1094 | (tok, rem) -> tok : go (dropWhile isSpace rem)
  16008. 2783.81 s [unison-cli] | ^^^
  16009. 2783.81 s [unison-cli]
  16010. 2783.81 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning: [GHC-63397] [-Wname-shadowing]
  16011. 2783.81 s [unison-cli] This binding for ‘topic’ shadows the existing binding
  16012. 2783.81 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
  16013. 2783.81 s [unison-cli] |
  16014. 2783.81 s [unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
  16015. 2783.81 s [unison-cli] | ^^^^^
  16016. 2783.82 s [unison-cli]
  16017. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning: [GHC-63397] [-Wname-shadowing]
  16018. 2783.82 s [unison-cli] This binding for ‘cmd’ shadows the existing binding
  16019. 2783.82 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
  16020. 2783.82 s [unison-cli] |
  16021. 2783.82 s [unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
  16022. 2783.82 s [unison-cli] | ^^^
  16023. 2783.82 s [unison-cli]
  16024. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning: [GHC-63397] [-Wname-shadowing]
  16025. 2783.82 s [unison-cli] This binding for ‘patternName’ shadows the existing binding
  16026. 2783.82 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
  16027. 2783.82 s [unison-cli] |
  16028. 2783.82 s [unison-cli] 2969 | input@I.InputPattern {I.patternName, I.aliases} <- validInputs
  16029. 2783.82 s [unison-cli] | ^^^^^^^^^^^^^
  16030. 2783.82 s [unison-cli]
  16031. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning: [GHC-63397] [-Wname-shadowing]
  16032. 2783.82 s [unison-cli] This binding for ‘from’ shadows the existing binding
  16033. 2783.82 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
  16034. 2783.82 s [unison-cli] (and originally defined in ‘Witch.From’)
  16035. 2783.82 s [unison-cli] |
  16036. 2783.82 s [unison-cli] 3184 | [from, to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
  16037. 2783.82 s [unison-cli] | ^^^^
  16038. 2783.82 s [unison-cli]
  16039. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning: [GHC-63397] [-Wname-shadowing]
  16040. 2783.82 s [unison-cli] This binding for ‘input’ shadows the existing binding
  16041. 2783.82 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
  16042. 2783.82 s [unison-cli] |
  16043. 2783.82 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  16044. 2783.82 s [unison-cli] | ^^^^^
  16045. 2783.82 s [unison-cli]
  16046. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning: [GHC-63397] [-Wname-shadowing]
  16047. 2783.82 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  16048. 2783.82 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  16049. 2783.82 s [unison-cli] |
  16050. 2783.82 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  16051. 2783.82 s [unison-cli] | ^^^^^^^^
  16052. 2783.82 s [unison-cli]
  16053. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning: [GHC-63397] [-Wname-shadowing]
  16054. 2783.82 s [unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
  16055. 2783.82 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
  16056. 2783.82 s [unison-cli] |
  16057. 2783.82 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  16058. 2783.82 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
  16059. 2783.82 s [unison-cli]
  16060. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning: [GHC-63397] [-Wname-shadowing]
  16061. 2783.82 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  16062. 2783.82 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  16063. 2783.82 s [unison-cli] |
  16064. 2783.82 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  16065. 2783.82 s [unison-cli] | ^^^^^^^^
  16066. 2783.82 s [unison-cli]
  16067. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning: [GHC-63397] [-Wname-shadowing]
  16068. 2783.82 s [unison-cli] This binding for ‘pp’ shadows the existing binding
  16069. 2783.82 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
  16070. 2783.82 s [unison-cli] |
  16071. 2783.82 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  16072. 2783.82 s [unison-cli] | ^^
  16073. 2783.82 s [unison-cli]
  16074. 2783.82 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning: [GHC-63397] [-Wname-shadowing]
  16075. 2783.82 s [unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
  16076. 2783.82 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
  16077. 2783.82 s [unison-cli] |
  16078. 2783.82 s [unison-cli] 4604 | projectToCompletion =
  16079. 2783.82 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^
  16080. 2783.82 s [unison-cli]
  16081. 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 )
  16082. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning: [GHC-63397] [-Wname-shadowing]
  16083. 2790.00 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  16084. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16085. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16086. 2790.00 s [unison-cli] |
  16087. 2790.00 s [unison-cli] 294 | History _cap schLength history tail ->
  16088. 2790.00 s [unison-cli] | ^^^^
  16089. 2790.00 s [unison-cli]
  16090. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning: [GHC-63397] [-Wname-shadowing]
  16091. 2790.00 s [unison-cli] This binding for ‘h’ shadows the existing binding
  16092. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
  16093. 2790.00 s [unison-cli] |
  16094. 2790.00 s [unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
  16095. 2790.00 s [unison-cli] | ^
  16096. 2790.00 s [unison-cli]
  16097. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning: [GHC-63397] [-Wname-shadowing]
  16098. 2790.00 s [unison-cli] This binding for ‘dir’ shadows the existing binding
  16099. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
  16100. 2790.00 s [unison-cli] |
  16101. 2790.00 s [unison-cli] 843 | msg dir =
  16102. 2790.00 s [unison-cli] | ^^^
  16103. 2790.00 s [unison-cli]
  16104. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning: [GHC-63397] [-Wname-shadowing]
  16105. 2790.00 s [unison-cli] This binding for ‘entries’ shadows the existing binding
  16106. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
  16107. 2790.00 s [unison-cli] |
  16108. 2790.00 s [unison-cli] 967 | numberedEntries ppe entries =
  16109. 2790.00 s [unison-cli] | ^^^^^^^
  16110. 2790.00 s [unison-cli]
  16111. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning: [GHC-63397] [-Wname-shadowing]
  16112. 2790.00 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  16113. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  16114. 2790.00 s [unison-cli] |
  16115. 2790.00 s [unison-cli] 1164 | aliases ->
  16116. 2790.00 s [unison-cli] | ^^^^^^^
  16117. 2790.00 s [unison-cli]
  16118. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning: [GHC-63397] [-Wname-shadowing]
  16119. 2790.00 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  16120. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  16121. 2790.00 s [unison-cli] |
  16122. 2790.00 s [unison-cli] 1177 | ( \(_name, _ty, aliases) doc ->
  16123. 2790.00 s [unison-cli] | ^^^^^^^
  16124. 2790.00 s [unison-cli]
  16125. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning: [GHC-63397] [-Wname-shadowing]
  16126. 2790.00 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  16127. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  16128. 2790.00 s [unison-cli] |
  16129. 2790.00 s [unison-cli] 1210 | ( \(_name, _ty, aliases) doc ->
  16130. 2790.00 s [unison-cli] | ^^^^^^^
  16131. 2790.00 s [unison-cli]
  16132. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning: [GHC-63397] [-Wname-shadowing]
  16133. 2790.00 s [unison-cli] This binding for ‘old’ shadows the existing binding
  16134. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  16135. 2790.00 s [unison-cli] |
  16136. 2790.00 s [unison-cli] 1299 | ([], old) ->
  16137. 2790.00 s [unison-cli] | ^^^
  16138. 2790.00 s [unison-cli]
  16139. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning: [GHC-63397] [-Wname-shadowing]
  16140. 2790.00 s [unison-cli] This binding for ‘new’ shadows the existing binding
  16141. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  16142. 2790.00 s [unison-cli] |
  16143. 2790.00 s [unison-cli] 1303 | (new, []) ->
  16144. 2790.00 s [unison-cli] | ^^^
  16145. 2790.00 s [unison-cli]
  16146. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning: [GHC-63397] [-Wname-shadowing]
  16147. 2790.00 s [unison-cli] This binding for ‘new’ shadows the existing binding
  16148. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  16149. 2790.00 s [unison-cli] |
  16150. 2790.00 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  16151. 2790.00 s [unison-cli] | ^^^
  16152. 2790.00 s [unison-cli]
  16153. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning: [GHC-63397] [-Wname-shadowing]
  16154. 2790.00 s [unison-cli] This binding for ‘old’ shadows the existing binding
  16155. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  16156. 2790.00 s [unison-cli] |
  16157. 2790.00 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  16158. 2790.00 s [unison-cli] | ^^^
  16159. 2790.00 s [unison-cli]
  16160. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning: [GHC-63397] [-Wname-shadowing]
  16161. 2790.00 s [unison-cli] This binding for ‘head’ shadows the existing binding
  16162. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16163. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16164. 2790.00 s [unison-cli] |
  16165. 2790.00 s [unison-cli] 1611 | DumpBitBooster head map ->
  16166. 2790.00 s [unison-cli] | ^^^^
  16167. 2790.00 s [unison-cli]
  16168. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning: [GHC-63397] [-Wname-shadowing]
  16169. 2790.00 s [unison-cli] This binding for ‘map’ shadows the existing binding
  16170. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16171. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  16172. 2790.00 s [unison-cli] |
  16173. 2790.00 s [unison-cli] 1611 | DumpBitBooster head map ->
  16174. 2790.00 s [unison-cli] | ^^^
  16175. 2790.00 s [unison-cli]
  16176. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning: [GHC-63397] [-Wname-shadowing]
  16177. 2790.00 s [unison-cli] This binding for ‘head’ shadows the existing binding
  16178. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
  16179. 2790.00 s [unison-cli] |
  16180. 2790.00 s [unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
  16181. 2790.00 s [unison-cli] | ^^^^
  16182. 2790.00 s [unison-cli]
  16183. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning: [GHC-63397] [-Wname-shadowing]
  16184. 2790.00 s [unison-cli] This binding for ‘head’ shadows the existing binding
  16185. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
  16186. 2790.00 s [unison-cli] |
  16187. 2790.00 s [unison-cli] 1618 | renderLine head tail =
  16188. 2790.00 s [unison-cli] | ^^^^
  16189. 2790.00 s [unison-cli]
  16190. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning: [GHC-63397] [-Wname-shadowing]
  16191. 2790.00 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  16192. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16193. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16194. 2790.00 s [unison-cli] |
  16195. 2790.00 s [unison-cli] 1618 | renderLine head tail =
  16196. 2790.00 s [unison-cli] | ^^^^
  16197. 2790.00 s [unison-cli]
  16198. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning: [GHC-63397] [-Wname-shadowing]
  16199. 2790.00 s [unison-cli] This binding for ‘tip’ shadows the existing binding
  16200. 2790.00 s [unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
  16201. 2790.00 s [unison-cli] (and originally defined
  16202. 2790.00 s [unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
  16203. 2790.00 s [unison-cli] |
  16204. 2790.00 s [unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
  16205. 2790.00 s [unison-cli] | ^^^
  16206. 2790.00 s [unison-cli]
  16207. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning: [GHC-63397] [-Wname-shadowing]
  16208. 2790.00 s [unison-cli] This binding for ‘err’ shadows the existing binding
  16209. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
  16210. 2790.00 s [unison-cli] |
  16211. 2790.00 s [unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
  16212. 2790.00 s [unison-cli] | ^^^
  16213. 2790.00 s [unison-cli]
  16214. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning: [GHC-63397] [-Wname-shadowing]
  16215. 2790.00 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  16216. 2790.00 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  16217. 2790.00 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  16218. 2790.00 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  16219. 2790.00 s [unison-cli] (and originally defined in ‘Witch.From’)
  16220. 2790.00 s [unison-cli] |
  16221. 2790.00 s [unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
  16222. 2790.00 s [unison-cli] | ^^^^
  16223. 2790.00 s [unison-cli]
  16224. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning: [GHC-63397] [-Wname-shadowing]
  16225. 2790.00 s [unison-cli] This binding for ‘names’ shadows the existing binding
  16226. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
  16227. 2790.00 s [unison-cli] |
  16228. 2790.00 s [unison-cli] 2512 | names ->
  16229. 2790.00 s [unison-cli] | ^^^^^
  16230. 2790.00 s [unison-cli]
  16231. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning: [GHC-63397] [-Wname-shadowing]
  16232. 2790.00 s [unison-cli] This binding for ‘value’ shadows the existing binding
  16233. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
  16234. 2790.00 s [unison-cli] |
  16235. 2790.00 s [unison-cli] 2933 | Just value ->
  16236. 2790.00 s [unison-cli] | ^^^^^
  16237. 2790.00 s [unison-cli]
  16238. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning: [GHC-63397] [-Wname-shadowing]
  16239. 2790.00 s [unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
  16240. 2790.00 s [unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
  16241. 2790.00 s [unison-cli] |
  16242. 2790.00 s [unison-cli] 3138 | prettyEntityType = \case
  16243. 2790.00 s [unison-cli] | ^^^^^^^^^^^^^^^^
  16244. 2790.00 s [unison-cli]
  16245. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning: [GHC-63397] [-Wname-shadowing]
  16246. 2790.00 s [unison-cli] This binding for ‘r’ shadows the existing binding
  16247. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
  16248. 2790.00 s [unison-cli] |
  16249. 2790.00 s [unison-cli] 3352 | MissingObject r -> missing n r
  16250. 2790.00 s [unison-cli] | ^
  16251. 2790.00 s [unison-cli]
  16252. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning: [GHC-63397] [-Wname-shadowing]
  16253. 2790.00 s [unison-cli] This binding for ‘r’ shadows the existing binding
  16254. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
  16255. 2790.00 s [unison-cli] |
  16256. 2790.00 s [unison-cli] 3360 | MissingObject r -> missing n r
  16257. 2790.00 s [unison-cli] | ^
  16258. 2790.00 s [unison-cli]
  16259. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning: [GHC-63394] [-Wx-partial]
  16260. 2790.00 s [unison-cli] In the use of ‘head’
  16261. 2790.00 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  16262. 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"."
  16263. 2790.00 s [unison-cli] |
  16264. 2790.00 s [unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
  16265. 2790.00 s [unison-cli] | ^^^^
  16266. 2790.00 s [unison-cli]
  16267. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning: [GHC-63397] [-Wname-shadowing]
  16268. 2790.00 s [unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
  16269. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
  16270. 2790.00 s [unison-cli] |
  16271. 2790.00 s [unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
  16272. 2790.00 s [unison-cli] | ^^^^^^^^^^^^^^^
  16273. 2790.00 s [unison-cli]
  16274. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning: [GHC-63397] [-Wname-shadowing]
  16275. 2790.00 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  16276. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
  16277. 2790.00 s [unison-cli] |
  16278. 2790.00 s [unison-cli] 3770 | termRows terms =
  16279. 2790.00 s [unison-cli] | ^^^^^
  16280. 2790.00 s [unison-cli]
  16281. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning: [GHC-63397] [-Wname-shadowing]
  16282. 2790.00 s [unison-cli] This binding for ‘types’ shadows the existing binding
  16283. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
  16284. 2790.00 s [unison-cli] |
  16285. 2790.00 s [unison-cli] 3775 | typeRows types =
  16286. 2790.00 s [unison-cli] | ^^^^^
  16287. 2790.00 s [unison-cli]
  16288. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning: [GHC-63397] [-Wname-shadowing]
  16289. 2790.00 s [unison-cli] This binding for ‘lefts’ shadows the existing binding
  16290. 2790.00 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  16291. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  16292. 2790.00 s [unison-cli] |
  16293. 2790.00 s [unison-cli] 3942 | buildTable lefts rights =
  16294. 2790.00 s [unison-cli] | ^^^^^
  16295. 2790.00 s [unison-cli]
  16296. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning: [GHC-63397] [-Wname-shadowing]
  16297. 2790.00 s [unison-cli] This binding for ‘rights’ shadows the existing binding
  16298. 2790.00 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  16299. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  16300. 2790.00 s [unison-cli] |
  16301. 2790.00 s [unison-cli] 3942 | buildTable lefts rights =
  16302. 2790.00 s [unison-cli] | ^^^^^^
  16303. 2790.00 s [unison-cli]
  16304. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning: [GHC-63397] [-Wname-shadowing]
  16305. 2790.00 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  16306. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
  16307. 2790.00 s [unison-cli] |
  16308. 2790.00 s [unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
  16309. 2790.00 s [unison-cli] | ^^^^
  16310. 2790.00 s [unison-cli]
  16311. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning: [GHC-63397] [-Wname-shadowing]
  16312. 2790.00 s [unison-cli] This binding for ‘news’ shadows the existing binding
  16313. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
  16314. 2790.00 s [unison-cli] |
  16315. 2790.00 s [unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
  16316. 2790.00 s [unison-cli] | ^^^^
  16317. 2790.00 s [unison-cli]
  16318. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning: [GHC-63397] [-Wname-shadowing]
  16319. 2790.00 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  16320. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16321. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  16322. 2790.00 s [unison-cli] |
  16323. 2790.00 s [unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
  16324. 2790.00 s [unison-cli] | ^^^^^
  16325. 2790.00 s [unison-cli]
  16326. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning: [GHC-63397] [-Wname-shadowing]
  16327. 2790.00 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  16328. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16329. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  16330. 2790.00 s [unison-cli] |
  16331. 2790.00 s [unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
  16332. 2790.00 s [unison-cli] | ^^^^^
  16333. 2790.00 s [unison-cli]
  16334. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning: [GHC-63397] [-Wname-shadowing]
  16335. 2790.00 s [unison-cli] This binding for ‘p’ shadows the existing binding
  16336. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  16337. 2790.00 s [unison-cli] |
  16338. 2790.00 s [unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
  16339. 2790.00 s [unison-cli] | ^
  16340. 2790.00 s [unison-cli]
  16341. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning: [GHC-63397] [-Wname-shadowing]
  16342. 2790.00 s [unison-cli] This binding for ‘p’ shadows the existing binding
  16343. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  16344. 2790.00 s [unison-cli] |
  16345. 2790.00 s [unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
  16346. 2790.00 s [unison-cli] | ^
  16347. 2790.00 s [unison-cli]
  16348. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning: [GHC-63397] [-Wname-shadowing]
  16349. 2790.00 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  16350. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
  16351. 2790.00 s [unison-cli] |
  16352. 2790.00 s [unison-cli] 4104 | olds <-
  16353. 2790.00 s [unison-cli] | ^^^^
  16354. 2790.00 s [unison-cli]
  16355. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning: [GHC-63397] [-Wname-shadowing]
  16356. 2790.00 s [unison-cli] This binding for ‘news’ shadows the existing binding
  16357. 2790.00 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
  16358. 2790.00 s [unison-cli] |
  16359. 2790.00 s [unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
  16360. 2790.00 s [unison-cli] | ^^^^
  16361. 2790.00 s [unison-cli]
  16362. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning: [GHC-63397] [-Wname-shadowing]
  16363. 2790.00 s [unison-cli] This binding for ‘prettyType’ shadows the existing binding
  16364. 2790.00 s [unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
  16365. 2790.00 s [unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
  16366. 2790.00 s [unison-cli] |
  16367. 2790.00 s [unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
  16368. 2790.00 s [unison-cli] | ^^^^^^^^^^
  16369. 2790.00 s [unison-cli]
  16370. 2790.00 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning: [GHC-63397] [-Wname-shadowing]
  16371. 2790.00 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  16372. 2790.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16373. 2790.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  16374. 2790.00 s [unison-cli] |
  16375. 2790.00 s [unison-cli] 4237 | let lines = Text.lines src
  16376. 2790.01 s [unison-cli] | ^^^^^
  16377. 2790.01 s [unison-cli]
  16378. 2790.01 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning: [GHC-63397] [-Wname-shadowing]
  16379. 2790.01 s [unison-cli] This binding for ‘id’ shadows the existing binding
  16380. 2790.01 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  16381. 2790.01 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  16382. 2790.01 s [unison-cli] |
  16383. 2790.01 s [unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id)) (Term.Text' msg)) =
  16384. 2790.01 s [unison-cli] | ^^
  16385. 2790.01 s [unison-cli]
  16386. 2790.01 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning: [GHC-63397] [-Wname-shadowing]
  16387. 2790.01 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  16388. 2790.01 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  16389. 2790.01 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  16390. 2790.01 s [unison-cli] |
  16391. 2790.01 s [unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
  16392. 2790.01 s [unison-cli] | ^^^^^^^
  16393. 2790.01 s [unison-cli]
  16394. 2790.01 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning: [GHC-63397] [-Wname-shadowing]
  16395. 2790.01 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  16396. 2790.01 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  16397. 2790.01 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  16398. 2790.01 s [unison-cli] |
  16399. 2790.01 s [unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
  16400. 2790.01 s [unison-cli] | ^^^^^^^
  16401. 2790.01 s [unison-cli]
  16402. 2790.01 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning: [GHC-63394] [-Wx-partial]
  16403. 2790.01 s [unison-cli] In the use of ‘head’
  16404. 2790.01 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  16405. 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"."
  16406. 2790.01 s [unison-cli] |
  16407. 2790.01 s [unison-cli] 4673 | secondPath = head rest
  16408. 2790.01 s [unison-cli] | ^^^^
  16409. 2790.01 s [unison-cli]
  16410. 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 )
  16411. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  16412. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16413. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
  16414. 2801.34 s [unison-cli] |
  16415. 2801.34 s [unison-cli] 79 | tm <- eval tm'
  16416. 2801.34 s [unison-cli] | ^^
  16417. 2801.34 s [unison-cli]
  16418. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning: [GHC-63397] [-Wname-shadowing]
  16419. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16420. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
  16421. 2801.34 s [unison-cli] |
  16422. 2801.34 s [unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
  16423. 2801.34 s [unison-cli] | ^^
  16424. 2801.34 s [unison-cli]
  16425. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning: [GHC-63397] [-Wname-shadowing]
  16426. 2801.34 s [unison-cli] This binding for ‘initial’ shadows the existing binding
  16427. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
  16428. 2801.34 s [unison-cli] |
  16429. 2801.34 s [unison-cli] 126 | initial <- go initial
  16430. 2801.34 s [unison-cli] | ^^^^^^^
  16431. 2801.34 s [unison-cli]
  16432. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning: [GHC-63397] [-Wname-shadowing]
  16433. 2801.34 s [unison-cli] This binding for ‘afterNl’ shadows the existing binding
  16434. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
  16435. 2801.34 s [unison-cli] |
  16436. 2801.34 s [unison-cli] 127 | afterNl <- go afterNl
  16437. 2801.34 s [unison-cli] | ^^^^^^^
  16438. 2801.34 s [unison-cli]
  16439. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning: [GHC-63397] [-Wname-shadowing]
  16440. 2801.34 s [unison-cli] This binding for ‘p’ shadows the existing binding
  16441. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
  16442. 2801.34 s [unison-cli] |
  16443. 2801.34 s [unison-cli] 128 | p <- go p
  16444. 2801.34 s [unison-cli] | ^
  16445. 2801.34 s [unison-cli]
  16446. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning: [GHC-63397] [-Wname-shadowing]
  16447. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16448. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16449. 2801.34 s [unison-cli] |
  16450. 2801.34 s [unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
  16451. 2801.34 s [unison-cli] | ^^
  16452. 2801.34 s [unison-cli]
  16453. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning: [GHC-63397] [-Wname-shadowing]
  16454. 2801.34 s [unison-cli] This binding for ‘go’ shadows the existing binding
  16455. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  16456. 2801.34 s [unison-cli] |
  16457. 2801.34 s [unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
  16458. 2801.34 s [unison-cli] | ^^
  16459. 2801.34 s [unison-cli]
  16460. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning: [GHC-63397] [-Wname-shadowing]
  16461. 2801.34 s [unison-cli] This binding for ‘go’ shadows the existing binding
  16462. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  16463. 2801.34 s [unison-cli] |
  16464. 2801.34 s [unison-cli] 156 | let go ref =
  16465. 2801.34 s [unison-cli] | ^^
  16466. 2801.34 s [unison-cli]
  16467. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning: [GHC-63397] [-Wname-shadowing]
  16468. 2801.34 s [unison-cli] This binding for ‘go’ shadows the existing binding
  16469. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  16470. 2801.34 s [unison-cli] |
  16471. 2801.34 s [unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
  16472. 2801.34 s [unison-cli] | ^^
  16473. 2801.34 s [unison-cli]
  16474. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning: [GHC-63397] [-Wname-shadowing]
  16475. 2801.34 s [unison-cli] This binding for ‘go’ shadows the existing binding
  16476. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  16477. 2801.34 s [unison-cli] |
  16478. 2801.34 s [unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
  16479. 2801.34 s [unison-cli] | ^^
  16480. 2801.34 s [unison-cli]
  16481. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning: [GHC-63397] [-Wname-shadowing]
  16482. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16483. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16484. 2801.34 s [unison-cli] |
  16485. 2801.34 s [unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm) ->
  16486. 2801.34 s [unison-cli] | ^^
  16487. 2801.34 s [unison-cli]
  16488. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning: [GHC-63397] [-Wname-shadowing]
  16489. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16490. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16491. 2801.34 s [unison-cli] |
  16492. 2801.34 s [unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) ->
  16493. 2801.34 s [unison-cli] | ^^
  16494. 2801.34 s [unison-cli]
  16495. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning: [GHC-63397] [-Wname-shadowing]
  16496. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16497. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16498. 2801.34 s [unison-cli] |
  16499. 2801.34 s [unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) ->
  16500. 2801.34 s [unison-cli] | ^^
  16501. 2801.34 s [unison-cli]
  16502. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning: [GHC-63397] [-Wname-shadowing]
  16503. 2801.34 s [unison-cli] This binding for ‘any’ shadows the existing binding
  16504. 2801.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  16505. 2801.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  16506. 2801.34 s [unison-cli] |
  16507. 2801.34 s [unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  16508. 2801.34 s [unison-cli] | ^^^
  16509. 2801.34 s [unison-cli]
  16510. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning: [GHC-63397] [-Wname-shadowing]
  16511. 2801.34 s [unison-cli] This binding for ‘any’ shadows the existing binding
  16512. 2801.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  16513. 2801.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  16514. 2801.34 s [unison-cli] |
  16515. 2801.34 s [unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
  16516. 2801.34 s [unison-cli] | ^^^
  16517. 2801.34 s [unison-cli]
  16518. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning: [GHC-63397] [-Wname-shadowing]
  16519. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16520. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16521. 2801.34 s [unison-cli] |
  16522. 2801.34 s [unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
  16523. 2801.34 s [unison-cli] | ^^
  16524. 2801.34 s [unison-cli]
  16525. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning: [GHC-63397] [-Wname-shadowing]
  16526. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16527. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16528. 2801.34 s [unison-cli] |
  16529. 2801.34 s [unison-cli] 236 | toReferent tm = case tm of
  16530. 2801.34 s [unison-cli] | ^^
  16531. 2801.34 s [unison-cli]
  16532. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning: [GHC-63397] [-Wname-shadowing]
  16533. 2801.34 s [unison-cli] This binding for ‘txt’ shadows the existing binding
  16534. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
  16535. 2801.34 s [unison-cli] |
  16536. 2801.34 s [unison-cli] 274 | txt <- goConsole txt
  16537. 2801.34 s [unison-cli] | ^^^
  16538. 2801.34 s [unison-cli]
  16539. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning: [GHC-63397] [-Wname-shadowing]
  16540. 2801.34 s [unison-cli] This binding for ‘color’ shadows the existing binding
  16541. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
  16542. 2801.34 s [unison-cli] |
  16543. 2801.34 s [unison-cli] 275 | color <- pure $ goColor color
  16544. 2801.34 s [unison-cli] | ^^^^^
  16545. 2801.34 s [unison-cli]
  16546. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning: [GHC-63397] [-Wname-shadowing]
  16547. 2801.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16548. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  16549. 2801.34 s [unison-cli] |
  16550. 2801.34 s [unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
  16551. 2801.34 s [unison-cli] | ^^
  16552. 2801.34 s [unison-cli]
  16553. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning: [GHC-63397] [-Wname-shadowing]
  16554. 2801.34 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  16555. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  16556. 2801.34 s [unison-cli] |
  16557. 2801.34 s [unison-cli] 315 | prettyEval terms r = case r of
  16558. 2801.34 s [unison-cli] | ^^^^^
  16559. 2801.34 s [unison-cli]
  16560. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning: [GHC-63397] [-Wname-shadowing]
  16561. 2801.34 s [unison-cli] This binding for ‘r’ shadows the existing binding
  16562. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
  16563. 2801.34 s [unison-cli] |
  16564. 2801.34 s [unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
  16565. 2801.34 s [unison-cli] | ^
  16566. 2801.34 s [unison-cli]
  16567. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning: [GHC-63397] [-Wname-shadowing]
  16568. 2801.34 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  16569. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  16570. 2801.34 s [unison-cli] |
  16571. 2801.34 s [unison-cli] 323 | prettyTerm terms r = case r of
  16572. 2801.34 s [unison-cli] | ^^^^^
  16573. 2801.34 s [unison-cli]
  16574. 2801.34 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning: [GHC-63397] [-Wname-shadowing]
  16575. 2801.34 s [unison-cli] This binding for ‘r’ shadows the existing binding
  16576. 2801.34 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
  16577. 2801.34 s [unison-cli] |
  16578. 2801.34 s [unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
  16579. 2801.34 s [unison-cli] | ^
  16580. 2801.34 s [unison-cli]
  16581. 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 )
  16582. 2802.38 s [unison-cli] src/Unison/Cli/Monad.hs:342:6: warning: [GHC-63397] [-Wname-shadowing]
  16583. 2802.38 s [unison-cli] This binding for ‘label’ shadows the existing binding
  16584. 2802.38 s [unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
  16585. 2802.38 s [unison-cli] |
  16586. 2802.38 s [unison-cli] 342 | time label action =
  16587. 2802.38 s [unison-cli] | ^^^^^
  16588. 2802.38 s [unison-cli]
  16589. 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 )
  16590. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning: [GHC-63397] [-Wname-shadowing]
  16591. 2802.38 s [unison-cli] This binding for ‘entityBytes’ shadows the existing binding
  16592. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
  16593. 2802.38 s [unison-cli] |
  16594. 2802.38 s [unison-cli] 322 | unpackEntity entityBytes = do
  16595. 2802.38 s [unison-cli] | ^^^^^^^^^^^
  16596. 2802.38 s [unison-cli]
  16597. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning: [GHC-63397] [-Wname-shadowing]
  16598. 2802.38 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  16599. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
  16600. 2802.38 s [unison-cli] |
  16601. 2802.38 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  16602. 2802.38 s [unison-cli] | ^^^^^^^^
  16603. 2802.38 s [unison-cli]
  16604. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning: [GHC-63397] [-Wname-shadowing]
  16605. 2802.38 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  16606. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
  16607. 2802.38 s [unison-cli] |
  16608. 2802.38 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  16609. 2802.38 s [unison-cli] | ^^^^
  16610. 2802.38 s [unison-cli]
  16611. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning: [GHC-63397] [-Wname-shadowing]
  16612. 2802.38 s [unison-cli] This binding for ‘init’ shadows the existing binding
  16613. 2802.38 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  16614. 2802.38 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16615. 2802.38 s [unison-cli] |
  16616. 2802.38 s [unison-cli] 507 | (init, entityStream) <- initializeStream setTotal stream
  16617. 2802.38 s [unison-cli] | ^^^^
  16618. 2802.38 s [unison-cli]
  16619. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning: [GHC-63397] [-Wname-shadowing]
  16620. 2802.38 s [unison-cli] This binding for ‘init’ shadows the existing binding
  16621. 2802.38 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  16622. 2802.38 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16623. 2802.38 s [unison-cli] |
  16624. 2802.38 s [unison-cli] 513 | (streamRemainder, init) <- stream C.$$+ C.headC
  16625. 2802.38 s [unison-cli] | ^^^^
  16626. 2802.38 s [unison-cli]
  16627. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning: [GHC-63397] [-Wname-shadowing]
  16628. 2802.38 s [unison-cli] This binding for ‘total’ shadows the existing binding
  16629. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
  16630. 2802.38 s [unison-cli] |
  16631. 2802.38 s [unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
  16632. 2802.38 s [unison-cli] | ^^^^^
  16633. 2802.38 s [unison-cli]
  16634. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning: [GHC-63397] [-Wname-shadowing]
  16635. 2802.38 s [unison-cli] This binding for ‘total’ shadows the existing binding
  16636. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
  16637. 2802.38 s [unison-cli] |
  16638. 2802.38 s [unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
  16639. 2802.38 s [unison-cli] | ^^^^^
  16640. 2802.38 s [unison-cli]
  16641. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning: [GHC-63397] [-Wname-shadowing]
  16642. 2802.38 s [unison-cli] This binding for ‘action’ shadows the existing binding
  16643. 2802.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
  16644. 2802.38 s [unison-cli] |
  16645. 2802.38 s [unison-cli] 679 | withSpinner action = do
  16646. 2802.38 s [unison-cli] | ^^^^^^
  16647. 2802.38 s [unison-cli]
  16648. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning: [GHC-63394] [-Wx-partial]
  16649. 2802.38 s [unison-cli] In the use of ‘head’
  16650. 2802.38 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  16651. 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"."
  16652. 2802.38 s [unison-cli] |
  16653. 2802.38 s [unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
  16654. 2802.38 s [unison-cli] | ^^^^
  16655. 2802.38 s [unison-cli]
  16656. 2802.38 s [unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning: [GHC-63394] [-Wx-partial]
  16657. 2802.38 s [unison-cli] In the use of ‘tail’
  16658. 2802.38 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  16659. 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"."
  16660. 2802.38 s [unison-cli] |
  16661. 2802.38 s [unison-cli] 689 | go spinnerVar (tail spinner)
  16662. 2802.38 s [unison-cli] | ^^^^
  16663. 2802.38 s [unison-cli]
  16664. 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 )
  16665. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:582:19: warning: [GHC-63397] [-Wname-shadowing]
  16666. 2804.79 s [unison-cli] This binding for ‘err’ shadows the existing binding
  16667. 2804.79 s [unison-cli] bound at src/Unison/Share/Sync.hs:578:43
  16668. 2804.79 s [unison-cli] |
  16669. 2804.79 s [unison-cli] 582 | err -> Left (SyncError err)
  16670. 2804.79 s [unison-cli] | ^^^
  16671. 2804.79 s [unison-cli]
  16672. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:605:17: warning: [GHC-63397] [-Wname-shadowing]
  16673. 2804.79 s [unison-cli] This binding for ‘hashes0’ shadows the existing binding
  16674. 2804.79 s [unison-cli] bound at src/Unison/Share/Sync.hs:468:40
  16675. 2804.79 s [unison-cli] |
  16676. 2804.79 s [unison-cli] 605 | hashes0 <- readTVar hashesVar
  16677. 2804.79 s [unison-cli] | ^^^^^^^
  16678. 2804.79 s [unison-cli]
  16679. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:651:21: warning: [GHC-63397] [-Wname-shadowing]
  16680. 2804.79 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  16681. 2804.79 s [unison-cli] bound at src/Unison/Share/Sync.hs:643:23
  16682. 2804.79 s [unison-cli] |
  16683. 2804.79 s [unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
  16684. 2804.79 s [unison-cli] | ^^^^
  16685. 2804.79 s [unison-cli]
  16686. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:693:11: warning: [GHC-63397] [-Wname-shadowing]
  16687. 2804.79 s [unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
  16688. 2804.79 s [unison-cli] defined at src/Unison/Share/Sync.hs:689:3
  16689. 2804.79 s [unison-cli] |
  16690. 2804.79 s [unison-cli] 693 | let ( httpGetCausalHashByPath
  16691. 2804.79 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
  16692. 2804.79 s [unison-cli]
  16693. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:694:26: warning: [GHC-63397] [-Wname-shadowing]
  16694. 2804.79 s [unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
  16695. 2804.79 s [unison-cli] defined at src/Unison/Share/Sync.hs:690:3
  16696. 2804.79 s [unison-cli] |
  16697. 2804.79 s [unison-cli] 694 | Servant.:<|> httpDownloadEntities
  16698. 2804.79 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^
  16699. 2804.79 s [unison-cli]
  16700. 2804.79 s [unison-cli] src/Unison/Share/Sync.hs:695:26: warning: [GHC-63397] [-Wname-shadowing]
  16701. 2804.79 s [unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
  16702. 2804.79 s [unison-cli] defined at src/Unison/Share/Sync.hs:691:3
  16703. 2804.79 s [unison-cli] |
  16704. 2804.79 s [unison-cli] 695 | Servant.:<|> httpUploadEntities
  16705. 2804.79 s [unison-cli] | ^^^^^^^^^^^^^^^^^^
  16706. 2804.79 s [unison-cli]
  16707. 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 )
  16708. 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 )
  16709. 2804.79 s [unison-cli] src/Unison/CommandLine.hs:109:21: warning: [GHC-63397] [-Wname-shadowing]
  16710. 2804.79 s [unison-cli] This binding for ‘arg’ shadows the existing binding
  16711. 2804.79 s [unison-cli] bound at src/Unison/CommandLine.hs:104:27
  16712. 2804.79 s [unison-cli] |
  16713. 2804.79 s [unison-cli] 109 | Left (arg@(InputPattern.NumberedArg n))
  16714. 2804.79 s [unison-cli] | ^^^
  16715. 2804.79 s [unison-cli]
  16716. 2804.79 s [unison-cli] src/Unison/CommandLine.hs:130:19: warning: [GHC-63397] [-Wname-shadowing]
  16717. 2804.79 s [unison-cli] This binding for ‘params’ shadows the existing binding
  16718. 2804.79 s [unison-cli] bound at src/Unison/CommandLine.hs:99:30
  16719. 2804.79 s [unison-cli] |
  16720. 2804.79 s [unison-cli] 130 | Right (rArgs, params) -> Right (reverse rArgs, params)
  16721. 2804.79 s [unison-cli] | ^^^^^^
  16722. 2804.79 s [unison-cli]
  16723. 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 )
  16724. 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 )
  16725. 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 )
  16726. 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 )
  16727. 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 )
  16728. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  16729. 2804.80 s [unison-cli] This binding for ‘req’ shadows the existing binding
  16730. 2804.80 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
  16731. 2804.80 s [unison-cli] |
  16732. 2804.80 s [unison-cli] 137 | getQueryParams req = do
  16733. 2804.80 s [unison-cli] | ^^^
  16734. 2804.80 s [unison-cli]
  16735. 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 )
  16736. 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 )
  16737. 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 )
  16738. 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 )
  16739. 2804.80 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning: [GHC-63397] [-Wname-shadowing]
  16740. 2804.80 s [unison-cli] This binding for ‘b’ shadows the existing binding
  16741. 2804.80 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
  16742. 2804.80 s [unison-cli] |
  16743. 2804.80 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  16744. 2804.80 s [unison-cli] | ^
  16745. 2804.80 s [unison-cli]
  16746. 2804.80 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning: [GHC-63397] [-Wname-shadowing]
  16747. 2804.80 s [unison-cli] This binding for ‘f’ shadows the existing binding
  16748. 2804.80 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
  16749. 2804.80 s [unison-cli] |
  16750. 2804.80 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  16751. 2804.80 s [unison-cli] | ^
  16752. 2804.80 s [unison-cli]
  16753. 2804.80 s [unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning: [GHC-63397] [-Wname-shadowing]
  16754. 2804.80 s [unison-cli] This binding for ‘causalHashId’ shadows the existing binding
  16755. 2804.80 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
  16756. 2804.80 s [unison-cli] |
  16757. 2804.80 s [unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
  16758. 2804.80 s [unison-cli] | ^^^^^^^^^^^^
  16759. 2804.80 s [unison-cli]
  16760. 2804.80 s [unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning: [GHC-63397] [-Wname-shadowing]
  16761. 2804.80 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  16762. 2804.80 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
  16763. 2804.80 s [unison-cli] |
  16764. 2804.80 s [unison-cli] 521 | Just uf ->
  16765. 2804.80 s [unison-cli] | ^^
  16766. 2804.80 s [unison-cli]
  16767. 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 )
  16768. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning: [GHC-63397] [-Wname-shadowing]
  16769. 2804.80 s [unison-cli] This binding for ‘perspective’ shadows the existing binding
  16770. 2804.80 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
  16771. 2804.80 s [unison-cli] |
  16772. 2804.80 s [unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
  16773. 2804.80 s [unison-cli] | ^^^^^^^^^^^
  16774. 2804.80 s [unison-cli]
  16775. 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 )
  16776. 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 )
  16777. 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 )
  16778. 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 )
  16779. 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 )
  16780. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning: [GHC-63397] [-Wname-shadowing]
  16781. 2804.80 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  16782. 2804.80 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
  16783. 2804.80 s [unison-cli] (and originally defined
  16784. 2804.80 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  16785. 2804.80 s [unison-cli] |
  16786. 2804.80 s [unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
  16787. 2804.80 s [unison-cli] | ^^^^^^^^^^^^^^
  16788. 2804.80 s [unison-cli]
  16789. 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 )
  16790. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning: [GHC-63394] [-Wx-partial]
  16791. 2804.80 s [unison-cli] In the use of ‘head’
  16792. 2804.80 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  16793. 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"."
  16794. 2804.80 s [unison-cli] |
  16795. 2804.80 s [unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
  16796. 2804.80 s [unison-cli] | ^^^^
  16797. 2804.80 s [unison-cli]
  16798. 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 )
  16799. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning: [GHC-63397] [-Wname-shadowing]
  16800. 2804.80 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  16801. 2804.80 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
  16802. 2804.80 s [unison-cli] (and originally defined
  16803. 2804.80 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  16804. 2804.80 s [unison-cli] |
  16805. 2804.80 s [unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
  16806. 2804.80 s [unison-cli] | ^^^^^^^^^^^^^^
  16807. 2804.80 s [unison-cli]
  16808. 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 )
  16809. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning: [GHC-63397] [-Wname-shadowing]
  16810. 2804.80 s [unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
  16811. 2804.80 s [unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
  16812. 2804.80 s [unison-cli] |
  16813. 2804.80 s [unison-cli] 332 | getTermAliases existingTerms slurpTerms =
  16814. 2804.80 s [unison-cli] | ^^^^^^^^^^
  16815. 2804.80 s [unison-cli]
  16816. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning: [GHC-63397] [-Wname-shadowing]
  16817. 2804.80 s [unison-cli] This binding for ‘map’ shadows the existing binding
  16818. 2804.80 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
  16819. 2804.80 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  16820. 2804.80 s [unison-cli] |
  16821. 2804.80 s [unison-cli] 481 | Right (nts, resp, map) -> do
  16822. 2804.80 s [unison-cli] | ^^^
  16823. 2804.80 s [unison-cli]
  16824. 2804.80 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning: [GHC-63397] [-Wname-shadowing]
  16825. 2804.80 s [unison-cli] This binding for ‘prof’ shadows the existing binding
  16826. 2804.80 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
  16827. 2804.80 s [unison-cli] |
  16828. 2804.80 s [unison-cli] 486 | Runtime.Profile prof ->
  16829. 2804.80 s [unison-cli] | ^^^^
  16830. 2804.80 s [unison-cli]
  16831. 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 )
  16832. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning: [GHC-63397] [-Wname-shadowing]
  16833. 2805.01 s [unison-cli] This binding for ‘from’ shadows the existing binding
  16834. 2805.01 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
  16835. 2805.01 s [unison-cli] (and originally defined in ‘Witch.From’)
  16836. 2805.01 s [unison-cli] |
  16837. 2805.01 s [unison-cli] 21 | handleHistory resultsCap diffCap from = do
  16838. 2805.01 s [unison-cli] | ^^^^
  16839. 2805.01 s [unison-cli]
  16840. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning: [GHC-63397] [-Wname-shadowing]
  16841. 2805.01 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  16842. 2805.01 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  16843. 2805.01 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  16844. 2805.01 s [unison-cli] |
  16845. 2805.01 s [unison-cli] 46 | Causal.Cons _ _ _ tail -> do
  16846. 2805.01 s [unison-cli] | ^^^^
  16847. 2805.01 s [unison-cli]
  16848. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning: [GHC-63397] [-Wname-shadowing]
  16849. 2805.01 s [unison-cli] This binding for ‘elem’ shadows the existing binding
  16850. 2805.01 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  16851. 2805.01 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  16852. 2805.01 s [unison-cli] |
  16853. 2805.01 s [unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
  16854. 2805.01 s [unison-cli] | ^^^^
  16855. 2805.01 s [unison-cli]
  16856. 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 )
  16857. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning: [GHC-63397] [-Wname-shadowing]
  16858. 2805.01 s [unison-cli] This binding for ‘rules’ shadows the existing binding
  16859. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
  16860. 2805.01 s [unison-cli] |
  16861. 2805.01 s [unison-cli] 61 | go n tm ((r, _) : rules) = case r tm of
  16862. 2805.01 s [unison-cli] | ^^^^^
  16863. 2805.01 s [unison-cli]
  16864. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning: [GHC-63397] [-Wname-shadowing]
  16865. 2805.01 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16866. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
  16867. 2805.01 s [unison-cli] |
  16868. 2805.01 s [unison-cli] 63 | Just tm -> go (n + 1) tm rules
  16869. 2805.01 s [unison-cli] | ^^
  16870. 2805.01 s [unison-cli]
  16871. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning: [GHC-63397] [-Wname-shadowing]
  16872. 2805.01 s [unison-cli] This binding for ‘results’ shadows the existing binding
  16873. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
  16874. 2805.01 s [unison-cli] |
  16875. 2805.01 s [unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  16876. 2805.01 s [unison-cli] | ^^^^^^^
  16877. 2805.01 s [unison-cli]
  16878. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning: [GHC-63397] [-Wname-shadowing]
  16879. 2805.01 s [unison-cli] This binding for ‘results’ shadows the existing binding
  16880. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
  16881. 2805.01 s [unison-cli] |
  16882. 2805.01 s [unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  16883. 2805.01 s [unison-cli] | ^^^^^^^
  16884. 2805.01 s [unison-cli]
  16885. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning: [GHC-63397] [-Wname-shadowing]
  16886. 2805.01 s [unison-cli] This binding for ‘txts’ shadows the existing binding
  16887. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
  16888. 2805.01 s [unison-cli] |
  16889. 2805.01 s [unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
  16890. 2805.01 s [unison-cli] | ^^^^
  16891. 2805.01 s [unison-cli]
  16892. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning: [GHC-63397] [-Wname-shadowing]
  16893. 2805.01 s [unison-cli] This binding for ‘ot’ shadows the existing binding
  16894. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
  16895. 2805.01 s [unison-cli] |
  16896. 2805.01 s [unison-cli] 154 | ot <- case ot of
  16897. 2805.01 s [unison-cli] | ^^
  16898. 2805.01 s [unison-cli]
  16899. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning: [GHC-63397] [-Wname-shadowing]
  16900. 2805.01 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16901. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  16902. 2805.01 s [unison-cli] |
  16903. 2805.01 s [unison-cli] 164 | let extract vs tm = case tm of
  16904. 2805.01 s [unison-cli] | ^^
  16905. 2805.01 s [unison-cli]
  16906. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning: [GHC-63397] [-Wname-shadowing]
  16907. 2805.01 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16908. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
  16909. 2805.01 s [unison-cli] |
  16910. 2805.01 s [unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
  16911. 2805.01 s [unison-cli] | ^^
  16912. 2805.01 s [unison-cli]
  16913. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning: [GHC-63397] [-Wname-shadowing]
  16914. 2805.01 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16915. 2805.01 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  16916. 2805.01 s [unison-cli] |
  16917. 2805.01 s [unison-cli] 179 | extractOuter vs0 tm = case tm of
  16918. 2805.01 s [unison-cli] | ^^
  16919. 2805.01 s [unison-cli]
  16920. 2805.01 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning: [GHC-63397] [-Wname-shadowing]
  16921. 2805.01 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16922. 2805.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  16923. 2805.02 s [unison-cli] |
  16924. 2805.02 s [unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
  16925. 2805.02 s [unison-cli] | ^^
  16926. 2805.02 s [unison-cli]
  16927. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  16928. 2805.02 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16929. 2805.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  16930. 2805.02 s [unison-cli] |
  16931. 2805.02 s [unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
  16932. 2805.02 s [unison-cli] | ^^
  16933. 2805.02 s [unison-cli]
  16934. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning: [GHC-63397] [-Wname-shadowing]
  16935. 2805.02 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  16936. 2805.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  16937. 2805.02 s [unison-cli] |
  16938. 2805.02 s [unison-cli] 182 | tm -> case prepare vs0 tm of
  16939. 2805.02 s [unison-cli] | ^^
  16940. 2805.02 s [unison-cli]
  16941. 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 )
  16942. 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 )
  16943. 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 )
  16944. 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 )
  16945. 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 )
  16946. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning: [GHC-63397] [-Wname-shadowing]
  16947. 2805.02 s [unison-cli] This binding for ‘contents’ shadows the existing binding
  16948. 2805.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  16949. 2805.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  16950. 2805.02 s [unison-cli] |
  16951. 2805.02 s [unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
  16952. 2805.02 s [unison-cli] | ^^^^^^^^
  16953. 2805.02 s [unison-cli]
  16954. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning: [GHC-63397] [-Wname-shadowing]
  16955. 2805.02 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  16956. 2805.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  16957. 2805.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  16958. 2805.02 s [unison-cli] |
  16959. 2805.02 s [unison-cli] 50 | annotateRanges txt ranges =
  16960. 2805.02 s [unison-cli] | ^^^^^^
  16961. 2805.02 s [unison-cli]
  16962. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning: [GHC-63397] [-Wname-shadowing]
  16963. 2805.02 s [unison-cli] This binding for ‘start’ shadows the existing binding
  16964. 2805.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  16965. 2805.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  16966. 2805.02 s [unison-cli] |
  16967. 2805.02 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  16968. 2805.02 s [unison-cli] | ^^^^^
  16969. 2805.02 s [unison-cli]
  16970. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning: [GHC-63397] [-Wname-shadowing]
  16971. 2805.02 s [unison-cli] This binding for ‘end’ shadows the existing binding
  16972. 2805.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  16973. 2805.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  16974. 2805.02 s [unison-cli] |
  16975. 2805.02 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  16976. 2805.02 s [unison-cli] | ^^^
  16977. 2805.02 s [unison-cli]
  16978. 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 )
  16979. 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 )
  16980. 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 )
  16981. 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 )
  16982. 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 )
  16983. 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 )
  16984. 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 )
  16985. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning: [GHC-63397] [-Wname-shadowing]
  16986. 2805.02 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  16987. 2805.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  16988. 2805.02 s [unison-cli] |
  16989. 2805.02 s [unison-cli] 94 | (localProjectAndBranch, localBranchHead) <-
  16990. 2805.02 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  16991. 2805.02 s [unison-cli]
  16992. 2805.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning: [GHC-63397] [-Wname-shadowing]
  16993. 2805.02 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  16994. 2805.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  16995. 2805.02 s [unison-cli] |
  16996. 2805.02 s [unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
  16997. 2805.02 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  16998. 2805.02 s [unison-cli]
  16999. 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 )
  17000. 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 )
  17001. 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 )
  17002. 2805.20 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning: [GHC-63397] [-Wname-shadowing]
  17003. 2805.20 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17004. 2805.20 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
  17005. 2805.20 s [unison-cli] |
  17006. 2805.20 s [unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
  17007. 2805.20 s [unison-cli] | ^^^^^
  17008. 2805.20 s [unison-cli]
  17009. 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 )
  17010. 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 )
  17011. 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 )
  17012. 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 )
  17013. 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 )
  17014. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning: [GHC-63397] [-Wname-shadowing]
  17015. 2805.42 s [unison-cli] This binding for ‘info’ shadows the existing binding
  17016. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
  17017. 2805.42 s [unison-cli] |
  17018. 2805.42 s [unison-cli] 329 | MergeSource'RemoteLooseCode info ->
  17019. 2805.42 s [unison-cli] | ^^^^
  17020. 2805.42 s [unison-cli]
  17021. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning: [GHC-63397] [-Wname-shadowing]
  17022. 2805.42 s [unison-cli] This binding for ‘env’ shadows the existing binding
  17023. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
  17024. 2805.42 s [unison-cli] |
  17025. 2805.42 s [unison-cli] 350 | env <- ask
  17026. 2805.42 s [unison-cli] | ^^^
  17027. 2805.42 s [unison-cli]
  17028. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning: [GHC-63397] [-Wname-shadowing]
  17029. 2805.42 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17030. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
  17031. 2805.42 s [unison-cli] |
  17032. 2805.42 s [unison-cli] 686 | renderDefns defns = do
  17033. 2805.42 s [unison-cli] | ^^^^^
  17034. 2805.42 s [unison-cli]
  17035. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning: [GHC-63397] [-Wname-shadowing]
  17036. 2805.42 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17037. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
  17038. 2805.42 s [unison-cli] |
  17039. 2805.42 s [unison-cli] 811 | renderDependencies defns dependencies = do
  17040. 2805.42 s [unison-cli] | ^^^^^
  17041. 2805.42 s [unison-cli]
  17042. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning: [GHC-63397] [-Wname-shadowing]
  17043. 2805.42 s [unison-cli] This binding for ‘dependencies’ shadows the existing binding
  17044. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
  17045. 2805.42 s [unison-cli] |
  17046. 2805.42 s [unison-cli] 811 | renderDependencies defns dependencies = do
  17047. 2805.42 s [unison-cli] | ^^^^^^^^^^^^
  17048. 2805.42 s [unison-cli]
  17049. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning: [GHC-63397] [-Wname-shadowing]
  17050. 2805.42 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17051. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
  17052. 2805.42 s [unison-cli] |
  17053. 2805.42 s [unison-cli] 852 | renderDependents defns dependents = do
  17054. 2805.42 s [unison-cli] | ^^^^^
  17055. 2805.42 s [unison-cli]
  17056. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning: [GHC-63397] [-Wname-shadowing]
  17057. 2805.42 s [unison-cli] This binding for ‘dependents’ shadows the existing binding
  17058. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
  17059. 2805.42 s [unison-cli] |
  17060. 2805.42 s [unison-cli] 852 | renderDependents defns dependents = do
  17061. 2805.42 s [unison-cli] | ^^^^^^^^^^
  17062. 2805.42 s [unison-cli]
  17063. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning: [GHC-63397] [-Wname-shadowing]
  17064. 2805.42 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17065. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
  17066. 2805.42 s [unison-cli] |
  17067. 2805.42 s [unison-cli] 890 | renderDefns defns = do
  17068. 2805.42 s [unison-cli] | ^^^^^
  17069. 2805.42 s [unison-cli]
  17070. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning: [GHC-63397] [-Wname-shadowing]
  17071. 2805.42 s [unison-cli] This binding for ‘conflicts’ shadows the existing binding
  17072. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
  17073. 2805.42 s [unison-cli] |
  17074. 2805.42 s [unison-cli] 940 | renderConflicts label conflicts who =
  17075. 2805.42 s [unison-cli] | ^^^^^^^^^
  17076. 2805.42 s [unison-cli]
  17077. 2805.42 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning: [GHC-63397] [-Wname-shadowing]
  17078. 2805.42 s [unison-cli] This binding for ‘unconflicts’ shadows the existing binding
  17079. 2805.42 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
  17080. 2805.42 s [unison-cli] |
  17081. 2805.42 s [unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
  17082. 2805.42 s [unison-cli] | ^^^^^^^^^^^
  17083. 2805.42 s [unison-cli]
  17084. 2805.43 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning: [GHC-63397] [-Wname-shadowing]
  17085. 2805.43 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  17086. 2805.43 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
  17087. 2805.43 s [unison-cli] |
  17088. 2805.43 s [unison-cli] 989 | renderRenames renames = do
  17089. 2805.43 s [unison-cli] | ^^^^^^^
  17090. 2805.43 s [unison-cli]
  17091. 2805.43 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning: [GHC-63397] [-Wname-shadowing]
  17092. 2805.43 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  17093. 2805.43 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
  17094. 2805.43 s [unison-cli] |
  17095. 2805.43 s [unison-cli] 1018 | renderRenames renames = do
  17096. 2805.43 s [unison-cli] | ^^^^^^^
  17097. 2805.43 s [unison-cli]
  17098. 2805.43 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning: [GHC-63397] [-Wname-shadowing]
  17099. 2805.43 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  17100. 2805.43 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
  17101. 2805.43 s [unison-cli] |
  17102. 2805.43 s [unison-cli] 1042 | renderDefns defns = do
  17103. 2805.43 s [unison-cli] | ^^^^^
  17104. 2805.43 s [unison-cli]
  17105. 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 )
  17106. 2807.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning: [GHC-63397] [-Wname-shadowing]
  17107. 2807.02 s [unison-cli] This binding for ‘abort’ shadows the existing binding
  17108. 2807.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
  17109. 2807.02 s [unison-cli] |
  17110. 2807.02 s [unison-cli] 375 | makeDeclUpdates abort = do
  17111. 2807.02 s [unison-cli] | ^^^^^
  17112. 2807.02 s [unison-cli]
  17113. 2807.02 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning: [GHC-63397] [-Wname-shadowing]
  17114. 2807.02 s [unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
  17115. 2807.02 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
  17116. 2807.02 s [unison-cli] |
  17117. 2807.03 s [unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
  17118. 2807.03 s [unison-cli] | ^^^^^^^^^^^^^^^
  17119. 2807.03 s [unison-cli]
  17120. 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 )
  17121. 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 )
  17122. 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 )
  17123. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning: [GHC-63397] [-Wname-shadowing]
  17124. 2808.86 s [unison-cli] This binding for ‘target’ shadows the existing binding
  17125. 2808.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  17126. 2808.86 s [unison-cli] |
  17127. 2808.86 s [unison-cli] 171 | ( \defns target ->
  17128. 2808.86 s [unison-cli] | ^^^^^^
  17129. 2808.86 s [unison-cli]
  17130. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  17131. 2808.86 s [unison-cli] This binding for ‘target’ shadows the existing binding
  17132. 2808.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  17133. 2808.86 s [unison-cli] |
  17134. 2808.86 s [unison-cli] 181 | in \defns target ->
  17135. 2808.86 s [unison-cli] | ^^^^^^
  17136. 2808.86 s [unison-cli]
  17137. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning: [GHC-63397] [-Wname-shadowing]
  17138. 2808.86 s [unison-cli] This binding for ‘name’ shadows the existing binding
  17139. 2808.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
  17140. 2808.86 s [unison-cli] |
  17141. 2808.86 s [unison-cli] 351 | ( \(constructors, terms) name -> \case
  17142. 2808.86 s [unison-cli] | ^^^^
  17143. 2808.86 s [unison-cli]
  17144. 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 )
  17145. 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 )
  17146. 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 )
  17147. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning: [GHC-63397] [-Wname-shadowing]
  17148. 2808.86 s [unison-cli] This binding for ‘tm'’ shadows the existing binding
  17149. 2808.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
  17150. 2808.86 s [unison-cli] |
  17151. 2808.86 s [unison-cli] 129 | Right tm' -> do
  17152. 2808.86 s [unison-cli] | ^^^
  17153. 2808.86 s [unison-cli]
  17154. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning: [GHC-63397] [-Wname-shadowing]
  17155. 2808.86 s [unison-cli] This binding for ‘parseNames’ shadows the existing binding
  17156. 2808.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
  17157. 2808.86 s [unison-cli] |
  17158. 2808.86 s [unison-cli] 219 | getNameFromCodebase parseNames main = do
  17159. 2808.86 s [unison-cli] | ^^^^^^^^^^
  17160. 2808.86 s [unison-cli]
  17161. 2808.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning: [GHC-63397] [-Wname-shadowing]
  17162. 2808.86 s [unison-cli] This binding for ‘element’ shadows the existing binding
  17163. 2808.86 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
  17164. 2808.86 s [unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
  17165. 2808.86 s [unison-cli] |
  17166. 2808.86 s [unison-cli] 237 | element <- case tm of
  17167. 2808.86 s [unison-cli] | ^^^^^^^
  17168. 2808.86 s [unison-cli]
  17169. 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 )
  17170. 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 )
  17171. 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 )
  17172. 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 )
  17173. 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 )
  17174. 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 )
  17175. 2808.86 s [unison-cli] src/Unison/LSP.hs:108:7: warning: [GHC-63397] [-Wname-shadowing]
  17176. 2808.86 s [unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
  17177. 2808.86 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  17178. 2808.86 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
  17179. 2808.86 s [unison-cli] |
  17180. 2808.86 s [unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
  17181. 2808.86 s [unison-cli] | ^^^^^^^^^^^^^^
  17182. 2808.86 s [unison-cli]
  17183. 2808.86 s [unison-cli] src/Unison/LSP.hs:122:15: warning: [GHC-63397] [-Wname-shadowing]
  17184. 2808.86 s [unison-cli] This binding for ‘runServer’ shadows the existing binding
  17185. 2808.86 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  17186. 2808.86 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
  17187. 2808.86 s [unison-cli] |
  17188. 2808.86 s [unison-cli] 122 | ifEnabled runServer = do
  17189. 2808.86 s [unison-cli] | ^^^^^^^^^
  17190. 2808.86 s [unison-cli]
  17191. 2808.86 s [unison-cli] src/Unison/LSP.hs:252:5: warning: [GHC-63397] [-Wname-shadowing]
  17192. 2808.86 s [unison-cli] This binding for ‘toIO’ shadows the existing binding
  17193. 2808.86 s [unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
  17194. 2808.86 s [unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  17195. 2808.86 s [unison-cli] |
  17196. 2808.86 s [unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
  17197. 2808.86 s [unison-cli] | ^^^^
  17198. 2808.86 s [unison-cli]
  17199. 2808.86 s [unison-cli] [136 of 162] Compiling ArgParse ( src/ArgParse.hs, dist/build/ArgParse.o, dist/build/ArgParse.dyn_o )
  17200. 2808.86 s [unison-cli] src/ArgParse.hs:159:19: warning: [GHC-63397] [-Wname-shadowing]
  17201. 2808.86 s [unison-cli] This binding for ‘command’ shadows the existing binding
  17202. 2808.86 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
  17203. 2808.86 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  17204. 2808.86 s [unison-cli] |
  17205. 2808.86 s [unison-cli] 159 | (globalOptions, command) <- customExecParser preferences parserInfo
  17206. 2808.86 s [unison-cli] | ^^^^^^^
  17207. 2808.86 s [unison-cli]
  17208. 2808.86 s [unison-cli] src/ArgParse.hs:204:5: warning: [GHC-63397] [-Wname-shadowing]
  17209. 2808.86 s [unison-cli] This binding for ‘help’ shadows the existing binding
  17210. 2808.86 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  17211. 2808.86 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  17212. 2808.86 s [unison-cli] |
  17213. 2808.86 s [unison-cli] 204 | help =
  17214. 2808.86 s [unison-cli] | ^^^^
  17215. 2808.86 s [unison-cli]
  17216. 2808.86 s [unison-cli] src/ArgParse.hs:212:5: warning: [GHC-63397] [-Wname-shadowing]
  17217. 2808.86 s [unison-cli] This binding for ‘help’ shadows the existing binding
  17218. 2808.86 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  17219. 2808.86 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  17220. 2808.86 s [unison-cli] |
  17221. 2808.86 s [unison-cli] 212 | help =
  17222. 2808.86 s [unison-cli] | ^^^^
  17223. 2808.86 s [unison-cli]
  17224. 2808.86 s [unison-cli] src/ArgParse.hs:220:5: warning: [GHC-63397] [-Wname-shadowing]
  17225. 2808.86 s [unison-cli] This binding for ‘help’ shadows the existing binding
  17226. 2808.86 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  17227. 2808.86 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  17228. 2808.86 s [unison-cli] |
  17229. 2808.86 s [unison-cli] 220 | help =
  17230. 2808.86 s [unison-cli] | ^^^^
  17231. 2808.86 s [unison-cli]
  17232. 2808.86 s [unison-cli] src/ArgParse.hs:228:5: warning: [GHC-63397] [-Wname-shadowing]
  17233. 2808.86 s [unison-cli] This binding for ‘help’ shadows the existing binding
  17234. 2808.86 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  17235. 2808.86 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  17236. 2808.87 s [unison-cli] |
  17237. 2808.87 s [unison-cli] 228 | help =
  17238. 2808.87 s [unison-cli] | ^^^^
  17239. 2808.87 s [unison-cli]
  17240. 2808.87 s [unison-cli] src/ArgParse.hs:486:24: warning: [GHC-63397] [-Wname-shadowing]
  17241. 2808.87 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17242. 2808.87 s [unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
  17243. 2808.87 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17244. 2808.87 s [unison-cli] |
  17245. 2808.87 s [unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
  17246. 2808.87 s [unison-cli] | ^^^
  17247. 2808.87 s [unison-cli]
  17248. 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 )
  17249. 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 )
  17250. 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 )
  17251. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning: [GHC-63397] [-Wname-shadowing]
  17252. 2808.87 s [unison-cli] This binding for ‘id’ shadows the existing binding
  17253. 2808.87 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
  17254. 2808.87 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  17255. 2808.87 s [unison-cli] |
  17256. 2808.87 s [unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
  17257. 2808.87 s [unison-cli] | ^^
  17258. 2808.87 s [unison-cli]
  17259. 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 )
  17260. 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 )
  17261. 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 )
  17262. 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 )
  17263. 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 )
  17264. 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 )
  17265. 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 )
  17266. 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 )
  17267. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning: [GHC-63397] [-Wname-shadowing]
  17268. 2808.87 s [unison-cli] This binding for ‘ppe’ shadows the existing binding
  17269. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
  17270. 2808.87 s [unison-cli] |
  17271. 2808.87 s [unison-cli] 139 | let ppe =
  17272. 2808.87 s [unison-cli] | ^^^
  17273. 2808.87 s [unison-cli]
  17274. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning: [GHC-63397] [-Wname-shadowing]
  17275. 2808.87 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  17276. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
  17277. 2808.87 s [unison-cli] |
  17278. 2808.87 s [unison-cli] 271 | f acc var (_, ref, _, _, _) =
  17279. 2808.87 s [unison-cli] | ^^^
  17280. 2808.87 s [unison-cli]
  17281. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning: [GHC-63397] [-Wname-shadowing]
  17282. 2808.87 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  17283. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
  17284. 2808.87 s [unison-cli] |
  17285. 2808.87 s [unison-cli] 281 | f acc var (ref, decl) =
  17286. 2808.87 s [unison-cli] | ^^^
  17287. 2808.87 s [unison-cli]
  17288. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning: [GHC-63397] [-Wname-shadowing]
  17289. 2808.87 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  17290. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
  17291. 2808.87 s [unison-cli] |
  17292. 2808.87 s [unison-cli] 291 | f acc var (ref, _) =
  17293. 2808.87 s [unison-cli] | ^^^
  17294. 2808.87 s [unison-cli]
  17295. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning: [GHC-63397] [-Wname-shadowing]
  17296. 2808.87 s [unison-cli] This binding for ‘a’ shadows the existing binding
  17297. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
  17298. 2808.87 s [unison-cli] |
  17299. 2808.87 s [unison-cli] 327 | lookupSet :: forall k a. (Ord k) => Map k (NESet a) -> k -> Set a
  17300. 2808.87 s [unison-cli] | ^
  17301. 2808.87 s [unison-cli]
  17302. 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 )
  17303. 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 )
  17304. 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 )
  17305. 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 )
  17306. 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 )
  17307. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning: [GHC-63397] [-Wname-shadowing]
  17308. 2808.87 s [unison-cli] This binding for ‘branch’ shadows the existing binding
  17309. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
  17310. 2808.87 s [unison-cli] |
  17311. 2808.87 s [unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
  17312. 2808.87 s [unison-cli] | ^^^^^^
  17313. 2808.87 s [unison-cli]
  17314. 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 )
  17315. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning: [GHC-63397] [-Wname-shadowing]
  17316. 2808.87 s [unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
  17317. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
  17318. 2808.87 s [unison-cli] |
  17319. 2808.87 s [unison-cli] 98 | let remoteProjectName = remoteProject.projectName
  17320. 2808.87 s [unison-cli] | ^^^^^^^^^^^^^^^^^
  17321. 2808.87 s [unison-cli]
  17322. 2808.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning: [GHC-63397] [-Wname-shadowing]
  17323. 2808.87 s [unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
  17324. 2808.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
  17325. 2808.87 s [unison-cli] |
  17326. 2808.87 s [unison-cli] 99 | let remoteBranchName = defaultBranchName
  17327. 2808.87 s [unison-cli] | ^^^^^^^^^^^^^^^^
  17328. 2808.87 s [unison-cli]
  17329. 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 )
  17330. 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 )
  17331. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning: [GHC-63397] [-Wname-shadowing]
  17332. 2808.96 s [unison-cli] This binding for ‘set’ shadows the existing binding
  17333. 2808.96 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  17334. 2808.96 s [unison-cli] (and originally defined in ‘Control.Lens.Setter’)
  17335. 2808.96 s [unison-cli] |
  17336. 2808.96 s [unison-cli] 351 | set h = State.modify (Set.insert h)
  17337. 2808.96 s [unison-cli] | ^^^
  17338. 2808.96 s [unison-cli]
  17339. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning: [GHC-63397] [-Wname-shadowing]
  17340. 2808.96 s [unison-cli] This binding for ‘h’ shadows the existing binding
  17341. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  17342. 2808.96 s [unison-cli] |
  17343. 2808.96 s [unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
  17344. 2808.96 s [unison-cli] | ^
  17345. 2808.96 s [unison-cli]
  17346. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning: [GHC-63397] [-Wname-shadowing]
  17347. 2808.96 s [unison-cli] This binding for ‘h’ shadows the existing binding
  17348. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  17349. 2808.96 s [unison-cli] |
  17350. 2808.96 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  17351. 2808.96 s [unison-cli] | ^
  17352. 2808.96 s [unison-cli]
  17353. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning: [GHC-63397] [-Wname-shadowing]
  17354. 2808.96 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  17355. 2808.96 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  17356. 2808.96 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  17357. 2808.96 s [unison-cli] |
  17358. 2808.96 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  17359. 2808.96 s [unison-cli] | ^^^^
  17360. 2808.96 s [unison-cli]
  17361. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning: [GHC-63397] [-Wname-shadowing]
  17362. 2808.96 s [unison-cli] This binding for ‘h’ shadows the existing binding
  17363. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  17364. 2808.96 s [unison-cli] |
  17365. 2808.96 s [unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
  17366. 2808.96 s [unison-cli] | ^
  17367. 2808.96 s [unison-cli]
  17368. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning: [GHC-63397] [-Wname-shadowing]
  17369. 2808.96 s [unison-cli] This binding for ‘children’ shadows the existing binding
  17370. 2808.96 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  17371. 2808.96 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  17372. 2808.96 s [unison-cli] |
  17373. 2808.96 s [unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
  17374. 2808.96 s [unison-cli] | ^^^^^^^^
  17375. 2808.96 s [unison-cli]
  17376. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning: [GHC-63397] [-Wname-shadowing]
  17377. 2808.96 s [unison-cli] This binding for ‘children’ shadows the existing binding
  17378. 2808.96 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  17379. 2808.96 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  17380. 2808.96 s [unison-cli] |
  17381. 2808.96 s [unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
  17382. 2808.96 s [unison-cli] | ^^^^^^^^
  17383. 2808.96 s [unison-cli]
  17384. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning: [GHC-63397] [-Wname-shadowing]
  17385. 2808.96 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  17386. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
  17387. 2808.96 s [unison-cli] |
  17388. 2808.96 s [unison-cli] 401 | let buildPPED uf tf =
  17389. 2808.96 s [unison-cli] | ^^
  17390. 2808.96 s [unison-cli]
  17391. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning: [GHC-63397] [-Wname-shadowing]
  17392. 2808.96 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  17393. 2808.96 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  17394. 2808.96 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  17395. 2808.96 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  17396. 2808.96 s [unison-cli] (and originally defined in ‘Witch.From’)
  17397. 2808.96 s [unison-cli] |
  17398. 2808.96 s [unison-cli] 528 | HistoryI resultsCap diffCap from -> do
  17399. 2808.96 s [unison-cli] | ^^^^
  17400. 2808.96 s [unison-cli]
  17401. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning: [GHC-63397] [-Wname-shadowing]
  17402. 2808.96 s [unison-cli] This binding for ‘newRoot’ shadows the existing binding
  17403. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
  17404. 2808.96 s [unison-cli] |
  17405. 2808.96 s [unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
  17406. 2808.96 s [unison-cli] | ^^^^^^^
  17407. 2808.96 s [unison-cli]
  17408. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning: [GHC-63397] [-Wname-shadowing]
  17409. 2808.96 s [unison-cli] This binding for ‘exp’ shadows the existing binding
  17410. 2808.96 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  17411. 2808.96 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  17412. 2808.96 s [unison-cli] |
  17413. 2808.96 s [unison-cli] 647 | let (exp, sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
  17414. 2808.96 s [unison-cli] | ^^^
  17415. 2808.96 s [unison-cli]
  17416. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning: [GHC-63397] [-Wname-shadowing]
  17417. 2808.96 s [unison-cli] This binding for ‘id’ shadows the existing binding
  17418. 2808.96 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  17419. 2808.96 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  17420. 2808.96 s [unison-cli] |
  17421. 2808.96 s [unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
  17422. 2808.96 s [unison-cli] | ^^
  17423. 2808.96 s [unison-cli]
  17424. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning: [GHC-63397] [-Wname-shadowing]
  17425. 2808.96 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  17426. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  17427. 2808.96 s [unison-cli] |
  17428. 2808.96 s [unison-cli] 788 | tgt <- case tgt of
  17429. 2808.96 s [unison-cli] | ^^^
  17430. 2808.96 s [unison-cli]
  17431. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning: [GHC-63397] [-Wname-shadowing]
  17432. 2808.96 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  17433. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  17434. 2808.96 s [unison-cli] |
  17435. 2808.96 s [unison-cli] 790 | Just tgt -> do
  17436. 2808.96 s [unison-cli] | ^^^
  17437. 2808.96 s [unison-cli]
  17438. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning: [GHC-63397] [-Wname-shadowing]
  17439. 2808.96 s [unison-cli] This binding for ‘results’ shadows the existing binding
  17440. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
  17441. 2808.96 s [unison-cli] |
  17442. 2808.96 s [unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
  17443. 2808.96 s [unison-cli] | ^^^^^^^
  17444. 2808.96 s [unison-cli]
  17445. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning: [GHC-63397] [-Wname-shadowing]
  17446. 2808.96 s [unison-cli] This binding for ‘ws’ shadows the existing binding
  17447. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
  17448. 2808.96 s [unison-cli] |
  17449. 2808.96 s [unison-cli] 964 | ":" : ws -> do
  17450. 2808.96 s [unison-cli] | ^^
  17451. 2808.96 s [unison-cli]
  17452. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning: [GHC-63397] [-Wname-shadowing]
  17453. 2808.96 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  17454. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  17455. 2808.96 s [unison-cli] |
  17456. 2808.96 s [unison-cli] 1005 | evalTerm tm =
  17457. 2808.96 s [unison-cli] | ^^
  17458. 2808.96 s [unison-cli]
  17459. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning: [GHC-63397] [-Wname-shadowing]
  17460. 2808.96 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  17461. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  17462. 2808.96 s [unison-cli] |
  17463. 2808.96 s [unison-cli] 1010 | Just (_, tm, _) -> pure (Just $ Term.unannotate tm)
  17464. 2808.96 s [unison-cli] | ^^
  17465. 2808.96 s [unison-cli]
  17466. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning: [GHC-63397] [-Wname-shadowing]
  17467. 2808.96 s [unison-cli] This binding for ‘init’ shadows the existing binding
  17468. 2808.96 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  17469. 2808.96 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  17470. 2808.96 s [unison-cli] |
  17471. 2808.96 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  17472. 2808.96 s [unison-cli] | ^^^^
  17473. 2808.96 s [unison-cli]
  17474. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning: [GHC-63397] [-Wname-shadowing]
  17475. 2808.96 s [unison-cli] This binding for ‘last’ shadows the existing binding
  17476. 2808.96 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  17477. 2808.96 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  17478. 2808.96 s [unison-cli] |
  17479. 2808.96 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  17480. 2808.96 s [unison-cli] | ^^^^
  17481. 2808.96 s [unison-cli]
  17482. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning: [GHC-63397] [-Wname-shadowing]
  17483. 2808.96 s [unison-cli] This binding for ‘b’ shadows the existing binding
  17484. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
  17485. 2808.96 s [unison-cli] |
  17486. 2808.96 s [unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
  17487. 2808.96 s [unison-cli] | ^
  17488. 2808.96 s [unison-cli]
  17489. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning: [GHC-63397] [-Wname-shadowing]
  17490. 2808.96 s [unison-cli] This binding for ‘score’ shadows the existing binding
  17491. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  17492. 2808.96 s [unison-cli] |
  17493. 2808.96 s [unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  17494. 2808.96 s [unison-cli] | ^^^^^
  17495. 2808.96 s [unison-cli]
  17496. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning: [GHC-63397] [-Wname-shadowing]
  17497. 2808.96 s [unison-cli] This binding for ‘score’ shadows the existing binding
  17498. 2808.96 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  17499. 2808.96 s [unison-cli] |
  17500. 2808.96 s [unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  17501. 2808.96 s [unison-cli] | ^^^^^
  17502. 2808.96 s [unison-cli]
  17503. 2808.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning: [GHC-63397] [-Wname-shadowing]
  17504. 2808.96 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  17505. 2808.97 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
  17506. 2808.97 s [unison-cli] |
  17507. 2808.97 s [unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
  17508. 2808.97 s [unison-cli] | ^^
  17509. 2808.97 s [unison-cli]
  17510. 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 )
  17511. 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 )
  17512. 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 )
  17513. 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 )
  17514. 2812.96 s [unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning: [GHC-63397] [-Wname-shadowing]
  17515. 2812.96 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  17516. 2812.96 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  17517. 2812.96 s [unison-cli] |
  17518. 2812.96 s [unison-cli] 289 | Ki.scoped \scope -> do
  17519. 2812.96 s [unison-cli] | ^^^^^
  17520. 2812.96 s [unison-cli]
  17521. 2812.96 s [unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning: [GHC-63397] [-Wname-shadowing]
  17522. 2812.96 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  17523. 2812.96 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  17524. 2812.96 s [unison-cli] |
  17525. 2812.96 s [unison-cli] 358 | Ki.scoped \scope -> do
  17526. 2812.96 s [unison-cli] | ^^^^^
  17527. 2812.96 s [unison-cli]
  17528. 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 )
  17529. 2813.00 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning: [GHC-63397] [-Wname-shadowing]
  17530. 2813.00 s [unison-cli] This binding for ‘action’ shadows the existing binding
  17531. 2813.00 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
  17532. 2813.00 s [unison-cli] |
  17533. 2813.00 s [unison-cli] 175 | withRuntimes action =
  17534. 2813.00 s [unison-cli] | ^^^^^^
  17535. 2813.00 s [unison-cli]
  17536. 2813.00 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning: [GHC-63397] [-Wname-shadowing]
  17537. 2813.00 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  17538. 2813.00 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
  17539. 2813.00 s [unison-cli] |
  17540. 2813.00 s [unison-cli] 353 | Project {projectId, name = projectName} <-
  17541. 2813.00 s [unison-cli] | ^^^^^^^^^^^
  17542. 2813.00 s [unison-cli]
  17543. 2813.00 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning: [GHC-63397] [-Wname-shadowing]
  17544. 2813.00 s [unison-cli] This binding for ‘print’ shadows the existing binding
  17545. 2813.00 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
  17546. 2813.00 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
  17547. 2813.00 s [unison-cli] |
  17548. 2813.00 s [unison-cli] 496 | print o = do
  17549. 2813.00 s [unison-cli] | ^^^^^
  17550. 2813.00 s [unison-cli]
  17551. 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 )
  17552. 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 )
  17553. 2813.70 s [unison-cli] src/Unison/Main.hs:456:17: warning: [GHC-63397] [-Wname-shadowing]
  17554. 2813.70 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  17555. 2813.70 s [unison-cli] bound at src/Unison/Main.hs:510:5
  17556. 2813.70 s [unison-cli] |
  17557. 2813.70 s [unison-cli] 456 | (tmp, cleanup) <- case shouldSaveCodebase of
  17558. 2813.70 s [unison-cli] | ^^^^^^^
  17559. 2813.70 s [unison-cli]
  17560. 2813.70 s [unison-cli] src/Unison/Main.hs:476:19: warning: [GHC-63397] [-Wname-shadowing]
  17561. 2813.70 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  17562. 2813.70 s [unison-cli] bound at src/Unison/Main.hs:510:5
  17563. 2813.70 s [unison-cli] |
  17564. 2813.70 s [unison-cli] 476 | let cleanup = removeDirectoryRecursive path
  17565. 2813.70 s [unison-cli] | ^^^^^^^
  17566. 2813.70 s [unison-cli]
  17567. 2813.70 s [unison-cli] src/Unison/Main.hs:663:5: warning: [GHC-63397] [-Wname-shadowing]
  17568. 2813.70 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  17569. 2813.70 s [unison-cli] bound at src/Unison/Main.hs:661:7
  17570. 2813.70 s [unison-cli] |
  17571. 2813.70 s [unison-cli] 663 | cbInit@(CreatedCodebase, dir, _) -> do
  17572. 2813.70 s [unison-cli] | ^^^^^^
  17573. 2813.70 s [unison-cli]
  17574. 2813.70 s [unison-cli] src/Unison/Main.hs:668:5: warning: [GHC-63397] [-Wname-shadowing]
  17575. 2813.70 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  17576. 2813.70 s [unison-cli] bound at src/Unison/Main.hs:661:7
  17577. 2813.70 s [unison-cli] |
  17578. 2813.70 s [unison-cli] 668 | cbInit@(OpenedCodebase, _, _) ->
  17579. 2813.70 s [unison-cli] | ^^^^^^
  17580. 2813.70 s [unison-cli]
  17581. 2813.70 s [unison-cli] src/Unison/Main.hs:679:29: warning: [GHC-63397] [-Wname-shadowing]
  17582. 2813.70 s [unison-cli] This binding for ‘err’ shadows the existing binding
  17583. 2813.70 s [unison-cli] bound at src/Unison/Main.hs:673:16
  17584. 2813.70 s [unison-cli] |
  17585. 2813.70 s [unison-cli] 679 | InitErrorOpen err ->
  17586. 2813.70 s [unison-cli] | ^^^
  17587. 2813.70 s [unison-cli]
  17588. 2815.24 s [unison-cli] [ 1 of 162] Compiling Compat ( src/Compat.hs, dist/build/Compat.p_o )
  17589. 2815.75 s [unison-cli] [ 2 of 162] Compiling Stats ( src/Stats.hs, dist/build/Stats.p_o )
  17590. 2815.85 s [unison-cli] [ 3 of 162] Compiling System.Path ( src/System/Path.hs, dist/build/System/Path.p_o )
  17591. 2815.88 s [unison-cli] [ 4 of 162] Compiling Unison.Auth.Discovery ( src/Unison/Auth/Discovery.hs, dist/build/Unison/Auth/Discovery.p_o )
  17592. 2816.09 s [unison-cli] [ 5 of 162] Compiling Unison.Auth.UserInfo ( src/Unison/Auth/UserInfo.hs, dist/build/Unison/Auth/UserInfo.p_o )
  17593. 2816.62 s [unison-cli] [ 6 of 162] Compiling Unison.Auth.Tokens ( src/Unison/Auth/Tokens.hs, dist/build/Unison/Auth/Tokens.p_o )
  17594. 2817.13 s [unison-cli] [ 7 of 162] Compiling Unison.Cli.DirectoryUtils ( src/Unison/Cli/DirectoryUtils.hs, dist/build/Unison/Cli/DirectoryUtils.p_o )
  17595. 2817.13 s [unison-cli] [ 8 of 162] Compiling Unison.Cli.ServantClientUtils ( src/Unison/Cli/ServantClientUtils.hs, dist/build/Unison/Cli/ServantClientUtils.p_o )
  17596. 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 )
  17597. 2817.13 s [unison-cli] [ 10 of 162] Compiling Unison.Cli.MergeTypes ( src/Unison/Cli/MergeTypes.hs, dist/build/Unison/Cli/MergeTypes.p_o )
  17598. 2817.13 s [unison-cli] [ 11 of 162] Compiling Unison.Cli.TypeCheck ( src/Unison/Cli/TypeCheck.hs, dist/build/Unison/Cli/TypeCheck.p_o )
  17599. 2817.13 s [unison-cli] [ 12 of 162] Compiling Unison.Cli.UniqueTypeGuidLookup ( src/Unison/Cli/UniqueTypeGuidLookup.hs, dist/build/Unison/Cli/UniqueTypeGuidLookup.p_o )
  17600. 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 )
  17601. 2817.13 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning: [GHC-63397] [-Wname-shadowing]
  17602. 2817.13 s [unison-cli] This binding for ‘id’ shadows the existing binding
  17603. 2817.13 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
  17604. 2817.13 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  17605. 2817.13 s [unison-cli] |
  17606. 2817.13 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  17607. 2817.13 s [unison-cli] | ^^
  17608. 2817.13 s [unison-cli]
  17609. 2817.13 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning: [GHC-63397] [-Wname-shadowing]
  17610. 2817.13 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  17611. 2817.13 s [unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
  17612. 2817.13 s [unison-cli] |
  17613. 2817.13 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  17614. 2817.13 s [unison-cli] | ^^
  17615. 2817.13 s [unison-cli]
  17616. 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 )
  17617. 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 )
  17618. 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 )
  17619. 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 )
  17620. 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 )
  17621. 2818.30 s [unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning: [GHC-63397] [-Wname-shadowing]
  17622. 2818.30 s [unison-cli] This binding for ‘seenTypes’ shadows the existing binding
  17623. 2818.30 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
  17624. 2818.30 s [unison-cli] |
  17625. 2818.30 s [unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
  17626. 2818.30 s [unison-cli] | ^^^^^^^^^
  17627. 2818.30 s [unison-cli]
  17628. 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 )
  17629. 2818.30 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning: [GHC-63397] [-Wname-shadowing]
  17630. 2818.30 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  17631. 2818.30 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  17632. 2818.30 s [unison-cli] |
  17633. 2818.30 s [unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
  17634. 2818.30 s [unison-cli] | ^^
  17635. 2818.30 s [unison-cli]
  17636. 2818.30 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning: [GHC-63397] [-Wname-shadowing]
  17637. 2818.30 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  17638. 2818.30 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  17639. 2818.30 s [unison-cli] |
  17640. 2818.30 s [unison-cli] 204 | notOks past present sr =
  17641. 2818.30 s [unison-cli] | ^^
  17642. 2818.30 s [unison-cli]
  17643. 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 )
  17644. 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 )
  17645. 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 )
  17646. 2819.32 s [unison-cli] [ 23 of 162] Compiling Unison.Codebase.Transcript ( src/Unison/Codebase/Transcript.hs, dist/build/Unison/Codebase/Transcript.p_o )
  17647. 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 )
  17648. 2819.32 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning: [GHC-63397] [-Wname-shadowing]
  17649. 2819.32 s [unison-cli] This binding for ‘language’ shadows the existing binding
  17650. 2819.32 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
  17651. 2819.32 s [unison-cli] |
  17652. 2819.32 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  17653. 2819.32 s [unison-cli] | ^^^^^^^^
  17654. 2819.32 s [unison-cli]
  17655. 2819.33 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning: [GHC-63397] [-Wname-shadowing]
  17656. 2819.33 s [unison-cli] This binding for ‘infoTags’ shadows the existing binding
  17657. 2819.33 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
  17658. 2819.33 s [unison-cli] |
  17659. 2819.33 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  17660. 2819.33 s [unison-cli] | ^^^^^^^^
  17661. 2819.33 s [unison-cli]
  17662. 2819.33 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning: [GHC-63397] [-Wname-shadowing]
  17663. 2819.33 s [unison-cli] This binding for ‘hidden’ shadows the existing binding
  17664. 2819.33 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
  17665. 2819.33 s [unison-cli] |
  17666. 2819.33 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  17667. 2819.33 s [unison-cli] | ^^^^^^
  17668. 2819.33 s [unison-cli]
  17669. 2819.33 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning: [GHC-63397] [-Wname-shadowing]
  17670. 2819.33 s [unison-cli] This binding for ‘expectingError’ shadows the existing binding
  17671. 2819.33 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
  17672. 2819.33 s [unison-cli] |
  17673. 2819.33 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  17674. 2819.33 s [unison-cli] | ^^^^^^^^^^^^^^
  17675. 2819.33 s [unison-cli]
  17676. 2819.33 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning: [GHC-63397] [-Wname-shadowing]
  17677. 2819.33 s [unison-cli] This binding for ‘hasBug’ shadows the existing binding
  17678. 2819.33 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
  17679. 2819.33 s [unison-cli] |
  17680. 2819.33 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  17681. 2819.33 s [unison-cli] | ^^^^^^
  17682. 2819.33 s [unison-cli]
  17683. 2819.33 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning: [GHC-63397] [-Wname-shadowing]
  17684. 2819.33 s [unison-cli] This binding for ‘generated’ shadows the existing binding
  17685. 2819.33 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
  17686. 2819.33 s [unison-cli] |
  17687. 2819.33 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  17688. 2819.33 s [unison-cli] | ^^^^^^^^^
  17689. 2819.33 s [unison-cli]
  17690. 2819.33 s [unison-cli] [ 25 of 162] Compiling Unison.Codebase.Watch ( src/Unison/Codebase/Watch.hs, dist/build/Unison/Codebase/Watch.p_o )
  17691. 2819.33 s [unison-cli] [ 26 of 162] Compiling Unison.CommandLine.BranchRelativePath ( src/Unison/CommandLine/BranchRelativePath.hs, dist/build/Unison/CommandLine/BranchRelativePath.p_o )
  17692. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning: [GHC-63397] [-Wname-shadowing]
  17693. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17694. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17695. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17696. 2819.33 s [unison-cli] |
  17697. 2819.33 s [unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
  17698. 2819.33 s [unison-cli] | ^^^
  17699. 2819.33 s [unison-cli]
  17700. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning: [GHC-63397] [-Wname-shadowing]
  17701. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17702. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17703. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17704. 2819.33 s [unison-cli] |
  17705. 2819.33 s [unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
  17706. 2819.33 s [unison-cli] | ^^^
  17707. 2819.33 s [unison-cli]
  17708. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning: [GHC-63397] [-Wname-shadowing]
  17709. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17710. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17711. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17712. 2819.33 s [unison-cli] |
  17713. 2819.33 s [unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
  17714. 2819.33 s [unison-cli] | ^^^
  17715. 2819.33 s [unison-cli]
  17716. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning: [GHC-63397] [-Wname-shadowing]
  17717. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17718. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17719. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17720. 2819.33 s [unison-cli] |
  17721. 2819.33 s [unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
  17722. 2819.33 s [unison-cli] | ^^^
  17723. 2819.33 s [unison-cli]
  17724. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning: [GHC-63397] [-Wname-shadowing]
  17725. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17726. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17727. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17728. 2819.33 s [unison-cli] |
  17729. 2819.33 s [unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
  17730. 2819.33 s [unison-cli] | ^^^
  17731. 2819.33 s [unison-cli]
  17732. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning: [GHC-63397] [-Wname-shadowing]
  17733. 2819.33 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  17734. 2819.33 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  17735. 2819.33 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  17736. 2819.33 s [unison-cli] |
  17737. 2819.33 s [unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
  17738. 2819.33 s [unison-cli] | ^^^
  17739. 2819.33 s [unison-cli]
  17740. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning: [GHC-63397] [-Wname-shadowing]
  17741. 2819.33 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  17742. 2819.33 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  17743. 2819.33 s [unison-cli] |
  17744. 2819.33 s [unison-cli] 134 | This (projectName, True) -> startingAtBranch (Just projectName)
  17745. 2819.33 s [unison-cli] | ^^^^^^^^^^^
  17746. 2819.33 s [unison-cli]
  17747. 2819.33 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning: [GHC-63397] [-Wname-shadowing]
  17748. 2819.33 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  17749. 2819.33 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  17750. 2819.33 s [unison-cli] |
  17751. 2819.33 s [unison-cli] 139 | This (projectName, False) ->
  17752. 2819.33 s [unison-cli] | ^^^^^^^^^^^
  17753. 2819.33 s [unison-cli]
  17754. 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 )
  17755. 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 )
  17756. 2819.58 s [unison-cli] [ 29 of 162] Compiling Unison.CommandLine.FZFResolvers ( src/Unison/CommandLine/FZFResolvers.hs, dist/build/Unison/CommandLine/FZFResolvers.p_o )
  17757. 2819.58 s [unison-cli] [ 30 of 162] Compiling Unison.CommandLine.FuzzySelect ( src/Unison/CommandLine/FuzzySelect.hs, dist/build/Unison/CommandLine/FuzzySelect.p_o )
  17758. 2819.58 s [unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning: [GHC-63397] [-Wname-shadowing]
  17759. 2819.58 s [unison-cli] This binding for ‘selections’ shadows the existing binding
  17760. 2819.58 s [unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
  17761. 2819.58 s [unison-cli] |
  17762. 2819.58 s [unison-cli] 118 | Right selections ->
  17763. 2819.58 s [unison-cli] | ^^^^^^^^^^
  17764. 2819.58 s [unison-cli]
  17765. 2819.58 s [unison-cli] [ 31 of 162] Compiling Unison.CommandLine.Helpers ( src/Unison/CommandLine/Helpers.hs, dist/build/Unison/CommandLine/Helpers.p_o )
  17766. 2819.58 s [unison-cli] [ 32 of 162] Compiling Unison.CommandLine.Types ( src/Unison/CommandLine/Types.hs, dist/build/Unison/CommandLine/Types.p_o )
  17767. 2819.58 s [unison-cli] [ 33 of 162] Compiling Unison.CommandLine.Welcome ( src/Unison/CommandLine/Welcome.hs, dist/build/Unison/CommandLine/Welcome.p_o )
  17768. 2819.58 s [unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning: [GHC-63397] [-Wname-shadowing]
  17769. 2819.58 s [unison-cli] This binding for ‘onboarding’ shadows the existing binding
  17770. 2819.58 s [unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
  17771. 2819.58 s [unison-cli] |
  17772. 2819.58 s [unison-cli] 47 | go onboarding acc =
  17773. 2819.58 s [unison-cli] | ^^^^^^^^^^
  17774. 2819.58 s [unison-cli]
  17775. 2819.64 s [unison-cli] [ 34 of 162] Compiling Unison.LSP.Orphans ( src/Unison/LSP/Orphans.hs, dist/build/Unison/LSP/Orphans.p_o )
  17776. 2819.64 s [unison-cli] [ 35 of 162] Compiling Unison.LSP.Conversions ( src/Unison/LSP/Conversions.hs, dist/build/Unison/LSP/Conversions.p_o )
  17777. 2819.64 s [unison-cli] [ 36 of 162] Compiling Unison.LSP.Types ( src/Unison/LSP/Types.hs, dist/build/Unison/LSP/Types.p_o )
  17778. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:63:17: warning: [GHC-63397] [-Wname-shadowing]
  17779. 2819.64 s [unison-cli] This binding for ‘log’ shadows the existing binding
  17780. 2819.64 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  17781. 2819.64 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  17782. 2819.64 s [unison-cli] |
  17783. 2819.64 s [unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
  17784. 2819.64 s [unison-cli] | ^^^
  17785. 2819.64 s [unison-cli]
  17786. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
  17787. 2819.64 s [unison-cli] This binding for ‘log’ shadows the existing binding
  17788. 2819.64 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  17789. 2819.64 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  17790. 2819.64 s [unison-cli] |
  17791. 2819.64 s [unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
  17792. 2819.64 s [unison-cli] | ^^^
  17793. 2819.64 s [unison-cli]
  17794. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:107:54: warning: [GHC-63397] [-Wname-shadowing]
  17795. 2819.64 s [unison-cli] This binding for ‘a’ shadows the existing binding
  17796. 2819.64 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:19
  17797. 2819.64 s [unison-cli] |
  17798. 2819.64 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  17799. 2819.64 s [unison-cli] | ^
  17800. 2819.64 s [unison-cli]
  17801. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:107:56: warning: [GHC-63397] [-Wname-shadowing]
  17802. 2819.64 s [unison-cli] This binding for ‘b’ shadows the existing binding
  17803. 2819.64 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:60
  17804. 2819.64 s [unison-cli] |
  17805. 2819.64 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  17806. 2819.64 s [unison-cli] | ^
  17807. 2819.64 s [unison-cli]
  17808. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:225:18: warning: [GHC-63397] [-Wname-shadowing]
  17809. 2819.64 s [unison-cli] This binding for ‘title’ shadows the existing binding
  17810. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17811. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17812. 2819.64 s [unison-cli] |
  17813. 2819.64 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  17814. 2819.64 s [unison-cli] | ^^^^^
  17815. 2819.64 s [unison-cli]
  17816. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:225:30: warning: [GHC-63397] [-Wname-shadowing]
  17817. 2819.64 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  17818. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17819. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17820. 2819.64 s [unison-cli] |
  17821. 2819.64 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  17822. 2819.64 s [unison-cli] | ^^^^^^
  17823. 2819.64 s [unison-cli]
  17824. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:240:14: warning: [GHC-63397] [-Wname-shadowing]
  17825. 2819.64 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  17826. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17827. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17828. 2819.64 s [unison-cli] |
  17829. 2819.64 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  17830. 2819.64 s [unison-cli] | ^^^
  17831. 2819.64 s [unison-cli]
  17832. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:240:30: warning: [GHC-63397] [-Wname-shadowing]
  17833. 2819.64 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  17834. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17835. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17836. 2819.64 s [unison-cli] |
  17837. 2819.64 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  17838. 2819.64 s [unison-cli] | ^^^^^^
  17839. 2819.64 s [unison-cli]
  17840. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:241:7: warning: [GHC-63397] [-Wname-shadowing]
  17841. 2819.64 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  17842. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17843. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17844. 2819.64 s [unison-cli] |
  17845. 2819.64 s [unison-cli] 241 | let edits = do
  17846. 2819.64 s [unison-cli] | ^^^^^
  17847. 2819.64 s [unison-cli]
  17848. 2819.64 s [unison-cli] src/Unison/LSP/Types.hs:244:7: warning: [GHC-63397] [-Wname-shadowing]
  17849. 2819.64 s [unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
  17850. 2819.64 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  17851. 2819.64 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17852. 2819.64 s [unison-cli] |
  17853. 2819.64 s [unison-cli] 244 | workspaceEdit =
  17854. 2819.64 s [unison-cli] | ^^^^^^^^^^^^^
  17855. 2819.64 s [unison-cli]
  17856. 2819.64 s [unison-cli] [ 37 of 162] Compiling Unison.LSP.ProjectContext ( src/Unison/LSP/ProjectContext.hs, dist/build/Unison/LSP/ProjectContext.p_o )
  17857. 2819.64 s [unison-cli] [ 38 of 162] Compiling Unison.LSP.NotificationHandlers ( src/Unison/LSP/NotificationHandlers.hs, dist/build/Unison/LSP/NotificationHandlers.p_o )
  17858. 2819.64 s [unison-cli] [ 39 of 162] Compiling Unison.LSP.HandlerUtils ( src/Unison/LSP/HandlerUtils.hs, dist/build/Unison/LSP/HandlerUtils.p_o )
  17859. 2819.64 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  17860. 2819.65 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  17861. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  17862. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17863. 2819.65 s [unison-cli] |
  17864. 2819.65 s [unison-cli] 26 | cancel <- atomically $ do
  17865. 2819.65 s [unison-cli] | ^^^^^^
  17866. 2819.65 s [unison-cli]
  17867. 2819.65 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning: [GHC-63397] [-Wname-shadowing]
  17868. 2819.65 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  17869. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  17870. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17871. 2819.65 s [unison-cli] |
  17872. 2819.65 s [unison-cli] 31 | Just cancel -> do
  17873. 2819.65 s [unison-cli] | ^^^^^^
  17874. 2819.65 s [unison-cli]
  17875. 2819.65 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning: [GHC-63397] [-Wname-shadowing]
  17876. 2819.65 s [unison-cli] This binding for ‘message’ shadows the existing binding
  17877. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  17878. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17879. 2819.65 s [unison-cli] |
  17880. 2819.65 s [unison-cli] 42 | withDebugging handler message respond = do
  17881. 2819.65 s [unison-cli] | ^^^^^^^
  17882. 2819.65 s [unison-cli]
  17883. 2819.65 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning: [GHC-63397] [-Wname-shadowing]
  17884. 2819.65 s [unison-cli] This binding for ‘message’ shadows the existing binding
  17885. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  17886. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17887. 2819.65 s [unison-cli] |
  17888. 2819.65 s [unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
  17889. 2819.65 s [unison-cli] | ^^^^^^^
  17890. 2819.65 s [unison-cli]
  17891. 2819.65 s [unison-cli] [ 40 of 162] Compiling Unison.LSP.Diagnostics ( src/Unison/LSP/Diagnostics.hs, dist/build/Unison/LSP/Diagnostics.p_o )
  17892. 2819.65 s [unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning: [GHC-63397] [-Wname-shadowing]
  17893. 2819.65 s [unison-cli] This binding for ‘msg’ shadows the existing binding
  17894. 2819.65 s [unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
  17895. 2819.65 s [unison-cli] |
  17896. 2819.65 s [unison-cli] 41 | refs <&> \(msg, range) ->
  17897. 2819.65 s [unison-cli] | ^^^
  17898. 2819.65 s [unison-cli]
  17899. 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 )
  17900. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning: [GHC-63397] [-Wname-shadowing]
  17901. 2819.65 s [unison-cli] This binding for ‘guard’ shadows the existing binding
  17902. 2819.65 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
  17903. 2819.65 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  17904. 2819.65 s [unison-cli] |
  17905. 2819.65 s [unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
  17906. 2819.65 s [unison-cli] | ^^^^^
  17907. 2819.65 s [unison-cli]
  17908. 2819.65 s [unison-cli] [ 42 of 162] Compiling Unison.LSP.Configuration ( src/Unison/LSP/Configuration.hs, dist/build/Unison/LSP/Configuration.p_o )
  17909. 2819.65 s [unison-cli] [ 43 of 162] Compiling Unison.LSP.Commands ( src/Unison/LSP/Commands.hs, dist/build/Unison/LSP/Commands.p_o )
  17910. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:24:13: warning: [GHC-63397] [-Wname-shadowing]
  17911. 2819.65 s [unison-cli] This binding for ‘title’ shadows the existing binding
  17912. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17913. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17914. 2819.65 s [unison-cli] |
  17915. 2819.65 s [unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
  17916. 2819.65 s [unison-cli] | ^^^^^
  17917. 2819.65 s [unison-cli]
  17918. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:35:27: warning: [GHC-63397] [-Wname-shadowing]
  17919. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  17920. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17921. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17922. 2819.65 s [unison-cli] |
  17923. 2819.65 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  17924. 2819.65 s [unison-cli] | ^^^^^
  17925. 2819.65 s [unison-cli]
  17926. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:35:33: warning: [GHC-63397] [-Wname-shadowing]
  17927. 2819.65 s [unison-cli] This binding for ‘description’ shadows the existing binding
  17928. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17929. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17930. 2819.65 s [unison-cli] |
  17931. 2819.65 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  17932. 2819.65 s [unison-cli] | ^^^^^^^^^^^
  17933. 2819.65 s [unison-cli]
  17934. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:64:64: warning: [GHC-63397] [-Wname-shadowing]
  17935. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  17936. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17937. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17938. 2819.65 s [unison-cli] |
  17939. 2819.65 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  17940. 2819.65 s [unison-cli] | ^^^^^
  17941. 2819.65 s [unison-cli]
  17942. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:64:70: warning: [GHC-63397] [-Wname-shadowing]
  17943. 2819.65 s [unison-cli] This binding for ‘description’ shadows the existing binding
  17944. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17945. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17946. 2819.65 s [unison-cli] |
  17947. 2819.65 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  17948. 2819.65 s [unison-cli] | ^^^^^^^^^^^
  17949. 2819.65 s [unison-cli]
  17950. 2819.65 s [unison-cli] src/Unison/LSP/Commands.hs:65:15: warning: [GHC-63397] [-Wname-shadowing]
  17951. 2819.65 s [unison-cli] This binding for ‘params’ shadows the existing binding
  17952. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  17953. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
  17954. 2819.65 s [unison-cli] |
  17955. 2819.65 s [unison-cli] 65 | let params =
  17956. 2819.65 s [unison-cli] | ^^^^^^
  17957. 2819.65 s [unison-cli]
  17958. 2819.65 s [unison-cli] [ 44 of 162] Compiling Unison.LSP.CancelRequest ( src/Unison/LSP/CancelRequest.hs, dist/build/Unison/LSP/CancelRequest.p_o )
  17959. 2819.65 s [unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning: [GHC-63397] [-Wname-shadowing]
  17960. 2819.65 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  17961. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
  17962. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17963. 2819.65 s [unison-cli] |
  17964. 2819.65 s [unison-cli] 23 | Just cancel -> liftIO cancel
  17965. 2819.65 s [unison-cli] | ^^^^^^
  17966. 2819.65 s [unison-cli]
  17967. 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 )
  17968. 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 )
  17969. 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 )
  17970. 2819.65 s [unison-cli] [ 48 of 162] Compiling Unison.LSP.VFS ( src/Unison/LSP/VFS.hs, dist/build/Unison/LSP/VFS.p_o )
  17971. 2819.65 s [unison-cli] src/Unison/LSP/VFS.hs:36:11: warning: [GHC-63397] [-Wname-shadowing]
  17972. 2819.65 s [unison-cli] This binding for ‘vfs’ shadows the existing binding
  17973. 2819.65 s [unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
  17974. 2819.65 s [unison-cli] |
  17975. 2819.65 s [unison-cli] 36 | (!a, !vfs) <- runStateT m vfs
  17976. 2819.65 s [unison-cli] | ^^^
  17977. 2819.65 s [unison-cli]
  17978. 2819.65 s [unison-cli] src/Unison/LSP/VFS.hs:62:21: warning: [GHC-63397] [-Wname-shadowing]
  17979. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  17980. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  17981. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17982. 2819.65 s [unison-cli] |
  17983. 2819.65 s [unison-cli] 62 | for_ dirtyUris \uri -> do
  17984. 2819.65 s [unison-cli] | ^^^
  17985. 2819.65 s [unison-cli]
  17986. 2819.65 s [unison-cli] src/Unison/LSP/VFS.hs:77:22: warning: [GHC-63397] [-Wname-shadowing]
  17987. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  17988. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  17989. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17990. 2819.65 s [unison-cli] |
  17991. 2819.65 s [unison-cli] 77 | identifierAtPosition uri pos = do
  17992. 2819.65 s [unison-cli] | ^^^
  17993. 2819.65 s [unison-cli]
  17994. 2819.65 s [unison-cli] src/Unison/LSP/VFS.hs:82:27: warning: [GHC-63397] [-Wname-shadowing]
  17995. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  17996. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  17997. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  17998. 2819.65 s [unison-cli] |
  17999. 2819.65 s [unison-cli] 82 | identifierSplitAtPosition uri pos = do
  18000. 2819.65 s [unison-cli] | ^^^
  18001. 2819.65 s [unison-cli]
  18002. 2819.65 s [unison-cli] src/Unison/LSP/VFS.hs:101:18: warning: [GHC-63397] [-Wname-shadowing]
  18003. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18004. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  18005. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18006. 2819.65 s [unison-cli] |
  18007. 2819.65 s [unison-cli] 101 | completionPrefix uri pos = do
  18008. 2819.65 s [unison-cli] | ^^^
  18009. 2819.65 s [unison-cli]
  18010. 2819.65 s [unison-cli] [ 49 of 162] Compiling Unison.LSP.FileAnalysis ( src/Unison/LSP/FileAnalysis.hs, dist/build/Unison/LSP/FileAnalysis.p_o )
  18011. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning: [GHC-63397] [-Wname-shadowing]
  18012. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18013. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  18014. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18015. 2819.65 s [unison-cli] |
  18016. 2819.65 s [unison-cli] 197 | getFileDefLocations uri = do
  18017. 2819.65 s [unison-cli] | ^^^
  18018. 2819.65 s [unison-cli]
  18019. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning: [GHC-63397] [-Wname-shadowing]
  18020. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18021. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18022. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18023. 2819.65 s [unison-cli] |
  18024. 2819.65 s [unison-cli] 256 | <&> \range ->
  18025. 2819.65 s [unison-cli] | ^^^^^
  18026. 2819.65 s [unison-cli]
  18027. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning: [GHC-63397] [-Wname-shadowing]
  18028. 2819.65 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  18029. 2819.65 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
  18030. 2819.65 s [unison-cli] |
  18031. 2819.65 s [unison-cli] 321 | ranges = cycleLocs >>= aToR
  18032. 2819.65 s [unison-cli] | ^^^^^^
  18033. 2819.65 s [unison-cli]
  18034. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning: [GHC-63397] [-Wname-shadowing]
  18035. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18036. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18037. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18038. 2819.65 s [unison-cli] |
  18039. 2819.65 s [unison-cli] 322 | (range, cycleRanges) <- withNeighbours ranges
  18040. 2819.65 s [unison-cli] | ^^^^^
  18041. 2819.65 s [unison-cli]
  18042. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning: [GHC-63397] [-Wname-shadowing]
  18043. 2819.65 s [unison-cli] This binding for ‘cause’ shadows the existing binding
  18044. 2819.65 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
  18045. 2819.65 s [unison-cli] |
  18046. 2819.65 s [unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause}) -> case cause of
  18047. 2819.65 s [unison-cli] | ^^^^^
  18048. 2819.65 s [unison-cli]
  18049. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning: [GHC-63397] [-Wname-shadowing]
  18050. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18051. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18052. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18053. 2819.65 s [unison-cli] |
  18054. 2819.65 s [unison-cli] 374 | range <- ranges
  18055. 2819.65 s [unison-cli] | ^^^^^
  18056. 2819.65 s [unison-cli]
  18057. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning: [GHC-63397] [-Wname-shadowing]
  18058. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18059. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18060. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18061. 2819.65 s [unison-cli] |
  18062. 2819.65 s [unison-cli] 432 | (range, references) <- ranges
  18063. 2819.65 s [unison-cli] | ^^^^^
  18064. 2819.65 s [unison-cli]
  18065. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning: [GHC-63397] [-Wname-shadowing]
  18066. 2819.65 s [unison-cli] This binding for ‘typ’ shadows the existing binding
  18067. 2819.65 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
  18068. 2819.65 s [unison-cli] |
  18069. 2819.65 s [unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
  18070. 2819.65 s [unison-cli] | ^^^
  18071. 2819.65 s [unison-cli]
  18072. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning: [GHC-63397] [-Wname-shadowing]
  18073. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18074. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  18075. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18076. 2819.65 s [unison-cli] |
  18077. 2819.65 s [unison-cli] 477 | getFileAnalysis uri = do
  18078. 2819.65 s [unison-cli] | ^^^
  18079. 2819.65 s [unison-cli]
  18080. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning: [GHC-63397] [-Wname-shadowing]
  18081. 2819.65 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18082. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  18083. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18084. 2819.65 s [unison-cli] |
  18085. 2819.65 s [unison-cli] 512 | getFileSummary uri = do
  18086. 2819.65 s [unison-cli] | ^^^
  18087. 2819.65 s [unison-cli]
  18088. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning: [GHC-63397] [-Wname-shadowing]
  18089. 2819.65 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  18090. 2819.65 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
  18091. 2819.65 s [unison-cli] |
  18092. 2819.65 s [unison-cli] 530 | (_, Just tf) ->
  18093. 2819.65 s [unison-cli] | ^^
  18094. 2819.65 s [unison-cli]
  18095. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning: [GHC-63397] [-Wname-shadowing]
  18096. 2819.65 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  18097. 2819.65 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
  18098. 2819.65 s [unison-cli] |
  18099. 2819.65 s [unison-cli] 534 | (Just uf, _) ->
  18100. 2819.65 s [unison-cli] | ^^
  18101. 2819.65 s [unison-cli]
  18102. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning: [GHC-63397] [-Wname-shadowing]
  18103. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18104. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18105. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18106. 2819.65 s [unison-cli] |
  18107. 2819.65 s [unison-cli] 565 | range <- annToRange ann
  18108. 2819.65 s [unison-cli] | ^^^^^
  18109. 2819.65 s [unison-cli]
  18110. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning: [GHC-63397] [-Wname-shadowing]
  18111. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18112. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18113. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18114. 2819.65 s [unison-cli] |
  18115. 2819.65 s [unison-cli] 587 | range <- annToRange ann
  18116. 2819.65 s [unison-cli] | ^^^^^
  18117. 2819.65 s [unison-cli]
  18118. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning: [GHC-63397] [-Wname-shadowing]
  18119. 2819.65 s [unison-cli] This binding for ‘children’ shadows the existing binding
  18120. 2819.65 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  18121. 2819.65 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  18122. 2819.65 s [unison-cli] |
  18123. 2819.65 s [unison-cli] 588 | let children = []
  18124. 2819.65 s [unison-cli] | ^^^^^^^^
  18125. 2819.65 s [unison-cli]
  18126. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning: [GHC-63397] [-Wname-shadowing]
  18127. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18128. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18129. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18130. 2819.65 s [unison-cli] |
  18131. 2819.65 s [unison-cli] 596 | range <- annToRange (DD.annotation decl)
  18132. 2819.65 s [unison-cli] | ^^^^^
  18133. 2819.65 s [unison-cli]
  18134. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning: [GHC-63397] [-Wname-shadowing]
  18135. 2819.65 s [unison-cli] This binding for ‘children’ shadows the existing binding
  18136. 2819.65 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  18137. 2819.65 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  18138. 2819.65 s [unison-cli] |
  18139. 2819.65 s [unison-cli] 597 | let children = declChildren decl
  18140. 2819.65 s [unison-cli] | ^^^^^^^^
  18141. 2819.65 s [unison-cli]
  18142. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning: [GHC-63397] [-Wname-shadowing]
  18143. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18144. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18145. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18146. 2819.65 s [unison-cli] |
  18147. 2819.65 s [unison-cli] 606 | range <- annToRange (DD.annotation decl)
  18148. 2819.65 s [unison-cli] | ^^^^^
  18149. 2819.65 s [unison-cli]
  18150. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning: [GHC-63397] [-Wname-shadowing]
  18151. 2819.65 s [unison-cli] This binding for ‘children’ shadows the existing binding
  18152. 2819.65 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  18153. 2819.65 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  18154. 2819.65 s [unison-cli] |
  18155. 2819.65 s [unison-cli] 607 | let children = declChildren decl
  18156. 2819.65 s [unison-cli] | ^^^^^^^^
  18157. 2819.65 s [unison-cli]
  18158. 2819.65 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning: [GHC-63397] [-Wname-shadowing]
  18159. 2819.65 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18160. 2819.65 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  18161. 2819.65 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18162. 2819.65 s [unison-cli] |
  18163. 2819.65 s [unison-cli] 615 | range <- maybeToList $ annToRange ann
  18164. 2819.65 s [unison-cli] | ^^^^^
  18165. 2819.65 s [unison-cli]
  18166. 2820.40 s [unison-cli] [ 50 of 162] Compiling Unison.LSP.Queries ( src/Unison/LSP/Queries.hs, dist/build/Unison/LSP/Queries.p_o )
  18167. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:86:5: warning: [GHC-63397] [-Wname-shadowing]
  18168. 2820.49 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  18169. 2820.49 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
  18170. 2820.49 s [unison-cli] |
  18171. 2820.49 s [unison-cli] 86 | hoistMaybe = MaybeT . pure
  18172. 2820.49 s [unison-cli] | ^^^^^^^^^^
  18173. 2820.49 s [unison-cli]
  18174. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:211:39: warning: [GHC-63397] [-Wname-shadowing]
  18175. 2820.49 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  18176. 2820.49 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  18177. 2820.49 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  18178. 2820.49 s [unison-cli] |
  18179. 2820.49 s [unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
  18180. 2820.49 s [unison-cli] | ^^^^
  18181. 2820.49 s [unison-cli]
  18182. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:282:5: warning: [GHC-63397] [-Wname-shadowing]
  18183. 2820.49 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  18184. 2820.49 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  18185. 2820.49 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  18186. 2820.49 s [unison-cli] |
  18187. 2820.49 s [unison-cli] 282 | ann = getTermSpanAnn term
  18188. 2820.49 s [unison-cli] | ^^^
  18189. 2820.49 s [unison-cli]
  18190. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:303:42: warning: [GHC-63397] [-Wname-shadowing]
  18191. 2820.49 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  18192. 2820.49 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  18193. 2820.49 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  18194. 2820.49 s [unison-cli] |
  18195. 2820.49 s [unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
  18196. 2820.49 s [unison-cli] | ^^^^
  18197. 2820.49 s [unison-cli]
  18198. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:353:39: warning: [GHC-63397] [-Wname-shadowing]
  18199. 2820.49 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  18200. 2820.49 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  18201. 2820.49 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  18202. 2820.49 s [unison-cli] |
  18203. 2820.49 s [unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
  18204. 2820.49 s [unison-cli] | ^^^^
  18205. 2820.49 s [unison-cli]
  18206. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:407:47: warning: [GHC-63397] [-Wname-shadowing]
  18207. 2820.49 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  18208. 2820.49 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  18209. 2820.49 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  18210. 2820.49 s [unison-cli] |
  18211. 2820.49 s [unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
  18212. 2820.49 s [unison-cli] | ^^^^
  18213. 2820.49 s [unison-cli]
  18214. 2820.49 s [unison-cli] src/Unison/LSP/Queries.hs:422:21: warning: [GHC-63397] [-Wname-shadowing]
  18215. 2820.49 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  18216. 2820.49 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  18217. 2820.49 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  18218. 2820.49 s [unison-cli] |
  18219. 2820.49 s [unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
  18220. 2820.49 s [unison-cli] | ^^^
  18221. 2820.49 s [unison-cli]
  18222. 2821.27 s [unison-cli] [ 51 of 162] Compiling Unison.LSP.Hover ( src/Unison/LSP/Hover.hs, dist/build/Unison/LSP/Hover.p_o )
  18223. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  18224. 2821.30 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18225. 2821.30 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  18226. 2821.30 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18227. 2821.30 s [unison-cli] |
  18228. 2821.30 s [unison-cli] 50 | hoverInfo uri pos =
  18229. 2821.30 s [unison-cli] | ^^^
  18230. 2821.30 s [unison-cli]
  18231. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:64:30: warning: [GHC-63397] [-Wname-shadowing]
  18232. 2821.30 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  18233. 2821.30 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  18234. 2821.30 s [unison-cli] |
  18235. 2821.30 s [unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
  18236. 2821.30 s [unison-cli] | ^^^
  18237. 2821.30 s [unison-cli]
  18238. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:65:29: warning: [GHC-63397] [-Wname-shadowing]
  18239. 2821.30 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  18240. 2821.30 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  18241. 2821.30 s [unison-cli] |
  18242. 2821.30 s [unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
  18243. 2821.30 s [unison-cli] | ^^^
  18244. 2821.30 s [unison-cli]
  18245. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:95:28: warning: [GHC-63397] [-Wname-shadowing]
  18246. 2821.30 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  18247. 2821.30 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  18248. 2821.30 s [unison-cli] |
  18249. 2821.30 s [unison-cli] 95 | LD.TypeReference ref@(Reference.DerivedId refId) -> do
  18250. 2821.30 s [unison-cli] | ^^^
  18251. 2821.30 s [unison-cli]
  18252. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:102:27: warning: [GHC-63397] [-Wname-shadowing]
  18253. 2821.30 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  18254. 2821.30 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  18255. 2821.30 s [unison-cli] |
  18256. 2821.30 s [unison-cli] 102 | LD.TermReferent ref -> do
  18257. 2821.30 s [unison-cli] | ^^^
  18258. 2821.30 s [unison-cli]
  18259. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:108:32: warning: [GHC-63397] [-Wname-shadowing]
  18260. 2821.30 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18261. 2821.30 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  18262. 2821.30 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18263. 2821.30 s [unison-cli] |
  18264. 2821.30 s [unison-cli] 108 | renderTypeSigForHover pped name typ =
  18265. 2821.30 s [unison-cli] | ^^^^
  18266. 2821.30 s [unison-cli]
  18267. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:138:40: warning: [GHC-63397] [-Wname-shadowing]
  18268. 2821.30 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18269. 2821.30 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  18270. 2821.30 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18271. 2821.30 s [unison-cli] |
  18272. 2821.30 s [unison-cli] 138 | (Symbol.Symbol _ (Var.User name)) -> name
  18273. 2821.30 s [unison-cli] | ^^^^
  18274. 2821.30 s [unison-cli]
  18275. 2821.30 s [unison-cli] src/Unison/LSP/Hover.hs:143:5: warning: [GHC-63397] [-Wname-shadowing]
  18276. 2821.30 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  18277. 2821.30 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
  18278. 2821.30 s [unison-cli] |
  18279. 2821.30 s [unison-cli] 143 | hoistMaybe = MaybeT . pure
  18280. 2821.30 s [unison-cli] | ^^^^^^^^^^
  18281. 2821.30 s [unison-cli]
  18282. 2821.73 s [unison-cli] [ 52 of 162] Compiling Unison.LSP.GoToDefinition ( src/Unison/LSP/GoToDefinition.hs, dist/build/Unison/LSP/GoToDefinition.p_o )
  18283. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning: [GHC-63397] [-Wname-shadowing]
  18284. 2821.73 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  18285. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18286. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18287. 2821.73 s [unison-cli] |
  18288. 2821.73 s [unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  18289. 2821.73 s [unison-cli] | ^^^^^^^^^^^
  18290. 2821.73 s [unison-cli]
  18291. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning: [GHC-63397] [-Wname-shadowing]
  18292. 2821.73 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  18293. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18294. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18295. 2821.73 s [unison-cli] |
  18296. 2821.73 s [unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
  18297. 2821.73 s [unison-cli] | ^^^^^^^^^
  18298. 2821.73 s [unison-cli]
  18299. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning: [GHC-63397] [-Wname-shadowing]
  18300. 2821.73 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  18301. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18302. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18303. 2821.73 s [unison-cli] |
  18304. 2821.73 s [unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  18305. 2821.73 s [unison-cli] | ^^^^^^^^^^^
  18306. 2821.73 s [unison-cli]
  18307. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning: [GHC-63397] [-Wname-shadowing]
  18308. 2821.73 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  18309. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18310. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18311. 2821.73 s [unison-cli] |
  18312. 2821.73 s [unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
  18313. 2821.73 s [unison-cli] | ^^^^^^^^^
  18314. 2821.73 s [unison-cli]
  18315. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning: [GHC-63397] [-Wname-shadowing]
  18316. 2821.73 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  18317. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18318. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18319. 2821.73 s [unison-cli] |
  18320. 2821.73 s [unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  18321. 2821.73 s [unison-cli] | ^^^^^^^^^^^
  18322. 2821.73 s [unison-cli]
  18323. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning: [GHC-63397] [-Wname-shadowing]
  18324. 2821.73 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  18325. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18326. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18327. 2821.73 s [unison-cli] |
  18328. 2821.73 s [unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
  18329. 2821.73 s [unison-cli] | ^^^^^^^^^
  18330. 2821.73 s [unison-cli]
  18331. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning: [GHC-63397] [-Wname-shadowing]
  18332. 2821.73 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  18333. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18334. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18335. 2821.73 s [unison-cli] |
  18336. 2821.73 s [unison-cli] 51 | locationInfo uri pos = do
  18337. 2821.73 s [unison-cli] | ^^^
  18338. 2821.73 s [unison-cli]
  18339. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning: [GHC-63397] [-Wname-shadowing]
  18340. 2821.73 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18341. 2821.73 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  18342. 2821.73 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18343. 2821.73 s [unison-cli] |
  18344. 2821.73 s [unison-cli] 53 | (_interval, (_typ, range)) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
  18345. 2821.73 s [unison-cli] | ^^^^^
  18346. 2821.73 s [unison-cli]
  18347. 2821.73 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning: [GHC-63397] [-Wname-shadowing]
  18348. 2821.73 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  18349. 2821.73 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
  18350. 2821.73 s [unison-cli] |
  18351. 2821.73 s [unison-cli] 57 | hoistMaybe = MaybeT . pure
  18352. 2821.73 s [unison-cli] | ^^^^^^^^^^
  18353. 2821.74 s [unison-cli]
  18354. 2821.74 s [unison-cli] [ 53 of 162] Compiling Unison.LSP.Formatting ( src/Unison/LSP/Formatting.hs, dist/build/Unison/LSP/Formatting.p_o )
  18355. 2821.74 s [unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning: [GHC-63397] [-Wname-shadowing]
  18356. 2821.74 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  18357. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  18358. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18359. 2821.74 s [unison-cli] |
  18360. 2821.74 s [unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
  18361. 2821.74 s [unison-cli] | ^^^^^
  18362. 2821.74 s [unison-cli]
  18363. 2821.74 s [unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  18364. 2821.74 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  18365. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  18366. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18367. 2821.74 s [unison-cli] |
  18368. 2821.74 s [unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
  18369. 2821.74 s [unison-cli] | ^^^^^
  18370. 2821.74 s [unison-cli]
  18371. 2821.74 s [unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning: [GHC-63397] [-Wname-shadowing]
  18372. 2821.74 s [unison-cli] This binding for ‘newText’ shadows the existing binding
  18373. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  18374. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18375. 2821.74 s [unison-cli] |
  18376. 2821.74 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  18377. 2821.74 s [unison-cli] | ^^^^^^^
  18378. 2821.74 s [unison-cli]
  18379. 2821.74 s [unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning: [GHC-63397] [-Wname-shadowing]
  18380. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18381. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  18382. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18383. 2821.74 s [unison-cli] |
  18384. 2821.74 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  18385. 2821.74 s [unison-cli] | ^^^^^
  18386. 2821.74 s [unison-cli]
  18387. 2821.74 s [unison-cli] [ 54 of 162] Compiling Unison.LSP.FoldingRange ( src/Unison/LSP/FoldingRange.hs, dist/build/Unison/LSP/FoldingRange.p_o )
  18388. 2821.74 s [unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning: [GHC-63397] [-Wname-shadowing]
  18389. 2821.74 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  18390. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  18391. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18392. 2821.74 s [unison-cli] |
  18393. 2821.74 s [unison-cli] 64 | ranges =
  18394. 2821.74 s [unison-cli] | ^^^^^^
  18395. 2821.74 s [unison-cli]
  18396. 2821.74 s [unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning: [GHC-63397] [-Wname-shadowing]
  18397. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18398. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  18399. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18400. 2821.74 s [unison-cli] |
  18401. 2821.74 s [unison-cli] 66 | & mapMaybe \(sym, range) ->
  18402. 2821.74 s [unison-cli] | ^^^^^
  18403. 2821.74 s [unison-cli]
  18404. 2821.74 s [unison-cli] [ 55 of 162] Compiling Unison.LSP.DocumentSymbols ( src/Unison/LSP/DocumentSymbols.hs, dist/build/Unison/LSP/DocumentSymbols.p_o )
  18405. 2821.74 s [unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning: [GHC-63397] [-Wname-shadowing]
  18406. 2821.74 s [unison-cli] This binding for ‘symbolKind’ shadows the existing binding
  18407. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
  18408. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18409. 2821.74 s [unison-cli] |
  18410. 2821.74 s [unison-cli] 35 | symbolKind,
  18411. 2821.74 s [unison-cli] | ^^^^^^^^^^
  18412. 2821.74 s [unison-cli]
  18413. 2821.74 s [unison-cli] [ 56 of 162] Compiling Unison.LSP.CodeLens ( src/Unison/LSP/CodeLens.hs, dist/build/Unison/LSP/CodeLens.p_o )
  18414. 2821.74 s [unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning: [GHC-63397] [-Wname-shadowing]
  18415. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18416. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  18417. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18418. 2821.74 s [unison-cli] |
  18419. 2821.74 s [unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
  18420. 2821.74 s [unison-cli] | ^^^^^
  18421. 2821.74 s [unison-cli]
  18422. 2821.74 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning: [GHC-63397] [-Wname-shadowing]
  18423. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18424. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  18425. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18426. 2821.74 s [unison-cli] |
  18427. 2821.74 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  18428. 2821.74 s [unison-cli] | ^^^^
  18429. 2821.74 s [unison-cli]
  18430. 2821.74 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning: [GHC-63397] [-Wname-shadowing]
  18431. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18432. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  18433. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18434. 2821.74 s [unison-cli] |
  18435. 2821.74 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  18436. 2821.74 s [unison-cli] | ^^^^^
  18437. 2821.74 s [unison-cli]
  18438. 2821.74 s [unison-cli] [ 57 of 162] Compiling Unison.LSP.CodeAction ( src/Unison/LSP/CodeAction.hs, dist/build/Unison/LSP/CodeAction.p_o )
  18439. 2821.74 s [unison-cli] [ 58 of 162] Compiling Unison.LSP.Completion ( src/Unison/LSP/Completion.hs, dist/build/Unison/LSP/Completion.p_o )
  18440. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:65:6: warning: [GHC-63397] [-Wname-shadowing]
  18441. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18442. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18443. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18444. 2821.74 s [unison-cli] |
  18445. 2821.74 s [unison-cli] 65 | (range, prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
  18446. 2821.74 s [unison-cli] | ^^^^^
  18447. 2821.74 s [unison-cli]
  18448. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:71:10: warning: [GHC-63397] [-Wname-shadowing]
  18449. 2821.74 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  18450. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18451. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18452. 2821.74 s [unison-cli] |
  18453. 2821.74 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  18454. 2821.74 s [unison-cli] | ^^^^^^^^^^^^
  18455. 2821.74 s [unison-cli]
  18456. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:71:24: warning: [GHC-63397] [-Wname-shadowing]
  18457. 2821.74 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  18458. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18459. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18460. 2821.74 s [unison-cli] |
  18461. 2821.74 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  18462. 2821.74 s [unison-cli] | ^^^^^^^
  18463. 2821.74 s [unison-cli]
  18464. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:77:31: warning: [GHC-63397] [-Wname-shadowing]
  18465. 2821.74 s [unison-cli] This binding for ‘hqName’ shadows the existing binding
  18466. 2821.74 s [unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
  18467. 2821.74 s [unison-cli] |
  18468. 2821.74 s [unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
  18469. 2821.74 s [unison-cli] | ^^^^^^
  18470. 2821.74 s [unison-cli]
  18471. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  18472. 2821.74 s [unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
  18473. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18474. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18475. 2821.74 s [unison-cli] |
  18476. 2821.74 s [unison-cli] 79 | let itemDefaults = Nothing
  18477. 2821.74 s [unison-cli] | ^^^^^^^^^^^^
  18478. 2821.74 s [unison-cli]
  18479. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:86:8: warning: [GHC-63397] [-Wname-shadowing]
  18480. 2821.74 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  18481. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18482. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18483. 2821.74 s [unison-cli] |
  18484. 2821.74 s [unison-cli] 86 | (isIncomplete, defCompletions) =
  18485. 2821.74 s [unison-cli] | ^^^^^^^^^^^^
  18486. 2821.74 s [unison-cli]
  18487. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:103:29: warning: [GHC-63397] [-Wname-shadowing]
  18488. 2821.74 s [unison-cli] This binding for ‘range’ shadows the existing binding
  18489. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18490. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18491. 2821.74 s [unison-cli] |
  18492. 2821.74 s [unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
  18493. 2821.74 s [unison-cli] | ^^^^^
  18494. 2821.74 s [unison-cli]
  18495. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:217:16: warning: [GHC-63397] [-Wname-shadowing]
  18496. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18497. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18498. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18499. 2821.74 s [unison-cli] |
  18500. 2821.74 s [unison-cli] 217 | ( \name refs ->
  18501. 2821.74 s [unison-cli] | ^^^^
  18502. 2821.74 s [unison-cli]
  18503. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:225:16: warning: [GHC-63397] [-Wname-shadowing]
  18504. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18505. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18506. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18507. 2821.74 s [unison-cli] |
  18508. 2821.74 s [unison-cli] 225 | ( \name refs ->
  18509. 2821.74 s [unison-cli] | ^^^^
  18510. 2821.74 s [unison-cli]
  18511. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:234:21: warning: [GHC-63397] [-Wname-shadowing]
  18512. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18513. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18514. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18515. 2821.74 s [unison-cli] |
  18516. 2821.74 s [unison-cli] 234 | isDefinitionDoc name =
  18517. 2821.74 s [unison-cli] | ^^^^
  18518. 2821.74 s [unison-cli]
  18519. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:239:22: warning: [GHC-63397] [-Wname-shadowing]
  18520. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18521. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18522. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18523. 2821.74 s [unison-cli] |
  18524. 2821.74 s [unison-cli] 239 | nameToCompletionTree name ref =
  18525. 2821.74 s [unison-cli] | ^^^^
  18526. 2821.74 s [unison-cli]
  18527. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:275:11: warning: [GHC-63397] [-Wname-shadowing]
  18528. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18529. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18530. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18531. 2821.74 s [unison-cli] |
  18532. 2821.74 s [unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
  18533. 2821.74 s [unison-cli] | ^^^^
  18534. 2821.74 s [unison-cli]
  18535. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:281:47: warning: [GHC-63397] [-Wname-shadowing]
  18536. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18537. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18538. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18539. 2821.74 s [unison-cli] |
  18540. 2821.74 s [unison-cli] 281 | let current = currentMatches <&> (\(name, def) -> (mempty, name, def))
  18541. 2821.74 s [unison-cli] | ^^^^
  18542. 2821.74 s [unison-cli]
  18543. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:292:13: warning: [GHC-63397] [-Wname-shadowing]
  18544. 2821.74 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  18545. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18546. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18547. 2821.74 s [unison-cli] |
  18548. 2821.74 s [unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
  18549. 2821.74 s [unison-cli] | ^^^^^^^
  18550. 2821.74 s [unison-cli]
  18551. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:294:42: warning: [GHC-63397] [-Wname-shadowing]
  18552. 2821.74 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18553. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18554. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18555. 2821.74 s [unison-cli] |
  18556. 2821.74 s [unison-cli] 294 | let currentMatches = matches <&> \(name, dep) -> (Path.singleton ns, name, dep)
  18557. 2821.74 s [unison-cli] | ^^^^
  18558. 2821.74 s [unison-cli]
  18559. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:299:30: warning: [GHC-63397] [-Wname-shadowing]
  18560. 2821.74 s [unison-cli] This binding for ‘message’ shadows the existing binding
  18561. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18562. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18563. 2821.74 s [unison-cli] |
  18564. 2821.74 s [unison-cli] 299 | completionItemResolveHandler message respond = do
  18565. 2821.74 s [unison-cli] | ^^^^^^^
  18566. 2821.74 s [unison-cli]
  18567. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:301:7: warning: [GHC-63397] [-Wname-shadowing]
  18568. 2821.74 s [unison-cli] This binding for ‘completion’ shadows the existing binding
  18569. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18570. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18571. 2821.74 s [unison-cli] |
  18572. 2821.74 s [unison-cli] 301 | completion = message ^. params
  18573. 2821.74 s [unison-cli] | ^^^^^^^^^^
  18574. 2821.74 s [unison-cli]
  18575. 2821.74 s [unison-cli] src/Unison/LSP/Completion.hs:387:9: warning: [GHC-63397] [-Wname-shadowing]
  18576. 2821.74 s [unison-cli] This binding for ‘kind’ shadows the existing binding
  18577. 2821.74 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  18578. 2821.74 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  18579. 2821.74 s [unison-cli] |
  18580. 2821.74 s [unison-cli] 387 | kind <- obj Aeson..: "kind"
  18581. 2821.74 s [unison-cli] | ^^^^
  18582. 2821.74 s [unison-cli]
  18583. 2822.11 s [unison-cli] [ 59 of 162] Compiling Unison.LSP.UCMWorker ( src/Unison/LSP/UCMWorker.hs, dist/build/Unison/LSP/UCMWorker.p_o )
  18584. 2822.11 s [unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning: [GHC-63397] [-Wname-shadowing]
  18585. 2822.11 s [unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
  18586. 2822.11 s [unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
  18587. 2822.11 s [unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
  18588. 2822.11 s [unison-cli] |
  18589. 2822.12 s [unison-cli] 68 | writeTMVar var a =
  18590. 2822.12 s [unison-cli] | ^^^^^^^^^^
  18591. 2822.12 s [unison-cli]
  18592. 2822.34 s [unison-cli] [ 60 of 162] Compiling Unison.MCP.Server ( src/Unison/MCP/Server.hs, dist/build/Unison/MCP/Server.p_o )
  18593. 2822.34 s [unison-cli] [ 61 of 162] Compiling Unison.MCP.StaticResources ( src/Unison/MCP/StaticResources.hs, dist/build/Unison/MCP/StaticResources.p_o )
  18594. 2822.34 s [unison-cli] [ 62 of 162] Compiling Unison.MCP.Wrapper ( src/Unison/MCP/Wrapper.hs, dist/build/Unison/MCP/Wrapper.p_o )
  18595. 2822.34 s [unison-cli] [ 63 of 162] Compiling Unison.Share.Codeserver ( src/Unison/Share/Codeserver.hs, dist/build/Unison/Share/Codeserver.p_o )
  18596. 2822.34 s [unison-cli] [ 64 of 162] Compiling Unison.Share.ExpectedHashMismatches ( src/Unison/Share/ExpectedHashMismatches.hs, dist/build/Unison/Share/ExpectedHashMismatches.p_o )
  18597. 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 )
  18598. 2822.34 s [unison-cli] [ 66 of 162] Compiling Unison.Util.HTTP ( src/Unison/Util/HTTP.hs, dist/build/Unison/Util/HTTP.p_o )
  18599. 2822.34 s [unison-cli] [ 67 of 162] Compiling Unison.Auth.HTTPClient ( src/Unison/Auth/HTTPClient.hs, dist/build/Unison/Auth/HTTPClient.p_o )
  18600. 2822.34 s [unison-cli] [ 68 of 162] Compiling Unison.MCP.Types ( src/Unison/MCP/Types.hs, dist/build/Unison/MCP/Types.p_o )
  18601. 2822.34 s [unison-cli] [ 69 of 162] Compiling Unison.MCP.Prompts ( src/Unison/MCP/Prompts.hs, dist/build/Unison/MCP/Prompts.p_o )
  18602. 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 )
  18603. 2822.34 s [unison-cli] [ 71 of 162] Compiling Unison.CommandLine.InputPattern ( src/Unison/CommandLine/InputPattern.hs, dist/build/Unison/CommandLine/InputPattern.p_o )
  18604. 2822.34 s [unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning: [GHC-63397] [-Wname-shadowing]
  18605. 2822.34 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  18606. 2822.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
  18607. 2822.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  18608. 2822.34 s [unison-cli] |
  18609. 2822.34 s [unison-cli] 176 | let rem = i - length requiredParams
  18610. 2822.34 s [unison-cli] | ^^^
  18611. 2822.34 s [unison-cli]
  18612. 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 )
  18613. 2822.34 s [unison-cli] [ 73 of 162] Compiling Unison.Cli.Pretty ( src/Unison/Cli/Pretty.hs, dist/build/Unison/Cli/Pretty.p_o )
  18614. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning: [GHC-63397] [-Wname-shadowing]
  18615. 2822.34 s [unison-cli] This binding for ‘name’ shadows the existing binding
  18616. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
  18617. 2822.34 s [unison-cli] |
  18618. 2822.34 s [unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
  18619. 2822.34 s [unison-cli] | ^^^^
  18620. 2822.34 s [unison-cli]
  18621. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning: [GHC-63397] [-Wname-shadowing]
  18622. 2822.34 s [unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
  18623. 2822.34 s [unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
  18624. 2822.34 s [unison-cli] |
  18625. 2822.34 s [unison-cli] 423 | prettyTerm skip n (a, tm) =
  18626. 2822.34 s [unison-cli] | ^^^^^^^^^^
  18627. 2822.34 s [unison-cli]
  18628. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning: [GHC-63397] [-Wname-shadowing]
  18629. 2822.34 s [unison-cli] This binding for ‘wk’ shadows the existing binding
  18630. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
  18631. 2822.34 s [unison-cli] |
  18632. 2822.34 s [unison-cli] 435 | go wk v tm = case wk of
  18633. 2822.34 s [unison-cli] | ^^
  18634. 2822.34 s [unison-cli]
  18635. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning: [GHC-63397] [-Wname-shadowing]
  18636. 2822.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  18637. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
  18638. 2822.34 s [unison-cli] |
  18639. 2822.34 s [unison-cli] 435 | go wk v tm = case wk of
  18640. 2822.34 s [unison-cli] | ^^
  18641. 2822.34 s [unison-cli]
  18642. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning: [GHC-63397] [-Wname-shadowing]
  18643. 2822.34 s [unison-cli] This binding for ‘r’ shadows the existing binding
  18644. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  18645. 2822.34 s [unison-cli] |
  18646. 2822.34 s [unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
  18647. 2822.34 s [unison-cli] | ^
  18648. 2822.34 s [unison-cli]
  18649. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning: [GHC-63397] [-Wname-shadowing]
  18650. 2822.34 s [unison-cli] This binding for ‘n’ shadows the existing binding
  18651. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
  18652. 2822.34 s [unison-cli] |
  18653. 2822.34 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  18654. 2822.34 s [unison-cli] | ^
  18655. 2822.34 s [unison-cli]
  18656. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning: [GHC-63397] [-Wname-shadowing]
  18657. 2822.34 s [unison-cli] This binding for ‘r’ shadows the existing binding
  18658. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  18659. 2822.34 s [unison-cli] |
  18660. 2822.34 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  18661. 2822.34 s [unison-cli] | ^
  18662. 2822.34 s [unison-cli]
  18663. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning: [GHC-63397] [-Wname-shadowing]
  18664. 2822.34 s [unison-cli] This binding for ‘r’ shadows the existing binding
  18665. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
  18666. 2822.34 s [unison-cli] |
  18667. 2822.34 s [unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
  18668. 2822.34 s [unison-cli] | ^
  18669. 2822.34 s [unison-cli]
  18670. 2822.34 s [unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning: [GHC-63397] [-Wname-shadowing]
  18671. 2822.34 s [unison-cli] This binding for ‘n’ shadows the existing binding
  18672. 2822.34 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
  18673. 2822.34 s [unison-cli] |
  18674. 2822.34 s [unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
  18675. 2822.34 s [unison-cli] | ^
  18676. 2822.34 s [unison-cli]
  18677. 2822.34 s [unison-cli] [ 74 of 162] Compiling Unison.CommandLine.Completion ( src/Unison/CommandLine/Completion.hs, dist/build/Unison/CommandLine/Completion.p_o )
  18678. 2822.34 s [unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning: [GHC-63397] [-Wname-shadowing]
  18679. 2822.34 s [unison-cli] This binding for ‘lastArg’ shadows the existing binding
  18680. 2822.34 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
  18681. 2822.34 s [unison-cli] |
  18682. 2822.34 s [unison-cli] 114 | ((cmd : midArgs), lastArg) -> do
  18683. 2822.34 s [unison-cli] | ^^^^^^^
  18684. 2822.34 s [unison-cli]
  18685. 2822.34 s [unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning: [GHC-63397] [-Wname-shadowing]
  18686. 2822.34 s [unison-cli] This binding for ‘contributor’ shadows the existing binding
  18687. 2822.34 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
  18688. 2822.34 s [unison-cli] |
  18689. 2822.34 s [unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
  18690. 2822.34 s [unison-cli] | ^^^^^^^^^^^
  18691. 2822.34 s [unison-cli]
  18692. 2822.34 s [unison-cli] [ 75 of 162] Compiling Unison.CommandLine.InputPatterns ( src/Unison/CommandLine/InputPatterns.hs, dist/build/Unison/CommandLine/InputPatterns.p_o )
  18693. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning: [GHC-63397] [-Wname-shadowing]
  18694. 2822.39 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  18695. 2822.39 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  18696. 2822.39 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  18697. 2822.39 s [unison-cli] |
  18698. 2822.39 s [unison-cli] 674 | let (segment NE.:| tail) = Name.reverseSegments name
  18699. 2822.39 s [unison-cli] | ^^^^
  18700. 2822.39 s [unison-cli]
  18701. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning: [GHC-63397] [-Wname-shadowing]
  18702. 2822.39 s [unison-cli] This binding for ‘file’ shadows the existing binding
  18703. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
  18704. 2822.39 s [unison-cli] |
  18705. 2822.39 s [unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
  18706. 2822.39 s [unison-cli] | ^^^^
  18707. 2822.39 s [unison-cli]
  18708. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning: [GHC-63397] [-Wname-shadowing]
  18709. 2822.39 s [unison-cli] This binding for ‘names’ shadows the existing binding
  18710. 2822.39 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
  18711. 2822.39 s [unison-cli] |
  18712. 2822.39 s [unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
  18713. 2822.39 s [unison-cli] | ^^^^^
  18714. 2822.39 s [unison-cli]
  18715. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning: [GHC-63397] [-Wname-shadowing]
  18716. 2822.39 s [unison-cli] This binding for ‘words’ shadows the existing binding
  18717. 2822.39 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  18718. 2822.39 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  18719. 2822.39 s [unison-cli] |
  18720. 2822.39 s [unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
  18721. 2822.39 s [unison-cli] | ^^^^^
  18722. 2822.39 s [unison-cli]
  18723. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning: [GHC-63397] [-Wname-shadowing]
  18724. 2822.39 s [unison-cli] This binding for ‘words’ shadows the existing binding
  18725. 2822.39 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  18726. 2822.39 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  18727. 2822.39 s [unison-cli] |
  18728. 2822.39 s [unison-cli] 1087 | untokenize words = go (unwords words)
  18729. 2822.39 s [unison-cli] | ^^^^^
  18730. 2822.39 s [unison-cli]
  18731. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning: [GHC-63397] [-Wname-shadowing]
  18732. 2822.39 s [unison-cli] This binding for ‘words’ shadows the existing binding
  18733. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
  18734. 2822.39 s [unison-cli] |
  18735. 2822.39 s [unison-cli] 1089 | go words = case words of
  18736. 2822.39 s [unison-cli] | ^^^^^
  18737. 2822.39 s [unison-cli]
  18738. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning: [GHC-63397] [-Wname-shadowing]
  18739. 2822.39 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  18740. 2822.39 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  18741. 2822.39 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  18742. 2822.39 s [unison-cli] |
  18743. 2822.39 s [unison-cli] 1093 | ("", rem) -> go (dropWhile isSpace rem)
  18744. 2822.39 s [unison-cli] | ^^^
  18745. 2822.39 s [unison-cli]
  18746. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning: [GHC-63397] [-Wname-shadowing]
  18747. 2822.39 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  18748. 2822.39 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  18749. 2822.39 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  18750. 2822.39 s [unison-cli] |
  18751. 2822.39 s [unison-cli] 1094 | (tok, rem) -> tok : go (dropWhile isSpace rem)
  18752. 2822.39 s [unison-cli] | ^^^
  18753. 2822.39 s [unison-cli]
  18754. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning: [GHC-63397] [-Wname-shadowing]
  18755. 2822.39 s [unison-cli] This binding for ‘topic’ shadows the existing binding
  18756. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
  18757. 2822.39 s [unison-cli] |
  18758. 2822.39 s [unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
  18759. 2822.39 s [unison-cli] | ^^^^^
  18760. 2822.39 s [unison-cli]
  18761. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning: [GHC-63397] [-Wname-shadowing]
  18762. 2822.39 s [unison-cli] This binding for ‘cmd’ shadows the existing binding
  18763. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
  18764. 2822.39 s [unison-cli] |
  18765. 2822.39 s [unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
  18766. 2822.39 s [unison-cli] | ^^^
  18767. 2822.39 s [unison-cli]
  18768. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning: [GHC-63397] [-Wname-shadowing]
  18769. 2822.39 s [unison-cli] This binding for ‘patternName’ shadows the existing binding
  18770. 2822.39 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
  18771. 2822.39 s [unison-cli] |
  18772. 2822.39 s [unison-cli] 2969 | input@I.InputPattern {I.patternName, I.aliases} <- validInputs
  18773. 2822.39 s [unison-cli] | ^^^^^^^^^^^^^
  18774. 2822.39 s [unison-cli]
  18775. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning: [GHC-63397] [-Wname-shadowing]
  18776. 2822.39 s [unison-cli] This binding for ‘from’ shadows the existing binding
  18777. 2822.39 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
  18778. 2822.39 s [unison-cli] (and originally defined in ‘Witch.From’)
  18779. 2822.39 s [unison-cli] |
  18780. 2822.39 s [unison-cli] 3184 | [from, to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
  18781. 2822.39 s [unison-cli] | ^^^^
  18782. 2822.39 s [unison-cli]
  18783. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning: [GHC-63397] [-Wname-shadowing]
  18784. 2822.39 s [unison-cli] This binding for ‘input’ shadows the existing binding
  18785. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
  18786. 2822.39 s [unison-cli] |
  18787. 2822.39 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  18788. 2822.39 s [unison-cli] | ^^^^^
  18789. 2822.39 s [unison-cli]
  18790. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning: [GHC-63397] [-Wname-shadowing]
  18791. 2822.39 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  18792. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  18793. 2822.39 s [unison-cli] |
  18794. 2822.39 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  18795. 2822.39 s [unison-cli] | ^^^^^^^^
  18796. 2822.39 s [unison-cli]
  18797. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning: [GHC-63397] [-Wname-shadowing]
  18798. 2822.39 s [unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
  18799. 2822.39 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
  18800. 2822.39 s [unison-cli] |
  18801. 2822.39 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  18802. 2822.39 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
  18803. 2822.39 s [unison-cli]
  18804. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning: [GHC-63397] [-Wname-shadowing]
  18805. 2822.39 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  18806. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  18807. 2822.39 s [unison-cli] |
  18808. 2822.39 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  18809. 2822.39 s [unison-cli] | ^^^^^^^^
  18810. 2822.39 s [unison-cli]
  18811. 2822.39 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning: [GHC-63397] [-Wname-shadowing]
  18812. 2822.39 s [unison-cli] This binding for ‘pp’ shadows the existing binding
  18813. 2822.39 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
  18814. 2822.40 s [unison-cli] |
  18815. 2822.40 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  18816. 2822.40 s [unison-cli] | ^^
  18817. 2822.40 s [unison-cli]
  18818. 2822.40 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning: [GHC-63397] [-Wname-shadowing]
  18819. 2822.40 s [unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
  18820. 2822.40 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
  18821. 2822.40 s [unison-cli] |
  18822. 2822.40 s [unison-cli] 4604 | projectToCompletion =
  18823. 2822.40 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^
  18824. 2822.40 s [unison-cli]
  18825. 2828.98 s [unison-cli] [ 76 of 162] Compiling Unison.CommandLine.OutputMessages ( src/Unison/CommandLine/OutputMessages.hs, dist/build/Unison/CommandLine/OutputMessages.p_o )
  18826. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning: [GHC-63397] [-Wname-shadowing]
  18827. 2829.36 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  18828. 2829.36 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  18829. 2829.36 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  18830. 2829.36 s [unison-cli] |
  18831. 2829.36 s [unison-cli] 294 | History _cap schLength history tail ->
  18832. 2829.36 s [unison-cli] | ^^^^
  18833. 2829.36 s [unison-cli]
  18834. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning: [GHC-63397] [-Wname-shadowing]
  18835. 2829.36 s [unison-cli] This binding for ‘h’ shadows the existing binding
  18836. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
  18837. 2829.36 s [unison-cli] |
  18838. 2829.36 s [unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
  18839. 2829.36 s [unison-cli] | ^
  18840. 2829.36 s [unison-cli]
  18841. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning: [GHC-63397] [-Wname-shadowing]
  18842. 2829.36 s [unison-cli] This binding for ‘dir’ shadows the existing binding
  18843. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
  18844. 2829.36 s [unison-cli] |
  18845. 2829.36 s [unison-cli] 843 | msg dir =
  18846. 2829.36 s [unison-cli] | ^^^
  18847. 2829.36 s [unison-cli]
  18848. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning: [GHC-63397] [-Wname-shadowing]
  18849. 2829.36 s [unison-cli] This binding for ‘entries’ shadows the existing binding
  18850. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
  18851. 2829.36 s [unison-cli] |
  18852. 2829.36 s [unison-cli] 967 | numberedEntries ppe entries =
  18853. 2829.36 s [unison-cli] | ^^^^^^^
  18854. 2829.36 s [unison-cli]
  18855. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning: [GHC-63397] [-Wname-shadowing]
  18856. 2829.36 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  18857. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  18858. 2829.36 s [unison-cli] |
  18859. 2829.36 s [unison-cli] 1164 | aliases ->
  18860. 2829.36 s [unison-cli] | ^^^^^^^
  18861. 2829.36 s [unison-cli]
  18862. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning: [GHC-63397] [-Wname-shadowing]
  18863. 2829.36 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  18864. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  18865. 2829.36 s [unison-cli] |
  18866. 2829.36 s [unison-cli] 1177 | ( \(_name, _ty, aliases) doc ->
  18867. 2829.36 s [unison-cli] | ^^^^^^^
  18868. 2829.36 s [unison-cli]
  18869. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning: [GHC-63397] [-Wname-shadowing]
  18870. 2829.36 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  18871. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  18872. 2829.36 s [unison-cli] |
  18873. 2829.36 s [unison-cli] 1210 | ( \(_name, _ty, aliases) doc ->
  18874. 2829.36 s [unison-cli] | ^^^^^^^
  18875. 2829.36 s [unison-cli]
  18876. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning: [GHC-63397] [-Wname-shadowing]
  18877. 2829.36 s [unison-cli] This binding for ‘old’ shadows the existing binding
  18878. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  18879. 2829.36 s [unison-cli] |
  18880. 2829.36 s [unison-cli] 1299 | ([], old) ->
  18881. 2829.36 s [unison-cli] | ^^^
  18882. 2829.36 s [unison-cli]
  18883. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning: [GHC-63397] [-Wname-shadowing]
  18884. 2829.36 s [unison-cli] This binding for ‘new’ shadows the existing binding
  18885. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  18886. 2829.36 s [unison-cli] |
  18887. 2829.36 s [unison-cli] 1303 | (new, []) ->
  18888. 2829.36 s [unison-cli] | ^^^
  18889. 2829.36 s [unison-cli]
  18890. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning: [GHC-63397] [-Wname-shadowing]
  18891. 2829.36 s [unison-cli] This binding for ‘new’ shadows the existing binding
  18892. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  18893. 2829.36 s [unison-cli] |
  18894. 2829.36 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  18895. 2829.36 s [unison-cli] | ^^^
  18896. 2829.36 s [unison-cli]
  18897. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning: [GHC-63397] [-Wname-shadowing]
  18898. 2829.36 s [unison-cli] This binding for ‘old’ shadows the existing binding
  18899. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  18900. 2829.36 s [unison-cli] |
  18901. 2829.36 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  18902. 2829.36 s [unison-cli] | ^^^
  18903. 2829.36 s [unison-cli]
  18904. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning: [GHC-63397] [-Wname-shadowing]
  18905. 2829.36 s [unison-cli] This binding for ‘head’ shadows the existing binding
  18906. 2829.36 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  18907. 2829.36 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  18908. 2829.36 s [unison-cli] |
  18909. 2829.36 s [unison-cli] 1611 | DumpBitBooster head map ->
  18910. 2829.36 s [unison-cli] | ^^^^
  18911. 2829.36 s [unison-cli]
  18912. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning: [GHC-63397] [-Wname-shadowing]
  18913. 2829.36 s [unison-cli] This binding for ‘map’ shadows the existing binding
  18914. 2829.36 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  18915. 2829.36 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  18916. 2829.36 s [unison-cli] |
  18917. 2829.36 s [unison-cli] 1611 | DumpBitBooster head map ->
  18918. 2829.36 s [unison-cli] | ^^^
  18919. 2829.36 s [unison-cli]
  18920. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning: [GHC-63397] [-Wname-shadowing]
  18921. 2829.36 s [unison-cli] This binding for ‘head’ shadows the existing binding
  18922. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
  18923. 2829.36 s [unison-cli] |
  18924. 2829.36 s [unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
  18925. 2829.36 s [unison-cli] | ^^^^
  18926. 2829.36 s [unison-cli]
  18927. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning: [GHC-63397] [-Wname-shadowing]
  18928. 2829.36 s [unison-cli] This binding for ‘head’ shadows the existing binding
  18929. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
  18930. 2829.36 s [unison-cli] |
  18931. 2829.36 s [unison-cli] 1618 | renderLine head tail =
  18932. 2829.36 s [unison-cli] | ^^^^
  18933. 2829.36 s [unison-cli]
  18934. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning: [GHC-63397] [-Wname-shadowing]
  18935. 2829.36 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  18936. 2829.36 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  18937. 2829.36 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  18938. 2829.36 s [unison-cli] |
  18939. 2829.36 s [unison-cli] 1618 | renderLine head tail =
  18940. 2829.36 s [unison-cli] | ^^^^
  18941. 2829.36 s [unison-cli]
  18942. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning: [GHC-63397] [-Wname-shadowing]
  18943. 2829.36 s [unison-cli] This binding for ‘tip’ shadows the existing binding
  18944. 2829.36 s [unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
  18945. 2829.36 s [unison-cli] (and originally defined
  18946. 2829.36 s [unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
  18947. 2829.36 s [unison-cli] |
  18948. 2829.36 s [unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
  18949. 2829.36 s [unison-cli] | ^^^
  18950. 2829.36 s [unison-cli]
  18951. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning: [GHC-63397] [-Wname-shadowing]
  18952. 2829.36 s [unison-cli] This binding for ‘err’ shadows the existing binding
  18953. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
  18954. 2829.36 s [unison-cli] |
  18955. 2829.36 s [unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
  18956. 2829.36 s [unison-cli] | ^^^
  18957. 2829.36 s [unison-cli]
  18958. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning: [GHC-63397] [-Wname-shadowing]
  18959. 2829.36 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  18960. 2829.36 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  18961. 2829.36 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  18962. 2829.36 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  18963. 2829.36 s [unison-cli] (and originally defined in ‘Witch.From’)
  18964. 2829.36 s [unison-cli] |
  18965. 2829.36 s [unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
  18966. 2829.36 s [unison-cli] | ^^^^
  18967. 2829.36 s [unison-cli]
  18968. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning: [GHC-63397] [-Wname-shadowing]
  18969. 2829.36 s [unison-cli] This binding for ‘names’ shadows the existing binding
  18970. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
  18971. 2829.36 s [unison-cli] |
  18972. 2829.36 s [unison-cli] 2512 | names ->
  18973. 2829.36 s [unison-cli] | ^^^^^
  18974. 2829.36 s [unison-cli]
  18975. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning: [GHC-63397] [-Wname-shadowing]
  18976. 2829.36 s [unison-cli] This binding for ‘value’ shadows the existing binding
  18977. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
  18978. 2829.36 s [unison-cli] |
  18979. 2829.36 s [unison-cli] 2933 | Just value ->
  18980. 2829.36 s [unison-cli] | ^^^^^
  18981. 2829.36 s [unison-cli]
  18982. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning: [GHC-63397] [-Wname-shadowing]
  18983. 2829.36 s [unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
  18984. 2829.36 s [unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
  18985. 2829.36 s [unison-cli] |
  18986. 2829.36 s [unison-cli] 3138 | prettyEntityType = \case
  18987. 2829.36 s [unison-cli] | ^^^^^^^^^^^^^^^^
  18988. 2829.36 s [unison-cli]
  18989. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning: [GHC-63397] [-Wname-shadowing]
  18990. 2829.36 s [unison-cli] This binding for ‘r’ shadows the existing binding
  18991. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
  18992. 2829.36 s [unison-cli] |
  18993. 2829.36 s [unison-cli] 3352 | MissingObject r -> missing n r
  18994. 2829.36 s [unison-cli] | ^
  18995. 2829.36 s [unison-cli]
  18996. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning: [GHC-63397] [-Wname-shadowing]
  18997. 2829.36 s [unison-cli] This binding for ‘r’ shadows the existing binding
  18998. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
  18999. 2829.36 s [unison-cli] |
  19000. 2829.36 s [unison-cli] 3360 | MissingObject r -> missing n r
  19001. 2829.36 s [unison-cli] | ^
  19002. 2829.36 s [unison-cli]
  19003. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning: [GHC-63394] [-Wx-partial]
  19004. 2829.36 s [unison-cli] In the use of ‘head’
  19005. 2829.36 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  19006. 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"."
  19007. 2829.36 s [unison-cli] |
  19008. 2829.36 s [unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
  19009. 2829.36 s [unison-cli] | ^^^^
  19010. 2829.36 s [unison-cli]
  19011. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning: [GHC-63397] [-Wname-shadowing]
  19012. 2829.36 s [unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
  19013. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
  19014. 2829.36 s [unison-cli] |
  19015. 2829.36 s [unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
  19016. 2829.36 s [unison-cli] | ^^^^^^^^^^^^^^^
  19017. 2829.36 s [unison-cli]
  19018. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning: [GHC-63397] [-Wname-shadowing]
  19019. 2829.36 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  19020. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
  19021. 2829.36 s [unison-cli] |
  19022. 2829.36 s [unison-cli] 3770 | termRows terms =
  19023. 2829.36 s [unison-cli] | ^^^^^
  19024. 2829.36 s [unison-cli]
  19025. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning: [GHC-63397] [-Wname-shadowing]
  19026. 2829.36 s [unison-cli] This binding for ‘types’ shadows the existing binding
  19027. 2829.36 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
  19028. 2829.36 s [unison-cli] |
  19029. 2829.36 s [unison-cli] 3775 | typeRows types =
  19030. 2829.36 s [unison-cli] | ^^^^^
  19031. 2829.36 s [unison-cli]
  19032. 2829.36 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning: [GHC-63397] [-Wname-shadowing]
  19033. 2829.36 s [unison-cli] This binding for ‘lefts’ shadows the existing binding
  19034. 2829.36 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  19035. 2829.36 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  19036. 2829.36 s [unison-cli] |
  19037. 2829.36 s [unison-cli] 3942 | buildTable lefts rights =
  19038. 2829.36 s [unison-cli] | ^^^^^
  19039. 2829.36 s [unison-cli]
  19040. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning: [GHC-63397] [-Wname-shadowing]
  19041. 2829.37 s [unison-cli] This binding for ‘rights’ shadows the existing binding
  19042. 2829.37 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  19043. 2829.37 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  19044. 2829.37 s [unison-cli] |
  19045. 2829.37 s [unison-cli] 3942 | buildTable lefts rights =
  19046. 2829.37 s [unison-cli] | ^^^^^^
  19047. 2829.37 s [unison-cli]
  19048. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning: [GHC-63397] [-Wname-shadowing]
  19049. 2829.37 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  19050. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
  19051. 2829.37 s [unison-cli] |
  19052. 2829.37 s [unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
  19053. 2829.37 s [unison-cli] | ^^^^
  19054. 2829.37 s [unison-cli]
  19055. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning: [GHC-63397] [-Wname-shadowing]
  19056. 2829.37 s [unison-cli] This binding for ‘news’ shadows the existing binding
  19057. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
  19058. 2829.37 s [unison-cli] |
  19059. 2829.37 s [unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
  19060. 2829.37 s [unison-cli] | ^^^^
  19061. 2829.37 s [unison-cli]
  19062. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning: [GHC-63397] [-Wname-shadowing]
  19063. 2829.37 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  19064. 2829.37 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  19065. 2829.37 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  19066. 2829.37 s [unison-cli] |
  19067. 2829.37 s [unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
  19068. 2829.37 s [unison-cli] | ^^^^^
  19069. 2829.37 s [unison-cli]
  19070. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning: [GHC-63397] [-Wname-shadowing]
  19071. 2829.37 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  19072. 2829.37 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  19073. 2829.37 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  19074. 2829.37 s [unison-cli] |
  19075. 2829.37 s [unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
  19076. 2829.37 s [unison-cli] | ^^^^^
  19077. 2829.37 s [unison-cli]
  19078. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning: [GHC-63397] [-Wname-shadowing]
  19079. 2829.37 s [unison-cli] This binding for ‘p’ shadows the existing binding
  19080. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  19081. 2829.37 s [unison-cli] |
  19082. 2829.37 s [unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
  19083. 2829.37 s [unison-cli] | ^
  19084. 2829.37 s [unison-cli]
  19085. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning: [GHC-63397] [-Wname-shadowing]
  19086. 2829.37 s [unison-cli] This binding for ‘p’ shadows the existing binding
  19087. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  19088. 2829.37 s [unison-cli] |
  19089. 2829.37 s [unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
  19090. 2829.37 s [unison-cli] | ^
  19091. 2829.37 s [unison-cli]
  19092. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning: [GHC-63397] [-Wname-shadowing]
  19093. 2829.37 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  19094. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
  19095. 2829.37 s [unison-cli] |
  19096. 2829.37 s [unison-cli] 4104 | olds <-
  19097. 2829.37 s [unison-cli] | ^^^^
  19098. 2829.37 s [unison-cli]
  19099. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning: [GHC-63397] [-Wname-shadowing]
  19100. 2829.37 s [unison-cli] This binding for ‘news’ shadows the existing binding
  19101. 2829.37 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
  19102. 2829.37 s [unison-cli] |
  19103. 2829.37 s [unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
  19104. 2829.37 s [unison-cli] | ^^^^
  19105. 2829.37 s [unison-cli]
  19106. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning: [GHC-63397] [-Wname-shadowing]
  19107. 2829.37 s [unison-cli] This binding for ‘prettyType’ shadows the existing binding
  19108. 2829.37 s [unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
  19109. 2829.37 s [unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
  19110. 2829.37 s [unison-cli] |
  19111. 2829.37 s [unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
  19112. 2829.37 s [unison-cli] | ^^^^^^^^^^
  19113. 2829.37 s [unison-cli]
  19114. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning: [GHC-63397] [-Wname-shadowing]
  19115. 2829.37 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  19116. 2829.37 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  19117. 2829.37 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  19118. 2829.37 s [unison-cli] |
  19119. 2829.37 s [unison-cli] 4237 | let lines = Text.lines src
  19120. 2829.37 s [unison-cli] | ^^^^^
  19121. 2829.37 s [unison-cli]
  19122. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning: [GHC-63397] [-Wname-shadowing]
  19123. 2829.37 s [unison-cli] This binding for ‘id’ shadows the existing binding
  19124. 2829.37 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  19125. 2829.37 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  19126. 2829.37 s [unison-cli] |
  19127. 2829.37 s [unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id)) (Term.Text' msg)) =
  19128. 2829.37 s [unison-cli] | ^^
  19129. 2829.37 s [unison-cli]
  19130. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning: [GHC-63397] [-Wname-shadowing]
  19131. 2829.37 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  19132. 2829.37 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  19133. 2829.37 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  19134. 2829.37 s [unison-cli] |
  19135. 2829.37 s [unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
  19136. 2829.37 s [unison-cli] | ^^^^^^^
  19137. 2829.37 s [unison-cli]
  19138. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning: [GHC-63397] [-Wname-shadowing]
  19139. 2829.37 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  19140. 2829.37 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  19141. 2829.37 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  19142. 2829.37 s [unison-cli] |
  19143. 2829.37 s [unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
  19144. 2829.37 s [unison-cli] | ^^^^^^^
  19145. 2829.37 s [unison-cli]
  19146. 2829.37 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning: [GHC-63394] [-Wx-partial]
  19147. 2829.37 s [unison-cli] In the use of ‘head’
  19148. 2829.37 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  19149. 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"."
  19150. 2829.37 s [unison-cli] |
  19151. 2829.37 s [unison-cli] 4673 | secondPath = head rest
  19152. 2829.37 s [unison-cli] | ^^^^
  19153. 2829.37 s [unison-cli]
  19154. 2842.56 s [unison-cli] [ 77 of 162] Compiling Unison.CommandLine.DisplayValues ( src/Unison/CommandLine/DisplayValues.hs, dist/build/Unison/CommandLine/DisplayValues.p_o )
  19155. 2842.58 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  19156. 2842.58 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19157. 2842.58 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
  19158. 2842.58 s [unison-cli] |
  19159. 2842.58 s [unison-cli] 79 | tm <- eval tm'
  19160. 2842.58 s [unison-cli] | ^^
  19161. 2842.58 s [unison-cli]
  19162. 2842.58 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning: [GHC-63397] [-Wname-shadowing]
  19163. 2842.58 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19164. 2842.58 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
  19165. 2842.58 s [unison-cli] |
  19166. 2842.58 s [unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
  19167. 2842.58 s [unison-cli] | ^^
  19168. 2842.58 s [unison-cli]
  19169. 2842.58 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning: [GHC-63397] [-Wname-shadowing]
  19170. 2842.58 s [unison-cli] This binding for ‘initial’ shadows the existing binding
  19171. 2842.58 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
  19172. 2842.58 s [unison-cli] |
  19173. 2842.58 s [unison-cli] 126 | initial <- go initial
  19174. 2842.58 s [unison-cli] | ^^^^^^^
  19175. 2842.58 s [unison-cli]
  19176. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning: [GHC-63397] [-Wname-shadowing]
  19177. 2842.59 s [unison-cli] This binding for ‘afterNl’ shadows the existing binding
  19178. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
  19179. 2842.59 s [unison-cli] |
  19180. 2842.59 s [unison-cli] 127 | afterNl <- go afterNl
  19181. 2842.59 s [unison-cli] | ^^^^^^^
  19182. 2842.59 s [unison-cli]
  19183. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning: [GHC-63397] [-Wname-shadowing]
  19184. 2842.59 s [unison-cli] This binding for ‘p’ shadows the existing binding
  19185. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
  19186. 2842.59 s [unison-cli] |
  19187. 2842.59 s [unison-cli] 128 | p <- go p
  19188. 2842.59 s [unison-cli] | ^
  19189. 2842.59 s [unison-cli]
  19190. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning: [GHC-63397] [-Wname-shadowing]
  19191. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19192. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19193. 2842.59 s [unison-cli] |
  19194. 2842.59 s [unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
  19195. 2842.59 s [unison-cli] | ^^
  19196. 2842.59 s [unison-cli]
  19197. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning: [GHC-63397] [-Wname-shadowing]
  19198. 2842.59 s [unison-cli] This binding for ‘go’ shadows the existing binding
  19199. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  19200. 2842.59 s [unison-cli] |
  19201. 2842.59 s [unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
  19202. 2842.59 s [unison-cli] | ^^
  19203. 2842.59 s [unison-cli]
  19204. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning: [GHC-63397] [-Wname-shadowing]
  19205. 2842.59 s [unison-cli] This binding for ‘go’ shadows the existing binding
  19206. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  19207. 2842.59 s [unison-cli] |
  19208. 2842.59 s [unison-cli] 156 | let go ref =
  19209. 2842.59 s [unison-cli] | ^^
  19210. 2842.59 s [unison-cli]
  19211. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning: [GHC-63397] [-Wname-shadowing]
  19212. 2842.59 s [unison-cli] This binding for ‘go’ shadows the existing binding
  19213. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  19214. 2842.59 s [unison-cli] |
  19215. 2842.59 s [unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
  19216. 2842.59 s [unison-cli] | ^^
  19217. 2842.59 s [unison-cli]
  19218. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning: [GHC-63397] [-Wname-shadowing]
  19219. 2842.59 s [unison-cli] This binding for ‘go’ shadows the existing binding
  19220. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  19221. 2842.59 s [unison-cli] |
  19222. 2842.59 s [unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
  19223. 2842.59 s [unison-cli] | ^^
  19224. 2842.59 s [unison-cli]
  19225. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning: [GHC-63397] [-Wname-shadowing]
  19226. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19227. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19228. 2842.59 s [unison-cli] |
  19229. 2842.59 s [unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm) ->
  19230. 2842.59 s [unison-cli] | ^^
  19231. 2842.59 s [unison-cli]
  19232. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning: [GHC-63397] [-Wname-shadowing]
  19233. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19234. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19235. 2842.59 s [unison-cli] |
  19236. 2842.59 s [unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) ->
  19237. 2842.59 s [unison-cli] | ^^
  19238. 2842.59 s [unison-cli]
  19239. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning: [GHC-63397] [-Wname-shadowing]
  19240. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19241. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19242. 2842.59 s [unison-cli] |
  19243. 2842.59 s [unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) ->
  19244. 2842.59 s [unison-cli] | ^^
  19245. 2842.59 s [unison-cli]
  19246. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning: [GHC-63397] [-Wname-shadowing]
  19247. 2842.59 s [unison-cli] This binding for ‘any’ shadows the existing binding
  19248. 2842.59 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  19249. 2842.59 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  19250. 2842.59 s [unison-cli] |
  19251. 2842.59 s [unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  19252. 2842.59 s [unison-cli] | ^^^
  19253. 2842.59 s [unison-cli]
  19254. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning: [GHC-63397] [-Wname-shadowing]
  19255. 2842.59 s [unison-cli] This binding for ‘any’ shadows the existing binding
  19256. 2842.59 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  19257. 2842.59 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  19258. 2842.59 s [unison-cli] |
  19259. 2842.59 s [unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
  19260. 2842.59 s [unison-cli] | ^^^
  19261. 2842.59 s [unison-cli]
  19262. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning: [GHC-63397] [-Wname-shadowing]
  19263. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19264. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19265. 2842.59 s [unison-cli] |
  19266. 2842.59 s [unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
  19267. 2842.59 s [unison-cli] | ^^
  19268. 2842.59 s [unison-cli]
  19269. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning: [GHC-63397] [-Wname-shadowing]
  19270. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19271. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19272. 2842.59 s [unison-cli] |
  19273. 2842.59 s [unison-cli] 236 | toReferent tm = case tm of
  19274. 2842.59 s [unison-cli] | ^^
  19275. 2842.59 s [unison-cli]
  19276. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning: [GHC-63397] [-Wname-shadowing]
  19277. 2842.59 s [unison-cli] This binding for ‘txt’ shadows the existing binding
  19278. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
  19279. 2842.59 s [unison-cli] |
  19280. 2842.59 s [unison-cli] 274 | txt <- goConsole txt
  19281. 2842.59 s [unison-cli] | ^^^
  19282. 2842.59 s [unison-cli]
  19283. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning: [GHC-63397] [-Wname-shadowing]
  19284. 2842.59 s [unison-cli] This binding for ‘color’ shadows the existing binding
  19285. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
  19286. 2842.59 s [unison-cli] |
  19287. 2842.59 s [unison-cli] 275 | color <- pure $ goColor color
  19288. 2842.59 s [unison-cli] | ^^^^^
  19289. 2842.59 s [unison-cli]
  19290. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning: [GHC-63397] [-Wname-shadowing]
  19291. 2842.59 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19292. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  19293. 2842.59 s [unison-cli] |
  19294. 2842.59 s [unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
  19295. 2842.59 s [unison-cli] | ^^
  19296. 2842.59 s [unison-cli]
  19297. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning: [GHC-63397] [-Wname-shadowing]
  19298. 2842.59 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  19299. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  19300. 2842.59 s [unison-cli] |
  19301. 2842.59 s [unison-cli] 315 | prettyEval terms r = case r of
  19302. 2842.59 s [unison-cli] | ^^^^^
  19303. 2842.59 s [unison-cli]
  19304. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning: [GHC-63397] [-Wname-shadowing]
  19305. 2842.59 s [unison-cli] This binding for ‘r’ shadows the existing binding
  19306. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
  19307. 2842.59 s [unison-cli] |
  19308. 2842.59 s [unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
  19309. 2842.59 s [unison-cli] | ^
  19310. 2842.59 s [unison-cli]
  19311. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning: [GHC-63397] [-Wname-shadowing]
  19312. 2842.59 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  19313. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  19314. 2842.59 s [unison-cli] |
  19315. 2842.59 s [unison-cli] 323 | prettyTerm terms r = case r of
  19316. 2842.59 s [unison-cli] | ^^^^^
  19317. 2842.59 s [unison-cli]
  19318. 2842.59 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning: [GHC-63397] [-Wname-shadowing]
  19319. 2842.59 s [unison-cli] This binding for ‘r’ shadows the existing binding
  19320. 2842.59 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
  19321. 2842.59 s [unison-cli] |
  19322. 2842.59 s [unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
  19323. 2842.59 s [unison-cli] | ^
  19324. 2842.59 s [unison-cli]
  19325. 2843.68 s [unison-cli] [ 78 of 162] Compiling Unison.Cli.Monad ( src/Unison/Cli/Monad.hs, dist/build/Unison/Cli/Monad.p_o )
  19326. 2843.68 s [unison-cli] src/Unison/Cli/Monad.hs:342:6: warning: [GHC-63397] [-Wname-shadowing]
  19327. 2843.68 s [unison-cli] This binding for ‘label’ shadows the existing binding
  19328. 2843.68 s [unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
  19329. 2843.68 s [unison-cli] |
  19330. 2843.68 s [unison-cli] 342 | time label action =
  19331. 2843.68 s [unison-cli] | ^^^^^
  19332. 2843.68 s [unison-cli]
  19333. 2843.68 s [unison-cli] [ 79 of 162] Compiling Unison.Share.SyncV2 ( src/Unison/Share/SyncV2.hs, dist/build/Unison/Share/SyncV2.p_o )
  19334. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning: [GHC-63397] [-Wname-shadowing]
  19335. 2843.68 s [unison-cli] This binding for ‘entityBytes’ shadows the existing binding
  19336. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
  19337. 2843.68 s [unison-cli] |
  19338. 2843.68 s [unison-cli] 322 | unpackEntity entityBytes = do
  19339. 2843.68 s [unison-cli] | ^^^^^^^^^^^
  19340. 2843.68 s [unison-cli]
  19341. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning: [GHC-63397] [-Wname-shadowing]
  19342. 2843.68 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  19343. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
  19344. 2843.68 s [unison-cli] |
  19345. 2843.68 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  19346. 2843.68 s [unison-cli] | ^^^^^^^^
  19347. 2843.68 s [unison-cli]
  19348. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning: [GHC-63397] [-Wname-shadowing]
  19349. 2843.68 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  19350. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
  19351. 2843.68 s [unison-cli] |
  19352. 2843.68 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  19353. 2843.68 s [unison-cli] | ^^^^
  19354. 2843.68 s [unison-cli]
  19355. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning: [GHC-63397] [-Wname-shadowing]
  19356. 2843.68 s [unison-cli] This binding for ‘init’ shadows the existing binding
  19357. 2843.68 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  19358. 2843.68 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  19359. 2843.68 s [unison-cli] |
  19360. 2843.68 s [unison-cli] 507 | (init, entityStream) <- initializeStream setTotal stream
  19361. 2843.68 s [unison-cli] | ^^^^
  19362. 2843.68 s [unison-cli]
  19363. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning: [GHC-63397] [-Wname-shadowing]
  19364. 2843.68 s [unison-cli] This binding for ‘init’ shadows the existing binding
  19365. 2843.68 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  19366. 2843.68 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  19367. 2843.68 s [unison-cli] |
  19368. 2843.68 s [unison-cli] 513 | (streamRemainder, init) <- stream C.$$+ C.headC
  19369. 2843.68 s [unison-cli] | ^^^^
  19370. 2843.68 s [unison-cli]
  19371. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning: [GHC-63397] [-Wname-shadowing]
  19372. 2843.68 s [unison-cli] This binding for ‘total’ shadows the existing binding
  19373. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
  19374. 2843.68 s [unison-cli] |
  19375. 2843.68 s [unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
  19376. 2843.68 s [unison-cli] | ^^^^^
  19377. 2843.68 s [unison-cli]
  19378. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning: [GHC-63397] [-Wname-shadowing]
  19379. 2843.68 s [unison-cli] This binding for ‘total’ shadows the existing binding
  19380. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
  19381. 2843.68 s [unison-cli] |
  19382. 2843.68 s [unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
  19383. 2843.68 s [unison-cli] | ^^^^^
  19384. 2843.68 s [unison-cli]
  19385. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning: [GHC-63397] [-Wname-shadowing]
  19386. 2843.68 s [unison-cli] This binding for ‘action’ shadows the existing binding
  19387. 2843.68 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
  19388. 2843.68 s [unison-cli] |
  19389. 2843.68 s [unison-cli] 679 | withSpinner action = do
  19390. 2843.68 s [unison-cli] | ^^^^^^
  19391. 2843.68 s [unison-cli]
  19392. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning: [GHC-63394] [-Wx-partial]
  19393. 2843.68 s [unison-cli] In the use of ‘head’
  19394. 2843.68 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  19395. 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"."
  19396. 2843.68 s [unison-cli] |
  19397. 2843.68 s [unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
  19398. 2843.68 s [unison-cli] | ^^^^
  19399. 2843.68 s [unison-cli]
  19400. 2843.68 s [unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning: [GHC-63394] [-Wx-partial]
  19401. 2843.68 s [unison-cli] In the use of ‘tail’
  19402. 2843.68 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  19403. 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"."
  19404. 2843.68 s [unison-cli] |
  19405. 2843.68 s [unison-cli] 689 | go spinnerVar (tail spinner)
  19406. 2843.68 s [unison-cli] | ^^^^
  19407. 2843.68 s [unison-cli]
  19408. 2845.87 s [unison-cli] [ 80 of 162] Compiling Unison.Share.Sync ( src/Unison/Share/Sync.hs, dist/build/Unison/Share/Sync.p_o )
  19409. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:582:19: warning: [GHC-63397] [-Wname-shadowing]
  19410. 2845.87 s [unison-cli] This binding for ‘err’ shadows the existing binding
  19411. 2845.87 s [unison-cli] bound at src/Unison/Share/Sync.hs:578:43
  19412. 2845.87 s [unison-cli] |
  19413. 2845.87 s [unison-cli] 582 | err -> Left (SyncError err)
  19414. 2845.87 s [unison-cli] | ^^^
  19415. 2845.87 s [unison-cli]
  19416. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:605:17: warning: [GHC-63397] [-Wname-shadowing]
  19417. 2845.87 s [unison-cli] This binding for ‘hashes0’ shadows the existing binding
  19418. 2845.87 s [unison-cli] bound at src/Unison/Share/Sync.hs:468:40
  19419. 2845.87 s [unison-cli] |
  19420. 2845.87 s [unison-cli] 605 | hashes0 <- readTVar hashesVar
  19421. 2845.87 s [unison-cli] | ^^^^^^^
  19422. 2845.87 s [unison-cli]
  19423. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:651:21: warning: [GHC-63397] [-Wname-shadowing]
  19424. 2845.87 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  19425. 2845.87 s [unison-cli] bound at src/Unison/Share/Sync.hs:643:23
  19426. 2845.87 s [unison-cli] |
  19427. 2845.87 s [unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
  19428. 2845.87 s [unison-cli] | ^^^^
  19429. 2845.87 s [unison-cli]
  19430. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:693:11: warning: [GHC-63397] [-Wname-shadowing]
  19431. 2845.87 s [unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
  19432. 2845.87 s [unison-cli] defined at src/Unison/Share/Sync.hs:689:3
  19433. 2845.87 s [unison-cli] |
  19434. 2845.87 s [unison-cli] 693 | let ( httpGetCausalHashByPath
  19435. 2845.87 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
  19436. 2845.87 s [unison-cli]
  19437. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:694:26: warning: [GHC-63397] [-Wname-shadowing]
  19438. 2845.87 s [unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
  19439. 2845.87 s [unison-cli] defined at src/Unison/Share/Sync.hs:690:3
  19440. 2845.87 s [unison-cli] |
  19441. 2845.87 s [unison-cli] 694 | Servant.:<|> httpDownloadEntities
  19442. 2845.87 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^
  19443. 2845.87 s [unison-cli]
  19444. 2845.87 s [unison-cli] src/Unison/Share/Sync.hs:695:26: warning: [GHC-63397] [-Wname-shadowing]
  19445. 2845.87 s [unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
  19446. 2845.87 s [unison-cli] defined at src/Unison/Share/Sync.hs:691:3
  19447. 2845.87 s [unison-cli] |
  19448. 2845.87 s [unison-cli] 695 | Servant.:<|> httpUploadEntities
  19449. 2845.87 s [unison-cli] | ^^^^^^^^^^^^^^^^^^
  19450. 2845.87 s [unison-cli]
  19451. 2845.87 s [unison-cli] [ 81 of 162] Compiling Unison.Share.HistoryComments ( src/Unison/Share/HistoryComments.hs, dist/build/Unison/Share/HistoryComments.p_o )
  19452. 2845.87 s [unison-cli] [ 82 of 162] Compiling Unison.CommandLine ( src/Unison/CommandLine.hs, dist/build/Unison/CommandLine.p_o )
  19453. 2845.87 s [unison-cli] src/Unison/CommandLine.hs:109:21: warning: [GHC-63397] [-Wname-shadowing]
  19454. 2845.87 s [unison-cli] This binding for ‘arg’ shadows the existing binding
  19455. 2845.87 s [unison-cli] bound at src/Unison/CommandLine.hs:104:27
  19456. 2845.87 s [unison-cli] |
  19457. 2845.87 s [unison-cli] 109 | Left (arg@(InputPattern.NumberedArg n))
  19458. 2845.87 s [unison-cli] | ^^^
  19459. 2845.87 s [unison-cli]
  19460. 2845.87 s [unison-cli] src/Unison/CommandLine.hs:130:19: warning: [GHC-63397] [-Wname-shadowing]
  19461. 2845.87 s [unison-cli] This binding for ‘params’ shadows the existing binding
  19462. 2845.87 s [unison-cli] bound at src/Unison/CommandLine.hs:99:30
  19463. 2845.87 s [unison-cli] |
  19464. 2845.87 s [unison-cli] 130 | Right (rArgs, params) -> Right (reverse rArgs, params)
  19465. 2845.87 s [unison-cli] | ^^^^^^
  19466. 2845.87 s [unison-cli]
  19467. 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 )
  19468. 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 )
  19469. 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 )
  19470. 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 )
  19471. 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 )
  19472. 2845.87 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  19473. 2845.87 s [unison-cli] This binding for ‘req’ shadows the existing binding
  19474. 2845.87 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
  19475. 2845.87 s [unison-cli] |
  19476. 2845.87 s [unison-cli] 137 | getQueryParams req = do
  19477. 2845.87 s [unison-cli] | ^^^
  19478. 2845.87 s [unison-cli]
  19479. 2845.87 s [unison-cli] [ 88 of 162] Compiling Unison.Cli.UpdateUtils ( src/Unison/Cli/UpdateUtils.hs, dist/build/Unison/Cli/UpdateUtils.p_o )
  19480. 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 )
  19481. 2845.87 s [unison-cli] [ 90 of 162] Compiling Unison.LSP.OpenOnShare ( src/Unison/LSP/OpenOnShare.hs, dist/build/Unison/LSP/OpenOnShare.p_o )
  19482. 2845.87 s [unison-cli] [ 91 of 162] Compiling Unison.Cli.MonadUtils ( src/Unison/Cli/MonadUtils.hs, dist/build/Unison/Cli/MonadUtils.p_o )
  19483. 2845.87 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning: [GHC-63397] [-Wname-shadowing]
  19484. 2845.87 s [unison-cli] This binding for ‘b’ shadows the existing binding
  19485. 2845.87 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
  19486. 2845.87 s [unison-cli] |
  19487. 2845.87 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  19488. 2845.87 s [unison-cli] | ^
  19489. 2845.87 s [unison-cli]
  19490. 2845.87 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning: [GHC-63397] [-Wname-shadowing]
  19491. 2845.87 s [unison-cli] This binding for ‘f’ shadows the existing binding
  19492. 2845.87 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
  19493. 2845.87 s [unison-cli] |
  19494. 2845.87 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  19495. 2845.87 s [unison-cli] | ^
  19496. 2845.87 s [unison-cli]
  19497. 2845.87 s [unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning: [GHC-63397] [-Wname-shadowing]
  19498. 2845.87 s [unison-cli] This binding for ‘causalHashId’ shadows the existing binding
  19499. 2845.87 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
  19500. 2845.87 s [unison-cli] |
  19501. 2845.87 s [unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
  19502. 2845.87 s [unison-cli] | ^^^^^^^^^^^^
  19503. 2845.87 s [unison-cli]
  19504. 2845.87 s [unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning: [GHC-63397] [-Wname-shadowing]
  19505. 2845.87 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  19506. 2845.88 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
  19507. 2845.88 s [unison-cli] |
  19508. 2845.88 s [unison-cli] 521 | Just uf ->
  19509. 2845.88 s [unison-cli] | ^^
  19510. 2845.88 s [unison-cli]
  19511. 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 )
  19512. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning: [GHC-63397] [-Wname-shadowing]
  19513. 2845.88 s [unison-cli] This binding for ‘perspective’ shadows the existing binding
  19514. 2845.88 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
  19515. 2845.88 s [unison-cli] |
  19516. 2845.88 s [unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
  19517. 2845.88 s [unison-cli] | ^^^^^^^^^^^
  19518. 2845.88 s [unison-cli]
  19519. 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 )
  19520. 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 )
  19521. 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 )
  19522. 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 )
  19523. 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 )
  19524. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning: [GHC-63397] [-Wname-shadowing]
  19525. 2845.88 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  19526. 2845.88 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
  19527. 2845.88 s [unison-cli] (and originally defined
  19528. 2845.88 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  19529. 2845.88 s [unison-cli] |
  19530. 2845.88 s [unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
  19531. 2845.88 s [unison-cli] | ^^^^^^^^^^^^^^
  19532. 2845.88 s [unison-cli]
  19533. 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 )
  19534. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning: [GHC-63394] [-Wx-partial]
  19535. 2845.88 s [unison-cli] In the use of ‘head’
  19536. 2845.88 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  19537. 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"."
  19538. 2845.88 s [unison-cli] |
  19539. 2845.88 s [unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
  19540. 2845.88 s [unison-cli] | ^^^^
  19541. 2845.88 s [unison-cli]
  19542. 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 )
  19543. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning: [GHC-63397] [-Wname-shadowing]
  19544. 2845.88 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  19545. 2845.88 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
  19546. 2845.88 s [unison-cli] (and originally defined
  19547. 2845.88 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  19548. 2845.88 s [unison-cli] |
  19549. 2845.88 s [unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
  19550. 2845.88 s [unison-cli] | ^^^^^^^^^^^^^^
  19551. 2845.88 s [unison-cli]
  19552. 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 )
  19553. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning: [GHC-63397] [-Wname-shadowing]
  19554. 2845.88 s [unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
  19555. 2845.88 s [unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
  19556. 2845.88 s [unison-cli] |
  19557. 2845.88 s [unison-cli] 332 | getTermAliases existingTerms slurpTerms =
  19558. 2845.88 s [unison-cli] | ^^^^^^^^^^
  19559. 2845.88 s [unison-cli]
  19560. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning: [GHC-63397] [-Wname-shadowing]
  19561. 2845.88 s [unison-cli] This binding for ‘map’ shadows the existing binding
  19562. 2845.88 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
  19563. 2845.88 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  19564. 2845.88 s [unison-cli] |
  19565. 2845.88 s [unison-cli] 481 | Right (nts, resp, map) -> do
  19566. 2845.88 s [unison-cli] | ^^^
  19567. 2845.88 s [unison-cli]
  19568. 2845.88 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning: [GHC-63397] [-Wname-shadowing]
  19569. 2845.88 s [unison-cli] This binding for ‘prof’ shadows the existing binding
  19570. 2845.88 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
  19571. 2845.88 s [unison-cli] |
  19572. 2845.88 s [unison-cli] 486 | Runtime.Profile prof ->
  19573. 2845.88 s [unison-cli] | ^^^^
  19574. 2845.88 s [unison-cli]
  19575. 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 )
  19576. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning: [GHC-63397] [-Wname-shadowing]
  19577. 2846.18 s [unison-cli] This binding for ‘from’ shadows the existing binding
  19578. 2846.18 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
  19579. 2846.18 s [unison-cli] (and originally defined in ‘Witch.From’)
  19580. 2846.18 s [unison-cli] |
  19581. 2846.18 s [unison-cli] 21 | handleHistory resultsCap diffCap from = do
  19582. 2846.18 s [unison-cli] | ^^^^
  19583. 2846.18 s [unison-cli]
  19584. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning: [GHC-63397] [-Wname-shadowing]
  19585. 2846.18 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  19586. 2846.18 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  19587. 2846.18 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  19588. 2846.18 s [unison-cli] |
  19589. 2846.18 s [unison-cli] 46 | Causal.Cons _ _ _ tail -> do
  19590. 2846.18 s [unison-cli] | ^^^^
  19591. 2846.18 s [unison-cli]
  19592. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning: [GHC-63397] [-Wname-shadowing]
  19593. 2846.18 s [unison-cli] This binding for ‘elem’ shadows the existing binding
  19594. 2846.18 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  19595. 2846.18 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  19596. 2846.18 s [unison-cli] |
  19597. 2846.18 s [unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
  19598. 2846.18 s [unison-cli] | ^^^^
  19599. 2846.18 s [unison-cli]
  19600. 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 )
  19601. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning: [GHC-63397] [-Wname-shadowing]
  19602. 2846.18 s [unison-cli] This binding for ‘rules’ shadows the existing binding
  19603. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
  19604. 2846.18 s [unison-cli] |
  19605. 2846.18 s [unison-cli] 61 | go n tm ((r, _) : rules) = case r tm of
  19606. 2846.18 s [unison-cli] | ^^^^^
  19607. 2846.18 s [unison-cli]
  19608. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning: [GHC-63397] [-Wname-shadowing]
  19609. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19610. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
  19611. 2846.18 s [unison-cli] |
  19612. 2846.18 s [unison-cli] 63 | Just tm -> go (n + 1) tm rules
  19613. 2846.18 s [unison-cli] | ^^
  19614. 2846.18 s [unison-cli]
  19615. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning: [GHC-63397] [-Wname-shadowing]
  19616. 2846.18 s [unison-cli] This binding for ‘results’ shadows the existing binding
  19617. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
  19618. 2846.18 s [unison-cli] |
  19619. 2846.18 s [unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  19620. 2846.18 s [unison-cli] | ^^^^^^^
  19621. 2846.18 s [unison-cli]
  19622. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning: [GHC-63397] [-Wname-shadowing]
  19623. 2846.18 s [unison-cli] This binding for ‘results’ shadows the existing binding
  19624. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
  19625. 2846.18 s [unison-cli] |
  19626. 2846.18 s [unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  19627. 2846.18 s [unison-cli] | ^^^^^^^
  19628. 2846.18 s [unison-cli]
  19629. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning: [GHC-63397] [-Wname-shadowing]
  19630. 2846.18 s [unison-cli] This binding for ‘txts’ shadows the existing binding
  19631. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
  19632. 2846.18 s [unison-cli] |
  19633. 2846.18 s [unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
  19634. 2846.18 s [unison-cli] | ^^^^
  19635. 2846.18 s [unison-cli]
  19636. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning: [GHC-63397] [-Wname-shadowing]
  19637. 2846.18 s [unison-cli] This binding for ‘ot’ shadows the existing binding
  19638. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
  19639. 2846.18 s [unison-cli] |
  19640. 2846.18 s [unison-cli] 154 | ot <- case ot of
  19641. 2846.18 s [unison-cli] | ^^
  19642. 2846.18 s [unison-cli]
  19643. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning: [GHC-63397] [-Wname-shadowing]
  19644. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19645. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  19646. 2846.18 s [unison-cli] |
  19647. 2846.18 s [unison-cli] 164 | let extract vs tm = case tm of
  19648. 2846.18 s [unison-cli] | ^^
  19649. 2846.18 s [unison-cli]
  19650. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning: [GHC-63397] [-Wname-shadowing]
  19651. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19652. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
  19653. 2846.18 s [unison-cli] |
  19654. 2846.18 s [unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
  19655. 2846.18 s [unison-cli] | ^^
  19656. 2846.18 s [unison-cli]
  19657. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning: [GHC-63397] [-Wname-shadowing]
  19658. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19659. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  19660. 2846.18 s [unison-cli] |
  19661. 2846.18 s [unison-cli] 179 | extractOuter vs0 tm = case tm of
  19662. 2846.18 s [unison-cli] | ^^
  19663. 2846.18 s [unison-cli]
  19664. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning: [GHC-63397] [-Wname-shadowing]
  19665. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19666. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  19667. 2846.18 s [unison-cli] |
  19668. 2846.18 s [unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
  19669. 2846.18 s [unison-cli] | ^^
  19670. 2846.18 s [unison-cli]
  19671. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  19672. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19673. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  19674. 2846.18 s [unison-cli] |
  19675. 2846.18 s [unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
  19676. 2846.18 s [unison-cli] | ^^
  19677. 2846.18 s [unison-cli]
  19678. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning: [GHC-63397] [-Wname-shadowing]
  19679. 2846.18 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  19680. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  19681. 2846.18 s [unison-cli] |
  19682. 2846.18 s [unison-cli] 182 | tm -> case prepare vs0 tm of
  19683. 2846.18 s [unison-cli] | ^^
  19684. 2846.18 s [unison-cli]
  19685. 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 )
  19686. 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 )
  19687. 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 )
  19688. 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 )
  19689. 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 )
  19690. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning: [GHC-63397] [-Wname-shadowing]
  19691. 2846.18 s [unison-cli] This binding for ‘contents’ shadows the existing binding
  19692. 2846.18 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  19693. 2846.18 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  19694. 2846.18 s [unison-cli] |
  19695. 2846.18 s [unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
  19696. 2846.18 s [unison-cli] | ^^^^^^^^
  19697. 2846.18 s [unison-cli]
  19698. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning: [GHC-63397] [-Wname-shadowing]
  19699. 2846.18 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  19700. 2846.18 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  19701. 2846.18 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  19702. 2846.18 s [unison-cli] |
  19703. 2846.18 s [unison-cli] 50 | annotateRanges txt ranges =
  19704. 2846.18 s [unison-cli] | ^^^^^^
  19705. 2846.18 s [unison-cli]
  19706. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning: [GHC-63397] [-Wname-shadowing]
  19707. 2846.18 s [unison-cli] This binding for ‘start’ shadows the existing binding
  19708. 2846.18 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  19709. 2846.18 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  19710. 2846.18 s [unison-cli] |
  19711. 2846.18 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  19712. 2846.18 s [unison-cli] | ^^^^^
  19713. 2846.18 s [unison-cli]
  19714. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning: [GHC-63397] [-Wname-shadowing]
  19715. 2846.18 s [unison-cli] This binding for ‘end’ shadows the existing binding
  19716. 2846.18 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  19717. 2846.18 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  19718. 2846.18 s [unison-cli] |
  19719. 2846.18 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  19720. 2846.18 s [unison-cli] | ^^^
  19721. 2846.18 s [unison-cli]
  19722. 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 )
  19723. 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 )
  19724. 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 )
  19725. 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 )
  19726. 2846.18 s [unison-cli] [112 of 162] Compiling Unison.Cli.ProjectUtils ( src/Unison/Cli/ProjectUtils.hs, dist/build/Unison/Cli/ProjectUtils.p_o )
  19727. 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 )
  19728. 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 )
  19729. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning: [GHC-63397] [-Wname-shadowing]
  19730. 2846.18 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  19731. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  19732. 2846.18 s [unison-cli] |
  19733. 2846.18 s [unison-cli] 94 | (localProjectAndBranch, localBranchHead) <-
  19734. 2846.18 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  19735. 2846.18 s [unison-cli]
  19736. 2846.18 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning: [GHC-63397] [-Wname-shadowing]
  19737. 2846.18 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  19738. 2846.18 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  19739. 2846.18 s [unison-cli] |
  19740. 2846.18 s [unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
  19741. 2846.18 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  19742. 2846.18 s [unison-cli]
  19743. 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 )
  19744. 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 )
  19745. 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 )
  19746. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning: [GHC-63397] [-Wname-shadowing]
  19747. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19748. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
  19749. 2847.36 s [unison-cli] |
  19750. 2847.36 s [unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
  19751. 2847.36 s [unison-cli] | ^^^^^
  19752. 2847.36 s [unison-cli]
  19753. 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 )
  19754. 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 )
  19755. 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 )
  19756. 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 )
  19757. 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 )
  19758. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning: [GHC-63397] [-Wname-shadowing]
  19759. 2847.36 s [unison-cli] This binding for ‘info’ shadows the existing binding
  19760. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
  19761. 2847.36 s [unison-cli] |
  19762. 2847.36 s [unison-cli] 329 | MergeSource'RemoteLooseCode info ->
  19763. 2847.36 s [unison-cli] | ^^^^
  19764. 2847.36 s [unison-cli]
  19765. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning: [GHC-63397] [-Wname-shadowing]
  19766. 2847.36 s [unison-cli] This binding for ‘env’ shadows the existing binding
  19767. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
  19768. 2847.36 s [unison-cli] |
  19769. 2847.36 s [unison-cli] 350 | env <- ask
  19770. 2847.36 s [unison-cli] | ^^^
  19771. 2847.36 s [unison-cli]
  19772. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning: [GHC-63397] [-Wname-shadowing]
  19773. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19774. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
  19775. 2847.36 s [unison-cli] |
  19776. 2847.36 s [unison-cli] 686 | renderDefns defns = do
  19777. 2847.36 s [unison-cli] | ^^^^^
  19778. 2847.36 s [unison-cli]
  19779. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning: [GHC-63397] [-Wname-shadowing]
  19780. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19781. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
  19782. 2847.36 s [unison-cli] |
  19783. 2847.36 s [unison-cli] 811 | renderDependencies defns dependencies = do
  19784. 2847.36 s [unison-cli] | ^^^^^
  19785. 2847.36 s [unison-cli]
  19786. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning: [GHC-63397] [-Wname-shadowing]
  19787. 2847.36 s [unison-cli] This binding for ‘dependencies’ shadows the existing binding
  19788. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
  19789. 2847.36 s [unison-cli] |
  19790. 2847.36 s [unison-cli] 811 | renderDependencies defns dependencies = do
  19791. 2847.36 s [unison-cli] | ^^^^^^^^^^^^
  19792. 2847.36 s [unison-cli]
  19793. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning: [GHC-63397] [-Wname-shadowing]
  19794. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19795. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
  19796. 2847.36 s [unison-cli] |
  19797. 2847.36 s [unison-cli] 852 | renderDependents defns dependents = do
  19798. 2847.36 s [unison-cli] | ^^^^^
  19799. 2847.36 s [unison-cli]
  19800. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning: [GHC-63397] [-Wname-shadowing]
  19801. 2847.36 s [unison-cli] This binding for ‘dependents’ shadows the existing binding
  19802. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
  19803. 2847.36 s [unison-cli] |
  19804. 2847.36 s [unison-cli] 852 | renderDependents defns dependents = do
  19805. 2847.36 s [unison-cli] | ^^^^^^^^^^
  19806. 2847.36 s [unison-cli]
  19807. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning: [GHC-63397] [-Wname-shadowing]
  19808. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19809. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
  19810. 2847.36 s [unison-cli] |
  19811. 2847.36 s [unison-cli] 890 | renderDefns defns = do
  19812. 2847.36 s [unison-cli] | ^^^^^
  19813. 2847.36 s [unison-cli]
  19814. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning: [GHC-63397] [-Wname-shadowing]
  19815. 2847.36 s [unison-cli] This binding for ‘conflicts’ shadows the existing binding
  19816. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
  19817. 2847.36 s [unison-cli] |
  19818. 2847.36 s [unison-cli] 940 | renderConflicts label conflicts who =
  19819. 2847.36 s [unison-cli] | ^^^^^^^^^
  19820. 2847.36 s [unison-cli]
  19821. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning: [GHC-63397] [-Wname-shadowing]
  19822. 2847.36 s [unison-cli] This binding for ‘unconflicts’ shadows the existing binding
  19823. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
  19824. 2847.36 s [unison-cli] |
  19825. 2847.36 s [unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
  19826. 2847.36 s [unison-cli] | ^^^^^^^^^^^
  19827. 2847.36 s [unison-cli]
  19828. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning: [GHC-63397] [-Wname-shadowing]
  19829. 2847.36 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  19830. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
  19831. 2847.36 s [unison-cli] |
  19832. 2847.36 s [unison-cli] 989 | renderRenames renames = do
  19833. 2847.36 s [unison-cli] | ^^^^^^^
  19834. 2847.36 s [unison-cli]
  19835. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning: [GHC-63397] [-Wname-shadowing]
  19836. 2847.36 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  19837. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
  19838. 2847.36 s [unison-cli] |
  19839. 2847.36 s [unison-cli] 1018 | renderRenames renames = do
  19840. 2847.36 s [unison-cli] | ^^^^^^^
  19841. 2847.36 s [unison-cli]
  19842. 2847.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning: [GHC-63397] [-Wname-shadowing]
  19843. 2847.36 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  19844. 2847.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
  19845. 2847.36 s [unison-cli] |
  19846. 2847.36 s [unison-cli] 1042 | renderDefns defns = do
  19847. 2847.36 s [unison-cli] | ^^^^^
  19848. 2847.36 s [unison-cli]
  19849. 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 )
  19850. 2849.10 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning: [GHC-63397] [-Wname-shadowing]
  19851. 2849.10 s [unison-cli] This binding for ‘abort’ shadows the existing binding
  19852. 2849.10 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
  19853. 2849.10 s [unison-cli] |
  19854. 2849.10 s [unison-cli] 375 | makeDeclUpdates abort = do
  19855. 2849.10 s [unison-cli] | ^^^^^
  19856. 2849.10 s [unison-cli]
  19857. 2849.10 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning: [GHC-63397] [-Wname-shadowing]
  19858. 2849.10 s [unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
  19859. 2849.10 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
  19860. 2849.10 s [unison-cli] |
  19861. 2849.10 s [unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
  19862. 2849.10 s [unison-cli] | ^^^^^^^^^^^^^^^
  19863. 2849.10 s [unison-cli]
  19864. 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 )
  19865. 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 )
  19866. 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 )
  19867. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning: [GHC-63397] [-Wname-shadowing]
  19868. 2851.24 s [unison-cli] This binding for ‘target’ shadows the existing binding
  19869. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  19870. 2851.24 s [unison-cli] |
  19871. 2851.24 s [unison-cli] 171 | ( \defns target ->
  19872. 2851.24 s [unison-cli] | ^^^^^^
  19873. 2851.24 s [unison-cli]
  19874. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  19875. 2851.24 s [unison-cli] This binding for ‘target’ shadows the existing binding
  19876. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  19877. 2851.24 s [unison-cli] |
  19878. 2851.24 s [unison-cli] 181 | in \defns target ->
  19879. 2851.24 s [unison-cli] | ^^^^^^
  19880. 2851.24 s [unison-cli]
  19881. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning: [GHC-63397] [-Wname-shadowing]
  19882. 2851.24 s [unison-cli] This binding for ‘name’ shadows the existing binding
  19883. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
  19884. 2851.24 s [unison-cli] |
  19885. 2851.24 s [unison-cli] 351 | ( \(constructors, terms) name -> \case
  19886. 2851.24 s [unison-cli] | ^^^^
  19887. 2851.24 s [unison-cli]
  19888. 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 )
  19889. 2851.24 s [unison-cli] [128 of 162] Compiling Unison.Cli.NamesUtils ( src/Unison/Cli/NamesUtils.hs, dist/build/Unison/Cli/NamesUtils.p_o )
  19890. 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 )
  19891. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning: [GHC-63397] [-Wname-shadowing]
  19892. 2851.24 s [unison-cli] This binding for ‘tm'’ shadows the existing binding
  19893. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
  19894. 2851.24 s [unison-cli] |
  19895. 2851.24 s [unison-cli] 129 | Right tm' -> do
  19896. 2851.24 s [unison-cli] | ^^^
  19897. 2851.24 s [unison-cli]
  19898. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning: [GHC-63397] [-Wname-shadowing]
  19899. 2851.24 s [unison-cli] This binding for ‘parseNames’ shadows the existing binding
  19900. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
  19901. 2851.24 s [unison-cli] |
  19902. 2851.24 s [unison-cli] 219 | getNameFromCodebase parseNames main = do
  19903. 2851.24 s [unison-cli] | ^^^^^^^^^^
  19904. 2851.24 s [unison-cli]
  19905. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning: [GHC-63397] [-Wname-shadowing]
  19906. 2851.24 s [unison-cli] This binding for ‘element’ shadows the existing binding
  19907. 2851.24 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
  19908. 2851.24 s [unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
  19909. 2851.24 s [unison-cli] |
  19910. 2851.24 s [unison-cli] 237 | element <- case tm of
  19911. 2851.24 s [unison-cli] | ^^^^^^^
  19912. 2851.24 s [unison-cli]
  19913. 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 )
  19914. 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 )
  19915. 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 )
  19916. 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 )
  19917. 2851.24 s [unison-cli] [134 of 162] Compiling Unison.LSP.EditDefinition ( src/Unison/LSP/EditDefinition.hs, dist/build/Unison/LSP/EditDefinition.p_o )
  19918. 2851.24 s [unison-cli] [135 of 162] Compiling Unison.LSP ( src/Unison/LSP.hs, dist/build/Unison/LSP.p_o )
  19919. 2851.24 s [unison-cli] src/Unison/LSP.hs:108:7: warning: [GHC-63397] [-Wname-shadowing]
  19920. 2851.24 s [unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
  19921. 2851.24 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  19922. 2851.24 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
  19923. 2851.24 s [unison-cli] |
  19924. 2851.24 s [unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
  19925. 2851.24 s [unison-cli] | ^^^^^^^^^^^^^^
  19926. 2851.24 s [unison-cli]
  19927. 2851.24 s [unison-cli] src/Unison/LSP.hs:122:15: warning: [GHC-63397] [-Wname-shadowing]
  19928. 2851.24 s [unison-cli] This binding for ‘runServer’ shadows the existing binding
  19929. 2851.24 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  19930. 2851.24 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
  19931. 2851.24 s [unison-cli] |
  19932. 2851.24 s [unison-cli] 122 | ifEnabled runServer = do
  19933. 2851.24 s [unison-cli] | ^^^^^^^^^
  19934. 2851.24 s [unison-cli]
  19935. 2851.24 s [unison-cli] src/Unison/LSP.hs:252:5: warning: [GHC-63397] [-Wname-shadowing]
  19936. 2851.24 s [unison-cli] This binding for ‘toIO’ shadows the existing binding
  19937. 2851.24 s [unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
  19938. 2851.24 s [unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  19939. 2851.24 s [unison-cli] |
  19940. 2851.24 s [unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
  19941. 2851.24 s [unison-cli] | ^^^^
  19942. 2851.24 s [unison-cli]
  19943. 2851.24 s [unison-cli] [136 of 162] Compiling ArgParse ( src/ArgParse.hs, dist/build/ArgParse.p_o )
  19944. 2851.24 s [unison-cli] src/ArgParse.hs:159:19: warning: [GHC-63397] [-Wname-shadowing]
  19945. 2851.24 s [unison-cli] This binding for ‘command’ shadows the existing binding
  19946. 2851.24 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
  19947. 2851.24 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  19948. 2851.24 s [unison-cli] |
  19949. 2851.24 s [unison-cli] 159 | (globalOptions, command) <- customExecParser preferences parserInfo
  19950. 2851.24 s [unison-cli] | ^^^^^^^
  19951. 2851.24 s [unison-cli]
  19952. 2851.24 s [unison-cli] src/ArgParse.hs:204:5: warning: [GHC-63397] [-Wname-shadowing]
  19953. 2851.24 s [unison-cli] This binding for ‘help’ shadows the existing binding
  19954. 2851.24 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  19955. 2851.24 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  19956. 2851.24 s [unison-cli] |
  19957. 2851.24 s [unison-cli] 204 | help =
  19958. 2851.24 s [unison-cli] | ^^^^
  19959. 2851.24 s [unison-cli]
  19960. 2851.24 s [unison-cli] src/ArgParse.hs:212:5: warning: [GHC-63397] [-Wname-shadowing]
  19961. 2851.24 s [unison-cli] This binding for ‘help’ shadows the existing binding
  19962. 2851.24 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  19963. 2851.24 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  19964. 2851.24 s [unison-cli] |
  19965. 2851.24 s [unison-cli] 212 | help =
  19966. 2851.24 s [unison-cli] | ^^^^
  19967. 2851.24 s [unison-cli]
  19968. 2851.24 s [unison-cli] src/ArgParse.hs:220:5: warning: [GHC-63397] [-Wname-shadowing]
  19969. 2851.24 s [unison-cli] This binding for ‘help’ shadows the existing binding
  19970. 2851.24 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  19971. 2851.24 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  19972. 2851.24 s [unison-cli] |
  19973. 2851.24 s [unison-cli] 220 | help =
  19974. 2851.24 s [unison-cli] | ^^^^
  19975. 2851.24 s [unison-cli]
  19976. 2851.24 s [unison-cli] src/ArgParse.hs:228:5: warning: [GHC-63397] [-Wname-shadowing]
  19977. 2851.24 s [unison-cli] This binding for ‘help’ shadows the existing binding
  19978. 2851.24 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  19979. 2851.24 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  19980. 2851.24 s [unison-cli] |
  19981. 2851.24 s [unison-cli] 228 | help =
  19982. 2851.24 s [unison-cli] | ^^^^
  19983. 2851.24 s [unison-cli]
  19984. 2851.24 s [unison-cli] src/ArgParse.hs:486:24: warning: [GHC-63397] [-Wname-shadowing]
  19985. 2851.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  19986. 2851.24 s [unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
  19987. 2851.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  19988. 2851.24 s [unison-cli] |
  19989. 2851.24 s [unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
  19990. 2851.24 s [unison-cli] | ^^^
  19991. 2851.24 s [unison-cli]
  19992. 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 )
  19993. 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 )
  19994. 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 )
  19995. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning: [GHC-63397] [-Wname-shadowing]
  19996. 2851.24 s [unison-cli] This binding for ‘id’ shadows the existing binding
  19997. 2851.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
  19998. 2851.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  19999. 2851.24 s [unison-cli] |
  20000. 2851.24 s [unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
  20001. 2851.24 s [unison-cli] | ^^
  20002. 2851.24 s [unison-cli]
  20003. 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 )
  20004. 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 )
  20005. 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 )
  20006. 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 )
  20007. 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 )
  20008. 2851.24 s [unison-cli] [145 of 162] Compiling Unison.Cli.NameResolutionUtils ( src/Unison/Cli/NameResolutionUtils.hs, dist/build/Unison/Cli/NameResolutionUtils.p_o )
  20009. 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 )
  20010. 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 )
  20011. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning: [GHC-63397] [-Wname-shadowing]
  20012. 2851.24 s [unison-cli] This binding for ‘ppe’ shadows the existing binding
  20013. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
  20014. 2851.24 s [unison-cli] |
  20015. 2851.24 s [unison-cli] 139 | let ppe =
  20016. 2851.24 s [unison-cli] | ^^^
  20017. 2851.24 s [unison-cli]
  20018. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning: [GHC-63397] [-Wname-shadowing]
  20019. 2851.24 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  20020. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
  20021. 2851.24 s [unison-cli] |
  20022. 2851.24 s [unison-cli] 271 | f acc var (_, ref, _, _, _) =
  20023. 2851.24 s [unison-cli] | ^^^
  20024. 2851.24 s [unison-cli]
  20025. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning: [GHC-63397] [-Wname-shadowing]
  20026. 2851.24 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  20027. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
  20028. 2851.24 s [unison-cli] |
  20029. 2851.24 s [unison-cli] 281 | f acc var (ref, decl) =
  20030. 2851.24 s [unison-cli] | ^^^
  20031. 2851.24 s [unison-cli]
  20032. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning: [GHC-63397] [-Wname-shadowing]
  20033. 2851.24 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  20034. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
  20035. 2851.24 s [unison-cli] |
  20036. 2851.24 s [unison-cli] 291 | f acc var (ref, _) =
  20037. 2851.24 s [unison-cli] | ^^^
  20038. 2851.24 s [unison-cli]
  20039. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning: [GHC-63397] [-Wname-shadowing]
  20040. 2851.24 s [unison-cli] This binding for ‘a’ shadows the existing binding
  20041. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
  20042. 2851.24 s [unison-cli] |
  20043. 2851.24 s [unison-cli] 327 | lookupSet :: forall k a. (Ord k) => Map k (NESet a) -> k -> Set a
  20044. 2851.24 s [unison-cli] | ^
  20045. 2851.24 s [unison-cli]
  20046. 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 )
  20047. 2851.24 s [unison-cli] [149 of 162] Compiling Unison.Cli.DownloadUtils ( src/Unison/Cli/DownloadUtils.hs, dist/build/Unison/Cli/DownloadUtils.p_o )
  20048. 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 )
  20049. 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 )
  20050. 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 )
  20051. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning: [GHC-63397] [-Wname-shadowing]
  20052. 2851.24 s [unison-cli] This binding for ‘branch’ shadows the existing binding
  20053. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
  20054. 2851.24 s [unison-cli] |
  20055. 2851.24 s [unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
  20056. 2851.24 s [unison-cli] | ^^^^^^
  20057. 2851.24 s [unison-cli]
  20058. 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 )
  20059. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning: [GHC-63397] [-Wname-shadowing]
  20060. 2851.24 s [unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
  20061. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
  20062. 2851.24 s [unison-cli] |
  20063. 2851.24 s [unison-cli] 98 | let remoteProjectName = remoteProject.projectName
  20064. 2851.24 s [unison-cli] | ^^^^^^^^^^^^^^^^^
  20065. 2851.24 s [unison-cli]
  20066. 2851.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning: [GHC-63397] [-Wname-shadowing]
  20067. 2851.24 s [unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
  20068. 2851.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
  20069. 2851.24 s [unison-cli] |
  20070. 2851.24 s [unison-cli] 99 | let remoteBranchName = defaultBranchName
  20071. 2851.24 s [unison-cli] | ^^^^^^^^^^^^^^^^
  20072. 2851.24 s [unison-cli]
  20073. 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 )
  20074. 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 )
  20075. 2851.33 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning: [GHC-63397] [-Wname-shadowing]
  20076. 2851.34 s [unison-cli] This binding for ‘set’ shadows the existing binding
  20077. 2851.34 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  20078. 2851.34 s [unison-cli] (and originally defined in ‘Control.Lens.Setter’)
  20079. 2851.34 s [unison-cli] |
  20080. 2851.34 s [unison-cli] 351 | set h = State.modify (Set.insert h)
  20081. 2851.34 s [unison-cli] | ^^^
  20082. 2851.34 s [unison-cli]
  20083. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning: [GHC-63397] [-Wname-shadowing]
  20084. 2851.34 s [unison-cli] This binding for ‘h’ shadows the existing binding
  20085. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  20086. 2851.34 s [unison-cli] |
  20087. 2851.34 s [unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
  20088. 2851.34 s [unison-cli] | ^
  20089. 2851.34 s [unison-cli]
  20090. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning: [GHC-63397] [-Wname-shadowing]
  20091. 2851.34 s [unison-cli] This binding for ‘h’ shadows the existing binding
  20092. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  20093. 2851.34 s [unison-cli] |
  20094. 2851.34 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  20095. 2851.34 s [unison-cli] | ^
  20096. 2851.34 s [unison-cli]
  20097. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning: [GHC-63397] [-Wname-shadowing]
  20098. 2851.34 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  20099. 2851.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  20100. 2851.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  20101. 2851.34 s [unison-cli] |
  20102. 2851.34 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  20103. 2851.34 s [unison-cli] | ^^^^
  20104. 2851.34 s [unison-cli]
  20105. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning: [GHC-63397] [-Wname-shadowing]
  20106. 2851.34 s [unison-cli] This binding for ‘h’ shadows the existing binding
  20107. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  20108. 2851.34 s [unison-cli] |
  20109. 2851.34 s [unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
  20110. 2851.34 s [unison-cli] | ^
  20111. 2851.34 s [unison-cli]
  20112. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning: [GHC-63397] [-Wname-shadowing]
  20113. 2851.34 s [unison-cli] This binding for ‘children’ shadows the existing binding
  20114. 2851.34 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  20115. 2851.34 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  20116. 2851.34 s [unison-cli] |
  20117. 2851.34 s [unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
  20118. 2851.34 s [unison-cli] | ^^^^^^^^
  20119. 2851.34 s [unison-cli]
  20120. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning: [GHC-63397] [-Wname-shadowing]
  20121. 2851.34 s [unison-cli] This binding for ‘children’ shadows the existing binding
  20122. 2851.34 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  20123. 2851.34 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  20124. 2851.34 s [unison-cli] |
  20125. 2851.34 s [unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
  20126. 2851.34 s [unison-cli] | ^^^^^^^^
  20127. 2851.34 s [unison-cli]
  20128. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning: [GHC-63397] [-Wname-shadowing]
  20129. 2851.34 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  20130. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
  20131. 2851.34 s [unison-cli] |
  20132. 2851.34 s [unison-cli] 401 | let buildPPED uf tf =
  20133. 2851.34 s [unison-cli] | ^^
  20134. 2851.34 s [unison-cli]
  20135. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning: [GHC-63397] [-Wname-shadowing]
  20136. 2851.34 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  20137. 2851.34 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  20138. 2851.34 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  20139. 2851.34 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  20140. 2851.34 s [unison-cli] (and originally defined in ‘Witch.From’)
  20141. 2851.34 s [unison-cli] |
  20142. 2851.34 s [unison-cli] 528 | HistoryI resultsCap diffCap from -> do
  20143. 2851.34 s [unison-cli] | ^^^^
  20144. 2851.34 s [unison-cli]
  20145. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning: [GHC-63397] [-Wname-shadowing]
  20146. 2851.34 s [unison-cli] This binding for ‘newRoot’ shadows the existing binding
  20147. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
  20148. 2851.34 s [unison-cli] |
  20149. 2851.34 s [unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
  20150. 2851.34 s [unison-cli] | ^^^^^^^
  20151. 2851.34 s [unison-cli]
  20152. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning: [GHC-63397] [-Wname-shadowing]
  20153. 2851.34 s [unison-cli] This binding for ‘exp’ shadows the existing binding
  20154. 2851.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  20155. 2851.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  20156. 2851.34 s [unison-cli] |
  20157. 2851.34 s [unison-cli] 647 | let (exp, sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
  20158. 2851.34 s [unison-cli] | ^^^
  20159. 2851.34 s [unison-cli]
  20160. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning: [GHC-63397] [-Wname-shadowing]
  20161. 2851.34 s [unison-cli] This binding for ‘id’ shadows the existing binding
  20162. 2851.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  20163. 2851.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  20164. 2851.34 s [unison-cli] |
  20165. 2851.34 s [unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
  20166. 2851.34 s [unison-cli] | ^^
  20167. 2851.34 s [unison-cli]
  20168. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning: [GHC-63397] [-Wname-shadowing]
  20169. 2851.34 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  20170. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  20171. 2851.34 s [unison-cli] |
  20172. 2851.34 s [unison-cli] 788 | tgt <- case tgt of
  20173. 2851.34 s [unison-cli] | ^^^
  20174. 2851.34 s [unison-cli]
  20175. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning: [GHC-63397] [-Wname-shadowing]
  20176. 2851.34 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  20177. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  20178. 2851.34 s [unison-cli] |
  20179. 2851.34 s [unison-cli] 790 | Just tgt -> do
  20180. 2851.34 s [unison-cli] | ^^^
  20181. 2851.34 s [unison-cli]
  20182. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning: [GHC-63397] [-Wname-shadowing]
  20183. 2851.34 s [unison-cli] This binding for ‘results’ shadows the existing binding
  20184. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
  20185. 2851.34 s [unison-cli] |
  20186. 2851.34 s [unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
  20187. 2851.34 s [unison-cli] | ^^^^^^^
  20188. 2851.34 s [unison-cli]
  20189. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning: [GHC-63397] [-Wname-shadowing]
  20190. 2851.34 s [unison-cli] This binding for ‘ws’ shadows the existing binding
  20191. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
  20192. 2851.34 s [unison-cli] |
  20193. 2851.34 s [unison-cli] 964 | ":" : ws -> do
  20194. 2851.34 s [unison-cli] | ^^
  20195. 2851.34 s [unison-cli]
  20196. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning: [GHC-63397] [-Wname-shadowing]
  20197. 2851.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  20198. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  20199. 2851.34 s [unison-cli] |
  20200. 2851.34 s [unison-cli] 1005 | evalTerm tm =
  20201. 2851.34 s [unison-cli] | ^^
  20202. 2851.34 s [unison-cli]
  20203. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning: [GHC-63397] [-Wname-shadowing]
  20204. 2851.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  20205. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  20206. 2851.34 s [unison-cli] |
  20207. 2851.34 s [unison-cli] 1010 | Just (_, tm, _) -> pure (Just $ Term.unannotate tm)
  20208. 2851.34 s [unison-cli] | ^^
  20209. 2851.34 s [unison-cli]
  20210. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning: [GHC-63397] [-Wname-shadowing]
  20211. 2851.34 s [unison-cli] This binding for ‘init’ shadows the existing binding
  20212. 2851.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  20213. 2851.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  20214. 2851.34 s [unison-cli] |
  20215. 2851.34 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  20216. 2851.34 s [unison-cli] | ^^^^
  20217. 2851.34 s [unison-cli]
  20218. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning: [GHC-63397] [-Wname-shadowing]
  20219. 2851.34 s [unison-cli] This binding for ‘last’ shadows the existing binding
  20220. 2851.34 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  20221. 2851.34 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  20222. 2851.34 s [unison-cli] |
  20223. 2851.34 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  20224. 2851.34 s [unison-cli] | ^^^^
  20225. 2851.34 s [unison-cli]
  20226. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning: [GHC-63397] [-Wname-shadowing]
  20227. 2851.34 s [unison-cli] This binding for ‘b’ shadows the existing binding
  20228. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
  20229. 2851.34 s [unison-cli] |
  20230. 2851.34 s [unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
  20231. 2851.34 s [unison-cli] | ^
  20232. 2851.34 s [unison-cli]
  20233. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning: [GHC-63397] [-Wname-shadowing]
  20234. 2851.34 s [unison-cli] This binding for ‘score’ shadows the existing binding
  20235. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  20236. 2851.34 s [unison-cli] |
  20237. 2851.34 s [unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  20238. 2851.34 s [unison-cli] | ^^^^^
  20239. 2851.34 s [unison-cli]
  20240. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning: [GHC-63397] [-Wname-shadowing]
  20241. 2851.34 s [unison-cli] This binding for ‘score’ shadows the existing binding
  20242. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  20243. 2851.34 s [unison-cli] |
  20244. 2851.34 s [unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  20245. 2851.34 s [unison-cli] | ^^^^^
  20246. 2851.34 s [unison-cli]
  20247. 2851.34 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning: [GHC-63397] [-Wname-shadowing]
  20248. 2851.34 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  20249. 2851.34 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
  20250. 2851.34 s [unison-cli] |
  20251. 2851.34 s [unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
  20252. 2851.34 s [unison-cli] | ^^
  20253. 2851.34 s [unison-cli]
  20254. 2853.71 s [unison-cli] [156 of 162] Compiling Unison.MCP.Cli ( src/Unison/MCP/Cli.hs, dist/build/Unison/MCP/Cli.p_o )
  20255. 2854.24 s [unison-cli] [157 of 162] Compiling Unison.MCP.Tools ( src/Unison/MCP/Tools.hs, dist/build/Unison/MCP/Tools.p_o )
  20256. 2855.04 s [unison-cli] [158 of 162] Compiling Unison.MCP ( src/Unison/MCP.hs, dist/build/Unison/MCP.p_o )
  20257. 2855.23 s [unison-cli] [159 of 162] Compiling Unison.CommandLine.Main ( src/Unison/CommandLine/Main.hs, dist/build/Unison/CommandLine/Main.p_o )
  20258. 2855.23 s [unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning: [GHC-63397] [-Wname-shadowing]
  20259. 2855.23 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  20260. 2855.23 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  20261. 2855.23 s [unison-cli] |
  20262. 2855.23 s [unison-cli] 289 | Ki.scoped \scope -> do
  20263. 2855.23 s [unison-cli] | ^^^^^
  20264. 2855.23 s [unison-cli]
  20265. 2855.23 s [unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning: [GHC-63397] [-Wname-shadowing]
  20266. 2855.23 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  20267. 2855.23 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  20268. 2855.23 s [unison-cli] |
  20269. 2855.23 s [unison-cli] 358 | Ki.scoped \scope -> do
  20270. 2855.23 s [unison-cli] | ^^^^^
  20271. 2855.23 s [unison-cli]
  20272. 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 )
  20273. 2855.27 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning: [GHC-63397] [-Wname-shadowing]
  20274. 2855.27 s [unison-cli] This binding for ‘action’ shadows the existing binding
  20275. 2855.27 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
  20276. 2855.27 s [unison-cli] |
  20277. 2855.27 s [unison-cli] 175 | withRuntimes action =
  20278. 2855.27 s [unison-cli] | ^^^^^^
  20279. 2855.27 s [unison-cli]
  20280. 2855.27 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning: [GHC-63397] [-Wname-shadowing]
  20281. 2855.27 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  20282. 2855.27 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
  20283. 2855.27 s [unison-cli] |
  20284. 2855.27 s [unison-cli] 353 | Project {projectId, name = projectName} <-
  20285. 2855.27 s [unison-cli] | ^^^^^^^^^^^
  20286. 2855.27 s [unison-cli]
  20287. 2855.27 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning: [GHC-63397] [-Wname-shadowing]
  20288. 2855.27 s [unison-cli] This binding for ‘print’ shadows the existing binding
  20289. 2855.27 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
  20290. 2855.27 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
  20291. 2855.27 s [unison-cli] |
  20292. 2855.27 s [unison-cli] 496 | print o = do
  20293. 2855.27 s [unison-cli] | ^^^^^
  20294. 2855.27 s [unison-cli]
  20295. 2856.10 s [unison-cli] [161 of 162] Compiling Unison.Version ( src/Unison/Version.hs, dist/build/Unison/Version.p_o )
  20296. 2856.10 s [unison-cli] [162 of 162] Compiling Unison.Main ( src/Unison/Main.hs, dist/build/Unison/Main.p_o )
  20297. 2856.13 s [unison-cli] src/Unison/Main.hs:456:17: warning: [GHC-63397] [-Wname-shadowing]
  20298. 2856.13 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  20299. 2856.13 s [unison-cli] bound at src/Unison/Main.hs:510:5
  20300. 2856.13 s [unison-cli] |
  20301. 2856.13 s [unison-cli] 456 | (tmp, cleanup) <- case shouldSaveCodebase of
  20302. 2856.13 s [unison-cli] | ^^^^^^^
  20303. 2856.13 s [unison-cli]
  20304. 2856.13 s [unison-cli] src/Unison/Main.hs:476:19: warning: [GHC-63397] [-Wname-shadowing]
  20305. 2856.13 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  20306. 2856.13 s [unison-cli] bound at src/Unison/Main.hs:510:5
  20307. 2856.13 s [unison-cli] |
  20308. 2856.13 s [unison-cli] 476 | let cleanup = removeDirectoryRecursive path
  20309. 2856.13 s [unison-cli] | ^^^^^^^
  20310. 2856.13 s [unison-cli]
  20311. 2856.14 s [unison-cli] src/Unison/Main.hs:663:5: warning: [GHC-63397] [-Wname-shadowing]
  20312. 2856.14 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  20313. 2856.14 s [unison-cli] bound at src/Unison/Main.hs:661:7
  20314. 2856.14 s [unison-cli] |
  20315. 2856.14 s [unison-cli] 663 | cbInit@(CreatedCodebase, dir, _) -> do
  20316. 2856.14 s [unison-cli] | ^^^^^^
  20317. 2856.14 s [unison-cli]
  20318. 2856.14 s [unison-cli] src/Unison/Main.hs:668:5: warning: [GHC-63397] [-Wname-shadowing]
  20319. 2856.14 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  20320. 2856.14 s [unison-cli] bound at src/Unison/Main.hs:661:7
  20321. 2856.14 s [unison-cli] |
  20322. 2856.14 s [unison-cli] 668 | cbInit@(OpenedCodebase, _, _) ->
  20323. 2856.14 s [unison-cli] | ^^^^^^
  20324. 2856.14 s [unison-cli]
  20325. 2856.14 s [unison-cli] src/Unison/Main.hs:679:29: warning: [GHC-63397] [-Wname-shadowing]
  20326. 2856.14 s [unison-cli] This binding for ‘err’ shadows the existing binding
  20327. 2856.14 s [unison-cli] bound at src/Unison/Main.hs:673:16
  20328. 2856.14 s [unison-cli] |
  20329. 2856.14 s [unison-cli] 679 | InitErrorOpen err ->
  20330. 2856.14 s [unison-cli] | ^^^
  20331. 2856.14 s [unison-cli]
  20332. 2866.24 s [unison-cli] Preprocessing executable 'transcripts' for unison-cli-0.0.0...
  20333. 2866.25 s [unison-cli] Building executable 'transcripts' for unison-cli-0.0.0...
  20334. 2866.57 s [unison-cli] transcripts/Transcripts.hs:120:32: warning: [GHC-63397] [-Wname-shadowing]
  20335. 2866.57 s [unison-cli] This binding for ‘testBuilder’ shadows the existing binding
  20336. 2866.57 s [unison-cli] defined at transcripts/Transcripts.hs:61:1
  20337. 2866.57 s [unison-cli] |
  20338. 2866.57 s [unison-cli] 120 | enumerateTests TestConfig {..} testBuilder files = do
  20339. 2866.57 s [unison-cli] | ^^^^^^^^^^^
  20340. 2866.57 s [unison-cli]
  20341. 2866.57 s [unison-cli] transcripts/Transcripts.hs:141:28: warning: [GHC-63397] [-Wname-shadowing]
  20342. 2866.57 s [unison-cli] This binding for ‘testBuilder’ shadows the existing binding
  20343. 2866.57 s [unison-cli] defined at transcripts/Transcripts.hs:61:1
  20344. 2866.57 s [unison-cli] |
  20345. 2866.57 s [unison-cli] 141 | buildTests TestConfig {..} testBuilder inputDir outputDir = do
  20346. 2866.57 s [unison-cli] | ^^^^^^^^^^^
  20347. 2866.57 s [unison-cli]
  20348. 2872.82 s [unison-cli] Preprocessing test suite 'cli-tests' for unison-cli-0.0.0...
  20349. 2872.83 s [unison-cli] Building test suite 'cli-tests' for unison-cli-0.0.0...
  20350. 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 )
  20351. 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 )
  20352. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:331:41: warning: [GHC-63397] [-Wname-shadowing]
  20353. 2874.14 s [unison-cli] This binding for ‘txt’ shadows the existing binding
  20354. 2874.14 s [unison-cli] bound at tests/Unison/Test/LSP.hs:327:47
  20355. 2874.14 s [unison-cli] |
  20356. 2874.14 s [unison-cli] 331 | extractDelimitedBlocksHelper offset txt = do
  20357. 2874.14 s [unison-cli] | ^^^
  20358. 2874.14 s [unison-cli]
  20359. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:347:42: warning: [GHC-63397] [-Wname-shadowing]
  20360. 2874.14 s [unison-cli] This binding for ‘trm’ shadows the existing binding
  20361. 2874.14 s [unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
  20362. 2874.14 s [unison-cli] |
  20363. 2874.14 s [unison-cli] 347 | & firstJust \(_v, (_fileAnn, trm)) ->
  20364. 2874.14 s [unison-cli] | ^^^
  20365. 2874.14 s [unison-cli]
  20366. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:357:52: warning: [GHC-63397] [-Wname-shadowing]
  20367. 2874.14 s [unison-cli] This binding for ‘trm’ shadows the existing binding
  20368. 2874.14 s [unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
  20369. 2874.14 s [unison-cli] |
  20370. 2874.14 s [unison-cli] 357 | & firstJust \(_fileAnn, _refId, _wk, trm, _typ) ->
  20371. 2874.14 s [unison-cli] | ^^^
  20372. 2874.14 s [unison-cli]
  20373. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:395:42: warning: [GHC-63397] [-Wname-shadowing]
  20374. 2874.14 s [unison-cli] This binding for ‘trm’ shadows the existing binding
  20375. 2874.14 s [unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
  20376. 2874.14 s [unison-cli] |
  20377. 2874.14 s [unison-cli] 395 | & traverse_ \(_fileAnn, _refId, _wk, trm, _typ) ->
  20378. 2874.14 s [unison-cli] | ^^^
  20379. 2874.14 s [unison-cli]
  20380. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:483:13: warning: [GHC-63397] [-Wname-shadowing]
  20381. 2874.14 s [unison-cli] This binding for ‘trm’ shadows the existing binding
  20382. 2874.14 s [unison-cli] defined at tests/Unison/Test/LSP.hs:102:1
  20383. 2874.14 s [unison-cli] |
  20384. 2874.14 s [unison-cli] 483 | [(_a, trm)] -> do
  20385. 2874.14 s [unison-cli] | ^^^
  20386. 2874.14 s [unison-cli]
  20387. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:507:30: warning: [GHC-63397] [-Wname-shadowing]
  20388. 2874.14 s [unison-cli] This binding for ‘diags’ shadows the existing binding
  20389. 2874.14 s [unison-cli] bound at tests/Unison/Test/LSP.hs:503:25
  20390. 2874.14 s [unison-cli] |
  20391. 2874.14 s [unison-cli] 507 | (range@(ann, _src) : rest, diags) ->
  20392. 2874.14 s [unison-cli] | ^^^^^
  20393. 2874.14 s [unison-cli]
  20394. 2874.14 s [unison-cli] tests/Unison/Test/LSP.hs:517:18: warning: [GHC-63397] [-Wname-shadowing]
  20395. 2874.14 s [unison-cli] This binding for ‘diags’ shadows the existing binding
  20396. 2874.14 s [unison-cli] bound at tests/Unison/Test/LSP.hs:507:30
  20397. 2874.14 s [unison-cli] |
  20398. 2874.14 s [unison-cli] 517 | Just (_, diags) -> matchDiagnostics rest diags
  20399. 2874.14 s [unison-cli] | ^^^^^
  20400. 2874.14 s [unison-cli]
  20401. 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 )
  20402. 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 )
  20403. 2875.02 s [unison-cli] tests/Unison/Test/ClearCache.hs:18:44: warning: [GHC-63397] [-Wname-shadowing]
  20404. 2875.02 s [unison-cli] This binding for ‘c’ shadows the existing binding
  20405. 2875.02 s [unison-cli] bound at tests/Unison/Test/ClearCache.hs:17:5
  20406. 2875.02 s [unison-cli] |
  20407. 2875.02 s [unison-cli] 18 | let listWatches = io $ Ucm.lowLevel c \c ->
  20408. 2875.02 s [unison-cli] | ^
  20409. 2875.02 s [unison-cli]
  20410. 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 )
  20411. 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 )
  20412. 2875.58 s [unison-cli] [7 of 7] Linking dist/build/cli-tests/cli-tests
  20413. 2881.09 s [unison-cli] buildPhase completed in 1 minutes 46 seconds
  20414. 2881.09 s [unison-cli] Phase: checkPhase
  20415. 2881.75 s [unison-cli] Running 1 test suites...
  20416. 2881.76 s [unison-cli] Test suite cli-tests: RUNNING...
  20417. 2882.64 s [unison-cli] Randomness seed for this run is 4265759158955760838
  20418. 2882.64 s [unison-cli] Raw test output to follow ...
  20419. 2882.64 s [unison-cli] ------------------------------------------------------------
  20420. 2882.64 s [unison-cli] 🦄 annotations.refs.Binary Op lhs.parsed file
  20421. 2882.64 s [unison-cli] 🦄 annotations.refs.Binary Op lhs.typechecked file
  20422. 2882.64 s [unison-cli] 🦄 annotations.refs.Binary Op rhs.parsed file
  20423. 2882.64 s [unison-cli] 🦄 annotations.refs.Binary Op rhs.typechecked file
  20424. 2882.64 s [unison-cli] 🦄 annotations.refs.Custom Op lhs.parsed file
  20425. 2882.64 s [unison-cli] 🦄 annotations.refs.Custom Op lhs.typechecked file
  20426. 2882.64 s [unison-cli] 🦄 annotations.refs.Simple type annotation on non-typechecking file.parsed file
  20427. 2882.64 s [unison-cli] 🦄 annotations.refs.Simple type annotation on typechecking file.parsed file
  20428. 2882.64 s [unison-cli] 🦄 annotations.refs.Simple type annotation on typechecking file.typechecked file
  20429. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within bindings for do-block elements.parsed file
  20430. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within bindings for do-block elements.typechecked file
  20431. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within bindings for let-block elements.parsed file
  20432. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within bindings for let-block elements.typechecked file
  20433. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within actions for let-block elements.parsed file
  20434. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within actions for let-block elements.typechecked file
  20435. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for blocks with destructuring binds.parsed file
  20436. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for blocks with destructuring binds.typechecked file
  20437. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for destructuring tuples (they have a special parser).parsed file
  20438. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for destructuring tuples (they have a special parser).typechecked file
  20439. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within pattern binds.parsed file
  20440. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations within pattern binds.typechecked file
  20441. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for types with arrows.parsed file
  20442. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for types with arrows.typechecked file
  20443. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for types with effects.parsed file
  20444. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for types with effects.typechecked file
  20445. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for effects themselves.parsed file
  20446. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for effects themselves.typechecked file
  20447. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for types with arrows.parsed file
  20448. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for types with arrows.typechecked file
  20449. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for types with effects.parsed file
  20450. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for types with effects.typechecked file
  20451. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for effects themselves.parsed file
  20452. 2882.64 s [unison-cli] 🦄 (2) annotations.refs.Test annotations for effects themselves.typechecked file
  20453. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for blocks recursive binds.parsed file
  20454. 2882.64 s [unison-cli] 🦄 annotations.refs.Test annotations for blocks recursive binds.typechecked file
  20455. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Simple local binding
  20456. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Simple local bindings within a do block
  20457. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Self recursive function
  20458. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Hover at binding site
  20459. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Correctly handles type parameters at binding site
  20460. 2882.64 s [unison-cli] 🦄 hover.local binding hover types.Correctly handles type parameters at usage site
  20461. 2882.64 s [unison-cli] ✔️ Completed transcript.
  20462. 2882.65 s [unison-cli] 🦄 clearWatchCache.CodebaseFormat2
  20463. 2882.65 s [unison-cli] ✔️ Completed transcript.
  20464. 2882.65 s [unison-cli] 🦄 (2) clearWatchCache.CodebaseFormat2
  20465. 2882.65 s [unison-cli] 🦄 Unison.Cli.Monad.label
  20466. 2882.65 s [unison-cli] 🦄 uriparser.repoPath.project
  20467. 2882.65 s [unison-cli] 🦄 uriparser.repoPath./branch
  20468. 2882.65 s [unison-cli] 🦄 uriparser.repoPath.project/branch
  20469. 2882.65 s [unison-cli] 🦄 uriparser.repoPath..unisonweb.base
  20470. 2882.65 s [unison-cli] 🦄 uriparser.writeRemoteNamespace.project
  20471. 2882.65 s [unison-cli] 🦄 uriparser.writeRemoteNamespace./branch
  20472. 2882.65 s [unison-cli] 🦄 uriparser.writeRemoteNamespace.project/branch
  20473. 2882.65 s [unison-cli] 🦄 uriparser.writeRemoteNamespace..unisonweb.base
  20474. 2882.65 s [unison-cli] ------------------------------------------------------------
  20475. 2882.65 s [unison-cli]
  20476. 2882.65 s [unison-cli]
  20477. 2882.65 s [unison-cli] ✅ 45 tests passed, no failures! 👍 🎉
  20478. 2882.65 s [unison-cli] Test suite cli-tests: PASS
  20479. 2882.65 s [unison-cli] Test suite logged to: dist/test/unison-cli-0.0.0-cli-tests.log
  20480. 2882.65 s [unison-cli] 1 of 1 test suites (1 of 1 test cases) passed.
  20481. 2882.68 s [unison-cli] Phase: haddockPhase
  20482. 2882.89 s [unison-cli] Preprocessing library for unison-cli-0.0.0...
  20483. 2882.91 s [unison-cli] Running Haddock on library for unison-cli-0.0.0...
  20484. 2882.93 s [unison-cli] Warning: The documentation for the following packages are not installed. No
  20485. 2882.93 s [unison-cli] links will be generated to these packages: attoparsec-0.14.4,
  20486. 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,
  20487. 2882.93 s [unison-cli] vector-0.13.2.0
  20488. 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 )
  20489. 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 )
  20490. 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 )
  20491. 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 )
  20492. 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 )
  20493. 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 )
  20494. 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 )
  20495. 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 )
  20496. 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 )
  20497. 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 )
  20498. 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 )
  20499. 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 )
  20500. 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 )
  20501. 2885.01 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:11: warning: [GHC-63397] [-Wname-shadowing]
  20502. 2885.01 s [unison-cli] This binding for ‘id’ shadows the existing binding
  20503. 2885.02 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/AuthorInfo.hs:3:8-40
  20504. 2885.02 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  20505. 2885.02 s [unison-cli] |
  20506. 2885.02 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  20507. 2885.02 s [unison-cli] | ^^
  20508. 2885.02 s [unison-cli]
  20509. 2885.02 s [unison-cli] src/Unison/Codebase/Editor/AuthorInfo.hs:66:15: warning: [GHC-63397] [-Wname-shadowing]
  20510. 2885.02 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  20511. 2885.02 s [unison-cli] bound at src/Unison/Codebase/Editor/AuthorInfo.hs:64:26
  20512. 2885.02 s [unison-cli] |
  20513. 2885.02 s [unison-cli] 66 | [(id, tm, _tp, ())] -> (id, tm)
  20514. 2885.02 s [unison-cli] | ^^
  20515. 2885.02 s [unison-cli]
  20516. 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 )
  20517. 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 )
  20518. 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 )
  20519. 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 )
  20520. 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 )
  20521. 2886.06 s [unison-cli] src/Unison/Codebase/Editor/SlurpComponent.hs:99:11: warning: [GHC-63397] [-Wname-shadowing]
  20522. 2886.06 s [unison-cli] This binding for ‘seenTypes’ shadows the existing binding
  20523. 2886.06 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpComponent.hs:84:5
  20524. 2886.06 s [unison-cli] |
  20525. 2886.06 s [unison-cli] 99 | seenTypes = foldl' typeDeps seen.types tdeps
  20526. 2886.06 s [unison-cli] | ^^^^^^^^^
  20527. 2886.06 s [unison-cli]
  20528. 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 )
  20529. 2886.06 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:203:29: warning: [GHC-63397] [-Wname-shadowing]
  20530. 2886.06 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  20531. 2886.06 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  20532. 2886.06 s [unison-cli] |
  20533. 2886.06 s [unison-cli] 203 | notOks _past _present sr | isOk sr = mempty
  20534. 2886.07 s [unison-cli] | ^^
  20535. 2886.07 s [unison-cli]
  20536. 2886.07 s [unison-cli] src/Unison/Codebase/Editor/SlurpResult.hs:204:27: warning: [GHC-63397] [-Wname-shadowing]
  20537. 2886.07 s [unison-cli] This binding for ‘sr’ shadows the existing binding
  20538. 2886.07 s [unison-cli] bound at src/Unison/Codebase/Editor/SlurpResult.hs:125:19
  20539. 2886.07 s [unison-cli] |
  20540. 2886.07 s [unison-cli] 204 | notOks past present sr =
  20541. 2886.07 s [unison-cli] | ^^
  20542. 2886.07 s [unison-cli]
  20543. 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 )
  20544. 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 )
  20545. 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 )
  20546. 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 )
  20547. 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 )
  20548. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:26: warning: [GHC-63397] [-Wname-shadowing]
  20549. 2886.24 s [unison-cli] This binding for ‘language’ shadows the existing binding
  20550. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:224:1
  20551. 2886.24 s [unison-cli] |
  20552. 2886.24 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  20553. 2886.24 s [unison-cli] | ^^^^^^^^
  20554. 2886.24 s [unison-cli]
  20555. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:145:35: warning: [GHC-63397] [-Wname-shadowing]
  20556. 2886.24 s [unison-cli] This binding for ‘infoTags’ shadows the existing binding
  20557. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:161:1
  20558. 2886.24 s [unison-cli] |
  20559. 2886.24 s [unison-cli] 145 | formatInfoString formatA language infoTags =
  20560. 2886.24 s [unison-cli] | ^^^^^^^^
  20561. 2886.24 s [unison-cli]
  20562. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:34: warning: [GHC-63397] [-Wname-shadowing]
  20563. 2886.24 s [unison-cli] This binding for ‘hidden’ shadows the existing binding
  20564. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:196:1
  20565. 2886.24 s [unison-cli] |
  20566. 2886.24 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  20567. 2886.24 s [unison-cli] | ^^^^^^
  20568. 2886.24 s [unison-cli]
  20569. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:41: warning: [GHC-63397] [-Wname-shadowing]
  20570. 2886.24 s [unison-cli] This binding for ‘expectingError’ shadows the existing binding
  20571. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:206:1
  20572. 2886.24 s [unison-cli] |
  20573. 2886.24 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  20574. 2886.24 s [unison-cli] | ^^^^^^^^^^^^^^
  20575. 2886.24 s [unison-cli]
  20576. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:56: warning: [GHC-63397] [-Wname-shadowing]
  20577. 2886.24 s [unison-cli] This binding for ‘hasBug’ shadows the existing binding
  20578. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:212:1
  20579. 2886.24 s [unison-cli] |
  20580. 2886.24 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  20581. 2886.24 s [unison-cli] | ^^^^^^
  20582. 2886.24 s [unison-cli]
  20583. 2886.24 s [unison-cli] src/Unison/Codebase/Transcript/Parser.hs:150:63: warning: [GHC-63397] [-Wname-shadowing]
  20584. 2886.24 s [unison-cli] This binding for ‘generated’ shadows the existing binding
  20585. 2886.24 s [unison-cli] defined at src/Unison/Codebase/Transcript/Parser.hs:218:1
  20586. 2886.24 s [unison-cli] |
  20587. 2886.24 s [unison-cli] 150 | formatInfoTags formatA (InfoTags hidden expectingError hasBug generated additionalTags) =
  20588. 2886.24 s [unison-cli] | ^^^^^^^^^
  20589. 2886.24 s [unison-cli]
  20590. 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 )
  20591. 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 )
  20592. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:34:39: warning: [GHC-63397] [-Wname-shadowing]
  20593. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20594. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20595. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20596. 2886.24 s [unison-cli] |
  20597. 2886.24 s [unison-cli] 34 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.descend abs seg
  20598. 2886.24 s [unison-cli] | ^^^
  20599. 2886.24 s [unison-cli]
  20600. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:35:37: warning: [GHC-63397] [-Wname-shadowing]
  20601. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20602. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20603. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20604. 2886.24 s [unison-cli] |
  20605. 2886.24 s [unison-cli] 35 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.descend abs seg
  20606. 2886.24 s [unison-cli] | ^^^
  20607. 2886.24 s [unison-cli]
  20608. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:38:39: warning: [GHC-63397] [-Wname-shadowing]
  20609. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20610. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20611. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20612. 2886.24 s [unison-cli] |
  20613. 2886.24 s [unison-cli] 38 | BranchPathInCurrentProject branch abs -> BranchPathInCurrentProject branch $ Path.prefix abs suf
  20614. 2886.24 s [unison-cli] | ^^^
  20615. 2886.24 s [unison-cli]
  20616. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:39:37: warning: [GHC-63397] [-Wname-shadowing]
  20617. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20618. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20619. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20620. 2886.24 s [unison-cli] |
  20621. 2886.24 s [unison-cli] 39 | QualifiedBranchPath proj branch abs -> QualifiedBranchPath proj branch $ Path.prefix abs suf
  20622. 2886.24 s [unison-cli] | ^^^
  20623. 2886.24 s [unison-cli]
  20624. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:42:39: warning: [GHC-63397] [-Wname-shadowing]
  20625. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20626. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20627. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20628. 2886.24 s [unison-cli] |
  20629. 2886.24 s [unison-cli] 42 | BranchPathInCurrentProject branch abs -> first (BranchPathInCurrentProject branch) <$> Path.split abs
  20630. 2886.24 s [unison-cli] | ^^^
  20631. 2886.24 s [unison-cli]
  20632. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:43:37: warning: [GHC-63397] [-Wname-shadowing]
  20633. 2886.24 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  20634. 2886.24 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/BranchRelativePath.hs:1:8-44
  20635. 2886.24 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  20636. 2886.24 s [unison-cli] |
  20637. 2886.24 s [unison-cli] 43 | QualifiedBranchPath proj branch abs -> first (QualifiedBranchPath proj branch) <$> Path.split abs
  20638. 2886.24 s [unison-cli] | ^^^
  20639. 2886.24 s [unison-cli]
  20640. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:134:15: warning: [GHC-63397] [-Wname-shadowing]
  20641. 2886.24 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  20642. 2886.24 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  20643. 2886.24 s [unison-cli] |
  20644. 2886.24 s [unison-cli] 134 | This (projectName, True) -> startingAtBranch (Just projectName)
  20645. 2886.24 s [unison-cli] | ^^^^^^^^^^^
  20646. 2886.24 s [unison-cli]
  20647. 2886.24 s [unison-cli] src/Unison/CommandLine/BranchRelativePath.hs:139:15: warning: [GHC-63397] [-Wname-shadowing]
  20648. 2886.24 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  20649. 2886.24 s [unison-cli] bound at src/Unison/CommandLine/BranchRelativePath.hs:128:5
  20650. 2886.24 s [unison-cli] |
  20651. 2886.24 s [unison-cli] 139 | This (projectName, False) ->
  20652. 2886.24 s [unison-cli] | ^^^^^^^^^^^
  20653. 2886.24 s [unison-cli]
  20654. 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 )
  20655. 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 )
  20656. 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 )
  20657. 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 )
  20658. 2886.88 s [unison-cli] src/Unison/CommandLine/FuzzySelect.hs:118:19: warning: [GHC-63397] [-Wname-shadowing]
  20659. 2886.88 s [unison-cli] This binding for ‘selections’ shadows the existing binding
  20660. 2886.88 s [unison-cli] bound at src/Unison/CommandLine/FuzzySelect.hs:93:18
  20661. 2886.88 s [unison-cli] |
  20662. 2886.88 s [unison-cli] 118 | Right selections ->
  20663. 2886.89 s [unison-cli] | ^^^^^^^^^^
  20664. 2886.89 s [unison-cli]
  20665. 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 )
  20666. 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 )
  20667. 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 )
  20668. 2886.89 s [unison-cli] src/Unison/CommandLine/Welcome.hs:47:8: warning: [GHC-63397] [-Wname-shadowing]
  20669. 2886.89 s [unison-cli] This binding for ‘onboarding’ shadows the existing binding
  20670. 2886.89 s [unison-cli] bound at src/Unison/CommandLine/Welcome.hs:43:27
  20671. 2886.89 s [unison-cli] |
  20672. 2886.89 s [unison-cli] 47 | go onboarding acc =
  20673. 2886.89 s [unison-cli] | ^^^^^^^^^^
  20674. 2886.89 s [unison-cli]
  20675. 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 )
  20676. 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 )
  20677. 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 )
  20678. 2886.89 s [unison-cli] src/Unison/LSP/Types.hs:63:17: warning: [GHC-63397] [-Wname-shadowing]
  20679. 2886.89 s [unison-cli] This binding for ‘log’ shadows the existing binding
  20680. 2886.89 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  20681. 2886.89 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  20682. 2886.89 s [unison-cli] |
  20683. 2886.89 s [unison-cli] 63 | let LogAction log = LSP.defaultClientLogger
  20684. 2886.89 s [unison-cli] | ^^^
  20685. 2886.89 s [unison-cli]
  20686. 2886.90 s [unison-cli] src/Unison/LSP/Types.hs:70:17: warning: [GHC-63397] [-Wname-shadowing]
  20687. 2886.90 s [unison-cli] This binding for ‘log’ shadows the existing binding
  20688. 2886.90 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Types.hs:7:8-23
  20689. 2886.90 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  20690. 2886.90 s [unison-cli] |
  20691. 2886.90 s [unison-cli] 70 | let LogAction log = LSP.defaultClientLogger
  20692. 2886.90 s [unison-cli] | ^^^
  20693. 2886.90 s [unison-cli]
  20694. 2886.90 s [unison-cli] src/Unison/LSP/Types.hs:107:54: warning: [GHC-63397] [-Wname-shadowing]
  20695. 2886.90 s [unison-cli] This binding for ‘a’ shadows the existing binding
  20696. 2886.90 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:19
  20697. 2886.90 s [unison-cli] |
  20698. 2886.90 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  20699. 2886.90 s [unison-cli] | ^
  20700. 2886.90 s [unison-cli]
  20701. 2886.90 s [unison-cli] src/Unison/LSP/Types.hs:107:56: warning: [GHC-63397] [-Wname-shadowing]
  20702. 2886.90 s [unison-cli] This binding for ‘b’ shadows the existing binding
  20703. 2886.90 s [unison-cli] bound at src/Unison/LSP/Types.hs:106:60
  20704. 2886.90 s [unison-cli] |
  20705. 2886.90 s [unison-cli] 107 | CompletionTree (a <> b Cofree.:< Map.unionWith (\a b -> unCompletionTree $ CompletionTree a <> CompletionTree b) subtreeA subtreeB)
  20706. 2886.90 s [unison-cli] | ^
  20707. 2886.91 s [unison-cli]
  20708. 2886.91 s [unison-cli] src/Unison/LSP/Types.hs:225:18: warning: [GHC-63397] [-Wname-shadowing]
  20709. 2886.91 s [unison-cli] This binding for ‘title’ shadows the existing binding
  20710. 2886.91 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20711. 2886.91 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20712. 2886.91 s [unison-cli] |
  20713. 2886.91 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  20714. 2886.91 s [unison-cli] | ^^^^^
  20715. 2886.91 s [unison-cli]
  20716. 2886.91 s [unison-cli] src/Unison/LSP/Types.hs:225:30: warning: [GHC-63397] [-Wname-shadowing]
  20717. 2886.91 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  20718. 2886.91 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20719. 2886.91 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20720. 2886.91 s [unison-cli] |
  20721. 2886.91 s [unison-cli] 225 | rangedCodeAction title diags ranges =
  20722. 2886.91 s [unison-cli] | ^^^^^^
  20723. 2886.91 s [unison-cli]
  20724. 2886.91 s [unison-cli] src/Unison/LSP/Types.hs:240:14: warning: [GHC-63397] [-Wname-shadowing]
  20725. 2886.91 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20726. 2886.91 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20727. 2886.91 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20728. 2886.91 s [unison-cli] |
  20729. 2886.91 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  20730. 2886.92 s [unison-cli] | ^^^
  20731. 2886.92 s [unison-cli]
  20732. 2886.92 s [unison-cli] src/Unison/LSP/Types.hs:240:30: warning: [GHC-63397] [-Wname-shadowing]
  20733. 2886.92 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  20734. 2886.92 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20735. 2886.92 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20736. 2886.92 s [unison-cli] |
  20737. 2886.92 s [unison-cli] 240 | includeEdits uri replacement ranges rca =
  20738. 2886.92 s [unison-cli] | ^^^^^^
  20739. 2886.92 s [unison-cli]
  20740. 2886.92 s [unison-cli] src/Unison/LSP/Types.hs:241:7: warning: [GHC-63397] [-Wname-shadowing]
  20741. 2886.92 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  20742. 2886.92 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20743. 2886.92 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20744. 2886.92 s [unison-cli] |
  20745. 2886.92 s [unison-cli] 241 | let edits = do
  20746. 2886.92 s [unison-cli] | ^^^^^
  20747. 2886.92 s [unison-cli]
  20748. 2886.93 s [unison-cli] src/Unison/LSP/Types.hs:244:7: warning: [GHC-63397] [-Wname-shadowing]
  20749. 2886.93 s [unison-cli] This binding for ‘workspaceEdit’ shadows the existing binding
  20750. 2886.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Types.hs:21:1-33
  20751. 2886.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20752. 2886.93 s [unison-cli] |
  20753. 2886.93 s [unison-cli] 244 | workspaceEdit =
  20754. 2886.93 s [unison-cli] | ^^^^^^^^^^^^^
  20755. 2886.93 s [unison-cli]
  20756. 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 )
  20757. 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 )
  20758. 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 )
  20759. 2886.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  20760. 2886.93 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  20761. 2886.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  20762. 2886.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20763. 2886.93 s [unison-cli] |
  20764. 2886.93 s [unison-cli] 26 | cancel <- atomically $ do
  20765. 2886.93 s [unison-cli] | ^^^^^^
  20766. 2886.93 s [unison-cli]
  20767. 2886.93 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:31:12: warning: [GHC-63397] [-Wname-shadowing]
  20768. 2886.93 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  20769. 2886.93 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  20770. 2886.93 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20771. 2886.94 s [unison-cli] |
  20772. 2886.94 s [unison-cli] 31 | Just cancel -> do
  20773. 2886.94 s [unison-cli] | ^^^^^^
  20774. 2886.94 s [unison-cli]
  20775. 2886.94 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:42:23: warning: [GHC-63397] [-Wname-shadowing]
  20776. 2886.94 s [unison-cli] This binding for ‘message’ shadows the existing binding
  20777. 2886.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  20778. 2886.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20779. 2886.94 s [unison-cli] |
  20780. 2886.94 s [unison-cli] 42 | withDebugging handler message respond = do
  20781. 2886.94 s [unison-cli] | ^^^^^^^
  20782. 2886.94 s [unison-cli]
  20783. 2886.94 s [unison-cli] src/Unison/LSP/HandlerUtils.hs:56:43: warning: [GHC-63397] [-Wname-shadowing]
  20784. 2886.94 s [unison-cli] This binding for ‘message’ shadows the existing binding
  20785. 2886.94 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/HandlerUtils.hs:9:1-40
  20786. 2886.94 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20787. 2886.94 s [unison-cli] |
  20788. 2886.94 s [unison-cli] 56 | withCancellation mayTimeoutMillis handler message respond = do
  20789. 2886.94 s [unison-cli] | ^^^^^^^
  20790. 2886.94 s [unison-cli]
  20791. 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 )
  20792. 2886.94 s [unison-cli] src/Unison/LSP/Diagnostics.hs:41:26: warning: [GHC-63397] [-Wname-shadowing]
  20793. 2886.94 s [unison-cli] This binding for ‘msg’ shadows the existing binding
  20794. 2886.94 s [unison-cli] bound at src/Unison/LSP/Diagnostics.hs:28:34
  20795. 2886.94 s [unison-cli] |
  20796. 2886.94 s [unison-cli] 41 | refs <&> \(msg, range) ->
  20797. 2886.94 s [unison-cli] | ^^^
  20798. 2886.94 s [unison-cli]
  20799. 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 )
  20800. 2886.94 s [unison-cli] src/Unison/LSP/FileAnalysis/UnusedBindings.hs:88:54: warning: [GHC-63397] [-Wname-shadowing]
  20801. 2886.94 s [unison-cli] This binding for ‘guard’ shadows the existing binding
  20802. 2886.94 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/FileAnalysis/UnusedBindings.hs:14:1-21
  20803. 2886.95 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Control.Monad’)
  20804. 2886.95 s [unison-cli] |
  20805. 2886.95 s [unison-cli] 88 | ( \(Term.MatchCase pat guard body) ->
  20806. 2886.95 s [unison-cli] | ^^^^^
  20807. 2886.95 s [unison-cli]
  20808. 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 )
  20809. 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 )
  20810. 2886.95 s [unison-cli] src/Unison/LSP/Commands.hs:24:13: warning: [GHC-63397] [-Wname-shadowing]
  20811. 2886.95 s [unison-cli] This binding for ‘title’ shadows the existing binding
  20812. 2886.95 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20813. 2886.95 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20814. 2886.95 s [unison-cli] |
  20815. 2886.95 s [unison-cli] 24 | replaceText title tr = Command title "replaceText" (Just [Aeson.toJSON tr])
  20816. 2886.95 s [unison-cli] | ^^^^^
  20817. 2886.95 s [unison-cli]
  20818. 2886.95 s [unison-cli] src/Unison/LSP/Commands.hs:35:27: warning: [GHC-63397] [-Wname-shadowing]
  20819. 2886.95 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20820. 2886.95 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20821. 2886.95 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20822. 2886.95 s [unison-cli] |
  20823. 2886.95 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  20824. 2886.95 s [unison-cli] | ^^^^^
  20825. 2886.95 s [unison-cli]
  20826. 2886.95 s [unison-cli] src/Unison/LSP/Commands.hs:35:33: warning: [GHC-63397] [-Wname-shadowing]
  20827. 2886.95 s [unison-cli] This binding for ‘description’ shadows the existing binding
  20828. 2886.95 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20829. 2886.95 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20830. 2886.95 s [unison-cli] |
  20831. 2886.96 s [unison-cli] 35 | toJSON (TextReplacement range description replacementText fileUri) =
  20832. 2886.96 s [unison-cli] | ^^^^^^^^^^^
  20833. 2886.96 s [unison-cli]
  20834. 2886.96 s [unison-cli] src/Unison/LSP/Commands.hs:64:64: warning: [GHC-63397] [-Wname-shadowing]
  20835. 2886.96 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20836. 2886.96 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20837. 2886.96 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20838. 2886.96 s [unison-cli] |
  20839. 2886.96 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  20840. 2886.96 s [unison-cli] | ^^^^^
  20841. 2886.96 s [unison-cli]
  20842. 2886.96 s [unison-cli] src/Unison/LSP/Commands.hs:64:70: warning: [GHC-63397] [-Wname-shadowing]
  20843. 2886.96 s [unison-cli] This binding for ‘description’ shadows the existing binding
  20844. 2886.96 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20845. 2886.96 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20846. 2886.96 s [unison-cli] |
  20847. 2886.97 s [unison-cli] 64 | Just [Aeson.fromJSON -> Aeson.Success (TextReplacement range description replacementText fileUri)] -> do
  20848. 2886.97 s [unison-cli] | ^^^^^^^^^^^
  20849. 2886.97 s [unison-cli]
  20850. 2886.97 s [unison-cli] src/Unison/LSP/Commands.hs:65:15: warning: [GHC-63397] [-Wname-shadowing]
  20851. 2886.97 s [unison-cli] This binding for ‘params’ shadows the existing binding
  20852. 2886.97 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Commands.hs:8:1-33
  20853. 2886.97 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Message.Lens’)
  20854. 2886.97 s [unison-cli] |
  20855. 2886.97 s [unison-cli] 65 | let params =
  20856. 2886.97 s [unison-cli] | ^^^^^^
  20857. 2886.97 s [unison-cli]
  20858. 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 )
  20859. 2886.97 s [unison-cli] src/Unison/LSP/CancelRequest.hs:23:10: warning: [GHC-63397] [-Wname-shadowing]
  20860. 2886.97 s [unison-cli] This binding for ‘cancel’ shadows the existing binding
  20861. 2886.97 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CancelRequest.hs:10:1-40
  20862. 2886.97 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20863. 2886.97 s [unison-cli] |
  20864. 2886.97 s [unison-cli] 23 | Just cancel -> liftIO cancel
  20865. 2886.97 s [unison-cli] | ^^^^^^
  20866. 2886.97 s [unison-cli]
  20867. 2886.97 s [unison-cli] [ 45 of 162] Compiling Unison.LSP.Util.IntersectionMap ( src/Unison/LSP/Util/IntersectionMap.hs, nothing )
  20868. 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 )
  20869. 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 )
  20870. 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 )
  20871. 2886.98 s [unison-cli] src/Unison/LSP/VFS.hs:36:11: warning: [GHC-63397] [-Wname-shadowing]
  20872. 2886.98 s [unison-cli] This binding for ‘vfs’ shadows the existing binding
  20873. 2886.98 s [unison-cli] bound at src/Unison/LSP/VFS.hs:35:25
  20874. 2886.98 s [unison-cli] |
  20875. 2886.98 s [unison-cli] 36 | (!a, !vfs) <- runStateT m vfs
  20876. 2886.98 s [unison-cli] | ^^^
  20877. 2886.98 s [unison-cli]
  20878. 2886.98 s [unison-cli] src/Unison/LSP/VFS.hs:62:21: warning: [GHC-63397] [-Wname-shadowing]
  20879. 2886.98 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20880. 2886.98 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  20881. 2886.98 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20882. 2886.98 s [unison-cli] |
  20883. 2886.98 s [unison-cli] 62 | for_ dirtyUris \uri -> do
  20884. 2886.98 s [unison-cli] | ^^^
  20885. 2886.98 s [unison-cli]
  20886. 2886.98 s [unison-cli] src/Unison/LSP/VFS.hs:77:22: warning: [GHC-63397] [-Wname-shadowing]
  20887. 2886.98 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20888. 2886.98 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  20889. 2886.98 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20890. 2886.98 s [unison-cli] |
  20891. 2886.98 s [unison-cli] 77 | identifierAtPosition uri pos = do
  20892. 2886.98 s [unison-cli] | ^^^
  20893. 2886.98 s [unison-cli]
  20894. 2886.98 s [unison-cli] src/Unison/LSP/VFS.hs:82:27: warning: [GHC-63397] [-Wname-shadowing]
  20895. 2886.98 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20896. 2886.98 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  20897. 2886.98 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20898. 2886.98 s [unison-cli] |
  20899. 2886.98 s [unison-cli] 82 | identifierSplitAtPosition uri pos = do
  20900. 2886.99 s [unison-cli] | ^^^
  20901. 2886.99 s [unison-cli]
  20902. 2886.99 s [unison-cli] src/Unison/LSP/VFS.hs:101:18: warning: [GHC-63397] [-Wname-shadowing]
  20903. 2886.99 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20904. 2886.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/VFS.hs:18:114-125
  20905. 2886.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20906. 2886.99 s [unison-cli] |
  20907. 2886.99 s [unison-cli] 101 | completionPrefix uri pos = do
  20908. 2886.99 s [unison-cli] | ^^^
  20909. 2886.99 s [unison-cli]
  20910. 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 )
  20911. 2886.99 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:197:21: warning: [GHC-63397] [-Wname-shadowing]
  20912. 2886.99 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20913. 2886.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  20914. 2886.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20915. 2886.99 s [unison-cli] |
  20916. 2886.99 s [unison-cli] 197 | getFileDefLocations uri = do
  20917. 2886.99 s [unison-cli] | ^^^
  20918. 2886.99 s [unison-cli]
  20919. 2886.99 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:256:20: warning: [GHC-63397] [-Wname-shadowing]
  20920. 2886.99 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20921. 2886.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  20922. 2886.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20923. 2886.99 s [unison-cli] |
  20924. 2886.99 s [unison-cli] 256 | <&> \range ->
  20925. 2886.99 s [unison-cli] | ^^^^^
  20926. 2886.99 s [unison-cli]
  20927. 2886.99 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:321:21: warning: [GHC-63397] [-Wname-shadowing]
  20928. 2886.99 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  20929. 2886.99 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:296:13
  20930. 2886.99 s [unison-cli] |
  20931. 2886.99 s [unison-cli] 321 | ranges = cycleLocs >>= aToR
  20932. 2886.99 s [unison-cli] | ^^^^^^
  20933. 2886.99 s [unison-cli]
  20934. 2886.99 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:322:18: warning: [GHC-63397] [-Wname-shadowing]
  20935. 2886.99 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20936. 2886.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  20937. 2886.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20938. 2886.99 s [unison-cli] |
  20939. 2886.99 s [unison-cli] 322 | (range, cycleRanges) <- withNeighbours ranges
  20940. 2887.00 s [unison-cli] | ^^^^^
  20941. 2887.00 s [unison-cli]
  20942. 2887.00 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:335:53: warning: [GHC-63397] [-Wname-shadowing]
  20943. 2887.00 s [unison-cli] This binding for ‘cause’ shadows the existing binding
  20944. 2887.00 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:294:52
  20945. 2887.00 s [unison-cli] |
  20946. 2887.00 s [unison-cli] 335 | TypeError.Other e@(Context.ErrorNote {cause}) -> case cause of
  20947. 2887.00 s [unison-cli] | ^^^^^
  20948. 2887.00 s [unison-cli]
  20949. 2887.00 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:374:15: warning: [GHC-63397] [-Wname-shadowing]
  20950. 2887.00 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20951. 2887.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  20952. 2887.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20953. 2887.00 s [unison-cli] |
  20954. 2887.00 s [unison-cli] 374 | range <- ranges
  20955. 2887.00 s [unison-cli] | ^^^^^
  20956. 2887.00 s [unison-cli]
  20957. 2887.00 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:432:14: warning: [GHC-63397] [-Wname-shadowing]
  20958. 2887.00 s [unison-cli] This binding for ‘range’ shadows the existing binding
  20959. 2887.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  20960. 2887.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20961. 2887.00 s [unison-cli] |
  20962. 2887.00 s [unison-cli] 432 | (range, references) <- ranges
  20963. 2887.00 s [unison-cli] | ^^^^^
  20964. 2887.00 s [unison-cli]
  20965. 2887.00 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:461:13: warning: [GHC-63397] [-Wname-shadowing]
  20966. 2887.00 s [unison-cli] This binding for ‘typ’ shadows the existing binding
  20967. 2887.00 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:454:44
  20968. 2887.00 s [unison-cli] |
  20969. 2887.01 s [unison-cli] 461 | typ <- MaybeT . liftIO . Codebase.runTransaction codebase $ Codebase.getTypeOfReferent codebase ref
  20970. 2887.01 s [unison-cli] | ^^^
  20971. 2887.01 s [unison-cli]
  20972. 2887.01 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:477:17: warning: [GHC-63397] [-Wname-shadowing]
  20973. 2887.01 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20974. 2887.01 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  20975. 2887.01 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20976. 2887.01 s [unison-cli] |
  20977. 2887.01 s [unison-cli] 477 | getFileAnalysis uri = do
  20978. 2887.01 s [unison-cli] | ^^^
  20979. 2887.01 s [unison-cli]
  20980. 2887.01 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:512:16: warning: [GHC-63397] [-Wname-shadowing]
  20981. 2887.01 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  20982. 2887.01 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:112-123
  20983. 2887.01 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  20984. 2887.01 s [unison-cli] |
  20985. 2887.01 s [unison-cli] 512 | getFileSummary uri = do
  20986. 2887.01 s [unison-cli] | ^^^
  20987. 2887.01 s [unison-cli]
  20988. 2887.01 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:530:14: warning: [GHC-63397] [-Wname-shadowing]
  20989. 2887.01 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  20990. 2887.01 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:22
  20991. 2887.01 s [unison-cli] |
  20992. 2887.01 s [unison-cli] 530 | (_, Just tf) ->
  20993. 2887.01 s [unison-cli] | ^^
  20994. 2887.01 s [unison-cli]
  20995. 2887.02 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:534:11: warning: [GHC-63397] [-Wname-shadowing]
  20996. 2887.02 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  20997. 2887.02 s [unison-cli] bound at src/Unison/LSP/FileAnalysis.hs:525:19
  20998. 2887.02 s [unison-cli] |
  20999. 2887.02 s [unison-cli] 534 | (Just uf, _) ->
  21000. 2887.02 s [unison-cli] | ^^
  21001. 2887.02 s [unison-cli]
  21002. 2887.02 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:565:17: warning: [GHC-63397] [-Wname-shadowing]
  21003. 2887.02 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21004. 2887.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  21005. 2887.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21006. 2887.02 s [unison-cli] |
  21007. 2887.02 s [unison-cli] 565 | range <- annToRange ann
  21008. 2887.02 s [unison-cli] | ^^^^^
  21009. 2887.02 s [unison-cli]
  21010. 2887.02 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:587:13: warning: [GHC-63397] [-Wname-shadowing]
  21011. 2887.02 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21012. 2887.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  21013. 2887.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21014. 2887.02 s [unison-cli] |
  21015. 2887.02 s [unison-cli] 587 | range <- annToRange ann
  21016. 2887.02 s [unison-cli] | ^^^^^
  21017. 2887.02 s [unison-cli]
  21018. 2887.02 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:588:17: warning: [GHC-63397] [-Wname-shadowing]
  21019. 2887.02 s [unison-cli] This binding for ‘children’ shadows the existing binding
  21020. 2887.02 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  21021. 2887.02 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  21022. 2887.02 s [unison-cli] |
  21023. 2887.03 s [unison-cli] 588 | let children = []
  21024. 2887.03 s [unison-cli] | ^^^^^^^^
  21025. 2887.03 s [unison-cli]
  21026. 2887.03 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:596:13: warning: [GHC-63397] [-Wname-shadowing]
  21027. 2887.03 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21028. 2887.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  21029. 2887.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21030. 2887.03 s [unison-cli] |
  21031. 2887.03 s [unison-cli] 596 | range <- annToRange (DD.annotation decl)
  21032. 2887.03 s [unison-cli] | ^^^^^
  21033. 2887.03 s [unison-cli]
  21034. 2887.03 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:597:17: warning: [GHC-63397] [-Wname-shadowing]
  21035. 2887.03 s [unison-cli] This binding for ‘children’ shadows the existing binding
  21036. 2887.03 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  21037. 2887.03 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  21038. 2887.03 s [unison-cli] |
  21039. 2887.03 s [unison-cli] 597 | let children = declChildren decl
  21040. 2887.03 s [unison-cli] | ^^^^^^^^
  21041. 2887.03 s [unison-cli]
  21042. 2887.03 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:606:13: warning: [GHC-63397] [-Wname-shadowing]
  21043. 2887.03 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21044. 2887.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  21045. 2887.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21046. 2887.03 s [unison-cli] |
  21047. 2887.03 s [unison-cli] 606 | range <- annToRange (DD.annotation decl)
  21048. 2887.03 s [unison-cli] | ^^^^^
  21049. 2887.03 s [unison-cli]
  21050. 2887.04 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:607:17: warning: [GHC-63397] [-Wname-shadowing]
  21051. 2887.04 s [unison-cli] This binding for ‘children’ shadows the existing binding
  21052. 2887.04 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/LSP/FileAnalysis.hs:17:1-19
  21053. 2887.04 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  21054. 2887.04 s [unison-cli] |
  21055. 2887.04 s [unison-cli] 607 | let children = declChildren decl
  21056. 2887.04 s [unison-cli] | ^^^^^^^^
  21057. 2887.04 s [unison-cli]
  21058. 2887.04 s [unison-cli] src/Unison/LSP/FileAnalysis.hs:615:7: warning: [GHC-63397] [-Wname-shadowing]
  21059. 2887.04 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21060. 2887.04 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FileAnalysis.hs:31:94-109
  21061. 2887.04 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21062. 2887.04 s [unison-cli] |
  21063. 2887.04 s [unison-cli] 615 | range <- maybeToList $ annToRange ann
  21064. 2887.04 s [unison-cli] | ^^^^^
  21065. 2887.04 s [unison-cli]
  21066. 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 )
  21067. 2887.43 s [unison-cli] src/Unison/LSP/Queries.hs:86:5: warning: [GHC-63397] [-Wname-shadowing]
  21068. 2887.43 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  21069. 2887.43 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Queries.hs:49:1-21
  21070. 2887.43 s [unison-cli] |
  21071. 2887.43 s [unison-cli] 86 | hoistMaybe = MaybeT . pure
  21072. 2887.43 s [unison-cli] | ^^^^^^^^^^
  21073. 2887.43 s [unison-cli]
  21074. 2887.44 s [unison-cli] src/Unison/LSP/Queries.hs:211:39: warning: [GHC-63397] [-Wname-shadowing]
  21075. 2887.44 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  21076. 2887.44 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  21077. 2887.44 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  21078. 2887.44 s [unison-cli] |
  21079. 2887.44 s [unison-cli] 211 | findSmallestEnclosingNodeMatching pos pred term
  21080. 2887.44 s [unison-cli] | ^^^^
  21081. 2887.44 s [unison-cli]
  21082. 2887.44 s [unison-cli] src/Unison/LSP/Queries.hs:282:5: warning: [GHC-63397] [-Wname-shadowing]
  21083. 2887.44 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  21084. 2887.44 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  21085. 2887.44 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  21086. 2887.44 s [unison-cli] |
  21087. 2887.44 s [unison-cli] 282 | ann = getTermSpanAnn term
  21088. 2887.44 s [unison-cli] | ^^^
  21089. 2887.44 s [unison-cli]
  21090. 2887.44 s [unison-cli] src/Unison/LSP/Queries.hs:303:42: warning: [GHC-63397] [-Wname-shadowing]
  21091. 2887.44 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  21092. 2887.44 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  21093. 2887.44 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  21094. 2887.44 s [unison-cli] |
  21095. 2887.44 s [unison-cli] 303 | findSmallestEnclosingPatternMatching pos pred pat
  21096. 2887.44 s [unison-cli] | ^^^^
  21097. 2887.44 s [unison-cli]
  21098. 2887.44 s [unison-cli] src/Unison/LSP/Queries.hs:353:39: warning: [GHC-63397] [-Wname-shadowing]
  21099. 2887.44 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  21100. 2887.44 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  21101. 2887.45 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  21102. 2887.45 s [unison-cli] |
  21103. 2887.45 s [unison-cli] 353 | findSmallestEnclosingTypeMatching pos pred typ
  21104. 2887.45 s [unison-cli] | ^^^^
  21105. 2887.45 s [unison-cli]
  21106. 2887.45 s [unison-cli] src/Unison/LSP/Queries.hs:407:47: warning: [GHC-63397] [-Wname-shadowing]
  21107. 2887.45 s [unison-cli] This binding for ‘pred’ shadows the existing binding
  21108. 2887.45 s [unison-cli] imported from ‘Prelude’ at src/Unison/LSP/Queries.hs:4:8-25
  21109. 2887.45 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Enum’)
  21110. 2887.45 s [unison-cli] |
  21111. 2887.45 s [unison-cli] 407 | nodeAtPositionMatching uri (lspToUPos -> pos) pred = do
  21112. 2887.45 s [unison-cli] | ^^^^
  21113. 2887.45 s [unison-cli]
  21114. 2887.45 s [unison-cli] src/Unison/LSP/Queries.hs:422:21: warning: [GHC-63397] [-Wname-shadowing]
  21115. 2887.45 s [unison-cli] This binding for ‘ann’ shadows the existing binding
  21116. 2887.45 s [unison-cli] imported from ‘Unison.Syntax.Parser’ at src/Unison/LSP/Queries.hs:58:30-32
  21117. 2887.45 s [unison-cli] (and originally defined in ‘Unison.Parser.Ann’)
  21118. 2887.45 s [unison-cli] |
  21119. 2887.45 s [unison-cli] 422 | Ann.GeneratedFrom ann -> annIsFilePosition ann
  21120. 2887.45 s [unison-cli] | ^^^
  21121. 2887.45 s [unison-cli]
  21122. 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 )
  21123. 2887.79 s [unison-cli] src/Unison/LSP/Hover.hs:50:11: warning: [GHC-63397] [-Wname-shadowing]
  21124. 2887.79 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  21125. 2887.79 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  21126. 2887.79 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21127. 2887.79 s [unison-cli] |
  21128. 2887.79 s [unison-cli] 50 | hoverInfo uri pos =
  21129. 2887.80 s [unison-cli] | ^^^
  21130. 2887.80 s [unison-cli]
  21131. 2887.80 s [unison-cli] src/Unison/LSP/Hover.hs:64:30: warning: [GHC-63397] [-Wname-shadowing]
  21132. 2887.80 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  21133. 2887.80 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  21134. 2887.80 s [unison-cli] |
  21135. 2887.80 s [unison-cli] 64 | LD.TypeReference ref -> PPE.typeName unsuffixifiedPPE ref
  21136. 2887.80 s [unison-cli] | ^^^
  21137. 2887.80 s [unison-cli]
  21138. 2887.80 s [unison-cli] src/Unison/LSP/Hover.hs:65:29: warning: [GHC-63397] [-Wname-shadowing]
  21139. 2887.80 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  21140. 2887.80 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  21141. 2887.80 s [unison-cli] |
  21142. 2887.80 s [unison-cli] 65 | LD.TermReferent ref -> PPE.termName unsuffixifiedPPE ref
  21143. 2887.80 s [unison-cli] | ^^^
  21144. 2887.80 s [unison-cli]
  21145. 2887.80 s [unison-cli] src/Unison/LSP/Hover.hs:95:28: warning: [GHC-63397] [-Wname-shadowing]
  21146. 2887.80 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  21147. 2887.80 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  21148. 2887.80 s [unison-cli] |
  21149. 2887.80 s [unison-cli] 95 | LD.TypeReference ref@(Reference.DerivedId refId) -> do
  21150. 2887.81 s [unison-cli] | ^^^
  21151. 2887.81 s [unison-cli]
  21152. 2887.81 s [unison-cli] src/Unison/LSP/Hover.hs:102:27: warning: [GHC-63397] [-Wname-shadowing]
  21153. 2887.81 s [unison-cli] This binding for ‘ref’ shadows the existing binding
  21154. 2887.81 s [unison-cli] bound at src/Unison/LSP/Hover.hs:60:7
  21155. 2887.81 s [unison-cli] |
  21156. 2887.81 s [unison-cli] 102 | LD.TermReferent ref -> do
  21157. 2887.81 s [unison-cli] | ^^^
  21158. 2887.81 s [unison-cli]
  21159. 2887.81 s [unison-cli] src/Unison/LSP/Hover.hs:108:32: warning: [GHC-63397] [-Wname-shadowing]
  21160. 2887.81 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21161. 2887.81 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  21162. 2887.81 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21163. 2887.81 s [unison-cli] |
  21164. 2887.81 s [unison-cli] 108 | renderTypeSigForHover pped name typ =
  21165. 2887.81 s [unison-cli] | ^^^^
  21166. 2887.81 s [unison-cli]
  21167. 2887.81 s [unison-cli] src/Unison/LSP/Hover.hs:138:40: warning: [GHC-63397] [-Wname-shadowing]
  21168. 2887.81 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21169. 2887.81 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Hover.hs:7:1-33
  21170. 2887.81 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21171. 2887.81 s [unison-cli] |
  21172. 2887.81 s [unison-cli] 138 | (Symbol.Symbol _ (Var.User name)) -> name
  21173. 2887.81 s [unison-cli] | ^^^^
  21174. 2887.81 s [unison-cli]
  21175. 2887.81 s [unison-cli] src/Unison/LSP/Hover.hs:143:5: warning: [GHC-63397] [-Wname-shadowing]
  21176. 2887.81 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  21177. 2887.82 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/Hover.hs:20:1-21
  21178. 2887.82 s [unison-cli] |
  21179. 2887.82 s [unison-cli] 143 | hoistMaybe = MaybeT . pure
  21180. 2887.82 s [unison-cli] | ^^^^^^^^^^
  21181. 2887.82 s [unison-cli]
  21182. 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 )
  21183. 2887.98 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:23:5: warning: [GHC-63397] [-Wname-shadowing]
  21184. 2887.98 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  21185. 2887.98 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21186. 2887.98 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21187. 2887.98 s [unison-cli] |
  21188. 2887.98 s [unison-cli] 23 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  21189. 2887.98 s [unison-cli] | ^^^^^^^^^^^
  21190. 2887.98 s [unison-cli]
  21191. 2887.98 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:25:9: warning: [GHC-63397] [-Wname-shadowing]
  21192. 2887.98 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  21193. 2887.98 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21194. 2887.98 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21195. 2887.98 s [unison-cli] |
  21196. 2887.99 s [unison-cli] 25 | let targetUri = m ^. params . textDocument . uri
  21197. 2887.99 s [unison-cli] | ^^^^^^^^^
  21198. 2887.99 s [unison-cli]
  21199. 2887.99 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:34:5: warning: [GHC-63397] [-Wname-shadowing]
  21200. 2887.99 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  21201. 2887.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21202. 2887.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21203. 2887.99 s [unison-cli] |
  21204. 2887.99 s [unison-cli] 34 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  21205. 2887.99 s [unison-cli] | ^^^^^^^^^^^
  21206. 2887.99 s [unison-cli]
  21207. 2887.99 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:36:9: warning: [GHC-63397] [-Wname-shadowing]
  21208. 2887.99 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  21209. 2887.99 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21210. 2887.99 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21211. 2887.99 s [unison-cli] |
  21212. 2887.99 s [unison-cli] 36 | let targetUri = m ^. params . textDocument . uri
  21213. 2887.99 s [unison-cli] | ^^^^^^^^^
  21214. 2887.99 s [unison-cli]
  21215. 2888.00 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:44:5: warning: [GHC-63397] [-Wname-shadowing]
  21216. 2888.00 s [unison-cli] This binding for ‘targetRange’ shadows the existing binding
  21217. 2888.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21218. 2888.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21219. 2888.00 s [unison-cli] |
  21220. 2888.00 s [unison-cli] 44 | targetRange <- locationInfo (m ^. params . textDocument . uri) pos
  21221. 2888.00 s [unison-cli] | ^^^^^^^^^^^
  21222. 2888.00 s [unison-cli]
  21223. 2888.00 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:46:9: warning: [GHC-63397] [-Wname-shadowing]
  21224. 2888.00 s [unison-cli] This binding for ‘targetUri’ shadows the existing binding
  21225. 2888.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21226. 2888.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21227. 2888.00 s [unison-cli] |
  21228. 2888.00 s [unison-cli] 46 | let targetUri = m ^. params . textDocument . uri
  21229. 2888.00 s [unison-cli] | ^^^^^^^^^
  21230. 2888.00 s [unison-cli]
  21231. 2888.00 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:51:14: warning: [GHC-63397] [-Wname-shadowing]
  21232. 2888.00 s [unison-cli] This binding for ‘uri’ shadows the existing binding
  21233. 2888.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21234. 2888.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21235. 2888.00 s [unison-cli] |
  21236. 2888.00 s [unison-cli] 51 | locationInfo uri pos = do
  21237. 2888.00 s [unison-cli] | ^^^
  21238. 2888.00 s [unison-cli]
  21239. 2888.00 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:53:22: warning: [GHC-63397] [-Wname-shadowing]
  21240. 2888.00 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21241. 2888.00 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/GoToDefinition.hs:11:1-33
  21242. 2888.00 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21243. 2888.00 s [unison-cli] |
  21244. 2888.00 s [unison-cli] 53 | (_interval, (_typ, range)) <- hoistMaybe $ IM.lookupMin $ IM.intersecting localBindingInfo (IM.ClosedInterval pos pos)
  21245. 2888.01 s [unison-cli] | ^^^^^
  21246. 2888.01 s [unison-cli]
  21247. 2888.01 s [unison-cli] src/Unison/LSP/GoToDefinition.hs:57:5: warning: [GHC-63397] [-Wname-shadowing]
  21248. 2888.01 s [unison-cli] This binding for ‘hoistMaybe’ shadows the existing binding
  21249. 2888.01 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/LSP/GoToDefinition.hs:16:1-21
  21250. 2888.01 s [unison-cli] |
  21251. 2888.01 s [unison-cli] 57 | hoistMaybe = MaybeT . pure
  21252. 2888.01 s [unison-cli] | ^^^^^^^^^^
  21253. 2888.01 s [unison-cli]
  21254. 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 )
  21255. 2888.01 s [unison-cli] src/Unison/LSP/Formatting.hs:20:3: warning: [GHC-63397] [-Wname-shadowing]
  21256. 2888.01 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  21257. 2888.01 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  21258. 2888.01 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21259. 2888.01 s [unison-cli] |
  21260. 2888.01 s [unison-cli] 20 | edits <- formatDefs (m ^. params . textDocument . uri) Nothing
  21261. 2888.01 s [unison-cli] | ^^^^^
  21262. 2888.01 s [unison-cli]
  21263. 2888.01 s [unison-cli] src/Unison/LSP/Formatting.hs:26:3: warning: [GHC-63397] [-Wname-shadowing]
  21264. 2888.01 s [unison-cli] This binding for ‘edits’ shadows the existing binding
  21265. 2888.01 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  21266. 2888.01 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21267. 2888.01 s [unison-cli] |
  21268. 2888.01 s [unison-cli] 26 | edits <- formatDefs (p ^. textDocument . uri) (Just . Set.singleton $ p ^. range)
  21269. 2888.01 s [unison-cli] | ^^^^^
  21270. 2888.01 s [unison-cli]
  21271. 2888.02 s [unison-cli] src/Unison/LSP/Formatting.hs:41:55: warning: [GHC-63397] [-Wname-shadowing]
  21272. 2888.02 s [unison-cli] This binding for ‘newText’ shadows the existing binding
  21273. 2888.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  21274. 2888.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21275. 2888.02 s [unison-cli] |
  21276. 2888.02 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  21277. 2888.02 s [unison-cli] | ^^^^^^^
  21278. 2888.02 s [unison-cli]
  21279. 2888.02 s [unison-cli] src/Unison/LSP/Formatting.hs:41:63: warning: [GHC-63397] [-Wname-shadowing]
  21280. 2888.02 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21281. 2888.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Formatting.hs:7:1-33
  21282. 2888.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21283. 2888.02 s [unison-cli] |
  21284. 2888.02 s [unison-cli] 41 | uTextReplacementToLSP (Formatting.TextReplacement newText range) = TextEdit (uToLspRange range) newText
  21285. 2888.02 s [unison-cli] | ^^^^^
  21286. 2888.02 s [unison-cli]
  21287. 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 )
  21288. 2888.02 s [unison-cli] src/Unison/LSP/FoldingRange.hs:64:7: warning: [GHC-63397] [-Wname-shadowing]
  21289. 2888.02 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  21290. 2888.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  21291. 2888.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21292. 2888.02 s [unison-cli] |
  21293. 2888.02 s [unison-cli] 64 | ranges =
  21294. 2888.02 s [unison-cli] | ^^^^^^
  21295. 2888.02 s [unison-cli]
  21296. 2888.02 s [unison-cli] src/Unison/LSP/FoldingRange.hs:66:29: warning: [GHC-63397] [-Wname-shadowing]
  21297. 2888.02 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21298. 2888.02 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/FoldingRange.hs:12:1-49
  21299. 2888.02 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21300. 2888.02 s [unison-cli] |
  21301. 2888.02 s [unison-cli] 66 | & mapMaybe \(sym, range) ->
  21302. 2888.02 s [unison-cli] | ^^^^^
  21303. 2888.02 s [unison-cli]
  21304. 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 )
  21305. 2888.03 s [unison-cli] src/Unison/LSP/DocumentSymbols.hs:35:7: warning: [GHC-63397] [-Wname-shadowing]
  21306. 2888.03 s [unison-cli] This binding for ‘symbolKind’ shadows the existing binding
  21307. 2888.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/DocumentSymbols.hs:7:1-48
  21308. 2888.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21309. 2888.03 s [unison-cli] |
  21310. 2888.03 s [unison-cli] 35 | symbolKind,
  21311. 2888.03 s [unison-cli] | ^^^^^^^^^^
  21312. 2888.03 s [unison-cli]
  21313. 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 )
  21314. 2888.03 s [unison-cli] src/Unison/LSP/CodeLens.hs:30:28: warning: [GHC-63397] [-Wname-shadowing]
  21315. 2888.03 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21316. 2888.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  21317. 2888.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21318. 2888.03 s [unison-cli] |
  21319. 2888.03 s [unison-cli] 30 | toJSON (TypeSigInsertion range typeSignature fileUri) =
  21320. 2888.03 s [unison-cli] | ^^^^^
  21321. 2888.03 s [unison-cli]
  21322. 2888.03 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:66: warning: [GHC-63397] [-Wname-shadowing]
  21323. 2888.03 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21324. 2888.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  21325. 2888.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21326. 2888.03 s [unison-cli] |
  21327. 2888.03 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  21328. 2888.03 s [unison-cli] | ^^^^
  21329. 2888.03 s [unison-cli]
  21330. 2888.03 s [unison-cli] src/Unison/LSP/CodeLens.hs:53:75: warning: [GHC-63397] [-Wname-shadowing]
  21331. 2888.03 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21332. 2888.03 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/CodeLens.hs:11:1-48
  21333. 2888.03 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21334. 2888.04 s [unison-cli] |
  21335. 2888.04 s [unison-cli] 53 | codeLenses <- ifor typeSignatureHints \_v (TypeSignatureHint name ref range typ) -> do
  21336. 2888.04 s [unison-cli] | ^^^^^
  21337. 2888.04 s [unison-cli]
  21338. 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 )
  21339. 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 )
  21340. 2888.04 s [unison-cli] src/Unison/LSP/Completion.hs:65:6: warning: [GHC-63397] [-Wname-shadowing]
  21341. 2888.04 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21342. 2888.04 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21343. 2888.04 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21344. 2888.04 s [unison-cli] |
  21345. 2888.04 s [unison-cli] 65 | (range, prefix) <- VFS.completionPrefix (m ^. params . textDocument . uri) (m ^. params . position)
  21346. 2888.04 s [unison-cli] | ^^^^^
  21347. 2888.04 s [unison-cli]
  21348. 2888.04 s [unison-cli] src/Unison/LSP/Completion.hs:71:10: warning: [GHC-63397] [-Wname-shadowing]
  21349. 2888.04 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  21350. 2888.04 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21351. 2888.04 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21352. 2888.04 s [unison-cli] |
  21353. 2888.04 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  21354. 2888.04 s [unison-cli] | ^^^^^^^^^^^^
  21355. 2888.04 s [unison-cli]
  21356. 2888.05 s [unison-cli] src/Unison/LSP/Completion.hs:71:24: warning: [GHC-63397] [-Wname-shadowing]
  21357. 2888.05 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  21358. 2888.05 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21359. 2888.05 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21360. 2888.05 s [unison-cli] |
  21361. 2888.05 s [unison-cli] 71 | let (isIncomplete, matches) = completionsForQuery codebaseCompletions strippedPrefix
  21362. 2888.05 s [unison-cli] | ^^^^^^^
  21363. 2888.05 s [unison-cli]
  21364. 2888.05 s [unison-cli] src/Unison/LSP/Completion.hs:77:31: warning: [GHC-63397] [-Wname-shadowing]
  21365. 2888.05 s [unison-cli] This binding for ‘hqName’ shadows the existing binding
  21366. 2888.05 s [unison-cli] bound at src/Unison/LSP/Completion.hs:76:19
  21367. 2888.05 s [unison-cli] |
  21368. 2888.05 s [unison-cli] 77 | in hqName <&> \hqName -> mkDefCompletionItem fileUri range (HQ'.toName hqName) fqn path (HQ'.toText hqName) dep
  21369. 2888.05 s [unison-cli] | ^^^^^^
  21370. 2888.05 s [unison-cli]
  21371. 2888.05 s [unison-cli] src/Unison/LSP/Completion.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  21372. 2888.05 s [unison-cli] This binding for ‘itemDefaults’ shadows the existing binding
  21373. 2888.05 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21374. 2888.05 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21375. 2888.05 s [unison-cli] |
  21376. 2888.05 s [unison-cli] 79 | let itemDefaults = Nothing
  21377. 2888.05 s [unison-cli] | ^^^^^^^^^^^^
  21378. 2888.05 s [unison-cli]
  21379. 2888.06 s [unison-cli] src/Unison/LSP/Completion.hs:86:8: warning: [GHC-63397] [-Wname-shadowing]
  21380. 2888.06 s [unison-cli] This binding for ‘isIncomplete’ shadows the existing binding
  21381. 2888.06 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21382. 2888.06 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21383. 2888.06 s [unison-cli] |
  21384. 2888.07 s [unison-cli] 86 | (isIncomplete, defCompletions) =
  21385. 2888.12 s [unison-cli] | ^^^^^^^^^^^^
  21386. 2888.12 s [unison-cli]
  21387. 2888.12 s [unison-cli] src/Unison/LSP/Completion.hs:103:29: warning: [GHC-63397] [-Wname-shadowing]
  21388. 2888.12 s [unison-cli] This binding for ‘range’ shadows the existing binding
  21389. 2888.12 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21390. 2888.12 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21391. 2888.12 s [unison-cli] |
  21392. 2888.12 s [unison-cli] 103 | mkDefCompletionItem fileUri range relativeName fullyQualifiedName path suffixified dep =
  21393. 2888.12 s [unison-cli] | ^^^^^
  21394. 2888.12 s [unison-cli]
  21395. 2888.12 s [unison-cli] src/Unison/LSP/Completion.hs:217:16: warning: [GHC-63397] [-Wname-shadowing]
  21396. 2888.12 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21397. 2888.12 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21398. 2888.12 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21399. 2888.12 s [unison-cli] |
  21400. 2888.12 s [unison-cli] 217 | ( \name refs ->
  21401. 2888.12 s [unison-cli] | ^^^^
  21402. 2888.12 s [unison-cli]
  21403. 2888.12 s [unison-cli] src/Unison/LSP/Completion.hs:225:16: warning: [GHC-63397] [-Wname-shadowing]
  21404. 2888.12 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21405. 2888.12 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21406. 2888.12 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21407. 2888.13 s [unison-cli] |
  21408. 2888.13 s [unison-cli] 225 | ( \name refs ->
  21409. 2888.13 s [unison-cli] | ^^^^
  21410. 2888.13 s [unison-cli]
  21411. 2888.13 s [unison-cli] src/Unison/LSP/Completion.hs:234:21: warning: [GHC-63397] [-Wname-shadowing]
  21412. 2888.13 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21413. 2888.13 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21414. 2888.13 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21415. 2888.13 s [unison-cli] |
  21416. 2888.13 s [unison-cli] 234 | isDefinitionDoc name =
  21417. 2888.13 s [unison-cli] | ^^^^
  21418. 2888.13 s [unison-cli]
  21419. 2888.13 s [unison-cli] src/Unison/LSP/Completion.hs:239:22: warning: [GHC-63397] [-Wname-shadowing]
  21420. 2888.13 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21421. 2888.13 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21422. 2888.13 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21423. 2888.13 s [unison-cli] |
  21424. 2888.13 s [unison-cli] 239 | nameToCompletionTree name ref =
  21425. 2888.13 s [unison-cli] | ^^^^
  21426. 2888.13 s [unison-cli]
  21427. 2888.13 s [unison-cli] src/Unison/LSP/Completion.hs:275:11: warning: [GHC-63397] [-Wname-shadowing]
  21428. 2888.13 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21429. 2888.13 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21430. 2888.13 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21431. 2888.13 s [unison-cli] |
  21432. 2888.14 s [unison-cli] 275 | Right name -> matchSegments (Foldable.toList (Name.segments name)) (Set.toList <$> tree)
  21433. 2888.14 s [unison-cli] | ^^^^
  21434. 2888.14 s [unison-cli]
  21435. 2888.14 s [unison-cli] src/Unison/LSP/Completion.hs:281:47: warning: [GHC-63397] [-Wname-shadowing]
  21436. 2888.14 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21437. 2888.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21438. 2888.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21439. 2888.14 s [unison-cli] |
  21440. 2888.14 s [unison-cli] 281 | let current = currentMatches <&> (\(name, def) -> (mempty, name, def))
  21441. 2888.14 s [unison-cli] | ^^^^
  21442. 2888.14 s [unison-cli]
  21443. 2888.14 s [unison-cli] src/Unison/LSP/Completion.hs:292:13: warning: [GHC-63397] [-Wname-shadowing]
  21444. 2888.14 s [unison-cli] This binding for ‘matches’ shadows the existing binding
  21445. 2888.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21446. 2888.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21447. 2888.14 s [unison-cli] |
  21448. 2888.14 s [unison-cli] 292 | (ns, (matches :< rest)) <- Map.toList xs
  21449. 2888.14 s [unison-cli] | ^^^^^^^
  21450. 2888.14 s [unison-cli]
  21451. 2888.14 s [unison-cli] src/Unison/LSP/Completion.hs:294:42: warning: [GHC-63397] [-Wname-shadowing]
  21452. 2888.14 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21453. 2888.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21454. 2888.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21455. 2888.14 s [unison-cli] |
  21456. 2888.14 s [unison-cli] 294 | let currentMatches = matches <&> \(name, dep) -> (Path.singleton ns, name, dep)
  21457. 2888.14 s [unison-cli] | ^^^^
  21458. 2888.14 s [unison-cli]
  21459. 2888.14 s [unison-cli] src/Unison/LSP/Completion.hs:299:30: warning: [GHC-63397] [-Wname-shadowing]
  21460. 2888.14 s [unison-cli] This binding for ‘message’ shadows the existing binding
  21461. 2888.14 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21462. 2888.14 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21463. 2888.14 s [unison-cli] |
  21464. 2888.14 s [unison-cli] 299 | completionItemResolveHandler message respond = do
  21465. 2888.15 s [unison-cli] | ^^^^^^^
  21466. 2888.15 s [unison-cli]
  21467. 2888.15 s [unison-cli] src/Unison/LSP/Completion.hs:301:7: warning: [GHC-63397] [-Wname-shadowing]
  21468. 2888.15 s [unison-cli] This binding for ‘completion’ shadows the existing binding
  21469. 2888.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21470. 2888.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21471. 2888.15 s [unison-cli] |
  21472. 2888.15 s [unison-cli] 301 | completion = message ^. params
  21473. 2888.15 s [unison-cli] | ^^^^^^^^^^
  21474. 2888.15 s [unison-cli]
  21475. 2888.15 s [unison-cli] src/Unison/LSP/Completion.hs:387:9: warning: [GHC-63397] [-Wname-shadowing]
  21476. 2888.15 s [unison-cli] This binding for ‘kind’ shadows the existing binding
  21477. 2888.15 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/LSP/Completion.hs:24:1-33
  21478. 2888.15 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  21479. 2888.15 s [unison-cli] |
  21480. 2888.15 s [unison-cli] 387 | kind <- obj Aeson..: "kind"
  21481. 2888.15 s [unison-cli] | ^^^^
  21482. 2888.15 s [unison-cli]
  21483. 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 )
  21484. 2888.18 s [unison-cli] src/Unison/LSP/UCMWorker.hs:68:5: warning: [GHC-63397] [-Wname-shadowing]
  21485. 2888.18 s [unison-cli] This binding for ‘writeTMVar’ shadows the existing binding
  21486. 2888.18 s [unison-cli] imported from ‘UnliftIO.STM’ at src/Unison/LSP/UCMWorker.hs:22:1-19
  21487. 2888.18 s [unison-cli] (and originally defined in ‘Control.Concurrent.STM.TMVar’)
  21488. 2888.18 s [unison-cli] |
  21489. 2888.18 s [unison-cli] 68 | writeTMVar var a =
  21490. 2888.18 s [unison-cli] | ^^^^^^^^^^
  21491. 2888.18 s [unison-cli]
  21492. 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 )
  21493. 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 )
  21494. 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 )
  21495. 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 )
  21496. 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 )
  21497. 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 )
  21498. 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 )
  21499. 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 )
  21500. 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 )
  21501. 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 )
  21502. 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 )
  21503. 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 )
  21504. 2888.25 s [unison-cli] src/Unison/CommandLine/InputPattern.hs:176:13: warning: [GHC-63397] [-Wname-shadowing]
  21505. 2888.25 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  21506. 2888.25 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPattern.hs:5:8-38
  21507. 2888.25 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  21508. 2888.25 s [unison-cli] |
  21509. 2888.25 s [unison-cli] 176 | let rem = i - length requiredParams
  21510. 2888.25 s [unison-cli] | ^^^
  21511. 2888.25 s [unison-cli]
  21512. 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 )
  21513. 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 )
  21514. 2888.25 s [unison-cli] src/Unison/Cli/Pretty.hs:300:13: warning: [GHC-63397] [-Wname-shadowing]
  21515. 2888.25 s [unison-cli] This binding for ‘name’ shadows the existing binding
  21516. 2888.25 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:294:46
  21517. 2888.25 s [unison-cli] |
  21518. 2888.25 s [unison-cli] 300 | (\name -> prettyDeclTriple (name, r, dt))
  21519. 2888.25 s [unison-cli] | ^^^^
  21520. 2888.25 s [unison-cli]
  21521. 2888.25 s [unison-cli] src/Unison/Cli/Pretty.hs:423:5: warning: [GHC-63397] [-Wname-shadowing]
  21522. 2888.25 s [unison-cli] This binding for ‘prettyTerm’ shadows the existing binding
  21523. 2888.25 s [unison-cli] defined at src/Unison/Cli/Pretty.hs:456:1
  21524. 2888.25 s [unison-cli] |
  21525. 2888.25 s [unison-cli] 423 | prettyTerm skip n (a, tm) =
  21526. 2888.25 s [unison-cli] | ^^^^^^^^^^
  21527. 2888.25 s [unison-cli]
  21528. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:435:12: warning: [GHC-63397] [-Wname-shadowing]
  21529. 2888.26 s [unison-cli] This binding for ‘wk’ shadows the existing binding
  21530. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:18
  21531. 2888.26 s [unison-cli] |
  21532. 2888.26 s [unison-cli] 435 | go wk v tm = case wk of
  21533. 2888.26 s [unison-cli] | ^^
  21534. 2888.26 s [unison-cli]
  21535. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:435:17: warning: [GHC-63397] [-Wname-shadowing]
  21536. 2888.26 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  21537. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:433:29
  21538. 2888.26 s [unison-cli] |
  21539. 2888.26 s [unison-cli] 435 | go wk v tm = case wk of
  21540. 2888.26 s [unison-cli] | ^^
  21541. 2888.26 s [unison-cli]
  21542. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:458:19: warning: [GHC-63397] [-Wname-shadowing]
  21543. 2888.26 s [unison-cli] This binding for ‘r’ shadows the existing binding
  21544. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  21545. 2888.26 s [unison-cli] |
  21546. 2888.26 s [unison-cli] 458 | MissingObject r -> missingDefinitionMsg n r
  21547. 2888.26 s [unison-cli] | ^
  21548. 2888.26 s [unison-cli]
  21549. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:473:13: warning: [GHC-63397] [-Wname-shadowing]
  21550. 2888.26 s [unison-cli] This binding for ‘n’ shadows the existing binding
  21551. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:38
  21552. 2888.26 s [unison-cli] |
  21553. 2888.26 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  21554. 2888.26 s [unison-cli] | ^
  21555. 2888.26 s [unison-cli]
  21556. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:473:15: warning: [GHC-63397] [-Wname-shadowing]
  21557. 2888.26 s [unison-cli] This binding for ‘r’ shadows the existing binding
  21558. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:456:41
  21559. 2888.26 s [unison-cli] |
  21560. 2888.26 s [unison-cli] 473 | ppeBody n r = PPE.biasTo (maybeToList $ HQ.toName n) $ PPE.declarationPPE pped r
  21561. 2888.26 s [unison-cli] | ^
  21562. 2888.26 s [unison-cli]
  21563. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:478:19: warning: [GHC-63397] [-Wname-shadowing]
  21564. 2888.26 s [unison-cli] This binding for ‘r’ shadows the existing binding
  21565. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:21
  21566. 2888.26 s [unison-cli] |
  21567. 2888.26 s [unison-cli] 478 | MissingObject r -> missingDefinitionMsg n r
  21568. 2888.26 s [unison-cli] | ^
  21569. 2888.26 s [unison-cli]
  21570. 2888.26 s [unison-cli] src/Unison/Cli/Pretty.hs:488:13: warning: [GHC-63397] [-Wname-shadowing]
  21571. 2888.26 s [unison-cli] This binding for ‘n’ shadows the existing binding
  21572. 2888.26 s [unison-cli] bound at src/Unison/Cli/Pretty.hs:476:18
  21573. 2888.26 s [unison-cli] |
  21574. 2888.27 s [unison-cli] 488 | builtin n = P.wrap $ "--" <> prettyHashQualified n <> " is built-in."
  21575. 2888.27 s [unison-cli] | ^
  21576. 2888.27 s [unison-cli]
  21577. 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 )
  21578. 2888.35 s [unison-cli] src/Unison/CommandLine/Completion.hs:114:25: warning: [GHC-63397] [-Wname-shadowing]
  21579. 2888.35 s [unison-cli] This binding for ‘lastArg’ shadows the existing binding
  21580. 2888.35 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:81:18
  21581. 2888.35 s [unison-cli] |
  21582. 2888.35 s [unison-cli] 114 | ((cmd : midArgs), lastArg) -> do
  21583. 2888.35 s [unison-cli] | ^^^^^^^
  21584. 2888.35 s [unison-cli]
  21585. 2888.35 s [unison-cli] src/Unison/CommandLine/Completion.hs:511:16: warning: [GHC-63397] [-Wname-shadowing]
  21586. 2888.35 s [unison-cli] This binding for ‘contributor’ shadows the existing binding
  21587. 2888.35 s [unison-cli] bound at src/Unison/CommandLine/Completion.hs:508:73
  21588. 2888.35 s [unison-cli] |
  21589. 2888.35 s [unison-cli] 511 | Just contributor -> ("contributor", "&contributor-handle=" <> contributor)
  21590. 2888.35 s [unison-cli] | ^^^^^^^^^^^
  21591. 2888.35 s [unison-cli]
  21592. 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 )
  21593. 2889.06 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:674:22: warning: [GHC-63397] [-Wname-shadowing]
  21594. 2889.06 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  21595. 2889.06 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  21596. 2889.06 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  21597. 2889.06 s [unison-cli] |
  21598. 2889.06 s [unison-cli] 674 | let (segment NE.:| tail) = Name.reverseSegments name
  21599. 2889.06 s [unison-cli] | ^^^^
  21600. 2889.06 s [unison-cli]
  21601. 2889.06 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1005:9: warning: [GHC-63397] [-Wname-shadowing]
  21602. 2889.06 s [unison-cli] This binding for ‘file’ shadows the existing binding
  21603. 2889.06 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1004:7
  21604. 2889.06 s [unison-cli] |
  21605. 2889.07 s [unison-cli] 1005 | file <- unsupportedStructuredArgument displayTo "a file name" file
  21606. 2889.07 s [unison-cli] | ^^^^
  21607. 2889.07 s [unison-cli]
  21608. 2889.07 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1006:9: warning: [GHC-63397] [-Wname-shadowing]
  21609. 2889.07 s [unison-cli] This binding for ‘names’ shadows the existing binding
  21610. 2889.07 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:2986:1
  21611. 2889.07 s [unison-cli] |
  21612. 2889.07 s [unison-cli] 1006 | names <- traverse handleHashQualifiedNameArg $ def NE.:| defs
  21613. 2889.07 s [unison-cli] | ^^^^^
  21614. 2889.07 s [unison-cli]
  21615. 2889.07 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1068:7: warning: [GHC-63397] [-Wname-shadowing]
  21616. 2889.07 s [unison-cli] This binding for ‘words’ shadows the existing binding
  21617. 2889.07 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  21618. 2889.07 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  21619. 2889.07 s [unison-cli] |
  21620. 2889.07 s [unison-cli] 1068 | words -> pure $ Input.TextFindI allowLib (untokenize $ [e | I.RawArg e <- words])
  21621. 2889.07 s [unison-cli] | ^^^^^
  21622. 2889.07 s [unison-cli]
  21623. 2889.07 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1087:12: warning: [GHC-63397] [-Wname-shadowing]
  21624. 2889.07 s [unison-cli] This binding for ‘words’ shadows the existing binding
  21625. 2889.07 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  21626. 2889.07 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  21627. 2889.07 s [unison-cli] |
  21628. 2889.07 s [unison-cli] 1087 | untokenize words = go (unwords words)
  21629. 2889.08 s [unison-cli] | ^^^^^
  21630. 2889.08 s [unison-cli]
  21631. 2889.08 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1089:8: warning: [GHC-63397] [-Wname-shadowing]
  21632. 2889.08 s [unison-cli] This binding for ‘words’ shadows the existing binding
  21633. 2889.08 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:1087:12
  21634. 2889.08 s [unison-cli] |
  21635. 2889.08 s [unison-cli] 1089 | go words = case words of
  21636. 2889.08 s [unison-cli] | ^^^^^
  21637. 2889.08 s [unison-cli]
  21638. 2889.08 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1093:14: warning: [GHC-63397] [-Wname-shadowing]
  21639. 2889.08 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  21640. 2889.08 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  21641. 2889.08 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  21642. 2889.08 s [unison-cli] |
  21643. 2889.08 s [unison-cli] 1093 | ("", rem) -> go (dropWhile isSpace rem)
  21644. 2889.08 s [unison-cli] | ^^^
  21645. 2889.08 s [unison-cli]
  21646. 2889.08 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:1094:15: warning: [GHC-63397] [-Wname-shadowing]
  21647. 2889.08 s [unison-cli] This binding for ‘rem’ shadows the existing binding
  21648. 2889.08 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/InputPatterns.hs:2:8-39
  21649. 2889.08 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Real’)
  21650. 2889.08 s [unison-cli] |
  21651. 2889.08 s [unison-cli] 1094 | (tok, rem) -> tok : go (dropWhile isSpace rem)
  21652. 2889.08 s [unison-cli] | ^^^
  21653. 2889.08 s [unison-cli]
  21654. 2889.09 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2767:9: warning: [GHC-63397] [-Wname-shadowing]
  21655. 2889.09 s [unison-cli] This binding for ‘topic’ shadows the existing binding
  21656. 2889.09 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2766:7
  21657. 2889.09 s [unison-cli] |
  21658. 2889.09 s [unison-cli] 2767 | topic <- unsupportedStructuredArgument helpTopics "a help topic" topic
  21659. 2889.09 s [unison-cli] | ^^^^^
  21660. 2889.09 s [unison-cli]
  21661. 2889.09 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2948:9: warning: [GHC-63397] [-Wname-shadowing]
  21662. 2889.09 s [unison-cli] This binding for ‘cmd’ shadows the existing binding
  21663. 2889.09 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:2947:7
  21664. 2889.09 s [unison-cli] |
  21665. 2889.09 s [unison-cli] 2948 | cmd <- unsupportedStructuredArgument help "a command" cmd
  21666. 2889.09 s [unison-cli] | ^^^
  21667. 2889.09 s [unison-cli]
  21668. 2889.09 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:2969:31: warning: [GHC-63397] [-Wname-shadowing]
  21669. 2889.09 s [unison-cli] This binding for ‘patternName’ shadows the existing binding
  21670. 2889.09 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:391:1
  21671. 2889.09 s [unison-cli] |
  21672. 2889.09 s [unison-cli] 2969 | input@I.InputPattern {I.patternName, I.aliases} <- validInputs
  21673. 2889.09 s [unison-cli] | ^^^^^^^^^^^^^
  21674. 2889.09 s [unison-cli]
  21675. 2889.10 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:3184:10: warning: [GHC-63397] [-Wname-shadowing]
  21676. 2889.10 s [unison-cli] This binding for ‘from’ shadows the existing binding
  21677. 2889.10 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/InputPatterns.hs:227:1-35
  21678. 2889.10 s [unison-cli] (and originally defined in ‘Witch.From’)
  21679. 2889.10 s [unison-cli] |
  21680. 2889.10 s [unison-cli] 3184 | [from, to] -> Input.DebugNameDiffI <$> handleShortCausalHashArg from <*> handleShortCausalHashArg to
  21681. 2889.10 s [unison-cli] | ^^^^
  21682. 2889.10 s [unison-cli]
  21683. 2889.10 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:29: warning: [GHC-63397] [-Wname-shadowing]
  21684. 2889.10 s [unison-cli] This binding for ‘input’ shadows the existing binding
  21685. 2889.10 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4298:5
  21686. 2889.10 s [unison-cli] |
  21687. 2889.10 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  21688. 2889.10 s [unison-cli] | ^^^^^
  21689. 2889.10 s [unison-cli]
  21690. 2889.10 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4305:35: warning: [GHC-63397] [-Wname-shadowing]
  21691. 2889.10 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  21692. 2889.10 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  21693. 2889.10 s [unison-cli] |
  21694. 2889.10 s [unison-cli] 4305 | handleAmbiguousComplete input codebase = do
  21695. 2889.10 s [unison-cli] | ^^^^^^^^
  21696. 2889.10 s [unison-cli]
  21697. 2889.10 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:5: warning: [GHC-63397] [-Wname-shadowing]
  21698. 2889.10 s [unison-cli] This binding for ‘handleBranchesComplete’ shadows the existing binding
  21699. 2889.10 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4433:1
  21700. 2889.10 s [unison-cli] |
  21701. 2889.10 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  21702. 2889.11 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^
  21703. 2889.11 s [unison-cli]
  21704. 2889.11 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:39: warning: [GHC-63397] [-Wname-shadowing]
  21705. 2889.11 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  21706. 2889.11 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:47
  21707. 2889.11 s [unison-cli] |
  21708. 2889.11 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  21709. 2889.11 s [unison-cli] | ^^^^^^^^
  21710. 2889.11 s [unison-cli]
  21711. 2889.11 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4388:48: warning: [GHC-63397] [-Wname-shadowing]
  21712. 2889.11 s [unison-cli] This binding for ‘pp’ shadows the existing binding
  21713. 2889.11 s [unison-cli] bound at src/Unison/CommandLine/InputPatterns.hs:4255:68
  21714. 2889.11 s [unison-cli] |
  21715. 2889.11 s [unison-cli] 4388 | handleBranchesComplete branchName codebase pp = do
  21716. 2889.11 s [unison-cli] | ^^
  21717. 2889.11 s [unison-cli]
  21718. 2889.11 s [unison-cli] src/Unison/CommandLine/InputPatterns.hs:4604:5: warning: [GHC-63397] [-Wname-shadowing]
  21719. 2889.11 s [unison-cli] This binding for ‘projectToCompletion’ shadows the existing binding
  21720. 2889.11 s [unison-cli] defined at src/Unison/CommandLine/InputPatterns.hs:4409:1
  21721. 2889.11 s [unison-cli] |
  21722. 2889.11 s [unison-cli] 4604 | projectToCompletion =
  21723. 2889.12 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^
  21724. 2889.12 s [unison-cli]
  21725. 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 )
  21726. 2892.70 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:294:34: warning: [GHC-63397] [-Wname-shadowing]
  21727. 2892.70 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  21728. 2892.70 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21729. 2892.70 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  21730. 2892.70 s [unison-cli] |
  21731. 2892.70 s [unison-cli] 294 | History _cap schLength history tail ->
  21732. 2892.70 s [unison-cli] | ^^^^
  21733. 2892.70 s [unison-cli]
  21734. 2892.70 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:346:44: warning: [GHC-63397] [-Wname-shadowing]
  21735. 2892.70 s [unison-cli] This binding for ‘h’ shadows the existing binding
  21736. 2892.70 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:338:34
  21737. 2892.70 s [unison-cli] |
  21738. 2892.70 s [unison-cli] 346 | P.lines (hs & imap \i h -> showNum (n + 1 + i) <> prettySCH (toSCH h))
  21739. 2892.71 s [unison-cli] | ^
  21740. 2892.71 s [unison-cli]
  21741. 2892.71 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:843:11: warning: [GHC-63397] [-Wname-shadowing]
  21742. 2892.71 s [unison-cli] This binding for ‘dir’ shadows the existing binding
  21743. 2892.71 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:651:12
  21744. 2892.71 s [unison-cli] |
  21745. 2892.71 s [unison-cli] 843 | msg dir =
  21746. 2892.71 s [unison-cli] | ^^^
  21747. 2892.71 s [unison-cli]
  21748. 2892.71 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:967:27: warning: [GHC-63397] [-Wname-shadowing]
  21749. 2892.71 s [unison-cli] This binding for ‘entries’ shadows the existing binding
  21750. 2892.71 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:950:24
  21751. 2892.71 s [unison-cli] |
  21752. 2892.71 s [unison-cli] 967 | numberedEntries ppe entries =
  21753. 2892.71 s [unison-cli] | ^^^^^^^
  21754. 2892.71 s [unison-cli]
  21755. 2892.71 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1164:11: warning: [GHC-63397] [-Wname-shadowing]
  21756. 2892.71 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  21757. 2892.71 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  21758. 2892.71 s [unison-cli] |
  21759. 2892.71 s [unison-cli] 1164 | aliases ->
  21760. 2892.71 s [unison-cli] | ^^^^^^^
  21761. 2892.71 s [unison-cli]
  21762. 2892.71 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1177:31: warning: [GHC-63397] [-Wname-shadowing]
  21763. 2892.71 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  21764. 2892.71 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  21765. 2892.71 s [unison-cli] |
  21766. 2892.71 s [unison-cli] 1177 | ( \(_name, _ty, aliases) doc ->
  21767. 2892.71 s [unison-cli] | ^^^^^^^
  21768. 2892.71 s [unison-cli]
  21769. 2892.72 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1210:31: warning: [GHC-63397] [-Wname-shadowing]
  21770. 2892.72 s [unison-cli] This binding for ‘aliases’ shadows the existing binding
  21771. 2892.72 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1086:42
  21772. 2892.72 s [unison-cli] |
  21773. 2892.72 s [unison-cli] 1210 | ( \(_name, _ty, aliases) doc ->
  21774. 2892.72 s [unison-cli] | ^^^^^^^
  21775. 2892.72 s [unison-cli]
  21776. 2892.72 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1299:14: warning: [GHC-63397] [-Wname-shadowing]
  21777. 2892.72 s [unison-cli] This binding for ‘old’ shadows the existing binding
  21778. 2892.72 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  21779. 2892.72 s [unison-cli] |
  21780. 2892.72 s [unison-cli] 1299 | ([], old) ->
  21781. 2892.72 s [unison-cli] | ^^^
  21782. 2892.72 s [unison-cli]
  21783. 2892.72 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1303:10: warning: [GHC-63397] [-Wname-shadowing]
  21784. 2892.72 s [unison-cli] This binding for ‘new’ shadows the existing binding
  21785. 2892.72 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  21786. 2892.72 s [unison-cli] |
  21787. 2892.72 s [unison-cli] 1303 | (new, []) ->
  21788. 2892.72 s [unison-cli] | ^^^
  21789. 2892.72 s [unison-cli]
  21790. 2892.72 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:10: warning: [GHC-63397] [-Wname-shadowing]
  21791. 2892.72 s [unison-cli] This binding for ‘new’ shadows the existing binding
  21792. 2892.72 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:33
  21793. 2892.72 s [unison-cli] |
  21794. 2892.73 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  21795. 2892.73 s [unison-cli] | ^^^
  21796. 2892.73 s [unison-cli]
  21797. 2892.73 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1307:23: warning: [GHC-63397] [-Wname-shadowing]
  21798. 2892.73 s [unison-cli] This binding for ‘old’ shadows the existing binding
  21799. 2892.73 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1287:53
  21800. 2892.73 s [unison-cli] |
  21801. 2892.73 s [unison-cli] 1307 | (new@(_ : _), old@(_ : _)) ->
  21802. 2892.73 s [unison-cli] | ^^^
  21803. 2892.73 s [unison-cli]
  21804. 2892.73 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:18: warning: [GHC-63397] [-Wname-shadowing]
  21805. 2892.73 s [unison-cli] This binding for ‘head’ shadows the existing binding
  21806. 2892.73 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21807. 2892.73 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  21808. 2892.73 s [unison-cli] |
  21809. 2892.73 s [unison-cli] 1611 | DumpBitBooster head map ->
  21810. 2892.73 s [unison-cli] | ^^^^
  21811. 2892.73 s [unison-cli]
  21812. 2892.73 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1611:23: warning: [GHC-63397] [-Wname-shadowing]
  21813. 2892.73 s [unison-cli] This binding for ‘map’ shadows the existing binding
  21814. 2892.73 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21815. 2892.73 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  21816. 2892.73 s [unison-cli] |
  21817. 2892.73 s [unison-cli] 1611 | DumpBitBooster head map ->
  21818. 2892.73 s [unison-cli] | ^^^
  21819. 2892.73 s [unison-cli]
  21820. 2892.74 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1613:20: warning: [GHC-63397] [-Wname-shadowing]
  21821. 2892.74 s [unison-cli] This binding for ‘head’ shadows the existing binding
  21822. 2892.74 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1611:18
  21823. 2892.74 s [unison-cli] |
  21824. 2892.74 s [unison-cli] 1613 | go output (head : queue) = case Map.lookup head map of
  21825. 2892.74 s [unison-cli] | ^^^^
  21826. 2892.74 s [unison-cli]
  21827. 2892.74 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:24: warning: [GHC-63397] [-Wname-shadowing]
  21828. 2892.74 s [unison-cli] This binding for ‘head’ shadows the existing binding
  21829. 2892.74 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1613:20
  21830. 2892.74 s [unison-cli] |
  21831. 2892.74 s [unison-cli] 1618 | renderLine head tail =
  21832. 2892.74 s [unison-cli] | ^^^^
  21833. 2892.74 s [unison-cli]
  21834. 2892.74 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1618:29: warning: [GHC-63397] [-Wname-shadowing]
  21835. 2892.74 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  21836. 2892.74 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21837. 2892.74 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  21838. 2892.74 s [unison-cli] |
  21839. 2892.74 s [unison-cli] 1618 | renderLine head tail =
  21840. 2892.74 s [unison-cli] | ^^^^
  21841. 2892.74 s [unison-cli]
  21842. 2892.74 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1665:7: warning: [GHC-63397] [-Wname-shadowing]
  21843. 2892.74 s [unison-cli] This binding for ‘tip’ shadows the existing binding
  21844. 2892.74 s [unison-cli] imported from ‘Unison.CommandLine.Helpers’ at src/Unison/CommandLine/OutputMessages.hs:83:54-56
  21845. 2892.74 s [unison-cli] (and originally defined
  21846. 2892.75 s [unison-cli] at src/Unison/CommandLine/Helpers.hs:33:1-3)
  21847. 2892.75 s [unison-cli] |
  21848. 2892.75 s [unison-cli] 1665 | tip = (IP.makeExample (IP.textfind True) [] <> " will search `lib` as well.")
  21849. 2892.75 s [unison-cli] | ^^^
  21850. 2892.75 s [unison-cli]
  21851. 2892.75 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1731:49: warning: [GHC-63397] [-Wname-shadowing]
  21852. 2892.75 s [unison-cli] This binding for ‘err’ shadows the existing binding
  21853. 2892.75 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:1696:24
  21854. 2892.75 s [unison-cli] |
  21855. 2892.75 s [unison-cli] 1731 | Auth.FailedToFetchUserInfo userInfoEndpoint err ->
  21856. 2892.75 s [unison-cli] | ^^^
  21857. 2892.75 s [unison-cli]
  21858. 2892.75 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:1821:24: warning: [GHC-63397] [-Wname-shadowing]
  21859. 2892.75 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  21860. 2892.75 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  21861. 2892.75 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  21862. 2892.75 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  21863. 2892.75 s [unison-cli] (and originally defined in ‘Witch.From’)
  21864. 2892.75 s [unison-cli] |
  21865. 2892.75 s [unison-cli] 1821 | CreatedProjectBranch from projectAndBranch ->
  21866. 2892.75 s [unison-cli] | ^^^^
  21867. 2892.76 s [unison-cli]
  21868. 2892.76 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2512:13: warning: [GHC-63397] [-Wname-shadowing]
  21869. 2892.76 s [unison-cli] This binding for ‘names’ shadows the existing binding
  21870. 2892.76 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2507:25
  21871. 2892.76 s [unison-cli] |
  21872. 2892.76 s [unison-cli] 2512 | names ->
  21873. 2892.76 s [unison-cli] | ^^^^^
  21874. 2892.76 s [unison-cli]
  21875. 2892.76 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:2933:12: warning: [GHC-63397] [-Wname-shadowing]
  21876. 2892.76 s [unison-cli] This binding for ‘value’ shadows the existing binding
  21877. 2892.76 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:2926:22
  21878. 2892.76 s [unison-cli] |
  21879. 2892.76 s [unison-cli] 2933 | Just value ->
  21880. 2892.76 s [unison-cli] | ^^^^^
  21881. 2892.76 s [unison-cli]
  21882. 2892.76 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3138:5: warning: [GHC-63397] [-Wname-shadowing]
  21883. 2892.76 s [unison-cli] This binding for ‘prettyEntityType’ shadows the existing binding
  21884. 2892.76 s [unison-cli] defined at src/Unison/CommandLine/OutputMessages.hs:3194:1
  21885. 2892.76 s [unison-cli] |
  21886. 2892.76 s [unison-cli] 3138 | prettyEntityType = \case
  21887. 2892.76 s [unison-cli] | ^^^^^^^^^^^^^^^^
  21888. 2892.76 s [unison-cli]
  21889. 2892.76 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3352:23: warning: [GHC-63397] [-Wname-shadowing]
  21890. 2892.76 s [unison-cli] This binding for ‘r’ shadows the existing binding
  21891. 2892.76 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3350:13
  21892. 2892.76 s [unison-cli] |
  21893. 2892.77 s [unison-cli] 3352 | MissingObject r -> missing n r
  21894. 2892.77 s [unison-cli] | ^
  21895. 2892.77 s [unison-cli]
  21896. 2892.77 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3360:23: warning: [GHC-63397] [-Wname-shadowing]
  21897. 2892.77 s [unison-cli] This binding for ‘r’ shadows the existing binding
  21898. 2892.77 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3358:14
  21899. 2892.77 s [unison-cli] |
  21900. 2892.77 s [unison-cli] 3360 | MissingObject r -> missing n r
  21901. 2892.77 s [unison-cli] | ^
  21902. 2892.77 s [unison-cli]
  21903. 2892.77 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3438:5: warning: [GHC-63394] [-Wx-partial]
  21904. 2892.77 s [unison-cli] In the use of ‘head’
  21905. 2892.77 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  21906. 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"."
  21907. 2892.77 s [unison-cli] |
  21908. 2892.77 s [unison-cli] 3438 | head (TypePrinter.prettySignaturesCT ppe [(r, name, typ)])
  21909. 2892.77 s [unison-cli] | ^^^^
  21910. 2892.77 s [unison-cli]
  21911. 2892.77 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3481:35: warning: [GHC-63397] [-Wname-shadowing]
  21912. 2892.77 s [unison-cli] This binding for ‘conflictedNames’ shadows the existing binding
  21913. 2892.77 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3442:29
  21914. 2892.77 s [unison-cli] |
  21915. 2892.77 s [unison-cli] 3481 | showConflictedNames thingKind conflictedNames =
  21916. 2892.77 s [unison-cli] | ^^^^^^^^^^^^^^^
  21917. 2892.77 s [unison-cli]
  21918. 2892.77 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3770:14: warning: [GHC-63397] [-Wname-shadowing]
  21919. 2892.77 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  21920. 2892.77 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:34
  21921. 2892.77 s [unison-cli] |
  21922. 2892.77 s [unison-cli] 3770 | termRows terms =
  21923. 2892.77 s [unison-cli] | ^^^^^
  21924. 2892.77 s [unison-cli]
  21925. 2892.77 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3775:14: warning: [GHC-63397] [-Wname-shadowing]
  21926. 2892.77 s [unison-cli] This binding for ‘types’ shadows the existing binding
  21927. 2892.78 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3729:28
  21928. 2892.78 s [unison-cli] |
  21929. 2892.78 s [unison-cli] 3775 | typeRows types =
  21930. 2892.78 s [unison-cli] | ^^^^^
  21931. 2892.78 s [unison-cli]
  21932. 2892.78 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:26: warning: [GHC-63397] [-Wname-shadowing]
  21933. 2892.78 s [unison-cli] This binding for ‘lefts’ shadows the existing binding
  21934. 2892.78 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  21935. 2892.78 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  21936. 2892.78 s [unison-cli] |
  21937. 2892.78 s [unison-cli] 3942 | buildTable lefts rights =
  21938. 2892.78 s [unison-cli] | ^^^^^
  21939. 2892.78 s [unison-cli]
  21940. 2892.78 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3942:32: warning: [GHC-63397] [-Wname-shadowing]
  21941. 2892.78 s [unison-cli] This binding for ‘rights’ shadows the existing binding
  21942. 2892.78 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/CommandLine/OutputMessages.hs:111:1-21
  21943. 2892.78 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Either’)
  21944. 2892.78 s [unison-cli] |
  21945. 2892.78 s [unison-cli] 3942 | buildTable lefts rights =
  21946. 2892.78 s [unison-cli] | ^^^^^^
  21947. 2892.78 s [unison-cli]
  21948. 2892.78 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3981:9: warning: [GHC-63397] [-Wname-shadowing]
  21949. 2892.78 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  21950. 2892.78 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:51
  21951. 2892.78 s [unison-cli] |
  21952. 2892.78 s [unison-cli] 3981 | olds <- traverse (mdTypeLine oldPath) [OBD.TypeDisplay name r decl | (name, r, decl) <- olds]
  21953. 2892.78 s [unison-cli] | ^^^^
  21954. 2892.78 s [unison-cli]
  21955. 2892.79 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:3982:9: warning: [GHC-63397] [-Wname-shadowing]
  21956. 2892.79 s [unison-cli] This binding for ‘news’ shadows the existing binding
  21957. 2892.79 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3979:57
  21958. 2892.79 s [unison-cli] |
  21959. 2892.79 s [unison-cli] 3982 | news <- traverse (mdTypeLine newPath) news
  21960. 2892.79 s [unison-cli] | ^^^^
  21961. 2892.79 s [unison-cli]
  21962. 2892.79 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4045:11: warning: [GHC-63397] [-Wname-shadowing]
  21963. 2892.79 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  21964. 2892.79 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21965. 2892.79 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  21966. 2892.79 s [unison-cli] |
  21967. 2892.79 s [unison-cli] 4045 | lines <- traverse (prettyLine r odecl) hqs
  21968. 2892.79 s [unison-cli] | ^^^^^
  21969. 2892.79 s [unison-cli]
  21970. 2892.79 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4063:11: warning: [GHC-63397] [-Wname-shadowing]
  21971. 2892.79 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  21972. 2892.79 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  21973. 2892.79 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  21974. 2892.79 s [unison-cli] |
  21975. 2892.79 s [unison-cli] 4063 | lines <- traverse (prettyLine r) hqs
  21976. 2892.79 s [unison-cli] | ^^^^^
  21977. 2892.79 s [unison-cli]
  21978. 2892.79 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4076:16: warning: [GHC-63397] [-Wname-shadowing]
  21979. 2892.79 s [unison-cli] This binding for ‘p’ shadows the existing binding
  21980. 2892.79 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  21981. 2892.79 s [unison-cli] |
  21982. 2892.80 s [unison-cli] 4076 | mdTypeLine p (OBD.TypeDisplay hq r odecl) = do
  21983. 2892.80 s [unison-cli] | ^
  21984. 2892.80 s [unison-cli]
  21985. 2892.80 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4089:16: warning: [GHC-63397] [-Wname-shadowing]
  21986. 2892.80 s [unison-cli] This binding for ‘p’ shadows the existing binding
  21987. 2892.80 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:3806:6
  21988. 2892.80 s [unison-cli] |
  21989. 2892.80 s [unison-cli] 4089 | mdTermLine p namesWidth (OBD.TermDisplay hq r otype) = do
  21990. 2892.80 s [unison-cli] | ^
  21991. 2892.80 s [unison-cli]
  21992. 2892.80 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4104:7: warning: [GHC-63397] [-Wname-shadowing]
  21993. 2892.80 s [unison-cli] This binding for ‘olds’ shadows the existing binding
  21994. 2892.80 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:51
  21995. 2892.80 s [unison-cli] |
  21996. 2892.80 s [unison-cli] 4104 | olds <-
  21997. 2892.80 s [unison-cli] | ^^^^
  21998. 2892.80 s [unison-cli]
  21999. 2892.80 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4108:7: warning: [GHC-63397] [-Wname-shadowing]
  22000. 2892.80 s [unison-cli] This binding for ‘news’ shadows the existing binding
  22001. 2892.80 s [unison-cli] bound at src/Unison/CommandLine/OutputMessages.hs:4103:57
  22002. 2892.80 s [unison-cli] |
  22003. 2892.80 s [unison-cli] 4108 | news <- traverse (mdTermLine newPath namesWidth) news
  22004. 2892.80 s [unison-cli] | ^^^^
  22005. 2892.80 s [unison-cli]
  22006. 2892.80 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4122:5: warning: [GHC-63397] [-Wname-shadowing]
  22007. 2892.80 s [unison-cli] This binding for ‘prettyType’ shadows the existing binding
  22008. 2892.80 s [unison-cli] imported from ‘Unison.Cli.Pretty’ at src/Unison/CommandLine/OutputMessages.hs:53:1-24
  22009. 2892.80 s [unison-cli] (and originally defined at src/Unison/Cli/Pretty.hs:476:1-10)
  22010. 2892.80 s [unison-cli] |
  22011. 2892.81 s [unison-cli] 4122 | prettyType = maybe (P.red "type not found") (TypePrinter.pretty ppe)
  22012. 2892.81 s [unison-cli] | ^^^^^^^^^^
  22013. 2892.81 s [unison-cli]
  22014. 2892.81 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4237:9: warning: [GHC-63397] [-Wname-shadowing]
  22015. 2892.81 s [unison-cli] This binding for ‘lines’ shadows the existing binding
  22016. 2892.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  22017. 2892.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.OldList’)
  22018. 2892.81 s [unison-cli] |
  22019. 2892.81 s [unison-cli] 4237 | let lines = Text.lines src
  22020. 2892.81 s [unison-cli] | ^^^^^
  22021. 2892.81 s [unison-cli]
  22022. 2892.81 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4243:74: warning: [GHC-63397] [-Wname-shadowing]
  22023. 2892.81 s [unison-cli] This binding for ‘id’ shadows the existing binding
  22024. 2892.81 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/OutputMessages.hs:175:1-29
  22025. 2892.81 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  22026. 2892.81 s [unison-cli] |
  22027. 2892.81 s [unison-cli] 4243 | renderTest (Term.App' (Term.Constructor' (ConstructorReference _ id)) (Term.Text' msg)) =
  22028. 2892.81 s [unison-cli] | ^^
  22029. 2892.81 s [unison-cli]
  22030. 2892.81 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4657:17: warning: [GHC-63397] [-Wname-shadowing]
  22031. 2892.81 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  22032. 2892.81 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  22033. 2892.81 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  22034. 2892.81 s [unison-cli] |
  22035. 2892.81 s [unison-cli] 4657 | let indexed = zip [startIdx ..] srcs
  22036. 2892.81 s [unison-cli] | ^^^^^^^
  22037. 2892.81 s [unison-cli]
  22038. 2892.81 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4661:19: warning: [GHC-63397] [-Wname-shadowing]
  22039. 2892.81 s [unison-cli] This binding for ‘indexed’ shadows the existing binding
  22040. 2892.81 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/CommandLine/OutputMessages.hs:8:1-31
  22041. 2892.81 s [unison-cli] (and originally defined in ‘Control.Lens.Internal.Indexed’)
  22042. 2892.81 s [unison-cli] |
  22043. 2892.81 s [unison-cli] 4661 | formatGroup indexed = P.indentN 2 . P.lines $ [P.shown i <> ". " <> prettyPath p | (i, p) <- indexed]
  22044. 2892.81 s [unison-cli] | ^^^^^^^
  22045. 2892.81 s [unison-cli]
  22046. 2892.82 s [unison-cli] src/Unison/CommandLine/OutputMessages.hs:4673:24: warning: [GHC-63394] [-Wx-partial]
  22047. 2892.82 s [unison-cli] In the use of ‘head’
  22048. 2892.82 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  22049. 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"."
  22050. 2892.82 s [unison-cli] |
  22051. 2892.82 s [unison-cli] 4673 | secondPath = head rest
  22052. 2892.82 s [unison-cli] | ^^^^
  22053. 2892.82 s [unison-cli]
  22054. 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 )
  22055. 2896.72 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:79:9: warning: [GHC-63397] [-Wname-shadowing]
  22056. 2896.72 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22057. 2896.72 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:70:3
  22058. 2896.72 s [unison-cli] |
  22059. 2896.72 s [unison-cli] 79 | tm <- eval tm'
  22060. 2896.72 s [unison-cli] | ^^
  22061. 2896.72 s [unison-cli]
  22062. 2896.72 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:82:16: warning: [GHC-63397] [-Wname-shadowing]
  22063. 2896.72 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22064. 2896.72 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:79:9
  22065. 2896.72 s [unison-cli] |
  22066. 2896.72 s [unison-cli] 82 | Just tm -> displayTerm pped terms typeOf eval types tm
  22067. 2896.72 s [unison-cli] | ^^
  22068. 2896.72 s [unison-cli]
  22069. 2896.72 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:126:9: warning: [GHC-63397] [-Wname-shadowing]
  22070. 2896.72 s [unison-cli] This binding for ‘initial’ shadows the existing binding
  22071. 2896.72 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:25
  22072. 2896.72 s [unison-cli] |
  22073. 2896.72 s [unison-cli] 126 | initial <- go initial
  22074. 2896.72 s [unison-cli] | ^^^^^^^
  22075. 2896.72 s [unison-cli]
  22076. 2896.72 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:127:9: warning: [GHC-63397] [-Wname-shadowing]
  22077. 2896.72 s [unison-cli] This binding for ‘afterNl’ shadows the existing binding
  22078. 2896.72 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:33
  22079. 2896.72 s [unison-cli] |
  22080. 2896.72 s [unison-cli] 127 | afterNl <- go afterNl
  22081. 2896.72 s [unison-cli] | ^^^^^^^
  22082. 2896.72 s [unison-cli]
  22083. 2896.73 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:128:9: warning: [GHC-63397] [-Wname-shadowing]
  22084. 2896.73 s [unison-cli] This binding for ‘p’ shadows the existing binding
  22085. 2896.73 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:125:41
  22086. 2896.73 s [unison-cli] |
  22087. 2896.73 s [unison-cli] 128 | p <- go p
  22088. 2896.73 s [unison-cli] | ^
  22089. 2896.73 s [unison-cli]
  22090. 2896.73 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:136:7: warning: [GHC-63397] [-Wname-shadowing]
  22091. 2896.73 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22092. 2896.73 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22093. 2896.73 s [unison-cli] |
  22094. 2896.73 s [unison-cli] 136 | tm -> displayTerm pped terms typeOf eval types tm
  22095. 2896.73 s [unison-cli] | ^^
  22096. 2896.73 s [unison-cli]
  22097. 2896.73 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:148:13: warning: [GHC-63397] [-Wname-shadowing]
  22098. 2896.73 s [unison-cli] This binding for ‘go’ shadows the existing binding
  22099. 2896.73 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  22100. 2896.73 s [unison-cli] |
  22101. 2896.73 s [unison-cli] 148 | go ref@(Reference.Builtin _) = pure (ref, DO.BuiltinObject ())
  22102. 2896.73 s [unison-cli] | ^^
  22103. 2896.73 s [unison-cli]
  22104. 2896.73 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:156:13: warning: [GHC-63397] [-Wname-shadowing]
  22105. 2896.73 s [unison-cli] This binding for ‘go’ shadows the existing binding
  22106. 2896.73 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  22107. 2896.73 s [unison-cli] |
  22108. 2896.73 s [unison-cli] 156 | let go ref =
  22109. 2896.73 s [unison-cli] | ^^
  22110. 2896.73 s [unison-cli]
  22111. 2896.74 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:188:13: warning: [GHC-63397] [-Wname-shadowing]
  22112. 2896.74 s [unison-cli] This binding for ‘go’ shadows the existing binding
  22113. 2896.74 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  22114. 2896.74 s [unison-cli] |
  22115. 2896.74 s [unison-cli] 188 | go = pure . P.underline . P.syntaxToColor . NP.prettyHashQualified
  22116. 2896.74 s [unison-cli] | ^^
  22117. 2896.74 s [unison-cli]
  22118. 2896.74 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:203:13: warning: [GHC-63397] [-Wname-shadowing]
  22119. 2896.74 s [unison-cli] This binding for ‘go’ shadows the existing binding
  22120. 2896.74 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:118:5
  22121. 2896.74 s [unison-cli] |
  22122. 2896.74 s [unison-cli] 203 | go r = P.indentN 4 <$> goSignature r
  22123. 2896.74 s [unison-cli] | ^^
  22124. 2896.74 s [unison-cli]
  22125. 2896.74 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:206:54: warning: [GHC-63397] [-Wname-shadowing]
  22126. 2896.74 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22127. 2896.74 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22128. 2896.74 s [unison-cli] |
  22129. 2896.74 s [unison-cli] 206 | DD.Doc2SpecialFormSignatureInline (DD.Doc2Term tm) ->
  22130. 2896.74 s [unison-cli] | ^^
  22131. 2896.74 s [unison-cli]
  22132. 2896.74 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:211:43: warning: [GHC-63397] [-Wname-shadowing]
  22133. 2896.74 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22134. 2896.74 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22135. 2896.74 s [unison-cli] |
  22136. 2896.74 s [unison-cli] 211 | DD.Doc2SpecialFormEval (DD.Doc2Term tm) ->
  22137. 2896.74 s [unison-cli] | ^^
  22138. 2896.74 s [unison-cli]
  22139. 2896.75 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:222:49: warning: [GHC-63397] [-Wname-shadowing]
  22140. 2896.75 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22141. 2896.75 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22142. 2896.75 s [unison-cli] |
  22143. 2896.75 s [unison-cli] 222 | DD.Doc2SpecialFormEvalInline (DD.Doc2Term tm) ->
  22144. 2896.75 s [unison-cli] | ^^
  22145. 2896.75 s [unison-cli]
  22146. 2896.75 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:227:44: warning: [GHC-63397] [-Wname-shadowing]
  22147. 2896.75 s [unison-cli] This binding for ‘any’ shadows the existing binding
  22148. 2896.75 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  22149. 2896.75 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  22150. 2896.75 s [unison-cli] |
  22151. 2896.75 s [unison-cli] 227 | DD.Doc2SpecialFormEmbed (Term.App' _ any) ->
  22152. 2896.75 s [unison-cli] | ^^^
  22153. 2896.75 s [unison-cli]
  22154. 2896.75 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:231:37: warning: [GHC-63397] [-Wname-shadowing]
  22155. 2896.75 s [unison-cli] This binding for ‘any’ shadows the existing binding
  22156. 2896.75 s [unison-cli] imported from ‘Prelude’ at src/Unison/CommandLine/DisplayValues.hs:1:8-39
  22157. 2896.75 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  22158. 2896.75 s [unison-cli] |
  22159. 2896.75 s [unison-cli] 231 | DD.Doc2SpecialFormEmbedInline any ->
  22160. 2896.75 s [unison-cli] | ^^^
  22161. 2896.75 s [unison-cli]
  22162. 2896.75 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:234:7: warning: [GHC-63397] [-Wname-shadowing]
  22163. 2896.75 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22164. 2896.75 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22165. 2896.75 s [unison-cli] |
  22166. 2896.76 s [unison-cli] 234 | tm -> P.red <$> displayTerm pped terms typeOf eval types tm
  22167. 2896.76 s [unison-cli] | ^^
  22168. 2896.76 s [unison-cli]
  22169. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:236:16: warning: [GHC-63397] [-Wname-shadowing]
  22170. 2896.76 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22171. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22172. 2896.76 s [unison-cli] |
  22173. 2896.76 s [unison-cli] 236 | toReferent tm = case tm of
  22174. 2896.76 s [unison-cli] | ^^
  22175. 2896.76 s [unison-cli]
  22176. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:274:9: warning: [GHC-63397] [-Wname-shadowing]
  22177. 2896.76 s [unison-cli] This binding for ‘txt’ shadows the existing binding
  22178. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:38
  22179. 2896.76 s [unison-cli] |
  22180. 2896.76 s [unison-cli] 274 | txt <- goConsole txt
  22181. 2896.76 s [unison-cli] | ^^^
  22182. 2896.76 s [unison-cli]
  22183. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:275:9: warning: [GHC-63397] [-Wname-shadowing]
  22184. 2896.76 s [unison-cli] This binding for ‘color’ shadows the existing binding
  22185. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:273:32
  22186. 2896.76 s [unison-cli] |
  22187. 2896.76 s [unison-cli] 275 | color <- pure $ goColor color
  22188. 2896.76 s [unison-cli] | ^^^^^
  22189. 2896.76 s [unison-cli]
  22190. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:280:7: warning: [GHC-63397] [-Wname-shadowing]
  22191. 2896.76 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22192. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:116:44
  22193. 2896.76 s [unison-cli] |
  22194. 2896.76 s [unison-cli] 280 | tm -> displayTerm pped terms typeOf eval types tm
  22195. 2896.76 s [unison-cli] | ^^
  22196. 2896.76 s [unison-cli]
  22197. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:315:16: warning: [GHC-63397] [-Wname-shadowing]
  22198. 2896.76 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  22199. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  22200. 2896.76 s [unison-cli] |
  22201. 2896.76 s [unison-cli] 315 | prettyEval terms r = case r of
  22202. 2896.76 s [unison-cli] | ^^^^^
  22203. 2896.76 s [unison-cli]
  22204. 2896.76 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:322:42: warning: [GHC-63397] [-Wname-shadowing]
  22205. 2896.76 s [unison-cli] This binding for ‘r’ shadows the existing binding
  22206. 2896.76 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:315:22
  22207. 2896.76 s [unison-cli] |
  22208. 2896.76 s [unison-cli] 322 | Referent.Con (ConstructorReference r _) _ -> pure $ typeName (PPE.declarationPPE pped r) r
  22209. 2896.77 s [unison-cli] | ^
  22210. 2896.77 s [unison-cli]
  22211. 2896.77 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:323:16: warning: [GHC-63397] [-Wname-shadowing]
  22212. 2896.77 s [unison-cli] This binding for ‘terms’ shadows the existing binding
  22213. 2896.77 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:294:17
  22214. 2896.77 s [unison-cli] |
  22215. 2896.77 s [unison-cli] 323 | prettyTerm terms r = case r of
  22216. 2896.77 s [unison-cli] | ^^^^^
  22217. 2896.77 s [unison-cli]
  22218. 2896.77 s [unison-cli] src/Unison/CommandLine/DisplayValues.hs:330:42: warning: [GHC-63397] [-Wname-shadowing]
  22219. 2896.77 s [unison-cli] This binding for ‘r’ shadows the existing binding
  22220. 2896.77 s [unison-cli] bound at src/Unison/CommandLine/DisplayValues.hs:323:22
  22221. 2896.77 s [unison-cli] |
  22222. 2896.77 s [unison-cli] 330 | Referent.Con (ConstructorReference r _) _ -> prettyType r
  22223. 2896.77 s [unison-cli] | ^
  22224. 2896.77 s [unison-cli]
  22225. 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 )
  22226. 2897.03 s [unison-cli] src/Unison/Cli/Monad.hs:342:6: warning: [GHC-63397] [-Wname-shadowing]
  22227. 2897.03 s [unison-cli] This binding for ‘label’ shadows the existing binding
  22228. 2897.03 s [unison-cli] defined at src/Unison/Cli/Monad.hs:321:1
  22229. 2897.03 s [unison-cli] |
  22230. 2897.03 s [unison-cli] 342 | time label action =
  22231. 2897.03 s [unison-cli] | ^^^^^
  22232. 2897.03 s [unison-cli]
  22233. 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 )
  22234. 2897.37 s [unison-cli] src/Unison/Share/SyncV2.hs:322:20: warning: [GHC-63397] [-Wname-shadowing]
  22235. 2897.37 s [unison-cli] This binding for ‘entityBytes’ shadows the existing binding
  22236. 2897.37 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:314:42
  22237. 2897.37 s [unison-cli] |
  22238. 2897.37 s [unison-cli] 322 | unpackEntity entityBytes = do
  22239. 2897.37 s [unison-cli] | ^^^^^^^^^^^
  22240. 2897.37 s [unison-cli]
  22241. 2897.37 s [unison-cli] src/Unison/Share/SyncV2.hs:364:33: warning: [GHC-63397] [-Wname-shadowing]
  22242. 2897.37 s [unison-cli] This binding for ‘codebase’ shadows the existing binding
  22243. 2897.37 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:17
  22244. 2897.37 s [unison-cli] |
  22245. 2897.37 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  22246. 2897.37 s [unison-cli] | ^^^^^^^^
  22247. 2897.37 s [unison-cli]
  22248. 2897.38 s [unison-cli] src/Unison/Share/SyncV2.hs:364:42: warning: [GHC-63397] [-Wname-shadowing]
  22249. 2897.38 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  22250. 2897.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:353:26
  22251. 2897.38 s [unison-cli] |
  22252. 2897.38 s [unison-cli] 364 | didCausalSuccessfullyImport codebase hash = do
  22253. 2897.38 s [unison-cli] | ^^^^
  22254. 2897.38 s [unison-cli]
  22255. 2897.38 s [unison-cli] src/Unison/Share/SyncV2.hs:507:6: warning: [GHC-63397] [-Wname-shadowing]
  22256. 2897.38 s [unison-cli] This binding for ‘init’ shadows the existing binding
  22257. 2897.38 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  22258. 2897.38 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  22259. 2897.38 s [unison-cli] |
  22260. 2897.38 s [unison-cli] 507 | (init, entityStream) <- initializeStream setTotal stream
  22261. 2897.38 s [unison-cli] | ^^^^
  22262. 2897.38 s [unison-cli]
  22263. 2897.38 s [unison-cli] src/Unison/Share/SyncV2.hs:513:21: warning: [GHC-63397] [-Wname-shadowing]
  22264. 2897.38 s [unison-cli] This binding for ‘init’ shadows the existing binding
  22265. 2897.38 s [unison-cli] imported from ‘Prelude’ at src/Unison/Share/SyncV2.hs:3:8-26
  22266. 2897.38 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  22267. 2897.38 s [unison-cli] |
  22268. 2897.38 s [unison-cli] 513 | (streamRemainder, init) <- stream C.$$+ C.headC
  22269. 2897.38 s [unison-cli] | ^^^^
  22270. 2897.38 s [unison-cli]
  22271. 2897.38 s [unison-cli] src/Unison/Share/SyncV2.hs:629:57: warning: [GHC-63397] [-Wname-shadowing]
  22272. 2897.38 s [unison-cli] This binding for ‘total’ shadows the existing binding
  22273. 2897.38 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:628:20
  22274. 2897.39 s [unison-cli] |
  22275. 2897.39 s [unison-cli] 629 | let msg n = "\n Exported " <> tShow n <> maybe "" (\total -> " / " <> tShow total) total <> " entities 📦 \n\n"
  22276. 2897.39 s [unison-cli] | ^^^^^
  22277. 2897.39 s [unison-cli]
  22278. 2897.39 s [unison-cli] src/Unison/Share/SyncV2.hs:666:108: warning: [GHC-63397] [-Wname-shadowing]
  22279. 2897.39 s [unison-cli] This binding for ‘total’ shadows the existing binding
  22280. 2897.39 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:658:13
  22281. 2897.39 s [unison-cli] |
  22282. 2897.39 s [unison-cli] 666 | [ Monoid.whenM hasDownload $ "\n Downloaded: " <> tShow @Int downloaded <> maybe "" (\total -> " / " <> tShow @Int total) total <> Monoid.whenM doneUnpacking " 🏁",
  22283. 2897.39 s [unison-cli] | ^^^^^
  22284. 2897.39 s [unison-cli]
  22285. 2897.39 s [unison-cli] src/Unison/Share/SyncV2.hs:679:17: warning: [GHC-63397] [-Wname-shadowing]
  22286. 2897.39 s [unison-cli] This binding for ‘action’ shadows the existing binding
  22287. 2897.39 s [unison-cli] bound at src/Unison/Share/SyncV2.hs:645:32
  22288. 2897.39 s [unison-cli] |
  22289. 2897.39 s [unison-cli] 679 | withSpinner action = do
  22290. 2897.39 s [unison-cli] | ^^^^^^
  22291. 2897.39 s [unison-cli]
  22292. 2897.39 s [unison-cli] src/Unison/Share/SyncV2.hs:688:81: warning: [GHC-63394] [-Wx-partial]
  22293. 2897.39 s [unison-cli] In the use of ‘head’
  22294. 2897.39 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  22295. 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"."
  22296. 2897.40 s [unison-cli] |
  22297. 2897.40 s [unison-cli] 688 | UnliftIO.atomically $ UnliftIO.writeTVar spinnerVar (Text.singleton $ head spinner)
  22298. 2897.40 s [unison-cli] | ^^^^
  22299. 2897.40 s [unison-cli]
  22300. 2897.40 s [unison-cli] src/Unison/Share/SyncV2.hs:689:26: warning: [GHC-63394] [-Wx-partial]
  22301. 2897.40 s [unison-cli] In the use of ‘tail’
  22302. 2897.40 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  22303. 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"."
  22304. 2897.40 s [unison-cli] |
  22305. 2897.40 s [unison-cli] 689 | go spinnerVar (tail spinner)
  22306. 2897.40 s [unison-cli] | ^^^^
  22307. 2897.40 s [unison-cli]
  22308. 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 )
  22309. 2898.27 s [unison-cli] src/Unison/Share/Sync.hs:582:19: warning: [GHC-63397] [-Wname-shadowing]
  22310. 2898.27 s [unison-cli] This binding for ‘err’ shadows the existing binding
  22311. 2898.27 s [unison-cli] bound at src/Unison/Share/Sync.hs:578:43
  22312. 2898.27 s [unison-cli] |
  22313. 2898.27 s [unison-cli] 582 | err -> Left (SyncError err)
  22314. 2898.27 s [unison-cli] | ^^^
  22315. 2898.27 s [unison-cli]
  22316. 2898.27 s [unison-cli] src/Unison/Share/Sync.hs:605:17: warning: [GHC-63397] [-Wname-shadowing]
  22317. 2898.27 s [unison-cli] This binding for ‘hashes0’ shadows the existing binding
  22318. 2898.27 s [unison-cli] bound at src/Unison/Share/Sync.hs:468:40
  22319. 2898.27 s [unison-cli] |
  22320. 2898.27 s [unison-cli] 605 | hashes0 <- readTVar hashesVar
  22321. 2898.27 s [unison-cli] | ^^^^^^^
  22322. 2898.27 s [unison-cli]
  22323. 2898.27 s [unison-cli] src/Unison/Share/Sync.hs:651:21: warning: [GHC-63397] [-Wname-shadowing]
  22324. 2898.27 s [unison-cli] This binding for ‘hash’ shadows the existing binding
  22325. 2898.27 s [unison-cli] bound at src/Unison/Share/Sync.hs:643:23
  22326. 2898.27 s [unison-cli] |
  22327. 2898.27 s [unison-cli] 651 | let hash = Share.hashJWTHash hashJwt
  22328. 2898.27 s [unison-cli] | ^^^^
  22329. 2898.28 s [unison-cli]
  22330. 2898.28 s [unison-cli] src/Unison/Share/Sync.hs:693:11: warning: [GHC-63397] [-Wname-shadowing]
  22331. 2898.28 s [unison-cli] This binding for ‘httpGetCausalHashByPath’ shadows the existing binding
  22332. 2898.28 s [unison-cli] defined at src/Unison/Share/Sync.hs:689:3
  22333. 2898.28 s [unison-cli] |
  22334. 2898.28 s [unison-cli] 693 | let ( httpGetCausalHashByPath
  22335. 2898.28 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^^^
  22336. 2898.28 s [unison-cli]
  22337. 2898.28 s [unison-cli] src/Unison/Share/Sync.hs:694:26: warning: [GHC-63397] [-Wname-shadowing]
  22338. 2898.28 s [unison-cli] This binding for ‘httpDownloadEntities’ shadows the existing binding
  22339. 2898.28 s [unison-cli] defined at src/Unison/Share/Sync.hs:690:3
  22340. 2898.28 s [unison-cli] |
  22341. 2898.28 s [unison-cli] 694 | Servant.:<|> httpDownloadEntities
  22342. 2898.28 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^
  22343. 2898.28 s [unison-cli]
  22344. 2898.28 s [unison-cli] src/Unison/Share/Sync.hs:695:26: warning: [GHC-63397] [-Wname-shadowing]
  22345. 2898.28 s [unison-cli] This binding for ‘httpUploadEntities’ shadows the existing binding
  22346. 2898.28 s [unison-cli] defined at src/Unison/Share/Sync.hs:691:3
  22347. 2898.28 s [unison-cli] |
  22348. 2898.28 s [unison-cli] 695 | Servant.:<|> httpUploadEntities
  22349. 2898.28 s [unison-cli] | ^^^^^^^^^^^^^^^^^^
  22350. 2898.28 s [unison-cli]
  22351. 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 )
  22352. 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 )
  22353. 2898.28 s [unison-cli] src/Unison/CommandLine.hs:109:21: warning: [GHC-63397] [-Wname-shadowing]
  22354. 2898.28 s [unison-cli] This binding for ‘arg’ shadows the existing binding
  22355. 2898.29 s [unison-cli] bound at src/Unison/CommandLine.hs:104:27
  22356. 2898.29 s [unison-cli] |
  22357. 2898.29 s [unison-cli] 109 | Left (arg@(InputPattern.NumberedArg n))
  22358. 2898.29 s [unison-cli] | ^^^
  22359. 2898.29 s [unison-cli]
  22360. 2898.29 s [unison-cli] src/Unison/CommandLine.hs:130:19: warning: [GHC-63397] [-Wname-shadowing]
  22361. 2898.29 s [unison-cli] This binding for ‘params’ shadows the existing binding
  22362. 2898.29 s [unison-cli] bound at src/Unison/CommandLine.hs:99:30
  22363. 2898.29 s [unison-cli] |
  22364. 2898.29 s [unison-cli] 130 | Right (rArgs, params) -> Right (reverse rArgs, params)
  22365. 2898.29 s [unison-cli] | ^^^^^^
  22366. 2898.29 s [unison-cli]
  22367. 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 )
  22368. 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 )
  22369. 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 )
  22370. 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 )
  22371. 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 )
  22372. 2898.29 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:137:20: warning: [GHC-63397] [-Wname-shadowing]
  22373. 2898.29 s [unison-cli] This binding for ‘req’ shadows the existing binding
  22374. 2898.29 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/AuthLogin.hs:131:29
  22375. 2898.29 s [unison-cli] |
  22376. 2898.29 s [unison-cli] 137 | getQueryParams req = do
  22377. 2898.29 s [unison-cli] | ^^^
  22378. 2898.29 s [unison-cli]
  22379. 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 )
  22380. 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 )
  22381. 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 )
  22382. 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 )
  22383. 2898.29 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:32: warning: [GHC-63397] [-Wname-shadowing]
  22384. 2898.29 s [unison-cli] This binding for ‘b’ shadows the existing binding
  22385. 2898.29 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:9
  22386. 2898.29 s [unison-cli] |
  22387. 2898.30 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  22388. 2898.30 s [unison-cli] | ^
  22389. 2898.30 s [unison-cli]
  22390. 2898.30 s [unison-cli] src/Unison/Cli/MonadUtils.hs:417:52: warning: [GHC-63397] [-Wname-shadowing]
  22391. 2898.30 s [unison-cli] This binding for ‘f’ shadows the existing binding
  22392. 2898.30 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:415:7
  22393. 2898.30 s [unison-cli] |
  22394. 2898.30 s [unison-cli] 417 | & (\root -> foldl' (\b (Path.Absolute p, f) -> Branch.modifyAt p f b) root updates)
  22395. 2898.30 s [unison-cli] | ^
  22396. 2898.30 s [unison-cli]
  22397. 2898.30 s [unison-cli] src/Unison/Cli/MonadUtils.hs:443:15: warning: [GHC-63397] [-Wname-shadowing]
  22398. 2898.30 s [unison-cli] This binding for ‘causalHashId’ shadows the existing binding
  22399. 2898.30 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:430:9
  22400. 2898.30 s [unison-cli] |
  22401. 2898.30 s [unison-cli] 443 | causalHashId <- Q.expectCausalHashIdByCausalHash (Branch.headHash new)
  22402. 2898.30 s [unison-cli] | ^^^^^^^^^^^^
  22403. 2898.30 s [unison-cli]
  22404. 2898.30 s [unison-cli] src/Unison/Cli/MonadUtils.hs:521:10: warning: [GHC-63397] [-Wname-shadowing]
  22405. 2898.30 s [unison-cli] This binding for ‘uf’ shadows the existing binding
  22406. 2898.30 s [unison-cli] bound at src/Unison/Cli/MonadUtils.hs:518:3
  22407. 2898.30 s [unison-cli] |
  22408. 2898.30 s [unison-cli] 521 | Just uf ->
  22409. 2898.30 s [unison-cli] | ^^
  22410. 2898.30 s [unison-cli]
  22411. 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 )
  22412. 2898.30 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/UI.hs:55:22: warning: [GHC-63397] [-Wname-shadowing]
  22413. 2898.30 s [unison-cli] This binding for ‘perspective’ shadows the existing binding
  22414. 2898.30 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/UI.hs:47:63
  22415. 2898.31 s [unison-cli] |
  22416. 2898.31 s [unison-cli] 55 | getDefinitionRef perspective = runMaybeT $ do
  22417. 2898.31 s [unison-cli] | ^^^^^^^^^^^
  22418. 2898.31 s [unison-cli]
  22419. 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 )
  22420. 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 )
  22421. 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 )
  22422. 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 )
  22423. 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 )
  22424. 2898.31 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Rename.hs:25:7: warning: [GHC-63397] [-Wname-shadowing]
  22425. 2898.31 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  22426. 2898.31 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/Rename.hs:6:55-68
  22427. 2898.31 s [unison-cli] (and originally defined
  22428. 2898.31 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  22429. 2898.31 s [unison-cli] |
  22430. 2898.31 s [unison-cli] 25 | moveBranchFunc <- moveBranchFunc False src' dest'
  22431. 2898.31 s [unison-cli] | ^^^^^^^^^^^^^^
  22432. 2898.31 s [unison-cli]
  22433. 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 )
  22434. 2898.31 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveTo.hs:51:32: warning: [GHC-63394] [-Wx-partial]
  22435. 2898.31 s [unison-cli] In the use of ‘head’
  22436. 2898.31 s [unison-cli] (imported from Prelude, but defined in GHC.Internal.List):
  22437. 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"."
  22438. 2898.31 s [unison-cli] |
  22439. 2898.32 s [unison-cli] 51 | Output.MoveNothingFound (head invalidSources)
  22440. 2898.32 s [unison-cli] | ^^^^
  22441. 2898.32 s [unison-cli]
  22442. 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 )
  22443. 2898.32 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:16:3: warning: [GHC-63397] [-Wname-shadowing]
  22444. 2898.32 s [unison-cli] This binding for ‘moveBranchFunc’ shadows the existing binding
  22445. 2898.32 s [unison-cli] imported from ‘Unison.Codebase.Editor.HandleInput.MoveBranch’ at src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:6:55-68
  22446. 2898.32 s [unison-cli] (and originally defined
  22447. 2898.32 s [unison-cli] at src/Unison/Codebase/Editor/HandleInput/MoveBranch.hs:16:1-14)
  22448. 2898.32 s [unison-cli] |
  22449. 2898.32 s [unison-cli] 16 | moveBranchFunc <- moveBranchFunc hasConfirmed src' dest'
  22450. 2898.32 s [unison-cli] | ^^^^^^^^^^^^^^
  22451. 2898.32 s [unison-cli]
  22452. 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 )
  22453. 2898.32 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:332:30: warning: [GHC-63397] [-Wname-shadowing]
  22454. 2898.32 s [unison-cli] This binding for ‘slurpTerms’ shadows the existing binding
  22455. 2898.32 s [unison-cli] defined at src/Unison/Codebase/Editor/HandleInput/Load.hs:204:1
  22456. 2898.32 s [unison-cli] |
  22457. 2898.32 s [unison-cli] 332 | getTermAliases existingTerms slurpTerms =
  22458. 2898.32 s [unison-cli] | ^^^^^^^^^^
  22459. 2898.32 s [unison-cli]
  22460. 2898.32 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:481:25: warning: [GHC-63397] [-Wname-shadowing]
  22461. 2898.32 s [unison-cli] This binding for ‘map’ shadows the existing binding
  22462. 2898.32 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/Load.hs:1:8-46
  22463. 2898.32 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  22464. 2898.32 s [unison-cli] |
  22465. 2898.32 s [unison-cli] 481 | Right (nts, resp, map) -> do
  22466. 2898.32 s [unison-cli] | ^^^
  22467. 2898.32 s [unison-cli]
  22468. 2898.32 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Load.hs:486:27: warning: [GHC-63397] [-Wname-shadowing]
  22469. 2898.33 s [unison-cli] This binding for ‘prof’ shadows the existing binding
  22470. 2898.33 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Load.hs:471:7
  22471. 2898.33 s [unison-cli] |
  22472. 2898.33 s [unison-cli] 486 | Runtime.Profile prof ->
  22473. 2898.33 s [unison-cli] | ^^^^
  22474. 2898.33 s [unison-cli]
  22475. 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 )
  22476. 2898.46 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:21:34: warning: [GHC-63397] [-Wname-shadowing]
  22477. 2898.46 s [unison-cli] This binding for ‘from’ shadows the existing binding
  22478. 2898.46 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:18:1-21
  22479. 2898.46 s [unison-cli] (and originally defined in ‘Witch.From’)
  22480. 2898.46 s [unison-cli] |
  22481. 2898.46 s [unison-cli] 21 | handleHistory resultsCap diffCap from = do
  22482. 2898.46 s [unison-cli] | ^^^^
  22483. 2898.46 s [unison-cli]
  22484. 2898.46 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:46:29: warning: [GHC-63397] [-Wname-shadowing]
  22485. 2898.46 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  22486. 2898.47 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  22487. 2898.47 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  22488. 2898.47 s [unison-cli] |
  22489. 2898.47 s [unison-cli] 46 | Causal.Cons _ _ _ tail -> do
  22490. 2898.47 s [unison-cli] | ^^^^
  22491. 2898.47 s [unison-cli]
  22492. 2898.47 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/History.hs:50:17: warning: [GHC-63397] [-Wname-shadowing]
  22493. 2898.47 s [unison-cli] This binding for ‘elem’ shadows the existing binding
  22494. 2898.47 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/History.hs:1:8-49
  22495. 2898.47 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Data.Foldable’)
  22496. 2898.47 s [unison-cli] |
  22497. 2898.47 s [unison-cli] 50 | let elem = (causalHash, mayComment, Branch.namesDiff b' b)
  22498. 2898.47 s [unison-cli] | ^^^^
  22499. 2898.47 s [unison-cli]
  22500. 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 )
  22501. 2898.47 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:25: warning: [GHC-63397] [-Wname-shadowing]
  22502. 2898.47 s [unison-cli] This binding for ‘rules’ shadows the existing binding
  22503. 2898.47 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:57:14
  22504. 2898.47 s [unison-cli] |
  22505. 2898.48 s [unison-cli] 61 | go n tm ((r, _) : rules) = case r tm of
  22506. 2898.48 s [unison-cli] | ^^^^^
  22507. 2898.48 s [unison-cli]
  22508. 2898.48 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:63:14: warning: [GHC-63397] [-Wname-shadowing]
  22509. 2898.48 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22510. 2898.48 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:61:12
  22511. 2898.48 s [unison-cli] |
  22512. 2898.48 s [unison-cli] 63 | Just tm -> go (n + 1) tm rules
  22513. 2898.48 s [unison-cli] | ^^
  22514. 2898.48 s [unison-cli]
  22515. 2898.48 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:91:7: warning: [GHC-63397] [-Wname-shadowing]
  22516. 2898.48 s [unison-cli] This binding for ‘results’ shadows the existing binding
  22517. 2898.48 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:78:3
  22518. 2898.48 s [unison-cli] |
  22519. 2898.48 s [unison-cli] 91 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  22520. 2898.48 s [unison-cli] | ^^^^^^^
  22521. 2898.48 s [unison-cli]
  22522. 2898.49 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:116:7: warning: [GHC-63397] [-Wname-shadowing]
  22523. 2898.49 s [unison-cli] This binding for ‘results’ shadows the existing binding
  22524. 2898.49 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:103:3
  22525. 2898.49 s [unison-cli] |
  22526. 2898.49 s [unison-cli] 116 | let results = Alphabetical.sortAlphabetically [hq | (hq, True) <- results0]
  22527. 2898.49 s [unison-cli] | ^^^^^^^
  22528. 2898.49 s [unison-cli]
  22529. 2898.49 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:124:16: warning: [GHC-63397] [-Wname-shadowing]
  22530. 2898.49 s [unison-cli] This binding for ‘txts’ shadows the existing binding
  22531. 2898.49 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:125:9
  22532. 2898.49 s [unison-cli] |
  22533. 2898.49 s [unison-cli] 124 | hasAll txts = all (\tok -> any (\haystack -> Text.isInfixOf tok haystack) txts) tokensTxt
  22534. 2898.49 s [unison-cli] | ^^^^
  22535. 2898.49 s [unison-cli]
  22536. 2898.49 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:154:3: warning: [GHC-63397] [-Wname-shadowing]
  22537. 2898.49 s [unison-cli] This binding for ‘ot’ shadows the existing binding
  22538. 2898.49 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:153:3
  22539. 2898.49 s [unison-cli] |
  22540. 2898.49 s [unison-cli] 154 | ot <- case ot of
  22541. 2898.49 s [unison-cli] | ^^
  22542. 2898.49 s [unison-cli]
  22543. 2898.49 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18: warning: [GHC-63397] [-Wname-shadowing]
  22544. 2898.49 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22545. 2898.50 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  22546. 2898.50 s [unison-cli] |
  22547. 2898.50 s [unison-cli] 164 | let extract vs tm = case tm of
  22548. 2898.50 s [unison-cli] | ^^
  22549. 2898.50 s [unison-cli]
  22550. 2898.50 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:165:19: warning: [GHC-63397] [-Wname-shadowing]
  22551. 2898.50 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22552. 2898.50 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:164:18
  22553. 2898.50 s [unison-cli] |
  22554. 2898.51 s [unison-cli] 165 | Term.Ann' tm _typ -> extract vs tm
  22555. 2898.51 s [unison-cli] | ^^
  22556. 2898.51 s [unison-cli]
  22557. 2898.51 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24: warning: [GHC-63397] [-Wname-shadowing]
  22558. 2898.51 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22559. 2898.51 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:163:3
  22560. 2898.51 s [unison-cli] |
  22561. 2898.51 s [unison-cli] 179 | extractOuter vs0 tm = case tm of
  22562. 2898.51 s [unison-cli] | ^^
  22563. 2898.51 s [unison-cli]
  22564. 2898.51 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:180:19: warning: [GHC-63397] [-Wname-shadowing]
  22565. 2898.51 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22566. 2898.51 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  22567. 2898.51 s [unison-cli] |
  22568. 2898.51 s [unison-cli] 180 | Term.Ann' tm _typ -> extractOuter vs0 tm
  22569. 2898.51 s [unison-cli] | ^^
  22570. 2898.51 s [unison-cli]
  22571. 2898.51 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  22572. 2898.52 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22573. 2898.52 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  22574. 2898.52 s [unison-cli] |
  22575. 2898.52 s [unison-cli] 181 | Term.LamsNamed' vs tm -> extractOuter (vs0 ++ vs) tm
  22576. 2898.52 s [unison-cli] | ^^
  22577. 2898.52 s [unison-cli]
  22578. 2898.52 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:182:9: warning: [GHC-63397] [-Wname-shadowing]
  22579. 2898.52 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  22580. 2898.52 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:179:24
  22581. 2898.52 s [unison-cli] |
  22582. 2898.52 s [unison-cli] 182 | tm -> case prepare vs0 tm of
  22583. 2898.52 s [unison-cli] | ^^
  22584. 2898.52 s [unison-cli]
  22585. 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 )
  22586. 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 )
  22587. 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 )
  22588. 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 )
  22589. 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 )
  22590. 2898.52 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:40:23: warning: [GHC-63397] [-Wname-shadowing]
  22591. 2898.52 s [unison-cli] This binding for ‘contents’ shadows the existing binding
  22592. 2898.52 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  22593. 2898.52 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  22594. 2898.52 s [unison-cli] |
  22595. 2898.52 s [unison-cli] 40 | Cli.LoadSuccess contents -> pure contents
  22596. 2898.52 s [unison-cli] | ^^^^^^^^
  22597. 2898.52 s [unison-cli]
  22598. 2898.52 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:50:20: warning: [GHC-63397] [-Wname-shadowing]
  22599. 2898.52 s [unison-cli] This binding for ‘ranges’ shadows the existing binding
  22600. 2898.53 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  22601. 2898.53 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  22602. 2898.53 s [unison-cli] |
  22603. 2898.53 s [unison-cli] 50 | annotateRanges txt ranges =
  22604. 2898.53 s [unison-cli] | ^^^^^^
  22605. 2898.53 s [unison-cli]
  22606. 2898.53 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:27: warning: [GHC-63397] [-Wname-shadowing]
  22607. 2898.53 s [unison-cli] This binding for ‘start’ shadows the existing binding
  22608. 2898.53 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  22609. 2898.53 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  22610. 2898.53 s [unison-cli] |
  22611. 2898.53 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  22612. 2898.53 s [unison-cli] | ^^^^^
  22613. 2898.53 s [unison-cli]
  22614. 2898.53 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:54:33: warning: [GHC-63397] [-Wname-shadowing]
  22615. 2898.53 s [unison-cli] This binding for ‘end’ shadows the existing binding
  22616. 2898.53 s [unison-cli] imported from ‘Language.LSP.Protocol.Lens’ at src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:6:1-33
  22617. 2898.53 s [unison-cli] (and originally defined in ‘lsp-types-2.3.0.1:Language.LSP.Protocol.Types.Lens’)
  22618. 2898.53 s [unison-cli] |
  22619. 2898.54 s [unison-cli] 54 | ( \(LSP.Range start end) ->
  22620. 2898.54 s [unison-cli] | ^^^
  22621. 2898.54 s [unison-cli]
  22622. 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 )
  22623. 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 )
  22624. 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 )
  22625. 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 )
  22626. 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 )
  22627. 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 )
  22628. 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 )
  22629. 2898.85 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:94:4: warning: [GHC-63397] [-Wname-shadowing]
  22630. 2898.85 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  22631. 2898.85 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  22632. 2898.85 s [unison-cli] |
  22633. 2898.85 s [unison-cli] 94 | (localProjectAndBranch, localBranchHead) <-
  22634. 2898.85 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  22635. 2898.85 s [unison-cli]
  22636. 2898.86 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Push.hs:97:7: warning: [GHC-63397] [-Wname-shadowing]
  22637. 2898.86 s [unison-cli] This binding for ‘localProjectAndBranch’ shadows the existing binding
  22638. 2898.86 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Push.hs:89:40
  22639. 2898.86 s [unison-cli] |
  22640. 2898.86 s [unison-cli] 97 | localProjectAndBranch <- expectProjectAndBranch localProjectAndBranchIds
  22641. 2898.86 s [unison-cli] | ^^^^^^^^^^^^^^^^^^^^^
  22642. 2898.86 s [unison-cli]
  22643. 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 )
  22644. 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 )
  22645. 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 )
  22646. 2899.58 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:504:15: warning: [GHC-63397] [-Wname-shadowing]
  22647. 2899.58 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22648. 2899.58 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:465:51
  22649. 2899.58 s [unison-cli] |
  22650. 2899.58 s [unison-cli] 504 | & (\defns -> Map.toList defns.terms ++ Map.toList defns.types)
  22651. 2899.58 s [unison-cli] | ^^^^^
  22652. 2899.58 s [unison-cli]
  22653. 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 )
  22654. 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 )
  22655. 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 )
  22656. 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 )
  22657. 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 )
  22658. 2899.58 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:329:57: warning: [GHC-63397] [-Wname-shadowing]
  22659. 2899.58 s [unison-cli] This binding for ‘info’ shadows the existing binding
  22660. 2899.58 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162:9
  22661. 2899.58 s [unison-cli] |
  22662. 2899.59 s [unison-cli] 329 | MergeSource'RemoteLooseCode info ->
  22663. 2899.59 s [unison-cli] | ^^^^
  22664. 2899.59 s [unison-cli]
  22665. 2899.59 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:350:13: warning: [GHC-63397] [-Wname-shadowing]
  22666. 2899.59 s [unison-cli] This binding for ‘env’ shadows the existing binding
  22667. 2899.59 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:180:3
  22668. 2899.59 s [unison-cli] |
  22669. 2899.59 s [unison-cli] 350 | env <- ask
  22670. 2899.59 s [unison-cli] | ^^^
  22671. 2899.59 s [unison-cli]
  22672. 2899.59 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:686:17: warning: [GHC-63397] [-Wname-shadowing]
  22673. 2899.59 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22674. 2899.59 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:677:16
  22675. 2899.59 s [unison-cli] |
  22676. 2899.59 s [unison-cli] 686 | renderDefns defns = do
  22677. 2899.59 s [unison-cli] | ^^^^^
  22678. 2899.59 s [unison-cli]
  22679. 2899.59 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:24: warning: [GHC-63397] [-Wname-shadowing]
  22680. 2899.59 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22681. 2899.59 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:27
  22682. 2899.59 s [unison-cli] |
  22683. 2899.59 s [unison-cli] 811 | renderDependencies defns dependencies = do
  22684. 2899.59 s [unison-cli] | ^^^^^
  22685. 2899.59 s [unison-cli]
  22686. 2899.59 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:811:30: warning: [GHC-63397] [-Wname-shadowing]
  22687. 2899.59 s [unison-cli] This binding for ‘dependencies’ shadows the existing binding
  22688. 2899.59 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:800:33
  22689. 2899.59 s [unison-cli] |
  22690. 2899.59 s [unison-cli] 811 | renderDependencies defns dependencies = do
  22691. 2899.59 s [unison-cli] | ^^^^^^^^^^^^
  22692. 2899.59 s [unison-cli]
  22693. 2899.59 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:22: warning: [GHC-63397] [-Wname-shadowing]
  22694. 2899.59 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22695. 2899.59 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:28
  22696. 2899.60 s [unison-cli] |
  22697. 2899.60 s [unison-cli] 852 | renderDependents defns dependents = do
  22698. 2899.60 s [unison-cli] | ^^^^^
  22699. 2899.60 s [unison-cli]
  22700. 2899.60 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:852:28: warning: [GHC-63397] [-Wname-shadowing]
  22701. 2899.60 s [unison-cli] This binding for ‘dependents’ shadows the existing binding
  22702. 2899.60 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:841:34
  22703. 2899.60 s [unison-cli] |
  22704. 2899.60 s [unison-cli] 852 | renderDependents defns dependents = do
  22705. 2899.60 s [unison-cli] | ^^^^^^^^^^
  22706. 2899.60 s [unison-cli]
  22707. 2899.60 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:890:17: warning: [GHC-63397] [-Wname-shadowing]
  22708. 2899.60 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22709. 2899.60 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:879:24
  22710. 2899.60 s [unison-cli] |
  22711. 2899.60 s [unison-cli] 890 | renderDefns defns = do
  22712. 2899.60 s [unison-cli] | ^^^^^
  22713. 2899.60 s [unison-cli]
  22714. 2899.60 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:940:27: warning: [GHC-63397] [-Wname-shadowing]
  22715. 2899.60 s [unison-cli] This binding for ‘conflicts’ shadows the existing binding
  22716. 2899.60 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:26
  22717. 2899.60 s [unison-cli] |
  22718. 2899.60 s [unison-cli] 940 | renderConflicts label conflicts who =
  22719. 2899.60 s [unison-cli] | ^^^^^^^^^
  22720. 2899.60 s [unison-cli]
  22721. 2899.60 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:965:52: warning: [GHC-63397] [-Wname-shadowing]
  22722. 2899.60 s [unison-cli] This binding for ‘unconflicts’ shadows the existing binding
  22723. 2899.60 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:906:36
  22724. 2899.60 s [unison-cli] |
  22725. 2899.61 s [unison-cli] 965 | renderUnconflicts color action label renderRef unconflicts =
  22726. 2899.61 s [unison-cli] | ^^^^^^^^^^^
  22727. 2899.61 s [unison-cli]
  22728. 2899.61 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:989:19: warning: [GHC-63397] [-Wname-shadowing]
  22729. 2899.61 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  22730. 2899.61 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:982:18
  22731. 2899.61 s [unison-cli] |
  22732. 2899.61 s [unison-cli] 989 | renderRenames renames = do
  22733. 2899.61 s [unison-cli] | ^^^^^^^
  22734. 2899.61 s [unison-cli]
  22735. 2899.61 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1018:19: warning: [GHC-63397] [-Wname-shadowing]
  22736. 2899.61 s [unison-cli] This binding for ‘renames’ shadows the existing binding
  22737. 2899.61 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1011:24
  22738. 2899.61 s [unison-cli] |
  22739. 2899.61 s [unison-cli] 1018 | renderRenames renames = do
  22740. 2899.61 s [unison-cli] | ^^^^^^^
  22741. 2899.61 s [unison-cli]
  22742. 2899.61 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1042:17: warning: [GHC-63397] [-Wname-shadowing]
  22743. 2899.61 s [unison-cli] This binding for ‘defns’ shadows the existing binding
  22744. 2899.61 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Merge2.hs:1031:33
  22745. 2899.61 s [unison-cli] |
  22746. 2899.61 s [unison-cli] 1042 | renderDefns defns = do
  22747. 2899.61 s [unison-cli] | ^^^^^
  22748. 2899.61 s [unison-cli]
  22749. 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 )
  22750. 2900.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:21: warning: [GHC-63397] [-Wname-shadowing]
  22751. 2900.36 s [unison-cli] This binding for ‘abort’ shadows the existing binding
  22752. 2900.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:370:38
  22753. 2900.36 s [unison-cli] |
  22754. 2900.36 s [unison-cli] 375 | makeDeclUpdates abort = do
  22755. 2900.36 s [unison-cli] | ^^^^^
  22756. 2900.36 s [unison-cli]
  22757. 2900.36 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Update2.hs:384:9: warning: [GHC-63397] [-Wname-shadowing]
  22758. 2900.36 s [unison-cli] This binding for ‘makeDeclUpdates’ shadows the existing binding
  22759. 2900.36 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Update2.hs:375:5
  22760. 2900.36 s [unison-cli] |
  22761. 2900.37 s [unison-cli] 384 | makeDeclUpdates (symbol, (typeRefId, decl)) = do
  22762. 2900.37 s [unison-cli] | ^^^^^^^^^^^^^^^
  22763. 2900.37 s [unison-cli]
  22764. 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 )
  22765. 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 )
  22766. 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 )
  22767. 2900.94 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:171:24: warning: [GHC-63397] [-Wname-shadowing]
  22768. 2900.94 s [unison-cli] This binding for ‘target’ shadows the existing binding
  22769. 2900.94 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  22770. 2900.94 s [unison-cli] |
  22771. 2900.94 s [unison-cli] 171 | ( \defns target ->
  22772. 2900.94 s [unison-cli] | ^^^^^^
  22773. 2900.94 s [unison-cli]
  22774. 2900.94 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:181:28: warning: [GHC-63397] [-Wname-shadowing]
  22775. 2900.94 s [unison-cli] This binding for ‘target’ shadows the existing binding
  22776. 2900.94 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:113:3
  22777. 2900.94 s [unison-cli] |
  22778. 2900.94 s [unison-cli] 181 | in \defns target ->
  22779. 2900.94 s [unison-cli] | ^^^^^^
  22780. 2900.94 s [unison-cli]
  22781. 2900.95 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Delete.hs:351:36: warning: [GHC-63397] [-Wname-shadowing]
  22782. 2900.95 s [unison-cli] This binding for ‘name’ shadows the existing binding
  22783. 2900.95 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Delete.hs:346:25
  22784. 2900.95 s [unison-cli] |
  22785. 2900.95 s [unison-cli] 351 | ( \(constructors, terms) name -> \case
  22786. 2900.95 s [unison-cli] | ^^^^
  22787. 2900.95 s [unison-cli]
  22788. 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 )
  22789. 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 )
  22790. 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 )
  22791. 2900.95 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:129:19: warning: [GHC-63397] [-Wname-shadowing]
  22792. 2900.95 s [unison-cli] This binding for ‘tm'’ shadows the existing binding
  22793. 2900.95 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:124:11
  22794. 2900.95 s [unison-cli] |
  22795. 2900.95 s [unison-cli] 129 | Right tm' -> do
  22796. 2900.95 s [unison-cli] | ^^^
  22797. 2900.95 s [unison-cli]
  22798. 2900.95 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:219:25: warning: [GHC-63397] [-Wname-shadowing]
  22799. 2900.95 s [unison-cli] This binding for ‘parseNames’ shadows the existing binding
  22800. 2900.95 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Tests.hs:205:16
  22801. 2900.95 s [unison-cli] |
  22802. 2900.95 s [unison-cli] 219 | getNameFromCodebase parseNames main = do
  22803. 2900.95 s [unison-cli] | ^^^^^^^^^^
  22804. 2900.95 s [unison-cli]
  22805. 2900.96 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Tests.hs:237:3: warning: [GHC-63397] [-Wname-shadowing]
  22806. 2900.96 s [unison-cli] This binding for ‘element’ shadows the existing binding
  22807. 2900.96 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput/Tests.hs:9:1-19
  22808. 2900.96 s [unison-cli] (and originally defined in ‘Control.Lens.Traversal’)
  22809. 2900.96 s [unison-cli] |
  22810. 2900.96 s [unison-cli] 237 | element <- case tm of
  22811. 2900.96 s [unison-cli] | ^^^^^^^
  22812. 2900.96 s [unison-cli]
  22813. 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 )
  22814. 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 )
  22815. 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 )
  22816. 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 )
  22817. 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 )
  22818. 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 )
  22819. 2900.96 s [unison-cli] src/Unison/LSP.hs:108:7: warning: [GHC-63397] [-Wname-shadowing]
  22820. 2900.96 s [unison-cli] This binding for ‘isShuttingDown’ shadows the existing binding
  22821. 2900.96 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  22822. 2900.96 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Core’)
  22823. 2900.96 s [unison-cli] |
  22824. 2900.96 s [unison-cli] 108 | isShuttingDown <- UnliftIO.readIORef shutdownVar
  22825. 2900.96 s [unison-cli] | ^^^^^^^^^^^^^^
  22826. 2900.96 s [unison-cli]
  22827. 2900.96 s [unison-cli] src/Unison/LSP.hs:122:15: warning: [GHC-63397] [-Wname-shadowing]
  22828. 2900.96 s [unison-cli] This binding for ‘runServer’ shadows the existing binding
  22829. 2900.96 s [unison-cli] imported from ‘Language.LSP.Server’ at src/Unison/LSP.hs:27:1-26
  22830. 2900.96 s [unison-cli] (and originally defined in ‘lsp-2.7.0.1:Language.LSP.Server.Control’)
  22831. 2900.96 s [unison-cli] |
  22832. 2900.96 s [unison-cli] 122 | ifEnabled runServer = do
  22833. 2900.96 s [unison-cli] | ^^^^^^^^^
  22834. 2900.96 s [unison-cli]
  22835. 2900.96 s [unison-cli] src/Unison/LSP.hs:252:5: warning: [GHC-63397] [-Wname-shadowing]
  22836. 2900.96 s [unison-cli] This binding for ‘toIO’ shadows the existing binding
  22837. 2900.96 s [unison-cli] imported from ‘UnliftIO’ at src/Unison/LSP.hs:60:1-15
  22838. 2900.96 s [unison-cli] (and originally defined in ‘unliftio-core-0.2.1.0:Control.Monad.IO.Unlift’)
  22839. 2900.96 s [unison-cli] |
  22840. 2900.96 s [unison-cli] 252 | toIO (Lsp m) = flip runReaderT lspContext . unLspT . flip runReaderT env $ m
  22841. 2900.96 s [unison-cli] | ^^^^
  22842. 2900.96 s [unison-cli]
  22843. 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 )
  22844. 2900.96 s [unison-cli] src/ArgParse.hs:159:19: warning: [GHC-63397] [-Wname-shadowing]
  22845. 2900.96 s [unison-cli] This binding for ‘command’ shadows the existing binding
  22846. 2900.96 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:24:5-11
  22847. 2900.96 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  22848. 2900.96 s [unison-cli] |
  22849. 2900.96 s [unison-cli] 159 | (globalOptions, command) <- customExecParser preferences parserInfo
  22850. 2900.96 s [unison-cli] | ^^^^^^^
  22851. 2900.96 s [unison-cli]
  22852. 2900.97 s [unison-cli] src/ArgParse.hs:204:5: warning: [GHC-63397] [-Wname-shadowing]
  22853. 2900.97 s [unison-cli] This binding for ‘help’ shadows the existing binding
  22854. 2900.97 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  22855. 2900.97 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  22856. 2900.97 s [unison-cli] |
  22857. 2900.97 s [unison-cli] 204 | help =
  22858. 2900.97 s [unison-cli] | ^^^^
  22859. 2900.97 s [unison-cli]
  22860. 2900.97 s [unison-cli] src/ArgParse.hs:212:5: warning: [GHC-63397] [-Wname-shadowing]
  22861. 2900.97 s [unison-cli] This binding for ‘help’ shadows the existing binding
  22862. 2900.97 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  22863. 2900.97 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  22864. 2900.97 s [unison-cli] |
  22865. 2900.97 s [unison-cli] 212 | help =
  22866. 2900.97 s [unison-cli] | ^^^^
  22867. 2900.97 s [unison-cli]
  22868. 2900.97 s [unison-cli] src/ArgParse.hs:220:5: warning: [GHC-63397] [-Wname-shadowing]
  22869. 2900.97 s [unison-cli] This binding for ‘help’ shadows the existing binding
  22870. 2900.97 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  22871. 2900.97 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  22872. 2900.97 s [unison-cli] |
  22873. 2900.97 s [unison-cli] 220 | help =
  22874. 2900.97 s [unison-cli] | ^^^^
  22875. 2900.97 s [unison-cli]
  22876. 2900.97 s [unison-cli] src/ArgParse.hs:228:5: warning: [GHC-63397] [-Wname-shadowing]
  22877. 2900.97 s [unison-cli] This binding for ‘help’ shadows the existing binding
  22878. 2900.97 s [unison-cli] imported from ‘Options.Applicative’ at src/ArgParse.hs:30:5-8
  22879. 2900.97 s [unison-cli] (and originally defined in ‘Options.Applicative.Builder’)
  22880. 2900.97 s [unison-cli] |
  22881. 2900.97 s [unison-cli] 228 | help =
  22882. 2900.97 s [unison-cli] | ^^^^
  22883. 2900.97 s [unison-cli]
  22884. 2900.97 s [unison-cli] src/ArgParse.hs:486:24: warning: [GHC-63397] [-Wname-shadowing]
  22885. 2900.97 s [unison-cli] This binding for ‘abs’ shadows the existing binding
  22886. 2900.97 s [unison-cli] imported from ‘Prelude’ at src/ArgParse.hs:6:8-15
  22887. 2900.97 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Num’)
  22888. 2900.97 s [unison-cli] |
  22889. 2900.97 s [unison-cli] 486 | Path.AbsolutePath' abs -> pure abs
  22890. 2900.97 s [unison-cli] | ^^^
  22891. 2900.97 s [unison-cli]
  22892. 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 )
  22893. 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 )
  22894. 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 )
  22895. 2900.98 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:55:23: warning: [GHC-63397] [-Wname-shadowing]
  22896. 2900.98 s [unison-cli] This binding for ‘id’ shadows the existing binding
  22897. 2900.98 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:2:8-60
  22898. 2900.98 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  22899. 2900.98 s [unison-cli] |
  22900. 2900.98 s [unison-cli] 55 | Reference.DerivedId id -> fmap NotBuiltin <$> Codebase.getTypeDeclaration codebase id
  22901. 2900.98 s [unison-cli] | ^^
  22902. 2900.98 s [unison-cli]
  22903. 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 )
  22904. 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 )
  22905. 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 )
  22906. 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 )
  22907. 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 )
  22908. 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 )
  22909. 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 )
  22910. 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 )
  22911. 2900.98 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:139:7: warning: [GHC-63397] [-Wname-shadowing]
  22912. 2900.98 s [unison-cli] This binding for ‘ppe’ shadows the existing binding
  22913. 2900.98 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:71:7
  22914. 2900.98 s [unison-cli] |
  22915. 2900.98 s [unison-cli] 139 | let ppe =
  22916. 2900.98 s [unison-cli] | ^^^
  22917. 2900.98 s [unison-cli]
  22918. 2900.98 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:271:11: warning: [GHC-63397] [-Wname-shadowing]
  22919. 2900.98 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  22920. 2900.98 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:268:20
  22921. 2900.98 s [unison-cli] |
  22922. 2900.98 s [unison-cli] 271 | f acc var (_, ref, _, _, _) =
  22923. 2900.98 s [unison-cli] | ^^^
  22924. 2900.98 s [unison-cli]
  22925. 2900.98 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:281:11: warning: [GHC-63397] [-Wname-shadowing]
  22926. 2900.98 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  22927. 2900.98 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:278:34
  22928. 2900.98 s [unison-cli] |
  22929. 2900.98 s [unison-cli] 281 | f acc var (ref, decl) =
  22930. 2900.98 s [unison-cli] | ^^^
  22931. 2900.98 s [unison-cli]
  22932. 2900.98 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:291:11: warning: [GHC-63397] [-Wname-shadowing]
  22933. 2900.98 s [unison-cli] This binding for ‘acc’ shadows the existing binding
  22934. 2900.98 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:288:20
  22935. 2900.98 s [unison-cli] |
  22936. 2900.98 s [unison-cli] 291 | f acc var (ref, _) =
  22937. 2900.98 s [unison-cli] | ^^^
  22938. 2900.98 s [unison-cli]
  22939. 2900.99 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/Dependents.hs:327:27: warning: [GHC-63397] [-Wname-shadowing]
  22940. 2900.99 s [unison-cli] This binding for ‘a’ shadows the existing binding
  22941. 2900.99 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/Dependents.hs:295:10
  22942. 2900.99 s [unison-cli] |
  22943. 2900.99 s [unison-cli] 327 | lookupSet :: forall k a. (Ord k) => Map k (NESet a) -> k -> Set a
  22944. 2900.99 s [unison-cli] | ^
  22945. 2900.99 s [unison-cli]
  22946. 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 )
  22947. 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 )
  22948. 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 )
  22949. 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 )
  22950. 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 )
  22951. 2900.99 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:110:55: warning: [GHC-63397] [-Wname-shadowing]
  22952. 2900.99 s [unison-cli] This binding for ‘branch’ shadows the existing binding
  22953. 2900.99 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectCreate.hs:63:13
  22954. 2900.99 s [unison-cli] |
  22955. 2900.99 s [unison-cli] 110 | Share.GetProjectBranchResponseSuccess branch -> pure branch
  22956. 2900.99 s [unison-cli] | ^^^^^^
  22957. 2900.99 s [unison-cli]
  22958. 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 )
  22959. 2900.99 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:98:21: warning: [GHC-63397] [-Wname-shadowing]
  22960. 2900.99 s [unison-cli] This binding for ‘remoteProjectName’ shadows the existing binding
  22961. 2900.99 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:35
  22962. 2900.99 s [unison-cli] |
  22963. 2900.99 s [unison-cli] 98 | let remoteProjectName = remoteProject.projectName
  22964. 2900.99 s [unison-cli] | ^^^^^^^^^^^^^^^^^
  22965. 2900.99 s [unison-cli]
  22966. 2900.99 s [unison-cli] src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:99:21: warning: [GHC-63397] [-Wname-shadowing]
  22967. 2900.99 s [unison-cli] This binding for ‘remoteBranchName’ shadows the existing binding
  22968. 2900.99 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput/ProjectClone.hs:81:53
  22969. 2900.99 s [unison-cli] |
  22970. 2900.99 s [unison-cli] 99 | let remoteBranchName = defaultBranchName
  22971. 2900.99 s [unison-cli] | ^^^^^^^^^^^^^^^^
  22972. 2900.99 s [unison-cli]
  22973. 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 )
  22974. 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 )
  22975. 2901.23 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:351:15: warning: [GHC-63397] [-Wname-shadowing]
  22976. 2901.23 s [unison-cli] This binding for ‘set’ shadows the existing binding
  22977. 2901.24 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  22978. 2901.24 s [unison-cli] (and originally defined in ‘Control.Lens.Setter’)
  22979. 2901.24 s [unison-cli] |
  22980. 2901.24 s [unison-cli] 351 | set h = State.modify (Set.insert h)
  22981. 2901.24 s [unison-cli] | ^^^
  22982. 2901.24 s [unison-cli]
  22983. 2901.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:358:32: warning: [GHC-63397] [-Wname-shadowing]
  22984. 2901.24 s [unison-cli] This binding for ‘h’ shadows the existing binding
  22985. 2901.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  22986. 2901.24 s [unison-cli] |
  22987. 2901.24 s [unison-cli] 358 | Causal.One h _bh b -> goBranch h b mempty queue
  22988. 2901.24 s [unison-cli] | ^
  22989. 2901.24 s [unison-cli]
  22990. 2901.24 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:33: warning: [GHC-63397] [-Wname-shadowing]
  22991. 2901.24 s [unison-cli] This binding for ‘h’ shadows the existing binding
  22992. 2901.24 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  22993. 2901.24 s [unison-cli] |
  22994. 2901.24 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  22995. 2901.24 s [unison-cli] | ^
  22996. 2901.24 s [unison-cli]
  22997. 2901.25 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:359:41: warning: [GHC-63397] [-Wname-shadowing]
  22998. 2901.25 s [unison-cli] This binding for ‘tail’ shadows the existing binding
  22999. 2901.25 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  23000. 2901.25 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  23001. 2901.25 s [unison-cli] |
  23002. 2901.25 s [unison-cli] 359 | Causal.Cons h _bh b tail -> goBranch h b [fst tail] (tail : queue)
  23003. 2901.25 s [unison-cli] | ^^^^
  23004. 2901.25 s [unison-cli]
  23005. 2901.25 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:360:34: warning: [GHC-63397] [-Wname-shadowing]
  23006. 2901.25 s [unison-cli] This binding for ‘h’ shadows the existing binding
  23007. 2901.25 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:355:26
  23008. 2901.25 s [unison-cli] |
  23009. 2901.25 s [unison-cli] 360 | Causal.Merge h _bh b (Map.toList -> tails) -> goBranch h b (map fst tails) (tails ++ queue)
  23010. 2901.25 s [unison-cli] | ^
  23011. 2901.25 s [unison-cli]
  23012. 2901.25 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:369:21: warning: [GHC-63397] [-Wname-shadowing]
  23013. 2901.25 s [unison-cli] This binding for ‘children’ shadows the existing binding
  23014. 2901.25 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  23015. 2901.25 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  23016. 2901.25 s [unison-cli] |
  23017. 2901.25 s [unison-cli] 369 | children = fmap Branch.headHash (b ^. Branch.children_)
  23018. 2901.25 s [unison-cli] | ^^^^^^^^
  23019. 2901.25 s [unison-cli]
  23020. 2901.25 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:376:74: warning: [GHC-63397] [-Wname-shadowing]
  23021. 2901.25 s [unison-cli] This binding for ‘children’ shadows the existing binding
  23022. 2901.25 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  23023. 2901.25 s [unison-cli] (and originally defined in ‘Control.Lens.Plated’)
  23024. 2901.25 s [unison-cli] |
  23025. 2901.26 s [unison-cli] 376 | prettyDump (h, Output.DN.DumpNamespace terms types patches children causalParents) =
  23026. 2901.26 s [unison-cli] | ^^^^^^^^
  23027. 2901.26 s [unison-cli]
  23028. 2901.26 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:401:30: warning: [GHC-63397] [-Wname-shadowing]
  23029. 2901.26 s [unison-cli] This binding for ‘tf’ shadows the existing binding
  23030. 2901.26 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:399:13
  23031. 2901.26 s [unison-cli] |
  23032. 2901.26 s [unison-cli] 401 | let buildPPED uf tf =
  23033. 2901.26 s [unison-cli] | ^^
  23034. 2901.26 s [unison-cli]
  23035. 2901.26 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:528:37: warning: [GHC-63397] [-Wname-shadowing]
  23036. 2901.26 s [unison-cli] This binding for ‘from’ shadows the existing bindings
  23037. 2901.26 s [unison-cli] imported from ‘Control.Lens’ at src/Unison/Codebase/Editor/HandleInput.hs:10:1-19
  23038. 2901.26 s [unison-cli] (and originally defined in ‘Control.Lens.Iso’)
  23039. 2901.26 s [unison-cli] imported from ‘Unison.Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:141:1-21
  23040. 2901.26 s [unison-cli] (and originally defined in ‘Witch.From’)
  23041. 2901.26 s [unison-cli] |
  23042. 2901.26 s [unison-cli] 528 | HistoryI resultsCap diffCap from -> do
  23043. 2901.26 s [unison-cli] | ^^^^
  23044. 2901.26 s [unison-cli]
  23045. 2901.26 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:621:11: warning: [GHC-63397] [-Wname-shadowing]
  23046. 2901.26 s [unison-cli] This binding for ‘newRoot’ shadows the existing binding
  23047. 2901.26 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:620:16
  23048. 2901.26 s [unison-cli] |
  23049. 2901.26 s [unison-cli] 621 | newRoot <- resolveBranchId2 newRoot
  23050. 2901.26 s [unison-cli] | ^^^^^^^
  23051. 2901.26 s [unison-cli]
  23052. 2901.26 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:647:26: warning: [GHC-63397] [-Wname-shadowing]
  23053. 2901.26 s [unison-cli] This binding for ‘exp’ shadows the existing binding
  23054. 2901.26 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  23055. 2901.26 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Float’)
  23056. 2901.26 s [unison-cli] |
  23057. 2901.26 s [unison-cli] 647 | let (exp, sa) = (SCH.fromHash schLength &&& SA.Namespace) hash
  23058. 2901.26 s [unison-cli] | ^^^
  23059. 2901.26 s [unison-cli]
  23060. 2901.26 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:745:19: warning: [GHC-63397] [-Wname-shadowing]
  23061. 2901.26 s [unison-cli] This binding for ‘id’ shadows the existing binding
  23062. 2901.26 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  23063. 2901.27 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.Base’)
  23064. 2901.27 s [unison-cli] |
  23065. 2901.27 s [unison-cli] 745 | CreateAuthorI id name -> pure ("create.author " <> NameSegment.toEscapedText id <> " " <> name)
  23066. 2901.27 s [unison-cli] | ^^
  23067. 2901.27 s [unison-cli]
  23068. 2901.27 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:788:7: warning: [GHC-63397] [-Wname-shadowing]
  23069. 2901.27 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  23070. 2901.27 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  23071. 2901.27 s [unison-cli] |
  23072. 2901.27 s [unison-cli] 788 | tgt <- case tgt of
  23073. 2901.27 s [unison-cli] | ^^^
  23074. 2901.27 s [unison-cli]
  23075. 2901.27 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:790:14: warning: [GHC-63397] [-Wname-shadowing]
  23076. 2901.27 s [unison-cli] This binding for ‘tgt’ shadows the existing binding
  23077. 2901.27 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:786:20
  23078. 2901.27 s [unison-cli] |
  23079. 2901.27 s [unison-cli] 790 | Just tgt -> do
  23080. 2901.27 s [unison-cli] | ^^^
  23081. 2901.27 s [unison-cli]
  23082. 2901.27 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:933:15: warning: [GHC-63397] [-Wname-shadowing]
  23083. 2901.27 s [unison-cli] This binding for ‘results’ shadows the existing binding
  23084. 2901.27 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:919:7
  23085. 2901.27 s [unison-cli] |
  23086. 2901.27 s [unison-cli] 933 | results <- searchBranch0 codebase filteredLibBranch onlyLibNames
  23087. 2901.27 s [unison-cli] | ^^^^^^^
  23088. 2901.27 s [unison-cli]
  23089. 2901.27 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:964:15: warning: [GHC-63397] [-Wname-shadowing]
  23090. 2901.27 s [unison-cli] This binding for ‘ws’ shadows the existing binding
  23091. 2901.28 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:906:30
  23092. 2901.28 s [unison-cli] |
  23093. 2901.28 s [unison-cli] 964 | ":" : ws -> do
  23094. 2901.28 s [unison-cli] | ^^
  23095. 2901.28 s [unison-cli]
  23096. 2901.28 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1005:16: warning: [GHC-63397] [-Wname-shadowing]
  23097. 2901.28 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  23098. 2901.28 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  23099. 2901.28 s [unison-cli] |
  23100. 2901.28 s [unison-cli] 1005 | evalTerm tm =
  23101. 2901.28 s [unison-cli] | ^^
  23102. 2901.28 s [unison-cli]
  23103. 2901.28 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1010:18: warning: [GHC-63397] [-Wname-shadowing]
  23104. 2901.28 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  23105. 2901.28 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:998:27
  23106. 2901.28 s [unison-cli] |
  23107. 2901.28 s [unison-cli] 1010 | Just (_, tm, _) -> pure (Just $ Term.unannotate tm)
  23108. 2901.28 s [unison-cli] | ^^
  23109. 2901.28 s [unison-cli]
  23110. 2901.28 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:9: warning: [GHC-63397] [-Wname-shadowing]
  23111. 2901.28 s [unison-cli] This binding for ‘init’ shadows the existing binding
  23112. 2901.28 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  23113. 2901.28 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  23114. 2901.28 s [unison-cli] |
  23115. 2901.28 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  23116. 2901.28 s [unison-cli] | ^^^^
  23117. 2901.28 s [unison-cli]
  23118. 2901.28 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1053:15: warning: [GHC-63397] [-Wname-shadowing]
  23119. 2901.28 s [unison-cli] This binding for ‘last’ shadows the existing binding
  23120. 2901.29 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Editor/HandleInput.hs:187:1-29
  23121. 2901.29 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.List’)
  23122. 2901.29 s [unison-cli] |
  23123. 2901.29 s [unison-cli] 1053 | Just (init, last) -> case Branch.getAt init b of
  23124. 2901.29 s [unison-cli] | ^^^^
  23125. 2901.29 s [unison-cli]
  23126. 2901.29 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1055:10: warning: [GHC-63397] [-Wname-shadowing]
  23127. 2901.29 s [unison-cli] This binding for ‘b’ shadows the existing binding
  23128. 2901.29 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1051:21
  23129. 2901.29 s [unison-cli] |
  23130. 2901.29 s [unison-cli] 1055 | Just b -> SR.fromNames . Names.prefix0 n $ names0
  23131. 2901.29 s [unison-cli] | ^
  23132. 2901.29 s [unison-cli]
  23133. 2901.29 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1110:17: warning: [GHC-63397] [-Wname-shadowing]
  23134. 2901.29 s [unison-cli] This binding for ‘score’ shadows the existing binding
  23135. 2901.29 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  23136. 2901.29 s [unison-cli] |
  23137. 2901.29 s [unison-cli] 1110 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  23138. 2901.29 s [unison-cli] | ^^^^^
  23139. 2901.29 s [unison-cli]
  23140. 2901.29 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1129:17: warning: [GHC-63397] [-Wname-shadowing]
  23141. 2901.29 s [unison-cli] This binding for ‘score’ shadows the existing binding
  23142. 2901.29 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1086:27
  23143. 2901.29 s [unison-cli] |
  23144. 2901.29 s [unison-cli] 1129 | (\score -> (Just score, result)) <$> score qn (Name.toText name)
  23145. 2901.29 s [unison-cli] | ^^^^^
  23146. 2901.29 s [unison-cli]
  23147. 2901.30 s [unison-cli] src/Unison/Codebase/Editor/HandleInput.hs:1178:7: warning: [GHC-63397] [-Wname-shadowing]
  23148. 2901.30 s [unison-cli] This binding for ‘tm’ shadows the existing binding
  23149. 2901.30 s [unison-cli] bound at src/Unison/Codebase/Editor/HandleInput.hs:1177:11
  23150. 2901.30 s [unison-cli] |
  23151. 2901.30 s [unison-cli] 1178 | tm <- RuntimeUtils.evalUnisonTerm Sandboxed (PPE.biasTo bias $ suffixifiedPPE) True tm
  23152. 2901.30 s [unison-cli] | ^^
  23153. 2901.30 s [unison-cli]
  23154. 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 )
  23155. 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 )
  23156. 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 )
  23157. 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 )
  23158. 2902.90 s [unison-cli] src/Unison/CommandLine/Main.hs:289:30: warning: [GHC-63397] [-Wname-shadowing]
  23159. 2902.90 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  23160. 2902.90 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  23161. 2902.90 s [unison-cli] |
  23162. 2902.90 s [unison-cli] 289 | Ki.scoped \scope -> do
  23163. 2902.90 s [unison-cli] | ^^^^^
  23164. 2902.90 s [unison-cli]
  23165. 2902.91 s [unison-cli] src/Unison/CommandLine/Main.hs:358:34: warning: [GHC-63397] [-Wname-shadowing]
  23166. 2902.91 s [unison-cli] This binding for ‘scope’ shadows the existing binding
  23167. 2902.91 s [unison-cli] bound at src/Unison/CommandLine/Main.hs:199:16
  23168. 2902.91 s [unison-cli] |
  23169. 2902.91 s [unison-cli] 358 | Ki.scoped \scope -> do
  23170. 2902.91 s [unison-cli] | ^^^^^
  23171. 2902.91 s [unison-cli]
  23172. 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 )
  23173. 2903.05 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:175:18: warning: [GHC-63397] [-Wname-shadowing]
  23174. 2903.05 s [unison-cli] This binding for ‘action’ shadows the existing binding
  23175. 2903.05 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:130:40
  23176. 2903.05 s [unison-cli] |
  23177. 2903.05 s [unison-cli] 175 | withRuntimes action =
  23178. 2903.05 s [unison-cli] | ^^^^^^
  23179. 2903.05 s [unison-cli]
  23180. 2903.05 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:353:44: warning: [GHC-63397] [-Wname-shadowing]
  23181. 2903.05 s [unison-cli] This binding for ‘projectName’ shadows the existing binding
  23182. 2903.05 s [unison-cli] bound at src/Unison/Codebase/Transcript/Runner.hs:352:51
  23183. 2903.05 s [unison-cli] |
  23184. 2903.05 s [unison-cli] 353 | Project {projectId, name = projectName} <-
  23185. 2903.05 s [unison-cli] | ^^^^^^^^^^^
  23186. 2903.05 s [unison-cli]
  23187. 2903.05 s [unison-cli] src/Unison/Codebase/Transcript/Runner.hs:496:7: warning: [GHC-63397] [-Wname-shadowing]
  23188. 2903.05 s [unison-cli] This binding for ‘print’ shadows the existing binding
  23189. 2903.05 s [unison-cli] imported from ‘Prelude’ at src/Unison/Codebase/Transcript/Runner.hs:78:1-43
  23190. 2903.05 s [unison-cli] (and originally defined in ‘ghc-internal-9.1003.0:GHC.Internal.System.IO’)
  23191. 2903.05 s [unison-cli] |
  23192. 2903.06 s [unison-cli] 496 | print o = do
  23193. 2903.06 s [unison-cli] | ^^^^^
  23194. 2903.06 s [unison-cli]
  23195. 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 )
  23196. 2903.45 s [unison-cli] [162 of 162] Compiling Unison.Main ( src/Unison/Main.hs, nothing )
  23197. 2903.57 s [unison-cli] src/Unison/Main.hs:456:17: warning: [GHC-63397] [-Wname-shadowing]
  23198. 2903.57 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  23199. 2903.57 s [unison-cli] bound at src/Unison/Main.hs:510:5
  23200. 2903.57 s [unison-cli] |
  23201. 2903.57 s [unison-cli] 456 | (tmp, cleanup) <- case shouldSaveCodebase of
  23202. 2903.57 s [unison-cli] | ^^^^^^^
  23203. 2903.57 s [unison-cli]
  23204. 2903.57 s [unison-cli] src/Unison/Main.hs:476:19: warning: [GHC-63397] [-Wname-shadowing]
  23205. 2903.57 s [unison-cli] This binding for ‘cleanup’ shadows the existing binding
  23206. 2903.57 s [unison-cli] bound at src/Unison/Main.hs:510:5
  23207. 2903.57 s [unison-cli] |
  23208. 2903.57 s [unison-cli] 476 | let cleanup = removeDirectoryRecursive path
  23209. 2903.57 s [unison-cli] | ^^^^^^^
  23210. 2903.57 s [unison-cli]
  23211. 2903.57 s [unison-cli] src/Unison/Main.hs:663:5: warning: [GHC-63397] [-Wname-shadowing]
  23212. 2903.57 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  23213. 2903.57 s [unison-cli] bound at src/Unison/Main.hs:661:7
  23214. 2903.57 s [unison-cli] |
  23215. 2903.57 s [unison-cli] 663 | cbInit@(CreatedCodebase, dir, _) -> do
  23216. 2903.57 s [unison-cli] | ^^^^^^
  23217. 2903.57 s [unison-cli]
  23218. 2903.57 s [unison-cli] src/Unison/Main.hs:668:5: warning: [GHC-63397] [-Wname-shadowing]
  23219. 2903.57 s [unison-cli] This binding for ‘cbInit’ shadows the existing binding
  23220. 2903.57 s [unison-cli] bound at src/Unison/Main.hs:661:7
  23221. 2903.57 s [unison-cli] |
  23222. 2903.57 s [unison-cli] 668 | cbInit@(OpenedCodebase, _, _) ->
  23223. 2903.57 s [unison-cli] | ^^^^^^
  23224. 2903.57 s [unison-cli]
  23225. 2903.58 s [unison-cli] src/Unison/Main.hs:679:29: warning: [GHC-63397] [-Wname-shadowing]
  23226. 2903.58 s [unison-cli] This binding for ‘err’ shadows the existing binding
  23227. 2903.58 s [unison-cli] bound at src/Unison/Main.hs:673:16
  23228. 2903.58 s [unison-cli] |
  23229. 2903.58 s [unison-cli] 679 | InitErrorOpen err ->
  23230. 2903.58 s [unison-cli] | ^^^
  23231. 2903.58 s [unison-cli]
  23232. 2903.58 s [unison-cli] Haddock coverage:
  23233. 2903.58 s [unison-cli] 50% ( 2 / 4) in 'Compat'
  23234. 2903.58 s [unison-cli] Missing documentation for:
  23235. 2903.58 s [unison-cli] Module header
  23236. 2903.58 s [unison-cli] onWindows (src/Compat.hs:21)
  23237. 2903.58 s [unison-cli] 0% ( 0 / 3) in 'Stats'
  23238. 2903.58 s [unison-cli] Missing documentation for:
  23239. 2903.58 s [unison-cli] Module header
  23240. 2903.58 s [unison-cli] RtsStatsPath (src/Stats.hs:14)
  23241. 2903.58 s [unison-cli] recordRtsStats (src/Stats.hs:20)
  23242. 2903.58 s [unison-cli] 100% ( 13 / 13) in 'System.Path'
  23243. 2903.58 s [unison-cli] 0% ( 0 / 3) in 'Unison.Auth.Discovery'
  23244. 2903.58 s [unison-cli] Missing documentation for:
  23245. 2903.58 s [unison-cli] Module header
  23246. 2903.58 s [unison-cli] discoveryURIForCodeserver (src/Unison/Auth/Discovery.hs:14)
  23247. 2903.58 s [unison-cli] fetchDiscoveryDoc (src/Unison/Auth/Discovery.hs:19)
  23248. 2903.58 s [unison-cli] 33% ( 1 / 3) in 'Unison.Auth.UserInfo'
  23249. 2903.58 s [unison-cli] Missing documentation for:
  23250. 2903.58 s [unison-cli] Module header
  23251. 2903.58 s [unison-cli] decodeUserInfo (src/Unison/Auth/UserInfo.hs:24)
  23252. 2903.58 s [unison-cli] 80% ( 4 / 5) in 'Unison.Auth.Tokens'
  23253. 2903.58 s [unison-cli] Missing documentation for:
  23254. 2903.58 s [unison-cli] Module header
  23255. 2903.58 s [unison-cli] 0% ( 0 / 2) in 'Unison.Cli.DirectoryUtils'
  23256. 2903.58 s [unison-cli] Missing documentation for:
  23257. 2903.58 s [unison-cli] Module header
  23258. 2903.58 s [unison-cli] makeMakeTempFilename (src/Unison/Cli/DirectoryUtils.hs:15)
  23259. 2903.58 s [unison-cli] Warning: 'ClientError' is out of scope.
  23260. 2903.58 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23261. 2903.58 s [unison-cli] 66% ( 2 / 3) in 'Unison.Cli.ServantClientUtils'
  23262. 2903.58 s [unison-cli] Missing documentation for:
  23263. 2903.58 s [unison-cli] ConnectionError (src/Unison/Cli/ServantClientUtils.hs:13)
  23264. 2903.58 s [unison-cli] 100% ( 3 / 3) in 'Unison.Cli.Share.Projects.Types'
  23265. 2903.58 s [unison-cli] 80% ( 4 / 5) in 'Unison.Cli.MergeTypes'
  23266. 2903.58 s [unison-cli] Missing documentation for:
  23267. 2903.58 s [unison-cli] MergeTarget (src/Unison/Cli/MergeTypes.hs:22)
  23268. 2903.58 s [unison-cli] 0% ( 0 / 3) in 'Unison.Cli.TypeCheck'
  23269. 2903.58 s [unison-cli] Missing documentation for:
  23270. 2903.58 s [unison-cli] Module header
  23271. 2903.58 s [unison-cli] computeTypecheckingEnvironment (src/Unison/Cli/TypeCheck.hs:30)
  23272. 2903.58 s [unison-cli] typecheckTerm (src/Unison/Cli/TypeCheck.hs:45)
  23273. 2903.58 s [unison-cli] 50% ( 1 / 2) in 'Unison.Cli.UniqueTypeGuidLookup'
  23274. 2903.58 s [unison-cli] Missing documentation for:
  23275. 2903.58 s [unison-cli] loadUniqueTypeGuid (src/Unison/Cli/UniqueTypeGuidLookup.hs:21)
  23276. 2903.58 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.AuthorInfo'
  23277. 2903.58 s [unison-cli] Missing documentation for:
  23278. 2903.58 s [unison-cli] Module header
  23279. 2903.58 s [unison-cli] AuthorInfo (src/Unison/Codebase/Editor/AuthorInfo.hs:21)
  23280. 2903.58 s [unison-cli] createAuthorInfo (src/Unison/Codebase/Editor/AuthorInfo.hs:25)
  23281. 2903.58 s [unison-cli] 75% ( 3 / 4) in 'Unison.Codebase.Editor.HandleInput.FormatFile'
  23282. 2903.58 s [unison-cli] Missing documentation for:
  23283. 2903.58 s [unison-cli] Module header
  23284. 2903.58 s [unison-cli] 0% ( 0 / 16) in 'Unison.Codebase.Editor.Output.BranchDiff'
  23285. 2903.58 s [unison-cli] Missing documentation for:
  23286. 2903.58 s [unison-cli] Module header
  23287. 2903.58 s [unison-cli] BranchDiffOutput (src/Unison/Codebase/Editor/Output/BranchDiff.hs:24)
  23288. 2903.58 s [unison-cli] isEmpty (src/Unison/Codebase/Editor/Output/BranchDiff.hs:41)
  23289. 2903.58 s [unison-cli] TermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:58)
  23290. 2903.58 s [unison-cli] TypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:74)
  23291. 2903.58 s [unison-cli] AddedTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:90)
  23292. 2903.58 s [unison-cli] AddedTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:92)
  23293. 2903.58 s [unison-cli] RemovedTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:94)
  23294. 2903.58 s [unison-cli] RemovedTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:96)
  23295. 2903.58 s [unison-cli] SimpleTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:98)
  23296. 2903.58 s [unison-cli] SimpleTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:100)
  23297. 2903.58 s [unison-cli] UpdateTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:102)
  23298. 2903.58 s [unison-cli] UpdateTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:117)
  23299. 2903.58 s [unison-cli] RenameTermDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:132)
  23300. 2903.58 s [unison-cli] RenameTypeDisplay (src/Unison/Codebase/Editor/Output/BranchDiff.hs:134)
  23301. 2903.58 s [unison-cli] toOutput (src/Unison/Codebase/Editor/Output/BranchDiff.hs:146)
  23302. 2903.58 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.Output.DumpNamespace'
  23303. 2903.58 s [unison-cli] Missing documentation for:
  23304. 2903.58 s [unison-cli] Module header
  23305. 2903.58 s [unison-cli] DumpNamespace (src/Unison/Codebase/Editor/Output/DumpNamespace.hs:9)
  23306. 2903.58 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.Output.PushPull'
  23307. 2903.58 s [unison-cli] Missing documentation for:
  23308. 2903.58 s [unison-cli] Module header
  23309. 2903.58 s [unison-cli] PushPull (src/Unison/Codebase/Editor/Output/PushPull.hs:3)
  23310. 2903.58 s [unison-cli] fold (src/Unison/Codebase/Editor/Output/PushPull.hs:6)
  23311. 2903.58 s [unison-cli] 33% ( 5 / 15) in 'Unison.Codebase.Editor.SlurpComponent'
  23312. 2903.58 s [unison-cli] Missing documentation for:
  23313. 2903.58 s [unison-cli] Module header
  23314. 2903.58 s [unison-cli] SlurpComponent (src/Unison/Codebase/Editor/SlurpComponent.hs:35)
  23315. 2903.58 s [unison-cli] empty (src/Unison/Codebase/Editor/SlurpComponent.hs:46)
  23316. 2903.58 s [unison-cli] fromTerms (src/Unison/Codebase/Editor/SlurpComponent.hs:136)
  23317. 2903.58 s [unison-cli] fromTypes (src/Unison/Codebase/Editor/SlurpComponent.hs:133)
  23318. 2903.58 s [unison-cli] fromCtors (src/Unison/Codebase/Editor/SlurpComponent.hs:139)
  23319. 2903.58 s [unison-cli] isEmpty (src/Unison/Codebase/Editor/SlurpComponent.hs:43)
  23320. 2903.58 s [unison-cli] difference (src/Unison/Codebase/Editor/SlurpComponent.hs:49)
  23321. 2903.58 s [unison-cli] intersection (src/Unison/Codebase/Editor/SlurpComponent.hs:56)
  23322. 2903.58 s [unison-cli] closeWithDependencies (src/Unison/Codebase/Editor/SlurpComponent.hs:81)
  23323. 2903.58 s [unison-cli] 35% ( 6 / 17) in 'Unison.Codebase.Editor.SlurpResult'
  23324. 2903.58 s [unison-cli] Missing documentation for:
  23325. 2903.58 s [unison-cli] Module header
  23326. 2903.58 s [unison-cli] SlurpResult (src/Unison/Codebase/Editor/SlurpResult.hs:64)
  23327. 2903.58 s [unison-cli] Aliases (src/Unison/Codebase/Editor/SlurpResult.hs:56)
  23328. 2903.58 s [unison-cli] isOk (src/Unison/Codebase/Editor/SlurpResult.hs:287)
  23329. 2903.58 s [unison-cli] isAllDuplicates (src/Unison/Codebase/Editor/SlurpResult.hs:294)
  23330. 2903.58 s [unison-cli] filterUnisonFile (src/Unison/Codebase/Editor/SlurpResult.hs:312)
  23331. 2903.58 s [unison-cli] pretty (src/Unison/Codebase/Editor/SlurpResult.hs:125)
  23332. 2903.58 s [unison-cli] Status (src/Unison/Codebase/Editor/SlurpResult.hs:90)
  23333. 2903.58 s [unison-cli] prettyStatus (src/Unison/Codebase/Editor/SlurpResult.hs:102)
  23334. 2903.58 s [unison-cli] TermSlurp (src/Unison/Codebase/Editor/SlurpResult.hs:334)
  23335. 2903.58 s [unison-cli] TypeSlurp (src/Unison/Codebase/Editor/SlurpResult.hs:340)
  23336. 2903.58 s [unison-cli] Warning: 'update' is out of scope.
  23337. 2903.58 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23338. 2903.59 s [unison-cli] Warning: 'VarsByStatus' is out of scope.
  23339. 2903.59 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23340. 2903.59 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.Slurp'
  23341. 2903.59 s [unison-cli] Missing documentation for:
  23342. 2903.59 s [unison-cli] Module header
  23343. 2903.59 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.UCMVersion'
  23344. 2903.59 s [unison-cli] Missing documentation for:
  23345. 2903.59 s [unison-cli] Module header
  23346. 2903.59 s [unison-cli] UCMVersion (src/Unison/Codebase/Editor/UCMVersion.hs:5)
  23347. 2903.59 s [unison-cli] 0% ( 0 / 4) in 'Unison.Codebase.Editor.UriParser'
  23348. 2903.59 s [unison-cli] Missing documentation for:
  23349. 2903.59 s [unison-cli] Module header
  23350. 2903.59 s [unison-cli] readRemoteNamespaceParser (src/Unison/Codebase/Editor/UriParser.hs:32)
  23351. 2903.59 s [unison-cli] parseReadShareLooseCode (src/Unison/Codebase/Editor/UriParser.hs:47)
  23352. 2903.59 s [unison-cli] writeRemoteNamespace (src/Unison/Codebase/Editor/UriParser.hs:54)
  23353. 2903.59 s [unison-cli] Warning: 'Behaviors' is ambiguous. It is defined
  23354. 2903.59 s [unison-cli] * at src/Unison/Codebase/Transcript.hs:127:20
  23355. 2903.59 s [unison-cli] * at src/Unison/Codebase/Transcript.hs:127:1
  23356. 2903.59 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23357. 2903.59 s [unison-cli] by specifying the type/value namespace explicitly.
  23358. 2903.59 s [unison-cli] Defaulting to the one defined at src/Unison/Codebase/Transcript.hs:127:1
  23359. 2903.59 s [unison-cli] 28% ( 6 / 21) in 'Unison.Codebase.Transcript'
  23360. 2903.59 s [unison-cli] Missing documentation for:
  23361. 2903.59 s [unison-cli] ExpectingError (src/Unison/Codebase/Transcript.hs:44)
  23362. 2903.59 s [unison-cli] HasBug (src/Unison/Codebase/Transcript.hs:46)
  23363. 2903.59 s [unison-cli] ScratchFileName (src/Unison/Codebase/Transcript.hs:48)
  23364. 2903.59 s [unison-cli] Hidden (src/Unison/Codebase/Transcript.hs:50)
  23365. 2903.59 s [unison-cli] UcmLine (src/Unison/Codebase/Transcript.hs:53)
  23366. 2903.59 s [unison-cli] APIRequest (src/Unison/Codebase/Transcript.hs:68)
  23367. 2903.59 s [unison-cli] CMarkCodeBlock (src/Unison/Codebase/Transcript.hs:78)
  23368. 2903.59 s [unison-cli] Stanza (src/Unison/Codebase/Transcript.hs:80)
  23369. 2903.59 s [unison-cli] InfoTags (src/Unison/Codebase/Transcript.hs:82)
  23370. 2903.59 s [unison-cli] getCommonInfoTags (src/Unison/Codebase/Transcript.hs:195)
  23371. 2903.59 s [unison-cli] settings (src/Unison/Codebase/Transcript.hs:123)
  23372. 2903.59 s [unison-cli] extractBehaviors (src/Unison/Codebase/Transcript.hs:150)
  23373. 2903.59 s [unison-cli] defaultInfoTags (src/Unison/Codebase/Transcript.hs:186)
  23374. 2903.59 s [unison-cli] ProcessedBlock (src/Unison/Codebase/Transcript.hs:188)
  23375. 2903.59 s [unison-cli] Node
  23376. 2903.59 s [unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Transcript.Parser'
  23377. 2903.59 s [unison-cli] Missing documentation for:
  23378. 2903.59 s [unison-cli] format (src/Unison/Codebase/Transcript/Parser.hs:53)
  23379. 2903.59 s [unison-cli] parse (src/Unison/Codebase/Transcript/Parser.hs:66)
  23380. 2903.59 s [unison-cli] 85% ( 6 / 7) in 'Unison.Codebase.Watch'
  23381. 2903.59 s [unison-cli] Missing documentation for:
  23382. 2903.59 s [unison-cli] Module header
  23383. 2903.59 s [unison-cli] 33% ( 2 / 6) in 'Unison.CommandLine.BranchRelativePath'
  23384. 2903.59 s [unison-cli] Missing documentation for:
  23385. 2903.59 s [unison-cli] Module header
  23386. 2903.59 s [unison-cli] BranchRelativePath (src/Unison/CommandLine/BranchRelativePath.hs:24)
  23387. 2903.59 s [unison-cli] branchRelativePathParser (src/Unison/CommandLine/BranchRelativePath.hs:218)
  23388. 2903.59 s [unison-cli] IncrementalBranchRelativePath (src/Unison/CommandLine/BranchRelativePath.hs:79)
  23389. 2903.59 s [unison-cli] Warning: 'lib' is out of scope.
  23390. 2903.59 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23391. 2903.59 s [unison-cli] Warning: 'branch' is out of scope.
  23392. 2903.59 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23393. 2903.60 s [unison-cli] 24% ( 7 / 29) in 'Unison.Codebase.Editor.Input'
  23394. 2903.60 s [unison-cli] Missing documentation for:
  23395. 2903.60 s [unison-cli] Module header
  23396. 2903.60 s [unison-cli] Input (src/Unison/Codebase/Editor/Input.hs:118)
  23397. 2903.60 s [unison-cli] DiffBranchArg (src/Unison/Codebase/Editor/Input.hs:252)
  23398. 2903.60 s [unison-cli] PushRemoteBranchInput (src/Unison/Codebase/Editor/Input.hs:275)
  23399. 2903.60 s [unison-cli] PushSource (src/Unison/Codebase/Editor/Input.hs:264)
  23400. 2903.60 s [unison-cli] TestInput (src/Unison/Codebase/Editor/Input.hs:281)
  23401. 2903.60 s [unison-cli] Event (src/Unison/Codebase/Editor/Input.hs:56)
  23402. 2903.60 s [unison-cli] OutputLocation (src/Unison/Codebase/Editor/Input.hs:292)
  23403. 2903.60 s [unison-cli] BranchIdG (src/Unison/Codebase/Editor/Input.hs:70)
  23404. 2903.60 s [unison-cli] BranchId (src/Unison/Codebase/Editor/Input.hs:82)
  23405. 2903.60 s [unison-cli] BranchId2 (src/Unison/Codebase/Editor/Input.hs:84)
  23406. 2903.60 s [unison-cli] AbsBranchId (src/Unison/Codebase/Editor/Input.hs:86)
  23407. 2903.60 s [unison-cli] parseBranchId (src/Unison/Codebase/Editor/Input.hs:96)
  23408. 2903.60 s [unison-cli] parseBranchId2 (src/Unison/Codebase/Editor/Input.hs:102)
  23409. 2903.60 s [unison-cli] parseShortCausalHash (src/Unison/Codebase/Editor/Input.hs:108)
  23410. 2903.60 s [unison-cli] PullMode (src/Unison/Codebase/Editor/Input.hs:111)
  23411. 2903.60 s [unison-cli] FindScope (src/Unison/Codebase/Editor/Input.hs:305)
  23412. 2903.60 s [unison-cli] ShowDefinitionScope (src/Unison/Codebase/Editor/Input.hs:311)
  23413. 2903.60 s [unison-cli] IsGlobal (src/Unison/Codebase/Editor/Input.hs:116)
  23414. 2903.60 s [unison-cli] DeleteTarget (src/Unison/Codebase/Editor/Input.hs:316)
  23415. 2903.60 s [unison-cli] ErrorMessageOrName (src/Unison/Codebase/Editor/Input.hs:66)
  23416. 2903.60 s [unison-cli] RawQuery (src/Unison/Codebase/Editor/Input.hs:68)
  23417. 2903.60 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.StructuredArgument'
  23418. 2903.60 s [unison-cli] Missing documentation for:
  23419. 2903.60 s [unison-cli] Module header
  23420. 2903.60 s [unison-cli] Warning: 'Position' is out of scope.
  23421. 2903.60 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23422. 2903.60 s [unison-cli] 47% ( 11 / 23) in 'Unison.CommandLine.FZFResolvers'
  23423. 2903.60 s [unison-cli] Missing documentation for:
  23424. 2903.60 s [unison-cli] Module header
  23425. 2903.60 s [unison-cli] FZFResolver (src/Unison/CommandLine/FZFResolvers.hs:58)
  23426. 2903.60 s [unison-cli] projectDependencyResolver (src/Unison/CommandLine/FZFResolvers.hs:155)
  23427. 2903.60 s [unison-cli] definitionResolver (src/Unison/CommandLine/FZFResolvers.hs:140)
  23428. 2903.60 s [unison-cli] typeDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:143)
  23429. 2903.60 s [unison-cli] termDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:146)
  23430. 2903.60 s [unison-cli] namespaceResolver (src/Unison/CommandLine/FZFResolvers.hs:149)
  23431. 2903.60 s [unison-cli] namespaceOrDefinitionResolver (src/Unison/CommandLine/FZFResolvers.hs:152)
  23432. 2903.60 s [unison-cli] projectOrBranchResolver (src/Unison/CommandLine/FZFResolvers.hs:162)
  23433. 2903.60 s [unison-cli] projectBranchResolver (src/Unison/CommandLine/FZFResolvers.hs:165)
  23434. 2903.60 s [unison-cli] projectBranchWithinCurrentProjectResolver (src/Unison/CommandLine/FZFResolvers.hs:168)
  23435. 2903.60 s [unison-cli] projectNameResolver (src/Unison/CommandLine/FZFResolvers.hs:171)
  23436. 2903.60 s [unison-cli] Warning: 'Options' is ambiguous. It is defined
  23437. 2903.60 s [unison-cli] * at src/Unison/CommandLine/FuzzySelect.hs:51:16
  23438. 2903.60 s [unison-cli] * at src/Unison/CommandLine/FuzzySelect.hs:51:1
  23439. 2903.60 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23440. 2903.60 s [unison-cli] by specifying the type/value namespace explicitly.
  23441. 2903.60 s [unison-cli] Defaulting to the one defined at src/Unison/CommandLine/FuzzySelect.hs:51:1
  23442. 2903.60 s [unison-cli] Warning: 'fzf' is out of scope.
  23443. 2903.60 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23444. 2903.60 s [unison-cli] 71% ( 5 / 7) in 'Unison.CommandLine.FuzzySelect'
  23445. 2903.60 s [unison-cli] Missing documentation for:
  23446. 2903.60 s [unison-cli] isFZFInstalled (src/Unison/CommandLine/FuzzySelect.hs:46)
  23447. 2903.60 s [unison-cli] FuzzySelections (src/Unison/CommandLine/FuzzySelect.hs:82)
  23448. 2903.60 s [unison-cli] 7% ( 1 / 13) in 'Unison.CommandLine.Helpers'
  23449. 2903.60 s [unison-cli] Missing documentation for:
  23450. 2903.60 s [unison-cli] Module header
  23451. 2903.60 s [unison-cli] backtick (src/Unison/CommandLine/Helpers.hs:30)
  23452. 2903.60 s [unison-cli] aside (src/Unison/CommandLine/Helpers.hs:39)
  23453. 2903.60 s [unison-cli] bigproblem (src/Unison/CommandLine/Helpers.hs:48)
  23454. 2903.60 s [unison-cli] note (src/Unison/CommandLine/Helpers.hs:36)
  23455. 2903.60 s [unison-cli] nothingTodo (src/Unison/CommandLine/Helpers.hs:54)
  23456. 2903.60 s [unison-cli] plural (src/Unison/CommandLine/Helpers.hs:60)
  23457. 2903.60 s [unison-cli] plural' (src/Unison/CommandLine/Helpers.hs:65)
  23458. 2903.60 s [unison-cli] problem (src/Unison/CommandLine/Helpers.hs:45)
  23459. 2903.60 s [unison-cli] tip (src/Unison/CommandLine/Helpers.hs:33)
  23460. 2903.60 s [unison-cli] warn (src/Unison/CommandLine/Helpers.hs:42)
  23461. 2903.60 s [unison-cli] warnNote (src/Unison/CommandLine/Helpers.hs:27)
  23462. 2903.60 s [unison-cli] 0% ( 0 / 2) in 'Unison.CommandLine.Types'
  23463. 2903.60 s [unison-cli] Missing documentation for:
  23464. 2903.60 s [unison-cli] Module header
  23465. 2903.60 s [unison-cli] ShouldWatchFiles (src/Unison/CommandLine/Types.hs:3)
  23466. 2903.60 s [unison-cli] 0% ( 0 / 6) in 'Unison.CommandLine.Welcome'
  23467. 2903.60 s [unison-cli] Missing documentation for:
  23468. 2903.60 s [unison-cli] Module header
  23469. 2903.60 s [unison-cli] CodebaseInitStatus (src/Unison/CommandLine/Welcome.hs:25)
  23470. 2903.60 s [unison-cli] Welcome (src/Unison/CommandLine/Welcome.hs:15)
  23471. 2903.60 s [unison-cli] asciiartUnison (src/Unison/CommandLine/Welcome.hs:70)
  23472. 2903.60 s [unison-cli] run (src/Unison/CommandLine/Welcome.hs:43)
  23473. 2903.60 s [unison-cli] welcome (src/Unison/CommandLine/Welcome.hs:39)
  23474. 2903.60 s [unison-cli] 100% ( 1 / 1) in 'Unison.LSP.Orphans'
  23475. 2903.60 s [unison-cli] Warning: 'Position' is ambiguous. It is defined
  23476. 2903.60 s [unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Position’
  23477. 2903.60 s [unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Position’
  23478. 2903.60 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23479. 2903.60 s [unison-cli] by specifying the type/value namespace explicitly.
  23480. 2903.60 s [unison-cli] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Position’
  23481. 2903.60 s [unison-cli] Warning: 'Range' is ambiguous. It is defined
  23482. 2903.60 s [unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  23483. 2903.60 s [unison-cli] * in ‘Language.LSP.Protocol.Internal.Types.Range’
  23484. 2903.60 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23485. 2903.60 s [unison-cli] by specifying the type/value namespace explicitly.
  23486. 2903.60 s [unison-cli] Defaulting to the one defined in ‘Language.LSP.Protocol.Internal.Types.Range’
  23487. 2903.60 s [unison-cli] 40% ( 4 / 10) in 'Unison.LSP.Conversions'
  23488. 2903.60 s [unison-cli] Missing documentation for:
  23489. 2903.60 s [unison-cli] Module header
  23490. 2903.60 s [unison-cli] rangeToInterval (src/Unison/LSP/Conversions.hs:13)
  23491. 2903.60 s [unison-cli] intervalToRange (src/Unison/LSP/Conversions.hs:17)
  23492. 2903.60 s [unison-cli] annToInterval (src/Unison/LSP/Conversions.hs:24)
  23493. 2903.60 s [unison-cli] annToRange (src/Unison/LSP/Conversions.hs:54)
  23494. 2903.60 s [unison-cli] annToURange (src/Unison/LSP/Conversions.hs:61)
  23495. 2903.60 s [unison-cli] Warning: 'namesToCompletionTree' is out of scope.
  23496. 2903.60 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23497. 2903.60 s [unison-cli] 37% ( 10 / 27) in 'Unison.LSP.Types'
  23498. 2903.60 s [unison-cli] Missing documentation for:
  23499. 2903.60 s [unison-cli] Module header
  23500. 2903.60 s [unison-cli] LexedSource (src/Unison/LSP/Types.hs:115)
  23501. 2903.60 s [unison-cli] USymbolKind (src/Unison/LSP/Types.hs:117)
  23502. 2903.60 s [unison-cli] TypeSignatureHint (src/Unison/LSP/Types.hs:133)
  23503. 2903.60 s [unison-cli] FileAnalysis (src/Unison/LSP/Types.hs:141)
  23504. 2903.60 s [unison-cli] getCurrentProjectPath (src/Unison/LSP/Types.hs:160)
  23505. 2903.60 s [unison-cli] getCodebaseCompletions (src/Unison/LSP/Types.hs:163)
  23506. 2903.60 s [unison-cli] currentPPED (src/Unison/LSP/Types.hs:166)
  23507. 2903.60 s [unison-cli] getNameSearch (src/Unison/LSP/Types.hs:169)
  23508. 2903.60 s [unison-cli] getCurrentNames (src/Unison/LSP/Types.hs:172)
  23509. 2903.60 s [unison-cli] Config (src/Unison/LSP/Types.hs:174)
  23510. 2903.60 s [unison-cli] defaultLSPConfig (src/Unison/LSP/Types.hs:200)
  23511. 2903.60 s [unison-cli] sendNotification (src/Unison/LSP/Types.hs:210)
  23512. 2903.60 s [unison-cli] RangedCodeAction (src/Unison/LSP/Types.hs:214)
  23513. 2903.60 s [unison-cli] rangedCodeAction (src/Unison/LSP/Types.hs:225)
  23514. 2903.60 s [unison-cli] getConfig (src/Unison/LSP/Types.hs:253)
  23515. 2903.60 s [unison-cli] setConfig (src/Unison/LSP/Types.hs:256)
  23516. 2903.60 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.ProjectContext'
  23517. 2903.60 s [unison-cli] Missing documentation for:
  23518. 2903.60 s [unison-cli] Module header
  23519. 2903.60 s [unison-cli] 0% ( 0 / 4) in 'Unison.LSP.NotificationHandlers'
  23520. 2903.60 s [unison-cli] Missing documentation for:
  23521. 2903.60 s [unison-cli] Module header
  23522. 2903.60 s [unison-cli] initializedHandler (src/Unison/LSP/NotificationHandlers.hs:10)
  23523. 2903.60 s [unison-cli] withDebugging (src/Unison/LSP/NotificationHandlers.hs:13)
  23524. 2903.60 s [unison-cli] setTraceHandler (src/Unison/LSP/NotificationHandlers.hs:18)
  23525. 2903.60 s [unison-cli] 50% ( 2 / 4) in 'Unison.LSP.HandlerUtils'
  23526. 2903.60 s [unison-cli] Missing documentation for:
  23527. 2903.60 s [unison-cli] Module header
  23528. 2903.60 s [unison-cli] withDebugging (src/Unison/LSP/HandlerUtils.hs:42)
  23529. 2903.60 s [unison-cli] Warning: Unison.LSP.Diagnostics: Couldn't find .haddock for export DiagnosticSeverity
  23530. 2903.60 s [unison-cli] 0% ( 0 / 4) in 'Unison.LSP.Diagnostics'
  23531. 2903.60 s [unison-cli] Missing documentation for:
  23532. 2903.60 s [unison-cli] Module header
  23533. 2903.60 s [unison-cli] reportDiagnostics (src/Unison/LSP/Diagnostics.hs:22)
  23534. 2903.60 s [unison-cli] mkDiagnostic (src/Unison/LSP/Diagnostics.hs:28)
  23535. 2903.60 s [unison-cli] DiagnosticSeverity
  23536. 2903.60 s [unison-cli] 0% ( 0 / 3) in 'Unison.LSP.FileAnalysis.UnusedBindings'
  23537. 2903.60 s [unison-cli] Missing documentation for:
  23538. 2903.60 s [unison-cli] Module header
  23539. 2903.60 s [unison-cli] VarUsages (src/Unison/LSP/FileAnalysis/UnusedBindings.hs:23)
  23540. 2903.60 s [unison-cli] analyseTerm (src/Unison/LSP/FileAnalysis/UnusedBindings.hs:41)
  23541. 2903.60 s [unison-cli] 50% ( 2 / 4) in 'Unison.LSP.Configuration'
  23542. 2903.60 s [unison-cli] Missing documentation for:
  23543. 2903.60 s [unison-cli] Module header
  23544. 2903.60 s [unison-cli] parseConfig (src/Unison/LSP/Configuration.hs:16)
  23545. 2903.60 s [unison-cli] 20% ( 1 / 5) in 'Unison.LSP.Commands'
  23546. 2903.60 s [unison-cli] Missing documentation for:
  23547. 2903.60 s [unison-cli] Module header
  23548. 2903.60 s [unison-cli] supportedCommands (src/Unison/LSP/Commands.hs:17)
  23549. 2903.60 s [unison-cli] replaceText (src/Unison/LSP/Commands.hs:24)
  23550. 2903.60 s [unison-cli] TextReplacement (src/Unison/LSP/Commands.hs:26)
  23551. 2903.60 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.CancelRequest'
  23552. 2903.60 s [unison-cli] Missing documentation for:
  23553. 2903.60 s [unison-cli] Module header
  23554. 2903.60 s [unison-cli] 58% ( 7 / 12) in 'Unison.LSP.Util.IntersectionMap'
  23555. 2903.60 s [unison-cli] Missing documentation for:
  23556. 2903.60 s [unison-cli] Module header
  23557. 2903.60 s [unison-cli] intersectionsSingleton (src/Unison/LSP/Util/IntersectionMap.hs:89)
  23558. 2903.60 s [unison-cli] IntersectionMap (src/Unison/LSP/Util/IntersectionMap.hs:52)
  23559. 2903.60 s [unison-cli] keyedFromList (src/Unison/LSP/Util/IntersectionMap.hs:34)
  23560. 2903.60 s [unison-cli] keyedSingleton (src/Unison/LSP/Util/IntersectionMap.hs:41)
  23561. 2903.60 s [unison-cli] 83% ( 5 / 6) in 'Unison.LSP.Util.Signal'
  23562. 2903.60 s [unison-cli] Missing documentation for:
  23563. 2903.60 s [unison-cli] Signal (src/Unison/LSP/Util/Signal.hs:18)
  23564. 2903.60 s [unison-cli] 66% ( 2 / 3) in 'Unison.LSP.VFS.CompletionPrefix'
  23565. 2903.60 s [unison-cli] Missing documentation for:
  23566. 2903.60 s [unison-cli] getCompletionPrefix (src/Unison/LSP/VFS/CompletionPrefix.hs:41)
  23567. 2903.60 s [unison-cli] 46% ( 6 / 13) in 'Unison.LSP.VFS'
  23568. 2903.60 s [unison-cli] Missing documentation for:
  23569. 2903.60 s [unison-cli] Module header
  23570. 2903.60 s [unison-cli] getVirtualFile (src/Unison/LSP/VFS.hs:40)
  23571. 2903.60 s [unison-cli] getFileContents (src/Unison/LSP/VFS.hs:45)
  23572. 2903.60 s [unison-cli] vfsLogger (src/Unison/LSP/VFS.hs:50)
  23573. 2903.60 s [unison-cli] lspOpenFile (src/Unison/LSP/VFS.hs:111)
  23574. 2903.60 s [unison-cli] lspCloseFile (src/Unison/LSP/VFS.hs:116)
  23575. 2903.60 s [unison-cli] lspChangeFile (src/Unison/LSP/VFS.hs:120)
  23576. 2903.60 s [unison-cli] Warning: 'parsed' is out of scope.
  23577. 2903.60 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23578. 2903.60 s [unison-cli] 36% ( 4 / 11) in 'Unison.LSP.FileAnalysis'
  23579. 2903.60 s [unison-cli] Missing documentation for:
  23580. 2903.60 s [unison-cli] Module header
  23581. 2903.60 s [unison-cli] getFileAnalysis (src/Unison/LSP/FileAnalysis.hs:477)
  23582. 2903.60 s [unison-cli] ppedForFile (src/Unison/LSP/FileAnalysis.hs:518)
  23583. 2903.60 s [unison-cli] getFileSummary (src/Unison/LSP/FileAnalysis.hs:512)
  23584. 2903.60 s [unison-cli] ppedForFileHelper (src/Unison/LSP/FileAnalysis.hs:525)
  23585. 2903.60 s [unison-cli] fileAnalysisWorker (src/Unison/LSP/FileAnalysis.hs:201)
  23586. 2903.60 s [unison-cli] analyseNotes (src/Unison/LSP/FileAnalysis.hs:289)
  23587. 2903.61 s [unison-cli] 76% ( 13 / 17) in 'Unison.LSP.Queries'
  23588. 2903.61 s [unison-cli] Missing documentation for:
  23589. 2903.61 s [unison-cli] refInType (src/Unison/LSP/Queries.hs:159)
  23590. 2903.61 s [unison-cli] findSmallestEnclosingPattern (src/Unison/LSP/Queries.hs:294)
  23591. 2903.61 s [unison-cli] findSmallestEnclosingPatternMatching (src/Unison/LSP/Queries.hs:303)
  23592. 2903.61 s [unison-cli] SourceNode (src/Unison/LSP/Queries.hs:192)
  23593. 2903.61 s [unison-cli] 40% ( 2 / 5) in 'Unison.LSP.Hover'
  23594. 2903.61 s [unison-cli] Missing documentation for:
  23595. 2903.61 s [unison-cli] Module header
  23596. 2903.61 s [unison-cli] hoverInfo (src/Unison/LSP/Hover.hs:50)
  23597. 2903.61 s [unison-cli] builtinTypeForPatternLiterals (src/Unison/LSP/Hover.hs:178)
  23598. 2903.61 s [unison-cli] 75% ( 3 / 4) in 'Unison.LSP.GoToDefinition'
  23599. 2903.61 s [unison-cli] Missing documentation for:
  23600. 2903.61 s [unison-cli] goToImplementationHandler (src/Unison/LSP/GoToDefinition.hs:41)
  23601. 2903.61 s [unison-cli] 25% ( 1 / 4) in 'Unison.LSP.Formatting'
  23602. 2903.61 s [unison-cli] Missing documentation for:
  23603. 2903.61 s [unison-cli] Module header
  23604. 2903.61 s [unison-cli] formatDocRequest (src/Unison/LSP/Formatting.hs:19)
  23605. 2903.61 s [unison-cli] formatRangeRequest (src/Unison/LSP/Formatting.hs:24)
  23606. 2903.61 s [unison-cli] 33% ( 1 / 3) in 'Unison.LSP.FoldingRange'
  23607. 2903.61 s [unison-cli] Missing documentation for:
  23608. 2903.61 s [unison-cli] Module header
  23609. 2903.61 s [unison-cli] foldingRangeRequest (src/Unison/LSP/FoldingRange.hs:28)
  23610. 2903.61 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.DocumentSymbols'
  23611. 2903.61 s [unison-cli] Missing documentation for:
  23612. 2903.61 s [unison-cli] Module header
  23613. 2903.61 s [unison-cli] 33% ( 1 / 3) in 'Unison.LSP.CodeLens'
  23614. 2903.61 s [unison-cli] Missing documentation for:
  23615. 2903.61 s [unison-cli] Module header
  23616. 2903.61 s [unison-cli] TypeSigInsertion (src/Unison/LSP/CodeLens.hs:23)
  23617. 2903.61 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.CodeAction'
  23618. 2903.61 s [unison-cli] Missing documentation for:
  23619. 2903.61 s [unison-cli] Module header
  23620. 2903.61 s [unison-cli] 40% ( 2 / 5) in 'Unison.LSP.Completion'
  23621. 2903.61 s [unison-cli] Missing documentation for:
  23622. 2903.61 s [unison-cli] Module header
  23623. 2903.61 s [unison-cli] completionHandler (src/Unison/LSP/Completion.hs:62)
  23624. 2903.61 s [unison-cli] completionsForQuery (src/Unison/LSP/Completion.hs:84)
  23625. 2903.61 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.UCMWorker'
  23626. 2903.61 s [unison-cli] Missing documentation for:
  23627. 2903.61 s [unison-cli] Module header
  23628. 2903.61 s [unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Server'
  23629. 2903.61 s [unison-cli] Missing documentation for:
  23630. 2903.61 s [unison-cli] Module header
  23631. 2903.61 s [unison-cli] mcpServer (src/Unison/MCP/Server.hs:8)
  23632. 2903.61 s [unison-cli] 0% ( 0 / 3) in 'Unison.MCP.StaticResources'
  23633. 2903.61 s [unison-cli] Missing documentation for:
  23634. 2903.61 s [unison-cli] Module header
  23635. 2903.61 s [unison-cli] staticResources (src/Unison/MCP/StaticResources.hs:16)
  23636. 2903.61 s [unison-cli] unisonGuideText (src/Unison/MCP/StaticResources.hs:22)
  23637. 2903.61 s [unison-cli] 47% ( 9 / 19) in 'Unison.MCP.Wrapper'
  23638. 2903.61 s [unison-cli] Missing documentation for:
  23639. 2903.61 s [unison-cli] Tool (src/Unison/MCP/Wrapper.hs:54)
  23640. 2903.61 s [unison-cli] Prompt (src/Unison/MCP/Wrapper.hs:65)
  23641. 2903.61 s [unison-cli] HasInputSchema (src/Unison/MCP/Wrapper.hs:43)
  23642. 2903.61 s [unison-cli] mkServer (src/Unison/MCP/Wrapper.hs:79)
  23643. 2903.61 s [unison-cli] PromptArgument (src/Unison/MCP/Wrapper.hs:72)
  23644. 2903.61 s [unison-cli] StaticResources (src/Unison/MCP/Wrapper.hs:41)
  23645. 2903.61 s [unison-cli] ToolAnnotations
  23646. 2903.61 s [unison-cli] errorToolResult (src/Unison/MCP/Wrapper.hs:145)
  23647. 2903.61 s [unison-cli] textToolResult (src/Unison/MCP/Wrapper.hs:178)
  23648. 2903.61 s [unison-cli] jsonToolResult (src/Unison/MCP/Wrapper.hs:185)
  23649. 2903.61 s [unison-cli] 40% ( 2 / 5) in 'Unison.Share.Codeserver'
  23650. 2903.61 s [unison-cli] Missing documentation for:
  23651. 2903.61 s [unison-cli] Module header
  23652. 2903.61 s [unison-cli] isCustomCodeserver (src/Unison/Share/Codeserver.hs:28)
  23653. 2903.61 s [unison-cli] resolveCodeserver (src/Unison/Share/Codeserver.hs:42)
  23654. 2903.61 s [unison-cli] 33% ( 1 / 3) in 'Unison.Share.ExpectedHashMismatches'
  23655. 2903.61 s [unison-cli] Missing documentation for:
  23656. 2903.61 s [unison-cli] expectedComponentHashMismatches (src/Unison/Share/ExpectedHashMismatches.hs:19)
  23657. 2903.61 s [unison-cli] expectedCausalHashMismatches (src/Unison/Share/ExpectedHashMismatches.hs:683)
  23658. 2903.61 s [unison-cli] 80% ( 4 / 5) in 'Unison.Share.Sync.Types'
  23659. 2903.61 s [unison-cli] Missing documentation for:
  23660. 2903.61 s [unison-cli] SyncError (src/Unison/Share/Sync/Types.hs:47)
  23661. 2903.61 s [unison-cli] 0% ( 0 / 4) in 'Unison.Util.HTTP'
  23662. 2903.61 s [unison-cli] Missing documentation for:
  23663. 2903.61 s [unison-cli] Module header
  23664. 2903.61 s [unison-cli] addRequestMiddleware (src/Unison/Util/HTTP.hs:9)
  23665. 2903.61 s [unison-cli] setUserAgent (src/Unison/Util/HTTP.hs:16)
  23666. 2903.61 s [unison-cli] ucmUserAgent (src/Unison/Util/HTTP.hs:13)
  23667. 2903.61 s [unison-cli] 66% ( 2 / 3) in 'Unison.Auth.HTTPClient'
  23668. 2903.61 s [unison-cli] Missing documentation for:
  23669. 2903.61 s [unison-cli] Module header
  23670. 2903.61 s [unison-cli] 8% ( 3 / 34) in 'Unison.MCP.Types'
  23671. 2903.61 s [unison-cli] Missing documentation for:
  23672. 2903.61 s [unison-cli] Module header
  23673. 2903.61 s [unison-cli] MCP (src/Unison/MCP/Types.hs:69)
  23674. 2903.61 s [unison-cli] Env (src/Unison/MCP/Types.hs:60)
  23675. 2903.61 s [unison-cli] runMCP (src/Unison/MCP/Types.hs:75)
  23676. 2903.61 s [unison-cli] ToolKind (src/Unison/MCP/Types.hs:78)
  23677. 2903.61 s [unison-cli] ProjectCodeToolArguments (src/Unison/MCP/Types.hs:611)
  23678. 2903.61 s [unison-cli] LibInstallToolArguments (src/Unison/MCP/Types.hs:659)
  23679. 2903.61 s [unison-cli] ShareProjectSearchToolArguments (src/Unison/MCP/Types.hs:698)
  23680. 2903.61 s [unison-cli] ShareProjectInfoToolArguments (src/Unison/MCP/Types.hs:723)
  23681. 2903.61 s [unison-cli] TypecheckCodeToolArguments (src/Unison/MCP/Types.hs:492)
  23682. 2903.61 s [unison-cli] ShareProjectReadmeToolArguments (src/Unison/MCP/Types.hs:460)
  23683. 2903.61 s [unison-cli] ListLibraryDefinitionsToolArguments (src/Unison/MCP/Types.hs:432)
  23684. 2903.61 s [unison-cli] ViewDefinitionsToolArguments (src/Unison/MCP/Types.hs:277)
  23685. 2903.61 s [unison-cli] UpdateDefinitionsToolArguments (src/Unison/MCP/Types.hs:310)
  23686. 2903.61 s [unison-cli] DiffUpdateToolArguments (src/Unison/MCP/Types.hs:369)
  23687. 2903.61 s [unison-cli] SearchDefinitionsToolArguments (src/Unison/MCP/Types.hs:249)
  23688. 2903.61 s [unison-cli] SearchByTypeToolArguments (src/Unison/MCP/Types.hs:221)
  23689. 2903.61 s [unison-cli] DocsToolArguments (src/Unison/MCP/Types.hs:540)
  23690. 2903.61 s [unison-cli] RunToolArguments (src/Unison/MCP/Types.hs:568)
  23691. 2903.61 s [unison-cli] ProjectContext (src/Unison/MCP/Types.hs:620)
  23692. 2903.61 s [unison-cli] ProjectContextArgument (src/Unison/MCP/Types.hs:177)
  23693. 2903.61 s [unison-cli] ProjectNameArgument (src/Unison/MCP/Types.hs:196)
  23694. 2903.61 s [unison-cli] ProjectDefinitionNameArgument (src/Unison/MCP/Types.hs:146)
  23695. 2903.61 s [unison-cli] TestToolArguments (src/Unison/MCP/Types.hs:748)
  23696. 2903.61 s [unison-cli] DeleteDefinitionsToolArguments (src/Unison/MCP/Types.hs:776)
  23697. 2903.61 s [unison-cli] RenameDefinitionToolArguments (src/Unison/MCP/Types.hs:816)
  23698. 2903.61 s [unison-cli] MoveDefinitionToolArguments (src/Unison/MCP/Types.hs:851)
  23699. 2903.61 s [unison-cli] MoveToToolArguments (src/Unison/MCP/Types.hs:886)
  23700. 2903.61 s [unison-cli] DeleteNamespaceToolArguments (src/Unison/MCP/Types.hs:927)
  23701. 2903.61 s [unison-cli] toToolName (src/Unison/MCP/Types.hs:1111)
  23702. 2903.61 s [unison-cli] fromToolName (src/Unison/MCP/Types.hs:1116)
  23703. 2903.61 s [unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Prompts'
  23704. 2903.61 s [unison-cli] Missing documentation for:
  23705. 2903.61 s [unison-cli] Module header
  23706. 2903.61 s [unison-cli] prompts (src/Unison/MCP/Prompts.hs:12)
  23707. 2903.61 s [unison-cli] 0% ( 0 / 4) in 'Unison.MCP.Share.API'
  23708. 2903.61 s [unison-cli] Missing documentation for:
  23709. 2903.61 s [unison-cli] Module header
  23710. 2903.61 s [unison-cli] shareSearch (src/Unison/MCP/Share/API.hs:23)
  23711. 2903.61 s [unison-cli] shareProjectReadme (src/Unison/MCP/Share/API.hs:30)
  23712. 2903.61 s [unison-cli] ReadmeResponse (src/Unison/MCP/Share/API.hs:33)
  23713. 2903.61 s [unison-cli] Warning: 'Parameters' is ambiguous. It is defined
  23714. 2903.61 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:120:19
  23715. 2903.61 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:120:1
  23716. 2903.61 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23717. 2903.61 s [unison-cli] by specifying the type/value namespace explicitly.
  23718. 2903.61 s [unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:120:1
  23719. 2903.61 s [unison-cli] Warning: 'InputPattern' is ambiguous. It is defined
  23720. 2903.61 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:21
  23721. 2903.61 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:1
  23722. 2903.61 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23723. 2903.61 s [unison-cli] by specifying the type/value namespace explicitly.
  23724. 2903.61 s [unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:71:1
  23725. 2903.61 s [unison-cli] Warning: 'wrap' is out of scope.
  23726. 2903.61 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23727. 2903.61 s [unison-cli] Warning: 'argType' is out of scope.
  23728. 2903.61 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23729. 2903.61 s [unison-cli] Warning: 'i' is out of scope.
  23730. 2903.61 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23731. 2903.61 s [unison-cli] 52% ( 13 / 25) in 'Unison.CommandLine.InputPattern'
  23732. 2903.61 s [unison-cli] Missing documentation for:
  23733. 2903.61 s [unison-cli] Module header
  23734. 2903.61 s [unison-cli] InputPattern (src/Unison/CommandLine/InputPattern.hs:71)
  23735. 2903.61 s [unison-cli] ParameterType (src/Unison/CommandLine/InputPattern.hs:92)
  23736. 2903.61 s [unison-cli] Parameter (src/Unison/CommandLine/InputPattern.hs:109)
  23737. 2903.62 s [unison-cli] TrailingParameters (src/Unison/CommandLine/InputPattern.hs:111)
  23738. 2903.62 s [unison-cli] Arguments (src/Unison/CommandLine/InputPattern.hs:65)
  23739. 2903.62 s [unison-cli] FZFResolver (src/Unison/CommandLine/FZFResolvers.hs:58)
  23740. 2903.62 s [unison-cli] Visibility (src/Unison/CommandLine/InputPattern.hs:54)
  23741. 2903.62 s [unison-cli] CliArg (src/Unison/CommandLine/InputPattern.hs:257)
  23742. 2903.62 s [unison-cli] NumberedArg (src/Unison/CommandLine/InputPattern.hs:250)
  23743. 2903.62 s [unison-cli] minArgs (src/Unison/CommandLine/InputPattern.hs:189)
  23744. 2903.62 s [unison-cli] maxArgs (src/Unison/CommandLine/InputPattern.hs:195)
  23745. 2903.62 s [unison-cli] Warning: 'local' is out of scope.
  23746. 2903.62 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23747. 2903.62 s [unison-cli] Warning: 'remote' is out of scope.
  23748. 2903.62 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23749. 2903.62 s [unison-cli] 16% ( 3 / 18) in 'Unison.Codebase.Editor.Output'
  23750. 2903.62 s [unison-cli] Missing documentation for:
  23751. 2903.62 s [unison-cli] Module header
  23752. 2903.62 s [unison-cli] Output (src/Unison/Codebase/Editor/Output.hs:187)
  23753. 2903.62 s [unison-cli] AmbiguousReset'Argument (src/Unison/Codebase/Editor/Output.hs:181)
  23754. 2903.62 s [unison-cli] NumberedOutput (src/Unison/Codebase/Editor/Output.hs:116)
  23755. 2903.62 s [unison-cli] ListDetailed (src/Unison/Codebase/Editor/Output.hs:103)
  23756. 2903.62 s [unison-cli] HistoryTail (src/Unison/Codebase/Editor/Output.hs:548)
  23757. 2903.62 s [unison-cli] TestReportStats (src/Unison/Codebase/Editor/Output.hs:554)
  23758. 2903.62 s [unison-cli] TodoOutput (src/Unison/Codebase/Editor/Output.hs:163)
  23759. 2903.62 s [unison-cli] todoOutputIsEmpty (src/Unison/Codebase/Editor/Output.hs:174)
  23760. 2903.62 s [unison-cli] MoreEntriesThanShown (src/Unison/Codebase/Editor/Output.hs:519)
  23761. 2903.62 s [unison-cli] UndoFailureReason (src/Unison/Codebase/Editor/Output.hs:567)
  23762. 2903.62 s [unison-cli] ShareError (src/Unison/Codebase/Editor/Output.hs:539)
  23763. 2903.62 s [unison-cli] isFailure (src/Unison/Codebase/Editor/Output.hs:582)
  23764. 2903.62 s [unison-cli] isNumberedFailure (src/Unison/Codebase/Editor/Output.hs:789)
  23765. 2903.62 s [unison-cli] outputShouldUsePager (src/Unison/Codebase/Editor/Output.hs:572)
  23766. 2903.62 s [unison-cli] 10% ( 5 / 46) in 'Unison.Cli.Pretty'
  23767. 2903.62 s [unison-cli] Missing documentation for:
  23768. 2903.62 s [unison-cli] prettyBase32Hex# (src/Unison/Cli/Pretty.hs:200)
  23769. 2903.62 s [unison-cli] prettyBase32Hex (src/Unison/Cli/Pretty.hs:197)
  23770. 2903.62 s [unison-cli] prettyBranchId (src/Unison/Cli/Pretty.hs:178)
  23771. 2903.62 s [unison-cli] prettyBranchRelativePath (src/Unison/Cli/Pretty.hs:261)
  23772. 2903.62 s [unison-cli] prettyCausalHash (src/Unison/Cli/Pretty.hs:194)
  23773. 2903.62 s [unison-cli] prettyDeclPair (src/Unison/Cli/Pretty.hs:319)
  23774. 2903.62 s [unison-cli] prettyDeclTriple (src/Unison/Cli/Pretty.hs:309)
  23775. 2903.62 s [unison-cli] prettyFilePath (src/Unison/Cli/Pretty.hs:161)
  23776. 2903.62 s [unison-cli] prettyHash (src/Unison/Cli/Pretty.hs:203)
  23777. 2903.62 s [unison-cli] prettyHash32 (src/Unison/Cli/Pretty.hs:206)
  23778. 2903.62 s [unison-cli] prettyHumanReadableTime (src/Unison/Cli/Pretty.hs:342)
  23779. 2903.62 s [unison-cli] prettyLabeledDependencies (src/Unison/Cli/Pretty.hs:382)
  23780. 2903.62 s [unison-cli] prettyLibdepName (src/Unison/Cli/Pretty.hs:390)
  23781. 2903.62 s [unison-cli] prettyMaybeProjectAndBranchName (src/Unison/Cli/Pretty.hs:253)
  23782. 2903.62 s [unison-cli] prettyMergeSource (src/Unison/Cli/Pretty.hs:209)
  23783. 2903.62 s [unison-cli] prettyMergeSourceOrTarget (src/Unison/Cli/Pretty.hs:217)
  23784. 2903.62 s [unison-cli] prettyNamespaceKey (src/Unison/Cli/Pretty.hs:172)
  23785. 2903.62 s [unison-cli] prettyPath (src/Unison/Cli/Pretty.hs:165)
  23786. 2903.62 s [unison-cli] prettyProjectAndBranchName (src/Unison/Cli/Pretty.hs:249)
  23787. 2903.62 s [unison-cli] prettyProjectBranchName (src/Unison/Cli/Pretty.hs:231)
  23788. 2903.62 s [unison-cli] prettyProjectName (src/Unison/Cli/Pretty.hs:222)
  23789. 2903.62 s [unison-cli] prettyProjectPath (src/Unison/Cli/Pretty.hs:184)
  23790. 2903.62 s [unison-cli] prettyReadRemoteNamespace (src/Unison/Cli/Pretty.hs:137)
  23791. 2903.62 s [unison-cli] prettyReadRemoteNamespaceWith (src/Unison/Cli/Pretty.hs:142)
  23792. 2903.62 s [unison-cli] prettyRemoteBranchInfo (src/Unison/Cli/Pretty.hs:367)
  23793. 2903.62 s [unison-cli] prettyRepoInfo (src/Unison/Cli/Pretty.hs:153)
  23794. 2903.62 s [unison-cli] prettySCH (src/Unison/Cli/Pretty.hs:191)
  23795. 2903.62 s [unison-cli] prettySemver (src/Unison/Cli/Pretty.hs:235)
  23796. 2903.62 s [unison-cli] prettySharePath (src/Unison/Cli/Pretty.hs:157)
  23797. 2903.62 s [unison-cli] prettyShareURI (src/Unison/Cli/Pretty.hs:132)
  23798. 2903.62 s [unison-cli] prettyTerm (src/Unison/Cli/Pretty.hs:456)
  23799. 2903.62 s [unison-cli] prettyTermName (src/Unison/Cli/Pretty.hs:322)
  23800. 2903.62 s [unison-cli] prettyType (src/Unison/Cli/Pretty.hs:476)
  23801. 2903.62 s [unison-cli] prettyTypeName (src/Unison/Cli/Pretty.hs:327)
  23802. 2903.62 s [unison-cli] prettyTypeResultHeader' (src/Unison/Cli/Pretty.hs:286)
  23803. 2903.62 s [unison-cli] prettyTypeResultHeaderFull' (src/Unison/Cli/Pretty.hs:294)
  23804. 2903.62 s [unison-cli] prettyURI (src/Unison/Cli/Pretty.hs:129)
  23805. 2903.62 s [unison-cli] prettyUnisonFile (src/Unison/Cli/Pretty.hs:394)
  23806. 2903.62 s [unison-cli] prettyWriteRemoteNamespace (src/Unison/Cli/Pretty.hs:146)
  23807. 2903.62 s [unison-cli] shareOrigin (src/Unison/Cli/Pretty.hs:150)
  23808. 2903.62 s [unison-cli] unsafePrettyTermResultSigFull' (src/Unison/Cli/Pretty.hs:271)
  23809. 2903.62 s [unison-cli] 68% ( 11 / 16) in 'Unison.CommandLine.Completion'
  23810. 2903.62 s [unison-cli] Missing documentation for:
  23811. 2903.62 s [unison-cli] Module header
  23812. 2903.62 s [unison-cli] fixupCompletion (src/Unison/CommandLine/Completion.hs:362)
  23813. 2903.62 s [unison-cli] filenameCompletion (src/Unison/CommandLine/Completion.hs:652)
  23814. 2903.62 s [unison-cli] configKeyCompletion (src/Unison/CommandLine/Completion.hs:662)
  23815. 2903.62 s [unison-cli] prettyCompletion (src/Unison/CommandLine/Completion.hs:347)
  23816. 2903.62 s [unison-cli] Warning: 'InputPattern' is ambiguous. It is defined
  23817. 2903.62 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:21
  23818. 2903.62 s [unison-cli] * at src/Unison/CommandLine/InputPattern.hs:71:1
  23819. 2903.62 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  23820. 2903.62 s [unison-cli] by specifying the type/value namespace explicitly.
  23821. 2903.62 s [unison-cli] Defaulting to the one defined at src/Unison/CommandLine/InputPattern.hs:71:1
  23822. 2903.62 s [unison-cli] Warning: 'base' is out of scope.
  23823. 2903.62 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23824. 2903.62 s [unison-cli] 3% ( 5 /145) in 'Unison.CommandLine.InputPatterns'
  23825. 2903.62 s [unison-cli] Missing documentation for:
  23826. 2903.62 s [unison-cli] aliasMany (src/Unison/CommandLine/InputPatterns.hs:1632)
  23827. 2903.62 s [unison-cli] aliasTerm (src/Unison/CommandLine/InputPatterns.hs:1574)
  23828. 2903.62 s [unison-cli] aliasType (src/Unison/CommandLine/InputPatterns.hs:1604)
  23829. 2903.62 s [unison-cli] api (src/Unison/CommandLine/InputPatterns.hs:1025)
  23830. 2903.62 s [unison-cli] authLogin (src/Unison/CommandLine/InputPatterns.hs:3497)
  23831. 2903.62 s [unison-cli] back (src/Unison/CommandLine/InputPatterns.hs:1706)
  23832. 2903.62 s [unison-cli] branchEmptyInputPattern (src/Unison/CommandLine/InputPatterns.hs:3659)
  23833. 2903.62 s [unison-cli] branchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3629)
  23834. 2903.62 s [unison-cli] branchRenameInputPattern (src/Unison/CommandLine/InputPatterns.hs:3674)
  23835. 2903.62 s [unison-cli] branchesInputPattern (src/Unison/CommandLine/InputPatterns.hs:3612)
  23836. 2903.62 s [unison-cli] cancelInputPattern (src/Unison/CommandLine/InputPatterns.hs:1695)
  23837. 2903.62 s [unison-cli] cd (src/Unison/CommandLine/InputPatterns.hs:1664)
  23838. 2903.62 s [unison-cli] clear (src/Unison/CommandLine/InputPatterns.hs:867)
  23839. 2903.62 s [unison-cli] clone (src/Unison/CommandLine/InputPatterns.hs:3715)
  23840. 2903.62 s [unison-cli] configSet (src/Unison/CommandLine/InputPatterns.hs:2613)
  23841. 2903.62 s [unison-cli] configGet (src/Unison/CommandLine/InputPatterns.hs:2643)
  23842. 2903.62 s [unison-cli] createAuthor (src/Unison/CommandLine/InputPatterns.hs:3463)
  23843. 2903.62 s [unison-cli] debugClearWatchCache (src/Unison/CommandLine/InputPatterns.hs:3143)
  23844. 2903.62 s [unison-cli] debugDependentsGraph (src/Unison/CommandLine/InputPatterns.hs:3154)
  23845. 2903.62 s [unison-cli] debugDoctor (src/Unison/CommandLine/InputPatterns.hs:3165)
  23846. 2903.62 s [unison-cli] debugDumpNamespace (src/Unison/CommandLine/InputPatterns.hs:3074)
  23847. 2903.62 s [unison-cli] debugDumpNamespaceSimple (src/Unison/CommandLine/InputPatterns.hs:3085)
  23848. 2903.62 s [unison-cli] debugFileHashes (src/Unison/CommandLine/InputPatterns.hs:3063)
  23849. 2903.62 s [unison-cli] debugFormat (src/Unison/CommandLine/InputPatterns.hs:2117)
  23850. 2903.62 s [unison-cli] debugFuzzyOptions (src/Unison/CommandLine/InputPatterns.hs:2095)
  23851. 2903.62 s [unison-cli] debugLSPFoldRanges (src/Unison/CommandLine/InputPatterns.hs:3132)
  23852. 2903.62 s [unison-cli] debugNameDiff (src/Unison/CommandLine/InputPatterns.hs:3176)
  23853. 2903.62 s [unison-cli] debugNumberedArgs (src/Unison/CommandLine/InputPatterns.hs:3052)
  23854. 2903.62 s [unison-cli] debugTabCompletion (src/Unison/CommandLine/InputPatterns.hs:2066)
  23855. 2903.62 s [unison-cli] debugLspNameCompletion (src/Unison/CommandLine/InputPatterns.hs:2080)
  23856. 2903.62 s [unison-cli] debugTerm (src/Unison/CommandLine/InputPatterns.hs:3096)
  23857. 2903.62 s [unison-cli] debugTermVerbose (src/Unison/CommandLine/InputPatterns.hs:3108)
  23858. 2903.62 s [unison-cli] debugType (src/Unison/CommandLine/InputPatterns.hs:3120)
  23859. 2903.62 s [unison-cli] delete (src/Unison/CommandLine/InputPatterns.hs:1474)
  23860. 2903.62 s [unison-cli] deleteBranch (src/Unison/CommandLine/InputPatterns.hs:1550)
  23861. 2903.62 s [unison-cli] deleteForce (src/Unison/CommandLine/InputPatterns.hs:1484)
  23862. 2903.62 s [unison-cli] deleteNamespace (src/Unison/CommandLine/InputPatterns.hs:1722)
  23863. 2903.62 s [unison-cli] deleteNamespaceForce (src/Unison/CommandLine/InputPatterns.hs:1732)
  23864. 2903.62 s [unison-cli] deleteProject (src/Unison/CommandLine/InputPatterns.hs:1534)
  23865. 2903.62 s [unison-cli] deleteTerm (src/Unison/CommandLine/InputPatterns.hs:1494)
  23866. 2903.62 s [unison-cli] deleteTermForce (src/Unison/CommandLine/InputPatterns.hs:1504)
  23867. 2903.62 s [unison-cli] deleteType (src/Unison/CommandLine/InputPatterns.hs:1514)
  23868. 2903.62 s [unison-cli] deleteTypeForce (src/Unison/CommandLine/InputPatterns.hs:1524)
  23869. 2903.62 s [unison-cli] dependencies (src/Unison/CommandLine/InputPatterns.hs:3027)
  23870. 2903.62 s [unison-cli] dependents (src/Unison/CommandLine/InputPatterns.hs:3017)
  23871. 2903.62 s [unison-cli] diffBranch (src/Unison/CommandLine/InputPatterns.hs:2474)
  23872. 2903.62 s [unison-cli] diffNamespace (src/Unison/CommandLine/InputPatterns.hs:2523)
  23873. 2903.62 s [unison-cli] display (src/Unison/CommandLine/InputPatterns.hs:976)
  23874. 2903.62 s [unison-cli] displayTo (src/Unison/CommandLine/InputPatterns.hs:993)
  23875. 2903.62 s [unison-cli] docToMarkdown (src/Unison/CommandLine/InputPatterns.hs:3258)
  23876. 2903.62 s [unison-cli] docs (src/Unison/CommandLine/InputPatterns.hs:1011)
  23877. 2903.62 s [unison-cli] docsToHtml (src/Unison/CommandLine/InputPatterns.hs:3235)
  23878. 2903.62 s [unison-cli] edit (src/Unison/CommandLine/InputPatterns.hs:2670)
  23879. 2903.62 s [unison-cli] editDependents (src/Unison/CommandLine/InputPatterns.hs:2709)
  23880. 2903.62 s [unison-cli] editNamespace (src/Unison/CommandLine/InputPatterns.hs:2722)
  23881. 2903.62 s [unison-cli] execute (src/Unison/CommandLine/InputPatterns.hs:3275)
  23882. 2903.62 s [unison-cli] execProfiled (src/Unison/CommandLine/InputPatterns.hs:3298)
  23883. 2903.62 s [unison-cli] execProfiledFull (src/Unison/CommandLine/InputPatterns.hs:3340)
  23884. 2903.62 s [unison-cli] find (src/Unison/CommandLine/InputPatterns.hs:1173)
  23885. 2903.62 s [unison-cli] findAll (src/Unison/CommandLine/InputPatterns.hs:1176)
  23886. 2903.62 s [unison-cli] findGlobal (src/Unison/CommandLine/InputPatterns.hs:1179)
  23887. 2903.62 s [unison-cli] findIn (src/Unison/CommandLine/InputPatterns.hs:1182)
  23888. 2903.62 s [unison-cli] findInAll (src/Unison/CommandLine/InputPatterns.hs:1183)
  23889. 2903.62 s [unison-cli] findShallow (src/Unison/CommandLine/InputPatterns.hs:1244)
  23890. 2903.62 s [unison-cli] findVerbose (src/Unison/CommandLine/InputPatterns.hs:1279)
  23891. 2903.62 s [unison-cli] findVerboseAll (src/Unison/CommandLine/InputPatterns.hs:1291)
  23892. 2903.62 s [unison-cli] forkLocal (src/Unison/CommandLine/InputPatterns.hs:1822)
  23893. 2903.62 s [unison-cli] help (src/Unison/CommandLine/InputPatterns.hs:2938)
  23894. 2903.62 s [unison-cli] helpTopics (src/Unison/CommandLine/InputPatterns.hs:2757)
  23895. 2903.62 s [unison-cli] history (src/Unison/CommandLine/InputPatterns.hs:1762)
  23896. 2903.62 s [unison-cli] historyComment (src/Unison/CommandLine/InputPatterns.hs:1782)
  23897. 2903.62 s [unison-cli] ioTest (src/Unison/CommandLine/InputPatterns.hs:3405)
  23898. 2903.62 s [unison-cli] ioTestAll (src/Unison/CommandLine/InputPatterns.hs:3423)
  23899. 2903.62 s [unison-cli] libInstallInputPattern (src/Unison/CommandLine/InputPatterns.hs:1847)
  23900. 2903.62 s [unison-cli] libInstallLocalInputPattern (src/Unison/CommandLine/InputPatterns.hs:1878)
  23901. 2903.62 s [unison-cli] load (src/Unison/CommandLine/InputPatterns.hs:847)
  23902. 2903.62 s [unison-cli] makeStandalone (src/Unison/CommandLine/InputPatterns.hs:3439)
  23903. 2903.62 s [unison-cli] mergeBuiltins (src/Unison/CommandLine/InputPatterns.hs:795)
  23904. 2903.62 s [unison-cli] mergeCommitInputPattern (src/Unison/CommandLine/InputPatterns.hs:2434)
  23905. 2903.62 s [unison-cli] mergeIOBuiltins (src/Unison/CommandLine/InputPatterns.hs:807)
  23906. 2903.62 s [unison-cli] mergeInputPattern (src/Unison/CommandLine/InputPatterns.hs:2409)
  23907. 2903.62 s [unison-cli] moveAll (src/Unison/CommandLine/InputPatterns.hs:1317)
  23908. 2903.62 s [unison-cli] moveTo (src/Unison/CommandLine/InputPatterns.hs:1329)
  23909. 2903.62 s [unison-cli] names (src/Unison/CommandLine/InputPatterns.hs:2986)
  23910. 2903.62 s [unison-cli] namespaceDependencies (src/Unison/CommandLine/InputPatterns.hs:3040)
  23911. 2903.62 s [unison-cli] printVersion (src/Unison/CommandLine/InputPatterns.hs:3512)
  23912. 2903.62 s [unison-cli] projectCreate (src/Unison/CommandLine/InputPatterns.hs:3523)
  23913. 2903.62 s [unison-cli] projectCreateEmptyInputPattern (src/Unison/CommandLine/InputPatterns.hs:3540)
  23914. 2903.62 s [unison-cli] projectRenameInputPattern (src/Unison/CommandLine/InputPatterns.hs:3557)
  23915. 2903.62 s [unison-cli] projectSwitch (src/Unison/CommandLine/InputPatterns.hs:3573)
  23916. 2903.62 s [unison-cli] projectsInputPattern (src/Unison/CommandLine/InputPatterns.hs:3601)
  23917. 2903.62 s [unison-cli] pull (src/Unison/CommandLine/InputPatterns.hs:1948)
  23918. 2903.62 s [unison-cli] pullWithoutHistory (src/Unison/CommandLine/InputPatterns.hs:1952)
  23919. 2903.62 s [unison-cli] push (src/Unison/CommandLine/InputPatterns.hs:2132)
  23920. 2903.62 s [unison-cli] pushCreate (src/Unison/CommandLine/InputPatterns.hs:2188)
  23921. 2903.62 s [unison-cli] pushExhaustive (src/Unison/CommandLine/InputPatterns.hs:2274)
  23922. 2903.62 s [unison-cli] pushForce (src/Unison/CommandLine/InputPatterns.hs:2241)
  23923. 2903.62 s [unison-cli] syncToFile (src/Unison/CommandLine/InputPatterns.hs:2317)
  23924. 2903.62 s [unison-cli] syncFromFile (src/Unison/CommandLine/InputPatterns.hs:2349)
  23925. 2903.62 s [unison-cli] syncFromCodebase (src/Unison/CommandLine/InputPatterns.hs:2377)
  23926. 2903.62 s [unison-cli] quit (src/Unison/CommandLine/InputPatterns.hs:2975)
  23927. 2903.62 s [unison-cli] releaseDraft (src/Unison/CommandLine/InputPatterns.hs:3755)
  23928. 2903.62 s [unison-cli] rename (src/Unison/CommandLine/InputPatterns.hs:1359)
  23929. 2903.62 s [unison-cli] renameBranch (src/Unison/CommandLine/InputPatterns.hs:1750)
  23930. 2903.62 s [unison-cli] renameTerm (src/Unison/CommandLine/InputPatterns.hs:1303)
  23931. 2903.62 s [unison-cli] renameType (src/Unison/CommandLine/InputPatterns.hs:1381)
  23932. 2903.62 s [unison-cli] reset (src/Unison/CommandLine/InputPatterns.hs:1917)
  23933. 2903.62 s [unison-cli] saveExecuteResult (src/Unison/CommandLine/InputPatterns.hs:3391)
  23934. 2903.62 s [unison-cli] signature (src/Unison/CommandLine/InputPatterns.hs:959)
  23935. 2903.62 s [unison-cli] sfind (src/Unison/CommandLine/InputPatterns.hs:1099)
  23936. 2903.62 s [unison-cli] sfindReplace (src/Unison/CommandLine/InputPatterns.hs:1137)
  23937. 2903.62 s [unison-cli] textfind (src/Unison/CommandLine/InputPatterns.hs:1060)
  23938. 2903.62 s [unison-cli] test (src/Unison/CommandLine/InputPatterns.hs:3189)
  23939. 2903.62 s [unison-cli] testAll (src/Unison/CommandLine/InputPatterns.hs:3217)
  23940. 2903.62 s [unison-cli] todo (src/Unison/CommandLine/InputPatterns.hs:832)
  23941. 2903.63 s [unison-cli] ui (src/Unison/CommandLine/InputPatterns.hs:1036)
  23942. 2903.63 s [unison-cli] undo (src/Unison/CommandLine/InputPatterns.hs:1049)
  23943. 2903.63 s [unison-cli] up (src/Unison/CommandLine/InputPatterns.hs:1653)
  23944. 2903.63 s [unison-cli] update (src/Unison/CommandLine/InputPatterns.hs:883)
  23945. 2903.63 s [unison-cli] diffUpdate (src/Unison/CommandLine/InputPatterns.hs:899)
  23946. 2903.63 s [unison-cli] updateBuiltins (src/Unison/CommandLine/InputPatterns.hs:819)
  23947. 2903.63 s [unison-cli] upgrade (src/Unison/CommandLine/InputPatterns.hs:3772)
  23948. 2903.63 s [unison-cli] view (src/Unison/CommandLine/InputPatterns.hs:913)
  23949. 2903.63 s [unison-cli] viewGlobal (src/Unison/CommandLine/InputPatterns.hs:939)
  23950. 2903.63 s [unison-cli] watchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3841)
  23951. 2903.63 s [unison-cli] watchesInputPattern (src/Unison/CommandLine/InputPatterns.hs:3859)
  23952. 2903.63 s [unison-cli] unwatchInputPattern (src/Unison/CommandLine/InputPatterns.hs:3872)
  23953. 2903.63 s [unison-cli] deprecatedViewRootReflog (src/Unison/CommandLine/InputPatterns.hs:2553)
  23954. 2903.63 s [unison-cli] branchReflog (src/Unison/CommandLine/InputPatterns.hs:2567)
  23955. 2903.63 s [unison-cli] projectReflog (src/Unison/CommandLine/InputPatterns.hs:2583)
  23956. 2903.63 s [unison-cli] globalReflog (src/Unison/CommandLine/InputPatterns.hs:2599)
  23957. 2903.63 s [unison-cli] formatStructuredArgument (src/Unison/CommandLine/InputPatterns.hs:254)
  23958. 2903.63 s [unison-cli] helpFor (src/Unison/CommandLine/InputPatterns.hs:408)
  23959. 2903.63 s [unison-cli] makeExample' (src/Unison/CommandLine/InputPatterns.hs:400)
  23960. 2903.63 s [unison-cli] makeExample (src/Unison/CommandLine/InputPatterns.hs:395)
  23961. 2903.63 s [unison-cli] makeExampleEOS (src/Unison/CommandLine/InputPatterns.hs:403)
  23962. 2903.63 s [unison-cli] makeExampleNoBackticks (src/Unison/CommandLine/InputPatterns.hs:396)
  23963. 2903.63 s [unison-cli] patternName (src/Unison/CommandLine/InputPatterns.hs:391)
  23964. 2903.63 s [unison-cli] showPatternHelp (src/Unison/CommandLine/InputPatterns.hs:311)
  23965. 2903.63 s [unison-cli] validInputs (src/Unison/CommandLine/InputPatterns.hs:3902)
  23966. 2903.63 s [unison-cli] Warning: 'ppe' is out of scope.
  23967. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  23968. 2903.63 s [unison-cli] 10% ( 8 / 73) in 'Unison.CommandLine.OutputMessages'
  23969. 2903.63 s [unison-cli] Missing documentation for:
  23970. 2903.63 s [unison-cli] Module header
  23971. 2903.63 s [unison-cli] reportBugURL (src/Unison/CommandLine/OutputMessages.hs:178)
  23972. 2903.63 s [unison-cli] Pretty (src/Unison/CommandLine/OutputMessages.hs:180)
  23973. 2903.63 s [unison-cli] shortenDirectory (src/Unison/CommandLine/OutputMessages.hs:183)
  23974. 2903.63 s [unison-cli] renderFileName (src/Unison/CommandLine/OutputMessages.hs:190)
  23975. 2903.63 s [unison-cli] notifyNumbered (src/Unison/CommandLine/OutputMessages.hs:193)
  23976. 2903.63 s [unison-cli] undoTip (src/Unison/CommandLine/OutputMessages.hs:619)
  23977. 2903.63 s [unison-cli] issueUrl (src/Unison/CommandLine/OutputMessages.hs:628)
  23978. 2903.63 s [unison-cli] showIssueUrl (src/Unison/CommandLine/OutputMessages.hs:631)
  23979. 2903.63 s [unison-cli] githubTitleForIssue (src/Unison/CommandLine/OutputMessages.hs:634)
  23980. 2903.63 s [unison-cli] notifyUser (src/Unison/CommandLine/OutputMessages.hs:651)
  23981. 2903.63 s [unison-cli] prettyAddUpdateDeleteLegend (src/Unison/CommandLine/OutputMessages.hs:2994)
  23982. 2903.63 s [unison-cli] prettyShareError (src/Unison/CommandLine/OutputMessages.hs:3014)
  23983. 2903.63 s [unison-cli] prettyDownloadEntitiesError (src/Unison/CommandLine/OutputMessages.hs:3025)
  23984. 2903.63 s [unison-cli] prettyBranchRef (src/Unison/CommandLine/OutputMessages.hs:3033)
  23985. 2903.63 s [unison-cli] prettyDownloadEntitiesErrorV2 (src/Unison/CommandLine/OutputMessages.hs:3036)
  23986. 2903.63 s [unison-cli] prettyInvalidBranchRef (src/Unison/CommandLine/OutputMessages.hs:3044)
  23987. 2903.63 s [unison-cli] prettyGetCausalHashByPathError (src/Unison/CommandLine/OutputMessages.hs:3053)
  23988. 2903.63 s [unison-cli] prettyPullError (src/Unison/CommandLine/OutputMessages.hs:3059)
  23989. 2903.63 s [unison-cli] prettyPullV2Error (src/Unison/CommandLine/OutputMessages.hs:3066)
  23990. 2903.63 s [unison-cli] prettySyncErrorV2 (src/Unison/CommandLine/OutputMessages.hs:3071)
  23991. 2903.63 s [unison-cli] prettyUploadEntitiesError (src/Unison/CommandLine/OutputMessages.hs:3098)
  23992. 2903.63 s [unison-cli] prettyEntityValidationFailure (src/Unison/CommandLine/OutputMessages.hs:3109)
  23993. 2903.63 s [unison-cli] prettyTransportError (src/Unison/CommandLine/OutputMessages.hs:3148)
  23994. 2903.63 s [unison-cli] unexpectedServerResponse (src/Unison/CommandLine/OutputMessages.hs:3177)
  23995. 2903.63 s [unison-cli] prettyEntityType (src/Unison/CommandLine/OutputMessages.hs:3194)
  23996. 2903.63 s [unison-cli] invalidRepoInfo (src/Unison/CommandLine/OutputMessages.hs:3204)
  23997. 2903.63 s [unison-cli] hashMismatchFromShare (src/Unison/CommandLine/OutputMessages.hs:3215)
  23998. 2903.63 s [unison-cli] pushPublicNote (src/Unison/CommandLine/OutputMessages.hs:3227)
  23999. 2903.63 s [unison-cli] needDependencies (src/Unison/CommandLine/OutputMessages.hs:3244)
  24000. 2903.63 s [unison-cli] noReadPermissionForPath (src/Unison/CommandLine/OutputMessages.hs:3257)
  24001. 2903.63 s [unison-cli] noReadPermissionForRepo (src/Unison/CommandLine/OutputMessages.hs:3261)
  24002. 2903.63 s [unison-cli] noWritePermissionForPath (src/Unison/CommandLine/OutputMessages.hs:3265)
  24003. 2903.63 s [unison-cli] noWritePermissionForRepo (src/Unison/CommandLine/OutputMessages.hs:3271)
  24004. 2903.63 s [unison-cli] notFastForward (src/Unison/CommandLine/OutputMessages.hs:3275)
  24005. 2903.63 s [unison-cli] shareProjectNotFound (src/Unison/CommandLine/OutputMessages.hs:3292)
  24006. 2903.63 s [unison-cli] shareUserNotFound (src/Unison/CommandLine/OutputMessages.hs:3299)
  24007. 2903.63 s [unison-cli] formatMissingStuff (src/Unison/CommandLine/OutputMessages.hs:3307)
  24008. 2903.63 s [unison-cli] displayOutputRewrittenFile (src/Unison/CommandLine/OutputMessages.hs:3320)
  24009. 2903.63 s [unison-cli] displayDefinitions' (src/Unison/CommandLine/OutputMessages.hs:3338)
  24010. 2903.63 s [unison-cli] displayRendered (src/Unison/CommandLine/OutputMessages.hs:3377)
  24011. 2903.63 s [unison-cli] displayTestResults (src/Unison/CommandLine/OutputMessages.hs:3393)
  24012. 2903.63 s [unison-cli] unsafePrettyTermResultSig' (src/Unison/CommandLine/OutputMessages.hs:3436)
  24013. 2903.63 s [unison-cli] renderNameConflicts (src/Unison/CommandLine/OutputMessages.hs:3442)
  24014. 2903.63 s [unison-cli] Numbered (src/Unison/CommandLine/OutputMessages.hs:3499)
  24015. 2903.63 s [unison-cli] addNumberedArg (src/Unison/CommandLine/OutputMessages.hs:3502)
  24016. 2903.63 s [unison-cli] formatNum (src/Unison/CommandLine/OutputMessages.hs:3509)
  24017. 2903.63 s [unison-cli] runNumbered (src/Unison/CommandLine/OutputMessages.hs:3512)
  24018. 2903.63 s [unison-cli] handleTodoOutput (src/Unison/CommandLine/OutputMessages.hs:3517)
  24019. 2903.63 s [unison-cli] listOfDefinitions (src/Unison/CommandLine/OutputMessages.hs:3725)
  24020. 2903.63 s [unison-cli] listOfNames (src/Unison/CommandLine/OutputMessages.hs:3729)
  24021. 2903.63 s [unison-cli] ShowNumbers (src/Unison/CommandLine/OutputMessages.hs:3786)
  24022. 2903.63 s [unison-cli] noResults (src/Unison/CommandLine/OutputMessages.hs:4146)
  24023. 2903.63 s [unison-cli] listOfDefinitions' (src/Unison/CommandLine/OutputMessages.hs:4170)
  24024. 2903.63 s [unison-cli] watchPrinter (src/Unison/CommandLine/OutputMessages.hs:4235)
  24025. 2903.63 s [unison-cli] filestatusTip (src/Unison/CommandLine/OutputMessages.hs:4278)
  24026. 2903.63 s [unison-cli] prettyDiff (src/Unison/CommandLine/OutputMessages.hs:4281)
  24027. 2903.63 s [unison-cli] listFind (src/Unison/CommandLine/OutputMessages.hs:4429)
  24028. 2903.63 s [unison-cli] listDependentsOrDependencies (src/Unison/CommandLine/OutputMessages.hs:4457)
  24029. 2903.63 s [unison-cli] displayProjectBranchReflogEntries (src/Unison/CommandLine/OutputMessages.hs:4525)
  24030. 2903.63 s [unison-cli] constructorAliasError (src/Unison/CommandLine/OutputMessages.hs:4562)
  24031. 2903.63 s [unison-cli] missingConstructorNameError (src/Unison/CommandLine/OutputMessages.hs:4584)
  24032. 2903.63 s [unison-cli] nestedDeclAliasError (src/Unison/CommandLine/OutputMessages.hs:4606)
  24033. 2903.63 s [unison-cli] strayConstructorError (src/Unison/CommandLine/OutputMessages.hs:4621)
  24034. 2903.63 s [unison-cli] prettyEmptyBranchDiff (src/Unison/CommandLine/OutputMessages.hs:4641)
  24035. 2903.63 s [unison-cli] 0% ( 0 / 9) in 'Unison.CommandLine.DisplayValues'
  24036. 2903.63 s [unison-cli] Missing documentation for:
  24037. 2903.63 s [unison-cli] Module header
  24038. 2903.63 s [unison-cli] Pretty (src/Unison/CommandLine/DisplayValues.hs:34)
  24039. 2903.63 s [unison-cli] displayTerm (src/Unison/CommandLine/DisplayValues.hs:45)
  24040. 2903.63 s [unison-cli] ElideUnit (src/Unison/CommandLine/DisplayValues.hs:57)
  24041. 2903.63 s [unison-cli] displayTerm' (src/Unison/CommandLine/DisplayValues.hs:69)
  24042. 2903.63 s [unison-cli] displayPretty (src/Unison/CommandLine/DisplayValues.hs:116)
  24043. 2903.63 s [unison-cli] displayDoc (src/Unison/CommandLine/DisplayValues.hs:294)
  24044. 2903.63 s [unison-cli] termName (src/Unison/CommandLine/DisplayValues.hs:346)
  24045. 2903.63 s [unison-cli] typeName (src/Unison/CommandLine/DisplayValues.hs:353)
  24046. 2903.63 s [unison-cli] Warning: 'Env' is ambiguous. It is defined
  24047. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:160:12
  24048. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:160:1
  24049. 2903.63 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  24050. 2903.63 s [unison-cli] by specifying the type/value namespace explicitly.
  24051. 2903.63 s [unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:160:1
  24052. 2903.63 s [unison-cli] Warning: 'LoopState' is ambiguous. It is defined
  24053. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:192:18
  24054. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:192:1
  24055. 2903.63 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  24056. 2903.63 s [unison-cli] by specifying the type/value namespace explicitly.
  24057. 2903.63 s [unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:192:1
  24058. 2903.63 s [unison-cli] Warning: 'Cli' is ambiguous. It is defined
  24059. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:112:17
  24060. 2903.63 s [unison-cli] * at src/Unison/Cli/Monad.hs:112:1
  24061. 2903.63 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  24062. 2903.63 s [unison-cli] by specifying the type/value namespace explicitly.
  24063. 2903.63 s [unison-cli] Defaulting to the one defined at src/Unison/Cli/Monad.hs:112:1
  24064. 2903.63 s [unison-cli] 86% ( 37 / 43) in 'Unison.Cli.Monad'
  24065. 2903.63 s [unison-cli] Missing documentation for:
  24066. 2903.63 s [unison-cli] getProjectPathIds (src/Unison/Cli/Monad.hs:352)
  24067. 2903.63 s [unison-cli] cd (src/Unison/Cli/Monad.hs:356)
  24068. 2903.63 s [unison-cli] switchProject (src/Unison/Cli/Monad.hs:365)
  24069. 2903.63 s [unison-cli] respond (src/Unison/Cli/Monad.hs:400)
  24070. 2903.63 s [unison-cli] respondNumbered (src/Unison/Cli/Monad.hs:405)
  24071. 2903.63 s [unison-cli] runTransaction (src/Unison/Cli/Monad.hs:439)
  24072. 2903.63 s [unison-cli] 20% ( 1 / 5) in 'Unison.Share.SyncV2'
  24073. 2903.63 s [unison-cli] Missing documentation for:
  24074. 2903.63 s [unison-cli] Module header
  24075. 2903.63 s [unison-cli] syncFromFile (src/Unison/Share/SyncV2.hs:124)
  24076. 2903.63 s [unison-cli] syncFromCodebase (src/Unison/Share/SyncV2.hs:148)
  24077. 2903.63 s [unison-cli] syncFromCodeserver (src/Unison/Share/SyncV2.hs:168)
  24078. 2903.63 s [unison-cli] Warning: 'UNISON_ENTITY_VALIDATION' is out of scope.
  24079. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24080. 2903.63 s [unison-cli] Warning: 'temp_entity' is out of scope.
  24081. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24082. 2903.63 s [unison-cli] Warning: 'temp_entitiy' is out of scope.
  24083. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24084. 2903.63 s [unison-cli] Warning: 'object' is out of scope.
  24085. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24086. 2903.63 s [unison-cli] Warning: 'causal' is out of scope.
  24087. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24088. 2903.63 s [unison-cli] 70% ( 7 / 10) in 'Unison.Share.Sync'
  24089. 2903.63 s [unison-cli] Missing documentation for:
  24090. 2903.63 s [unison-cli] Module header
  24091. 2903.63 s [unison-cli] pull (src/Unison/Share/Sync.hs:103)
  24092. 2903.63 s [unison-cli] downloadEntities (src/Unison/Share/Sync.hs:126)
  24093. 2903.63 s [unison-cli] 0% ( 0 / 3) in 'Unison.Share.HistoryComments'
  24094. 2903.63 s [unison-cli] Missing documentation for:
  24095. 2903.63 s [unison-cli] Module header
  24096. 2903.63 s [unison-cli] uploadHistoryComments (src/Unison/Share/HistoryComments.hs:64)
  24097. 2903.63 s [unison-cli] downloadHistoryComments (src/Unison/Share/HistoryComments.hs:255)
  24098. 2903.63 s [unison-cli] Warning: 'Parameter' is out of scope.
  24099. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24100. 2903.63 s [unison-cli] Warning: 'main' is out of scope.
  24101. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24102. 2903.63 s [unison-cli] 18% ( 2 / 11) in 'Unison.CommandLine'
  24103. 2903.63 s [unison-cli] Missing documentation for:
  24104. 2903.63 s [unison-cli] Module header
  24105. 2903.63 s [unison-cli] ParseFailure (src/Unison/CommandLine.hs:132)
  24106. 2903.63 s [unison-cli] ExpansionFailure (src/Unison/CommandLine.hs:85)
  24107. 2903.63 s [unison-cli] FZFResolveFailure (src/Unison/CommandLine.hs:261)
  24108. 2903.63 s [unison-cli] allow (src/Unison/CommandLine.hs:56)
  24109. 2903.63 s [unison-cli] parseInput (src/Unison/CommandLine.hs:206)
  24110. 2903.63 s [unison-cli] prompt (src/Unison/CommandLine.hs:308)
  24111. 2903.63 s [unison-cli] defaultLoadSourceFile (src/Unison/CommandLine.hs:71)
  24112. 2903.63 s [unison-cli] defaultWriteSourceFile (src/Unison/CommandLine.hs:62)
  24113. 2903.63 s [unison-cli] 22% ( 2 / 9) in 'Unison.Codebase.Editor.HandleInput.RuntimeUtils'
  24114. 2903.63 s [unison-cli] Missing documentation for:
  24115. 2903.63 s [unison-cli] Module header
  24116. 2903.63 s [unison-cli] evalPureUnison (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:120)
  24117. 2903.63 s [unison-cli] displayDecompileErrors (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:52)
  24118. 2903.63 s [unison-cli] displayResponse (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:98)
  24119. 2903.63 s [unison-cli] selectRuntime (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:42)
  24120. 2903.63 s [unison-cli] EvalMode (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:39)
  24121. 2903.63 s [unison-cli] modeProfSpec (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:48)
  24122. 2903.63 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Projects'
  24123. 2903.63 s [unison-cli] Missing documentation for:
  24124. 2903.63 s [unison-cli] handleProjects (src/Unison/Codebase/Editor/HandleInput/Projects.hs:13)
  24125. 2903.63 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Global'
  24126. 2903.63 s [unison-cli] Missing documentation for:
  24127. 2903.63 s [unison-cli] Module header
  24128. 2903.63 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.Config'
  24129. 2903.63 s [unison-cli] Missing documentation for:
  24130. 2903.63 s [unison-cli] Module header
  24131. 2903.63 s [unison-cli] handleConfigSet (src/Unison/Codebase/Editor/HandleInput/Config.hs:11)
  24132. 2903.63 s [unison-cli] handleConfigGet (src/Unison/Codebase/Editor/HandleInput/Config.hs:15)
  24133. 2903.63 s [unison-cli] 66% ( 2 / 3) in 'Unison.Codebase.Editor.HandleInput.AuthLogin'
  24134. 2903.63 s [unison-cli] Missing documentation for:
  24135. 2903.63 s [unison-cli] Module header
  24136. 2903.63 s [unison-cli] Warning: 'pull' is out of scope.
  24137. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24138. 2903.63 s [unison-cli] Warning: 'merge' is out of scope.
  24139. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24140. 2903.63 s [unison-cli] Warning: 'update' is out of scope.
  24141. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24142. 2903.63 s [unison-cli] Warning: 'upgrade' is out of scope.
  24143. 2903.63 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24144. 2903.63 s [unison-cli] 75% ( 9 / 12) in 'Unison.Cli.UpdateUtils'
  24145. 2903.63 s [unison-cli] Missing documentation for:
  24146. 2903.63 s [unison-cli] subtractDependents (src/Unison/Cli/UpdateUtils.hs:95)
  24147. 2903.63 s [unison-cli] makeUniqueTypeGuids (src/Unison/Cli/UpdateUtils.hs:190)
  24148. 2903.63 s [unison-cli] parseAndTypecheck (src/Unison/Cli/UpdateUtils.hs:221)
  24149. 2903.63 s [unison-cli] Warning: 'remote_project' is out of scope.
  24150. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24151. 2903.64 s [unison-cli] Warning: 'remote_project_branch' is out of scope.
  24152. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24153. 2903.64 s [unison-cli] 75% ( 15 / 20) in 'Unison.Cli.Share.Projects'
  24154. 2903.64 s [unison-cli] Missing documentation for:
  24155. 2903.64 s [unison-cli] GetProjectBranchResponse (src/Unison/Cli/Share/Projects.hs:90)
  24156. 2903.64 s [unison-cli] IncludeSquashedHead (src/Unison/Cli/Share/Projects.hs:95)
  24157. 2903.64 s [unison-cli] SetProjectBranchHeadResponse (src/Unison/Cli/Share/Projects.hs:143)
  24158. 2903.64 s [unison-cli] hardCodedBaseUrl (src/Unison/Cli/Share/Projects.hs:242)
  24159. 2903.64 s [unison-cli] hardCodedUri (src/Unison/Cli/Share/Projects.hs:247)
  24160. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.OpenOnShare'
  24161. 2903.64 s [unison-cli] Missing documentation for:
  24162. 2903.64 s [unison-cli] Module header
  24163. 2903.64 s [unison-cli] Warning: 'resolveAbsBranchId2' is out of scope.
  24164. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24165. 2903.64 s [unison-cli] 62% ( 40 / 64) in 'Unison.Cli.MonadUtils'
  24166. 2903.64 s [unison-cli] Missing documentation for:
  24167. 2903.64 s [unison-cli] getCurrentProjectName (src/Unison/Cli/MonadUtils.hs:153)
  24168. 2903.64 s [unison-cli] getCurrentProjectBranchName (src/Unison/Cli/MonadUtils.hs:157)
  24169. 2903.64 s [unison-cli] getCurrentProjectPath (src/Unison/Cli/MonadUtils.hs:131)
  24170. 2903.64 s [unison-cli] resolvePath'ToAbsolute (src/Unison/Cli/MonadUtils.hs:167)
  24171. 2903.64 s [unison-cli] getCurrentProjectAndBranch (src/Unison/Cli/MonadUtils.hs:136)
  24172. 2903.64 s [unison-cli] getCurrentProjectBranch (src/Unison/Cli/MonadUtils.hs:144)
  24173. 2903.64 s [unison-cli] getCurrentProject (src/Unison/Cli/MonadUtils.hs:140)
  24174. 2903.64 s [unison-cli] resolveShortCausalHashToCausalHash (src/Unison/Cli/MonadUtils.hs:227)
  24175. 2903.64 s [unison-cli] getProjectBranchRoot (src/Unison/Cli/MonadUtils.hs:274)
  24176. 2903.64 s [unison-cli] stepAt' (src/Unison/Cli/MonadUtils.hs:346)
  24177. 2903.64 s [unison-cli] stepAt (src/Unison/Cli/MonadUtils.hs:340)
  24178. 2903.64 s [unison-cli] stepAtM (src/Unison/Cli/MonadUtils.hs:352)
  24179. 2903.64 s [unison-cli] stepManyAt (src/Unison/Cli/MonadUtils.hs:359)
  24180. 2903.64 s [unison-cli] stepManyAtM (src/Unison/Cli/MonadUtils.hs:379)
  24181. 2903.64 s [unison-cli] updateProjectBranchRoot (src/Unison/Cli/MonadUtils.hs:422)
  24182. 2903.64 s [unison-cli] updateProjectBranchRoot_ (src/Unison/Cli/MonadUtils.hs:462)
  24183. 2903.64 s [unison-cli] setProjectBranchRootToCausalHash (src/Unison/Cli/MonadUtils.hs:455)
  24184. 2903.64 s [unison-cli] updateAndStepAt (src/Unison/Cli/MonadUtils.hs:414)
  24185. 2903.64 s [unison-cli] getTermsAt (src/Unison/Cli/MonadUtils.hs:469)
  24186. 2903.64 s [unison-cli] getTypesAt (src/Unison/Cli/MonadUtils.hs:477)
  24187. 2903.64 s [unison-cli] getLatestFile (src/Unison/Cli/MonadUtils.hs:485)
  24188. 2903.64 s [unison-cli] expectLatestFile (src/Unison/Cli/MonadUtils.hs:489)
  24189. 2903.64 s [unison-cli] expectLatestParsedFile (src/Unison/Cli/MonadUtils.hs:510)
  24190. 2903.64 s [unison-cli] makeParsingEnv (src/Unison/Cli/MonadUtils.hs:543)
  24191. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.UI'
  24192. 2903.64 s [unison-cli] Missing documentation for:
  24193. 2903.64 s [unison-cli] Module header
  24194. 2903.64 s [unison-cli] openUI (src/Unison/Codebase/Editor/HandleInput/UI.hs:37)
  24195. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectRename'
  24196. 2903.64 s [unison-cli] Missing documentation for:
  24197. 2903.64 s [unison-cli] handleProjectRename (src/Unison/Codebase/Editor/HandleInput/ProjectRename.hs:17)
  24198. 2903.64 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveType'
  24199. 2903.64 s [unison-cli] Missing documentation for:
  24200. 2903.64 s [unison-cli] Module header
  24201. 2903.64 s [unison-cli] doMoveType (src/Unison/Codebase/Editor/HandleInput/MoveType.hs:39)
  24202. 2903.64 s [unison-cli] moveTypeSteps (src/Unison/Codebase/Editor/HandleInput/MoveType.hs:19)
  24203. 2903.64 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveTerm'
  24204. 2903.64 s [unison-cli] Missing documentation for:
  24205. 2903.64 s [unison-cli] Module header
  24206. 2903.64 s [unison-cli] doMoveTerm (src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs:39)
  24207. 2903.64 s [unison-cli] moveTermSteps (src/Unison/Codebase/Editor/HandleInput/MoveTerm.hs:19)
  24208. 2903.64 s [unison-cli] 66% ( 2 / 3) in 'Unison.Codebase.Editor.HandleInput.MoveBranch'
  24209. 2903.64 s [unison-cli] Missing documentation for:
  24210. 2903.64 s [unison-cli] Module header
  24211. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Rename'
  24212. 2903.64 s [unison-cli] Missing documentation for:
  24213. 2903.64 s [unison-cli] Module header
  24214. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.MoveTo'
  24215. 2903.64 s [unison-cli] Missing documentation for:
  24216. 2903.64 s [unison-cli] Module header
  24217. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.MoveAll'
  24218. 2903.64 s [unison-cli] Missing documentation for:
  24219. 2903.64 s [unison-cli] Module header
  24220. 2903.64 s [unison-cli] handleMoveAll (src/Unison/Codebase/Editor/HandleInput/MoveAll.hs:15)
  24221. 2903.64 s [unison-cli] Warning: 'hash' is out of scope.
  24222. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24223. 2903.64 s [unison-cli] Warning: 'ann' is out of scope.
  24224. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24225. 2903.64 s [unison-cli] Warning: 'sourceTerm' is out of scope.
  24226. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24227. 2903.64 s [unison-cli] Warning: 'evaluatedTerm' is out of scope.
  24228. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24229. 2903.64 s [unison-cli] Warning: 'isCacheHit' is out of scope.
  24230. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24231. 2903.64 s [unison-cli] 20% ( 1 / 5) in 'Unison.Codebase.Editor.HandleInput.Load'
  24232. 2903.64 s [unison-cli] Missing documentation for:
  24233. 2903.64 s [unison-cli] Module header
  24234. 2903.64 s [unison-cli] handleLoad (src/Unison/Codebase/Editor/HandleInput/Load.hs:82)
  24235. 2903.64 s [unison-cli] loadUnisonFile (src/Unison/Codebase/Editor/HandleInput/Load.hs:94)
  24236. 2903.64 s [unison-cli] EvalMode (src/Unison/Codebase/Editor/HandleInput/RuntimeUtils.hs:39)
  24237. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.History'
  24238. 2903.64 s [unison-cli] Missing documentation for:
  24239. 2903.64 s [unison-cli] Module header
  24240. 2903.64 s [unison-cli] handleHistory (src/Unison/Codebase/Editor/HandleInput/History.hs:21)
  24241. 2903.64 s [unison-cli] 0% ( 0 / 4) in 'Unison.Codebase.Editor.HandleInput.FindAndReplace'
  24242. 2903.64 s [unison-cli] Missing documentation for:
  24243. 2903.64 s [unison-cli] Module header
  24244. 2903.64 s [unison-cli] handleStructuredFindReplaceI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:53)
  24245. 2903.64 s [unison-cli] handleStructuredFindI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:73)
  24246. 2903.64 s [unison-cli] handleTextFindI (src/Unison/Codebase/Editor/HandleInput/FindAndReplace.hs:96)
  24247. 2903.64 s [unison-cli] Warning: 'update' is out of scope.
  24248. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24249. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.DiffUpdate'
  24250. 2903.64 s [unison-cli] Missing documentation for:
  24251. 2903.64 s [unison-cli] handleDiffUpdate (src/Unison/Codebase/Editor/HandleInput/DiffUpdate.hs:42)
  24252. 2903.64 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.DeleteProject'
  24253. 2903.64 s [unison-cli] Warning: 'otherDesiredDeletions' is out of scope.
  24254. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24255. 2903.64 s [unison-cli] Warning: 'lib' is out of scope.
  24256. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24257. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DeleteNamespace'
  24258. 2903.64 s [unison-cli] Missing documentation for:
  24259. 2903.64 s [unison-cli] Module header
  24260. 2903.64 s [unison-cli] handleDeleteNamespace (src/Unison/Codebase/Editor/HandleInput/DeleteNamespace.hs:32)
  24261. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugSynhashTerm'
  24262. 2903.64 s [unison-cli] Missing documentation for:
  24263. 2903.64 s [unison-cli] handleDebugSynhashTerm (src/Unison/Codebase/Editor/HandleInput/DebugSynhashTerm.hs:34)
  24264. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugFoldRanges'
  24265. 2903.64 s [unison-cli] Missing documentation for:
  24266. 2903.64 s [unison-cli] Module header
  24267. 2903.64 s [unison-cli] debugFoldRanges (src/Unison/Codebase/Editor/HandleInput/DebugFoldRanges.hs:20)
  24268. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DebugDependentsGraph'
  24269. 2903.64 s [unison-cli] Missing documentation for:
  24270. 2903.64 s [unison-cli] Module header
  24271. 2903.64 s [unison-cli] handleDebugDependentsGraph (src/Unison/Codebase/Editor/HandleInput/DebugDependentsGraph.hs:32)
  24272. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Branches'
  24273. 2903.64 s [unison-cli] Missing documentation for:
  24274. 2903.64 s [unison-cli] handleBranches (src/Unison/Codebase/Editor/HandleInput/Branches.hs:19)
  24275. 2903.64 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.BranchRename'
  24276. 2903.64 s [unison-cli] Missing documentation for:
  24277. 2903.64 s [unison-cli] handleBranchRename (src/Unison/Codebase/Editor/HandleInput/BranchRename.hs:17)
  24278. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.AliasType'
  24279. 2903.64 s [unison-cli] Missing documentation for:
  24280. 2903.64 s [unison-cli] Module header
  24281. 2903.64 s [unison-cli] handleAliasType (src/Unison/Codebase/Editor/HandleInput/AliasType.hs:38)
  24282. 2903.64 s [unison-cli] Warning: 'main' is out of scope.
  24283. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24284. 2903.64 s [unison-cli] 45% ( 16 / 35) in 'Unison.Cli.ProjectUtils'
  24285. 2903.64 s [unison-cli] Missing documentation for:
  24286. 2903.64 s [unison-cli] expectProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:123)
  24287. 2903.64 s [unison-cli] resolveBranchRelativePath (src/Unison/Cli/ProjectUtils.hs:77)
  24288. 2903.64 s [unison-cli] hydrateNames (src/Unison/Cli/ProjectUtils.hs:134)
  24289. 2903.64 s [unison-cli] expectProjectAndBranchByIds (src/Unison/Cli/ProjectUtils.hs:152)
  24290. 2903.64 s [unison-cli] getProjectAndBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:164)
  24291. 2903.64 s [unison-cli] getProjectAndBranchByNames (src/Unison/Cli/ProjectUtils.hs:142)
  24292. 2903.64 s [unison-cli] getProjectByName (src/Unison/Cli/ProjectUtils.hs:237)
  24293. 2903.64 s [unison-cli] expectProjectAndBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:184)
  24294. 2903.64 s [unison-cli] expectRemoteProjectByName (src/Unison/Cli/ProjectUtils.hs:268)
  24295. 2903.64 s [unison-cli] expectRemoteProjectBranchById (src/Unison/Cli/ProjectUtils.hs:276)
  24296. 2903.64 s [unison-cli] loadRemoteProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:289)
  24297. 2903.64 s [unison-cli] expectRemoteProjectBranchByName (src/Unison/Cli/ProjectUtils.hs:299)
  24298. 2903.64 s [unison-cli] loadRemoteProjectBranchByNames (src/Unison/Cli/ProjectUtils.hs:312)
  24299. 2903.64 s [unison-cli] expectRemoteProjectBranchByNames (src/Unison/Cli/ProjectUtils.hs:321)
  24300. 2903.64 s [unison-cli] expectRemoteProjectBranchByTheseNames (src/Unison/Cli/ProjectUtils.hs:334)
  24301. 2903.64 s [unison-cli] justTheIds (src/Unison/Cli/ProjectUtils.hs:90)
  24302. 2903.64 s [unison-cli] justTheIds' (src/Unison/Cli/ProjectUtils.hs:94)
  24303. 2903.64 s [unison-cli] justTheNames (src/Unison/Cli/ProjectUtils.hs:98)
  24304. 2903.64 s [unison-cli] findTemporaryBranchName (src/Unison/Cli/ProjectUtils.hs:104)
  24305. 2903.64 s [unison-cli] 25% ( 1 / 4) in 'Unison.Codebase.Editor.HandleInput.Reflogs'
  24306. 2903.64 s [unison-cli] Missing documentation for:
  24307. 2903.64 s [unison-cli] showProjectBranchReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:27)
  24308. 2903.64 s [unison-cli] showProjectReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:34)
  24309. 2903.64 s [unison-cli] showGlobalReflog (src/Unison/Codebase/Editor/HandleInput/Reflogs.hs:39)
  24310. 2903.64 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.Push'
  24311. 2903.64 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectSwitch'
  24312. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.HistoryComment'
  24313. 2903.64 s [unison-cli] Missing documentation for:
  24314. 2903.64 s [unison-cli] Module header
  24315. 2903.64 s [unison-cli] handleHistoryComment (src/Unison/Codebase/Editor/HandleInput/HistoryComment.hs:36)
  24316. 2903.64 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.DiffBranch'
  24317. 2903.64 s [unison-cli] Missing documentation for:
  24318. 2903.64 s [unison-cli] Module header
  24319. 2903.64 s [unison-cli] handleDiffBranch (src/Unison/Codebase/Editor/HandleInput/DiffBranch.hs:80)
  24320. 2903.64 s [unison-cli] Warning: 'project_branch' is out of scope.
  24321. 2903.64 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24322. 2903.65 s [unison-cli] 100% ( 4 / 4) in 'Unison.Codebase.Editor.HandleInput.DeleteBranch'
  24323. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Cancel'
  24324. 2903.65 s [unison-cli] Missing documentation for:
  24325. 2903.65 s [unison-cli] Module header
  24326. 2903.65 s [unison-cli] handleCancel (src/Unison/Codebase/Editor/HandleInput/Cancel.hs:17)
  24327. 2903.65 s [unison-cli] 60% ( 3 / 5) in 'Unison.Codebase.Editor.HandleInput.Branch'
  24328. 2903.65 s [unison-cli] Missing documentation for:
  24329. 2903.65 s [unison-cli] CreateFrom (src/Unison/Codebase/Editor/HandleInput/Branch.hs:36)
  24330. 2903.65 s [unison-cli] CreateFromMergeSource (src/Unison/Codebase/Editor/HandleInput/Branch.hs:55)
  24331. 2903.65 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ReleaseDraft'
  24332. 2903.65 s [unison-cli] 27% ( 3 / 11) in 'Unison.Codebase.Editor.HandleInput.Merge2'
  24333. 2903.65 s [unison-cli] Missing documentation for:
  24334. 2903.65 s [unison-cli] handleMerge (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:115)
  24335. 2903.65 s [unison-cli] MergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:139)
  24336. 2903.65 s [unison-cli] AliceMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:147)
  24337. 2903.65 s [unison-cli] BobMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:152)
  24338. 2903.65 s [unison-cli] LcaMergeInfo (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:157)
  24339. 2903.65 s [unison-cli] doMerge (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:162)
  24340. 2903.65 s [unison-cli] doMergeLocalBranch (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:459)
  24341. 2903.65 s [unison-cli] hasDefnsInLib (src/Unison/Codebase/Editor/HandleInput/Merge2.hs:492)
  24342. 2903.65 s [unison-cli] 50% ( 2 / 4) in 'Unison.Codebase.Editor.HandleInput.Update2'
  24343. 2903.65 s [unison-cli] Missing documentation for:
  24344. 2903.65 s [unison-cli] handleUpdate2 (src/Unison/Codebase/Editor/HandleInput/Update2.hs:90)
  24345. 2903.65 s [unison-cli] typecheckedUnisonFileToBranchUpdates (src/Unison/Codebase/Editor/HandleInput/Update2.hs:370)
  24346. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Upgrade'
  24347. 2903.65 s [unison-cli] Missing documentation for:
  24348. 2903.65 s [unison-cli] handleUpgrade (src/Unison/Codebase/Editor/HandleInput/Upgrade.hs:78)
  24349. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Todo'
  24350. 2903.65 s [unison-cli] Missing documentation for:
  24351. 2903.65 s [unison-cli] handleTodo (src/Unison/Codebase/Editor/HandleInput/Todo.hs:34)
  24352. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Delete'
  24353. 2903.65 s [unison-cli] Missing documentation for:
  24354. 2903.65 s [unison-cli] Module header
  24355. 2903.65 s [unison-cli] handleDelete (src/Unison/Codebase/Editor/HandleInput/Delete.hs:86)
  24356. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.BranchSquash'
  24357. 2903.65 s [unison-cli] Missing documentation for:
  24358. 2903.65 s [unison-cli] handleBranchSquash (src/Unison/Codebase/Editor/HandleInput/BranchSquash.hs:30)
  24359. 2903.65 s [unison-cli] Warning: 'Names' is ambiguous. It is defined
  24360. 2903.65 s [unison-cli] * in ‘Unison.Names’
  24361. 2903.65 s [unison-cli] * in ‘Unison.Names’
  24362. 2903.65 s [unison-cli] You may be able to disambiguate the identifier by qualifying it or
  24363. 2903.65 s [unison-cli] by specifying the type/value namespace explicitly.
  24364. 2903.65 s [unison-cli] Defaulting to the one defined in ‘Unison.Names’
  24365. 2903.65 s [unison-cli] 50% ( 2 / 4) in 'Unison.Cli.NamesUtils'
  24366. 2903.65 s [unison-cli] Missing documentation for:
  24367. 2903.65 s [unison-cli] currentProjectRootNames (src/Unison/Cli/NamesUtils.hs:22)
  24368. 2903.65 s [unison-cli] projectBranchNames (src/Unison/Cli/NamesUtils.hs:26)
  24369. 2903.65 s [unison-cli] 20% ( 1 / 5) in 'Unison.Codebase.Editor.HandleInput.Tests'
  24370. 2903.65 s [unison-cli] Missing documentation for:
  24371. 2903.65 s [unison-cli] Module header
  24372. 2903.65 s [unison-cli] handleIOTest (src/Unison/Codebase/Editor/HandleInput/Tests.hs:140)
  24373. 2903.65 s [unison-cli] handleAllIOTests (src/Unison/Codebase/Editor/HandleInput/Tests.hs:180)
  24374. 2903.65 s [unison-cli] isTestOk (src/Unison/Codebase/Editor/HandleInput/Tests.hs:250)
  24375. 2903.65 s [unison-cli] 0% ( 0 / 6) in 'Unison.Codebase.Editor.HandleInput.TermResolution'
  24376. 2903.65 s [unison-cli] Missing documentation for:
  24377. 2903.65 s [unison-cli] Module header
  24378. 2903.65 s [unison-cli] lookupTermRefs (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:52)
  24379. 2903.65 s [unison-cli] resolveCon (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:69)
  24380. 2903.65 s [unison-cli] resolveTerm (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:59)
  24381. 2903.65 s [unison-cli] resolveTermRef (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:79)
  24382. 2903.65 s [unison-cli] resolveMainRef (src/Unison/Codebase/Editor/HandleInput/TermResolution.hs:89)
  24383. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Signature'
  24384. 2903.65 s [unison-cli] Missing documentation for:
  24385. 2903.65 s [unison-cli] Module header
  24386. 2903.65 s [unison-cli] handleSignature (src/Unison/Codebase/Editor/HandleInput/Signature.hs:30)
  24387. 2903.65 s [unison-cli] Warning: 'edit' is out of scope.
  24388. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24389. 2903.65 s [unison-cli] Warning: 'exclude' is out of scope.
  24390. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24391. 2903.65 s [unison-cli] 75% ( 3 / 4) in 'Unison.Codebase.Editor.HandleInput.ShowDefinition'
  24392. 2903.65 s [unison-cli] Missing documentation for:
  24393. 2903.65 s [unison-cli] Module header
  24394. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.LSP.Util.Wrappers'
  24395. 2903.65 s [unison-cli] Missing documentation for:
  24396. 2903.65 s [unison-cli] Module header
  24397. 2903.65 s [unison-cli] editDefinitionByFQN (src/Unison/LSP/Util/Wrappers.hs:31)
  24398. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.LSP.EditDefinition'
  24399. 2903.65 s [unison-cli] Missing documentation for:
  24400. 2903.65 s [unison-cli] Module header
  24401. 2903.65 s [unison-cli] 33% ( 1 / 3) in 'Unison.LSP'
  24402. 2903.65 s [unison-cli] Missing documentation for:
  24403. 2903.65 s [unison-cli] Module header
  24404. 2903.65 s [unison-cli] LspFormattingConfig (src/Unison/LSP.hs:63)
  24405. 2903.65 s [unison-cli] 13% ( 8 / 59) in 'ArgParse'
  24406. 2903.65 s [unison-cli] Missing documentation for:
  24407. 2903.65 s [unison-cli] TranscriptCodebaseSetup (src/ArgParse.hs:82)
  24408. 2903.65 s [unison-cli] ShouldForkCodebase (src/ArgParse.hs:89)
  24409. 2903.65 s [unison-cli] ShouldSaveCodebase (src/ArgParse.hs:94)
  24410. 2903.65 s [unison-cli] CodebasePathOption (src/ArgParse.hs:99)
  24411. 2903.65 s [unison-cli] ShouldExit (src/ArgParse.hs:104)
  24412. 2903.65 s [unison-cli] IsHeadless (src/ArgParse.hs:107)
  24413. 2903.65 s [unison-cli] UsageRenderer (src/ArgParse.hs:146)
  24414. 2903.65 s [unison-cli] versionCommand (src/ArgParse.hs:180)
  24415. 2903.65 s [unison-cli] mcpCommand (src/ArgParse.hs:183)
  24416. 2903.65 s [unison-cli] initCommand (src/ArgParse.hs:186)
  24417. 2903.65 s [unison-cli] runDesc (src/ArgParse.hs:192)
  24418. 2903.65 s [unison-cli] runSymbolCommand (src/ArgParse.hs:201)
  24419. 2903.65 s [unison-cli] runFileCommand (src/ArgParse.hs:209)
  24420. 2903.65 s [unison-cli] runPipeCommand (src/ArgParse.hs:217)
  24421. 2903.65 s [unison-cli] runCompiledCommand (src/ArgParse.hs:225)
  24422. 2903.65 s [unison-cli] transcriptCommand (src/ArgParse.hs:233)
  24423. 2903.65 s [unison-cli] transcriptForkCommand (src/ArgParse.hs:245)
  24424. 2903.65 s [unison-cli] transcriptInPlaceCommand (src/ArgParse.hs:257)
  24425. 2903.65 s [unison-cli] commandParser (src/ArgParse.hs:269)
  24426. 2903.65 s [unison-cli] globalOptionsParser (src/ArgParse.hs:288)
  24427. 2903.65 s [unison-cli] codebasePathParser (src/ArgParse.hs:298)
  24428. 2903.65 s [unison-cli] codebaseCreateParser (src/ArgParse.hs:308)
  24429. 2903.65 s [unison-cli] exitParser (src/ArgParse.hs:318)
  24430. 2903.65 s [unison-cli] lspFormattingParser (src/ArgParse.hs:323)
  24431. 2903.65 s [unison-cli] versionOptionParser (src/ArgParse.hs:328)
  24432. 2903.65 s [unison-cli] launchHeadlessCommand (src/ArgParse.hs:332)
  24433. 2903.65 s [unison-cli] codebaseServerOptsParser (src/ArgParse.hs:338)
  24434. 2903.65 s [unison-cli] launchParser (src/ArgParse.hs:386)
  24435. 2903.65 s [unison-cli] initParser (src/ArgParse.hs:394)
  24436. 2903.65 s [unison-cli] versionParser (src/ArgParse.hs:397)
  24437. 2903.65 s [unison-cli] mcpParser (src/ArgParse.hs:400)
  24438. 2903.65 s [unison-cli] runArgumentParser (src/ArgParse.hs:403)
  24439. 2903.65 s [unison-cli] runHQParser (src/ArgParse.hs:406)
  24440. 2903.65 s [unison-cli] runProjectPathParser (src/ArgParse.hs:410)
  24441. 2903.65 s [unison-cli] runSymbolParser (src/ArgParse.hs:414)
  24442. 2903.65 s [unison-cli] runFileParser (src/ArgParse.hs:418)
  24443. 2903.65 s [unison-cli] runPipeParser (src/ArgParse.hs:427)
  24444. 2903.65 s [unison-cli] runCompiledParser (src/ArgParse.hs:431)
  24445. 2903.65 s [unison-cli] rtsStatsOption (src/ArgParse.hs:435)
  24446. 2903.65 s [unison-cli] saveCodebaseFlag (src/ArgParse.hs:444)
  24447. 2903.65 s [unison-cli] saveCodebaseToFlag (src/ArgParse.hs:449)
  24448. 2903.65 s [unison-cli] startingProjectOption (src/ArgParse.hs:462)
  24449. 2903.65 s [unison-cli] noFileWatchFlag (src/ArgParse.hs:472)
  24450. 2903.65 s [unison-cli] readAbsolutePath (src/ArgParse.hs:484)
  24451. 2903.65 s [unison-cli] readPath' (src/ArgParse.hs:494)
  24452. 2903.65 s [unison-cli] readProjectAndBranchNames (src/ArgParse.hs:501)
  24453. 2903.65 s [unison-cli] fileArgument (src/ArgParse.hs:508)
  24454. 2903.65 s [unison-cli] transcriptParser (src/ArgParse.hs:515)
  24455. 2903.65 s [unison-cli] transcriptForkParser (src/ArgParse.hs:529)
  24456. 2903.65 s [unison-cli] transcriptInPlaceParser (src/ArgParse.hs:543)
  24457. 2903.65 s [unison-cli] unisonHelp (src/ArgParse.hs:549)
  24458. 2903.65 s [unison-cli] Warning: 'Foo' is out of scope.
  24459. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24460. 2903.65 s [unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Editor.HandleInput.EditNamespace'
  24461. 2903.65 s [unison-cli] Missing documentation for:
  24462. 2903.65 s [unison-cli] Module header
  24463. 2903.65 s [unison-cli] handleEditNamespace (src/Unison/Codebase/Editor/HandleInput/EditNamespace.hs:47)
  24464. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Run'
  24465. 2903.65 s [unison-cli] Missing documentation for:
  24466. 2903.65 s [unison-cli] Module header
  24467. 2903.65 s [unison-cli] handleRun (src/Unison/Codebase/Editor/HandleInput/Run.hs:74)
  24468. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.NamespaceDiffUtils'
  24469. 2903.65 s [unison-cli] Missing documentation for:
  24470. 2903.65 s [unison-cli] diffHelper (src/Unison/Codebase/Editor/HandleInput/NamespaceDiffUtils.hs:35)
  24471. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Names'
  24472. 2903.65 s [unison-cli] Missing documentation for:
  24473. 2903.65 s [unison-cli] Module header
  24474. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Ls'
  24475. 2903.65 s [unison-cli] Missing documentation for:
  24476. 2903.65 s [unison-cli] Module header
  24477. 2903.65 s [unison-cli] handleLs (src/Unison/Codebase/Editor/HandleInput/Ls.hs:22)
  24478. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.LSPDebug'
  24479. 2903.65 s [unison-cli] Missing documentation for:
  24480. 2903.65 s [unison-cli] Module header
  24481. 2903.65 s [unison-cli] debugLspNameCompletion (src/Unison/Codebase/Editor/HandleInput/LSPDebug.hs:11)
  24482. 2903.65 s [unison-cli] 0% ( 0 / 3) in 'Unison.Codebase.Editor.HandleInput.DebugDefinition'
  24483. 2903.65 s [unison-cli] Missing documentation for:
  24484. 2903.65 s [unison-cli] Module header
  24485. 2903.65 s [unison-cli] debugTerm (src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs:48)
  24486. 2903.65 s [unison-cli] debugDecl (src/Unison/Codebase/Editor/HandleInput/DebugDefinition.hs:56)
  24487. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.AddRun'
  24488. 2903.65 s [unison-cli] Missing documentation for:
  24489. 2903.65 s [unison-cli] Module header
  24490. 2903.65 s [unison-cli] handleAddRun (src/Unison/Codebase/Editor/HandleInput/AddRun.hs:42)
  24491. 2903.65 s [unison-cli] 33% ( 1 / 3) in 'Unison.Cli.NameResolutionUtils'
  24492. 2903.65 s [unison-cli] Missing documentation for:
  24493. 2903.65 s [unison-cli] resolveHQName (src/Unison/Cli/NameResolutionUtils.hs:28)
  24494. 2903.65 s [unison-cli] resolveHQToLabeledDependencies (src/Unison/Cli/NameResolutionUtils.hs:50)
  24495. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.EditDependents'
  24496. 2903.65 s [unison-cli] Missing documentation for:
  24497. 2903.65 s [unison-cli] Module header
  24498. 2903.65 s [unison-cli] handleEditDependents (src/Unison/Codebase/Editor/HandleInput/EditDependents.hs:34)
  24499. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Dependents'
  24500. 2903.65 s [unison-cli] Missing documentation for:
  24501. 2903.65 s [unison-cli] Module header
  24502. 2903.65 s [unison-cli] handleDependents (src/Unison/Codebase/Editor/HandleInput/Dependents.hs:58)
  24503. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput.Dependencies'
  24504. 2903.65 s [unison-cli] Missing documentation for:
  24505. 2903.65 s [unison-cli] Module header
  24506. 2903.65 s [unison-cli] handleDependencies (src/Unison/Codebase/Editor/HandleInput/Dependencies.hs:30)
  24507. 2903.65 s [unison-cli] Warning: 'pull' is out of scope.
  24508. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24509. 2903.65 s [unison-cli] Warning: 'clone' is out of scope.
  24510. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24511. 2903.65 s [unison-cli] 75% ( 3 / 4) in 'Unison.Cli.DownloadUtils'
  24512. 2903.65 s [unison-cli] Missing documentation for:
  24513. 2903.65 s [unison-cli] SyncVersion (src/Unison/Cli/DownloadUtils.hs:43)
  24514. 2903.65 s [unison-cli] 0% ( 0 / 5) in 'Unison.Codebase.Editor.HandleInput.SyncV2'
  24515. 2903.65 s [unison-cli] Missing documentation for:
  24516. 2903.65 s [unison-cli] Module header
  24517. 2903.65 s [unison-cli] handleSyncToFile (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:36)
  24518. 2903.65 s [unison-cli] handleSyncFromFile (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:47)
  24519. 2903.65 s [unison-cli] handleSyncFromCodebase (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:55)
  24520. 2903.65 s [unison-cli] handleSyncFromCodeserver (src/Unison/Codebase/Editor/HandleInput/SyncV2.hs:96)
  24521. 2903.65 s [unison-cli] 50% ( 1 / 2) in 'Unison.Codebase.Editor.HandleInput.Pull'
  24522. 2903.65 s [unison-cli] Missing documentation for:
  24523. 2903.65 s [unison-cli] handlePull (src/Unison/Codebase/Editor/HandleInput/Pull.hs:41)
  24524. 2903.65 s [unison-cli] Warning: 'stepAt' is out of scope.
  24525. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24526. 2903.65 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectCreate'
  24527. 2903.65 s [unison-cli] 100% ( 2 / 2) in 'Unison.Codebase.Editor.HandleInput.ProjectClone'
  24528. 2903.65 s [unison-cli] Warning: 'lib' is out of scope.
  24529. 2903.65 s [unison-cli] If you qualify the identifier, haddock can try to link it anyway.
  24530. 2903.65 s [unison-cli] 33% ( 1 / 3) in 'Unison.Codebase.Editor.HandleInput.InstallLib'
  24531. 2903.65 s [unison-cli] Missing documentation for:
  24532. 2903.65 s [unison-cli] handleInstallLib (src/Unison/Codebase/Editor/HandleInput/InstallLib.hs:46)
  24533. 2903.65 s [unison-cli] handleInstallLocalLib (src/Unison/Codebase/Editor/HandleInput/InstallLib.hs:149)
  24534. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.Codebase.Editor.HandleInput'
  24535. 2903.65 s [unison-cli] Missing documentation for:
  24536. 2903.65 s [unison-cli] Module header
  24537. 2903.65 s [unison-cli] loop (src/Unison/Codebase/Editor/HandleInput.hs:193)
  24538. 2903.65 s [unison-cli] 0% ( 0 / 5) in 'Unison.MCP.Cli'
  24539. 2903.65 s [unison-cli] Missing documentation for:
  24540. 2903.65 s [unison-cli] Module header
  24541. 2903.65 s [unison-cli] handleInputMCP (src/Unison/MCP/Cli.hs:88)
  24542. 2903.65 s [unison-cli] ppForProjectContext (src/Unison/MCP/Cli.hs:77)
  24543. 2903.65 s [unison-cli] cliToMCP (src/Unison/MCP/Cli.hs:106)
  24544. 2903.65 s [unison-cli] virtualSourceName (src/Unison/MCP/Cli.hs:43)
  24545. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.MCP.Tools'
  24546. 2903.65 s [unison-cli] Missing documentation for:
  24547. 2903.65 s [unison-cli] Module header
  24548. 2903.65 s [unison-cli] tools (src/Unison/MCP/Tools.hs:53)
  24549. 2903.65 s [unison-cli] 33% ( 1 / 3) in 'Unison.MCP'
  24550. 2903.65 s [unison-cli] Missing documentation for:
  24551. 2903.65 s [unison-cli] Module header
  24552. 2903.65 s [unison-cli] initServer (src/Unison/MCP.hs:41)
  24553. 2903.65 s [unison-cli] 0% ( 0 / 2) in 'Unison.CommandLine.Main'
  24554. 2903.65 s [unison-cli] Missing documentation for:
  24555. 2903.65 s [unison-cli] Module header
  24556. 2903.65 s [unison-cli] main (src/Unison/CommandLine/Main.hs:194)
  24557. 2903.66 s [unison-cli] 28% ( 2 / 7) in 'Unison.Codebase.Transcript.Runner'
  24558. 2903.66 s [unison-cli] Missing documentation for:
  24559. 2903.66 s [unison-cli] Error (src/Unison/Codebase/Transcript/Runner.hs:619)
  24560. 2903.66 s [unison-cli] Config (src/Unison/Codebase/Transcript/Runner.hs:80)
  24561. 2903.66 s [unison-cli] testConfig (src/Unison/Codebase/Transcript/Runner.hs:106)
  24562. 2903.66 s [unison-cli] Runner (src/Unison/Codebase/Transcript/Runner.hs:113)
  24563. 2903.66 s [unison-cli] withRunner (src/Unison/Codebase/Transcript/Runner.hs:130)
  24564. 2903.66 s [unison-cli] 0% ( 0 / 4) in 'Unison.Version'
  24565. 2903.66 s [unison-cli] Missing documentation for:
  24566. 2903.66 s [unison-cli] Module header
  24567. 2903.66 s [unison-cli] Version (src/Unison/Version.hs:8)
  24568. 2903.66 s [unison-cli] CommitDate (src/Unison/Version.hs:10)
  24569. 2903.66 s [unison-cli] GitRef (src/Unison/Version.hs:12)
  24570. 2903.66 s [unison-cli] 0% ( 0 / 2) in 'Unison.Main'
  24571. 2903.66 s [unison-cli] Missing documentation for:
  24572. 2903.66 s [unison-cli] Module header
  24573. 2903.66 s [unison-cli] main (src/Unison/Main.hs:104)
  24574. 2905.29 s [unison-cli] Warning: Unison.Cli.Share.Projects.Types: could not find link destinations for:
  24575. 2905.29 s [unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProjectBranch
  24576. 2905.29 s [unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProject
  24577. 2905.29 s [unison-cli] Warning: Unison.Codebase.Editor.Output.BranchDiff: could not find link destinations for:
  24578. 2905.29 s [unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_UpdateTypeDisplay
  24579. 2905.29 s [unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_UpdateTermDisplay
  24580. 2905.29 s [unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_TypeDisplay
  24581. 2905.29 s [unison-cli] - Unison.Codebase.Editor.Output.BranchDiff.Rep_TermDisplay
  24582. 2905.29 s [unison-cli] Warning: Unison.Codebase.Editor.SlurpComponent: could not find link destinations for:
  24583. 2905.29 s [unison-cli] - Unison.Codebase.Editor.SlurpComponent.Rep_SlurpComponent
  24584. 2905.29 s [unison-cli] Warning: Unison.Codebase.Editor.SlurpResult: could not find link destinations for:
  24585. 2905.29 s [unison-cli] - Unison.Codebase.Editor.SlurpResult.IsPastTense
  24586. 2905.29 s [unison-cli] Warning: Unison.Codebase.Editor.UriParser: could not find link destinations for:
  24587. 2905.29 s [unison-cli] - Unison.Codebase.Editor.UriParser.P
  24588. 2905.30 s [unison-cli] Warning: Unison.Codebase.Transcript: could not find link destinations for:
  24589. 2905.30 s [unison-cli] - CMark.Rep_Node
  24590. 2905.30 s [unison-cli] Warning: Unison.Codebase.Editor.Input: could not find link destinations for:
  24591. 2905.30 s [unison-cli] - Unison.Codebase.Editor.Input.ErrorMessageOrValue
  24592. 2905.30 s [unison-cli] - Unison.Codebase.Editor.Input.SourceName
  24593. 2905.30 s [unison-cli] - Unison.Codebase.Editor.Input.Source
  24594. 2905.30 s [unison-cli] Warning: Unison.Codebase.Editor.StructuredArgument: could not find link destinations for:
  24595. 2905.30 s [unison-cli] - Unison.Codebase.Editor.StructuredArgument.Rep_StructuredArgument
  24596. 2905.30 s [unison-cli] Warning: Unison.CommandLine.FZFResolvers: could not find link destinations for:
  24597. 2905.30 s [unison-cli] - Unison.CommandLine.FZFResolvers.OptionFetcher
  24598. 2905.30 s [unison-cli] Warning: Unison.CommandLine.Welcome: could not find link destinations for:
  24599. 2905.30 s [unison-cli] - Unison.CommandLine.Welcome.Onboarding
  24600. 2905.30 s [unison-cli] Warning: Unison.LSP.Orphans: could not find link destinations for:
  24601. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.NormalizedUri
  24602. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasTextDocument
  24603. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.textDocument
  24604. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
  24605. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.uri
  24606. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.TextDocumentIdentifier.TextDocumentIdentifier
  24607. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.VersionedTextDocumentIdentifier.VersionedTextDocumentIdentifier
  24608. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24609. 2905.30 s [unison-cli] Warning: Unison.LSP.Conversions: could not find link destinations for:
  24610. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24611. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24612. 2905.30 s [unison-cli] Warning: Unison.LSP.Types: could not find link destinations for:
  24613. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24614. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasCodeAction
  24615. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.codeAction
  24616. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.CodeAction.CodeAction
  24617. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  24618. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24619. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24620. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Common.|?
  24621. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24622. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Notification
  24623. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  24624. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.ServerToClient
  24625. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TMessage
  24626. 2905.30 s [unison-cli] Warning: Unison.LSP.ProjectContext: could not find link destinations for:
  24627. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24628. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24629. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24630. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24631. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24632. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  24633. 2905.30 s [unison-cli] Warning: Unison.LSP.NotificationHandlers: could not find link destinations for:
  24634. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  24635. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_Initialized
  24636. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_SetTrace
  24637. 2905.30 s [unison-cli] Warning: Unison.LSP.HandlerUtils: could not find link destinations for:
  24638. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24639. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Common.|?
  24640. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24641. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24642. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24643. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24644. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24645. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.ErrorData
  24646. 2905.30 s [unison-cli] Warning: Unison.LSP.Diagnostics: could not find link destinations for:
  24647. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasSeverity
  24648. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Lens.severity
  24649. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  24650. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.DiagnosticTag.DiagnosticTag
  24651. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24652. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Common.UInt
  24653. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.LspEnum.EnumBaseType
  24654. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.LspEnum.LspEnum
  24655. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.LspEnum.fromEnumBaseType
  24656. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.LspEnum.knownValues
  24657. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.LspEnum.toEnumBaseType
  24658. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24659. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.DiagnosticSeverity.Rep_DiagnosticSeverity
  24660. 2905.30 s [unison-cli] Warning: Unison.LSP.FileAnalysis.UnusedBindings: could not find link destinations for:
  24661. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  24662. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24663. 2905.30 s [unison-cli] Warning: Unison.LSP.Configuration: could not find link destinations for:
  24664. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  24665. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceDidChangeConfiguration
  24666. 2905.30 s [unison-cli] Warning: Unison.LSP.Commands: could not find link destinations for:
  24667. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24668. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Command.Command
  24669. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24670. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Common.Null
  24671. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Common.|?
  24672. 2905.30 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24673. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24674. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24675. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24676. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24677. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_WorkspaceExecuteCommand
  24678. 2905.30 s [unison-cli] Warning: Unison.LSP.CancelRequest: could not find link destinations for:
  24679. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24680. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24681. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Notification
  24682. 2905.30 s [unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  24683. 2905.30 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CancelRequest
  24684. 2905.31 s [unison-cli] Warning: Unison.LSP.Util.IntersectionMap: could not find link destinations for:
  24685. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24686. 2905.31 s [unison-cli] Warning: Unison.LSP.VFS.CompletionPrefix: could not find link destinations for:
  24687. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24688. 2905.31 s [unison-cli] Warning: Unison.LSP.VFS: could not find link destinations for:
  24689. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
  24690. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24691. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24692. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24693. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TNotificationMessage
  24694. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidOpen
  24695. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidClose
  24696. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDidChange
  24697. 2905.31 s [unison-cli] Warning: Unison.LSP.FileAnalysis: could not find link destinations for:
  24698. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Lens.HasUri
  24699. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Diagnostic.Diagnostic
  24700. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24701. 2905.31 s [unison-cli] Warning: Unison.LSP.Queries: could not find link destinations for:
  24702. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24703. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24704. 2905.31 s [unison-cli] Warning: Unison.LSP.Hover: could not find link destinations for:
  24705. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24706. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Position.Position
  24707. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24708. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24709. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24710. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24711. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24712. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24713. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentHover
  24714. 2905.31 s [unison-cli] Warning: Unison.LSP.GoToDefinition: could not find link destinations for:
  24715. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24716. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24717. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24718. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24719. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24720. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24721. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDefinition
  24722. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDeclaration
  24723. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentImplementation
  24724. 2905.31 s [unison-cli] Warning: Unison.LSP.Formatting: could not find link destinations for:
  24725. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24726. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24727. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.TextEdit.TextEdit
  24728. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24729. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24730. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24731. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24732. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24733. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24734. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentRangeFormatting
  24735. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFormatting
  24736. 2905.31 s [unison-cli] Warning: Unison.LSP.FoldingRange: could not find link destinations for:
  24737. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24738. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.FoldingRange.FoldingRange
  24739. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24740. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24741. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24742. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24743. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24744. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentFoldingRange
  24745. 2905.31 s [unison-cli] Warning: Unison.LSP.DocumentSymbols: could not find link destinations for:
  24746. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24747. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24748. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24749. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24750. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24751. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24752. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentDocumentSymbol
  24753. 2905.31 s [unison-cli] Warning: Unison.LSP.CodeLens: could not find link destinations for:
  24754. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24755. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.CodeLens.CodeLens
  24756. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.Range.Range
  24757. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Common.Null
  24758. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Common.|?
  24759. 2905.31 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24760. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24761. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24762. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24763. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24764. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeLens
  24765. 2905.31 s [unison-cli] Warning: Unison.LSP.CodeAction: could not find link destinations for:
  24766. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24767. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24768. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24769. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24770. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24771. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24772. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCodeAction
  24773. 2905.31 s [unison-cli] Warning: Unison.LSP.Completion: could not find link destinations for:
  24774. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24775. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Types.CompletionItem.CompletionItem
  24776. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24777. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24778. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24779. 2905.31 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24780. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.MessageResult
  24781. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CompletionItemResolve
  24782. 2905.31 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_TextDocumentCompletion
  24783. 2905.31 s [unison-cli] Warning: Unison.MCP.Wrapper: could not find link destinations for:
  24784. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_CallToolResult
  24785. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_Implementation
  24786. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_PromptContentType
  24787. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_PromptsCapability
  24788. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_ResourcesCapability
  24789. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_ServerCapabilities
  24790. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_ToolAnnotations
  24791. 2905.31 s [unison-cli] - Network.MCP.Types.Rep_ToolsCapability
  24792. 2905.32 s [unison-cli] Warning: Unison.MCP.Share.API: could not find link destinations for:
  24793. 2905.32 s [unison-cli] - Unison.MCP.Share.API.Rep_ReadmeResponse
  24794. 2905.32 s [unison-cli] Warning: Unison.CommandLine.InputPattern: could not find link destinations for:
  24795. 2905.32 s [unison-cli] - Unison.CommandLine.FZFResolvers.OptionFetcher
  24796. 2905.32 s [unison-cli] Warning: Unison.Codebase.Editor.Output: could not find link destinations for:
  24797. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.SourceFileContents
  24798. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.ShowFailures
  24799. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.ShowSuccesses
  24800. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.CachedCount
  24801. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.TotalCount
  24802. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.HashLength
  24803. 2905.32 s [unison-cli] - Unison.Codebase.Editor.Output.SourceName
  24804. 2905.32 s [unison-cli] Warning: Unison.Cli.Pretty: could not find link destinations for:
  24805. 2905.32 s [unison-cli] - Unison.Cli.Pretty.Pretty
  24806. 2905.33 s [unison-cli] Warning: Unison.Cli.Monad: could not find link destinations for:
  24807. 2905.33 s [unison-cli] - Unison.Cli.Monad.Rep_Env
  24808. 2905.33 s [unison-cli] - Unison.Cli.Monad.Rep_LoopState
  24809. 2905.33 s [unison-cli] Warning: Unison.Share.SyncV2: could not find link destinations for:
  24810. 2905.33 s [unison-cli] - Unison.Share.SyncV2.SyncErr
  24811. 2905.33 s [unison-cli] Warning: Unison.Cli.Share.Projects: could not find link destinations for:
  24812. 2905.33 s [unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProjectBranch
  24813. 2905.33 s [unison-cli] - Unison.Cli.Share.Projects.Types.Rep_RemoteProject
  24814. 2905.33 s [unison-cli] - Unison.Cli.Share.Projects.Rep_SetProjectBranchHeadResponse
  24815. 2905.33 s [unison-cli] Warning: Unison.LSP.OpenOnShare: could not find link destinations for:
  24816. 2905.33 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24817. 2905.33 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24818. 2905.33 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24819. 2905.33 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24820. 2905.33 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24821. 2905.33 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  24822. 2905.33 s [unison-cli] Warning: Unison.Cli.ProjectUtils: could not find link destinations for:
  24823. 2905.33 s [unison-cli] - U.Codebase.Sqlite.Project.Rep_Project
  24824. 2905.33 s [unison-cli] - U.Codebase.Sqlite.ProjectBranch.Rep_ProjectBranch
  24825. 2905.34 s [unison-cli] Warning: Unison.LSP.Util.Wrappers: could not find link destinations for:
  24826. 2905.34 s [unison-cli] - Language.LSP.Protocol.Types.Uri.Uri
  24827. 2905.34 s [unison-cli] Warning: Unison.LSP.EditDefinition: could not find link destinations for:
  24828. 2905.34 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method
  24829. 2905.34 s [unison-cli] - Language.LSP.Protocol.Message.Meta.MessageDirection
  24830. 2905.34 s [unison-cli] - Language.LSP.Protocol.Message.Meta.Request
  24831. 2905.34 s [unison-cli] - Language.LSP.Protocol.Message.Types.TResponseError
  24832. 2905.34 s [unison-cli] - Language.LSP.Protocol.Message.Types.TRequestMessage
  24833. 2905.34 s [unison-cli] - Language.LSP.Protocol.Internal.Method.Method_CustomMethod
  24834. 2905.34 s [unison-cli] Warning: Unison.MCP.Cli: could not find link destinations for:
  24835. 2905.34 s [unison-cli] - Unison.MCP.Cli.CliOutput
  24836. 2924.89 s [unison-cli] Documentation created: dist/doc/html/unison-cli/,
  24837. 2924.90 s [unison-cli] dist/doc/html/unison-cli/unison-cli.txt
  24838. 2924.95 s [unison-cli] Preprocessing executable 'transcripts' for unison-cli-0.0.0...
  24839. 2924.95 s [unison-cli] Preprocessing test suite 'cli-tests' for unison-cli-0.0.0...
  24840. 2924.97 s [unison-cli] haddockPhase completed in 42 seconds
  24841. 2924.97 s [unison-cli] Phase: installPhase
  24842. 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
  24843. 2927.13 s [unison-cli] Installing executable transcripts in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin
  24844. 2927.13 s [unison-cli] Warning: The directory
  24845. 2927.13 s [unison-cli] /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin is not in the
  24846. 2927.13 s [unison-cli] system search path.
  24847. 2929.93 s [unison-cli] Phase: fixupPhase
  24848. 2929.98 s [unison-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
  24849. 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
  24850. 2930.33 s [unison-cli] shrinking /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0/bin/transcripts
  24851. 2930.39 s [unison-cli] checking for references to /build/ in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0...
  24852. 2930.58 s [unison-cli] patching script interpreter paths in /nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0
  24853. 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
  24854. 2932.63 s [unison-cli] shrinking RPATHs of ELF executables and libraries in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc
  24855. 2932.69 s [unison-cli] checking for references to /build/ in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc...
  24856. 2932.77 s [unison-cli] patching script interpreter paths in /nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc
  24857. 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
  24858. 2933.50 s [unison-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24859. 2933.83 s [unison-cli:post-build] copying 2 paths...
  24860. 2933.83 s [unison-cli:post-build] copying path '/nix/store/nqj4khzz2j0aclnz5ka21q2p785mm13l-unison-cli-0.0.0-doc' to 'https://cache.nix-ci.com'...
  24861. 2937.32 s [unison-cli:post-build] copying path '/nix/store/y4l29zanza0a2s2nrb7hp5xsbspiyfh5-unison-cli-0.0.0' to 'https://cache.nix-ci.com'...
  24862. 2985.12 s [unison-cli:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24863. 2985.39 s [unison-cli:post-build] copying 2 paths...
  24864. 2985.39 s [unison-cli:post-build] copying path '/nix/store/s0mc4sm9klyznpj8z245w8jcnwx222r2-stacklock2nix-pkg-sources-unison-cli' to 'https://cache.nix-ci.com'...
  24865. 2985.90 s [unison-cli:post-build] copying path '/nix/store/xhzrlvbpbfzdjfbrx2mmmdbhi2pj0kky-unison-cli-0.0.0.drv' to 'https://cache.nix-ci.com'...
  24866. 2986.05 s Progress: 236 of 238 built, 823 of 823 downloaded from cache
  24867. 2986.15 s Building /nix/store/qrvj9vyzqmzqb564pjjynk3bwqlh4q90-unison-cli-main-0.0.0.drv
  24868. 2987.29 s [unison-cli-main] Phase: setupCompilerEnvironmentPhase
  24869. 2987.29 s [unison-cli-main] Build with /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3.
  24870. 2988.79 s [unison-cli-main] Phase: unpackPhase
  24871. 2988.79 s [unison-cli-main] unpacking source archive /nix/store/v5fjnxpa288m6d87davah6ylh57xjnif-stacklock2nix-pkg-sources-unison-cli-main
  24872. 2988.80 s [unison-cli-main] source root is stacklock2nix-pkg-sources-unison-cli-main
  24873. 2988.82 s [unison-cli-main] Phase: patchPhase
  24874. 2988.84 s [unison-cli-main] Phase: compileBuildDriverPhase
  24875. 2988.84 s [unison-cli-main] setupCompileFlags: -package-db=/build/tmp.3ntOoC0yyy/setup-package.conf.d -threaded
  24876. 2988.89 s [unison-cli-main] [1 of 2] Compiling Main ( /nix/store/4mdp8nhyfddh7bllbi7xszz7k9955n79-Setup.hs, /build/tmp.3ntOoC0yyy/Main.o )
  24877. 2988.94 s [unison-cli-main] [2 of 2] Linking Setup
  24878. 2990.11 s [unison-cli-main] Phase: updateAutotoolsGnuConfigScriptsPhase
  24879. 2990.13 s [unison-cli-main] Phase: configurePhase
  24880. 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
  24881. 2990.17 s [unison-cli-main] Using Parsec parser
  24882. 2990.17 s [unison-cli-main] Configuring unison-cli-main-0.0.0...
  24883. 2991.20 s [unison-cli-main] Dependency base: using base-4.20.2.0
  24884. 2991.20 s [unison-cli-main] Dependency shellmet: using shellmet-0.0.6.0
  24885. 2991.20 s [unison-cli-main] Dependency template-haskell: using template-haskell-2.22.0.0
  24886. 2991.20 s [unison-cli-main] Dependency text: using text-2.1.3
  24887. 2991.20 s [unison-cli-main] Dependency unison-cli: using unison-cli-0.0.0
  24888. 2991.20 s [unison-cli-main] Source component graph: component exe:unison
  24889. 2991.20 s [unison-cli-main] Configured component graph:
  24890. 2991.20 s [unison-cli-main] component unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
  24891. 2991.20 s [unison-cli-main] include base-4.20.2.0-4d66
  24892. 2991.20 s [unison-cli-main] include shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
  24893. 2991.20 s [unison-cli-main] include template-haskell-2.22.0.0-1d65
  24894. 2991.20 s [unison-cli-main] include text-2.1.3-3f03
  24895. 2991.20 s [unison-cli-main] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  24896. 2991.20 s [unison-cli-main] Linked component graph:
  24897. 2991.20 s [unison-cli-main] unit unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
  24898. 2991.20 s [unison-cli-main] include base-4.20.2.0-4d66
  24899. 2991.20 s [unison-cli-main] include shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
  24900. 2991.20 s [unison-cli-main] include template-haskell-2.22.0.0-1d65
  24901. 2991.20 s [unison-cli-main] include text-2.1.3-3f03
  24902. 2991.20 s [unison-cli-main] include unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  24903. 2991.20 s [unison-cli-main] Ready component graph:
  24904. 2991.20 s [unison-cli-main] definite unison-cli-main-0.0.0-87tvaYM6Y0K7fjTZnLRSt6-unison
  24905. 2991.20 s [unison-cli-main] depends base-4.20.2.0-4d66
  24906. 2991.20 s [unison-cli-main] depends shellmet-0.0.6.0-EiUdXGv5VrN3B4ISFlBPNG
  24907. 2991.20 s [unison-cli-main] depends template-haskell-2.22.0.0-1d65
  24908. 2991.20 s [unison-cli-main] depends text-2.1.3-3f03
  24909. 2991.20 s [unison-cli-main] depends unison-cli-0.0.0-KgqdRi4JdhJ7Mgh8MZhj53
  24910. 2991.20 s [unison-cli-main] Using Cabal-3.12.1.0 compiled by ghc-9.10
  24911. 2991.20 s [unison-cli-main] Using compiler: ghc-9.10.3
  24912. 2991.20 s [unison-cli-main] Using install prefix:
  24913. 2991.20 s [unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
  24914. 2991.20 s [unison-cli-main] Executables installed in:
  24915. 2991.20 s [unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin
  24916. 2991.20 s [unison-cli-main] Libraries installed in:
  24917. 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
  24918. 2991.20 s [unison-cli-main] Dynamic Libraries installed in:
  24919. 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
  24920. 2991.20 s [unison-cli-main] Private executables installed in:
  24921. 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
  24922. 2991.20 s [unison-cli-main] Data files installed in:
  24923. 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
  24924. 2991.20 s [unison-cli-main] Documentation installed in:
  24925. 2991.20 s [unison-cli-main] /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc/share/doc/unison-cli-main-0.0.0
  24926. 2991.20 s [unison-cli-main] Configuration files installed in:
  24927. 2991.20 s [unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/etc
  24928. 2991.20 s [unison-cli-main] No alex found
  24929. 2991.20 s [unison-cli-main] Using ar found on system at:
  24930. 2991.20 s [unison-cli-main] /nix/store/mbyy19mdwnfvfwmdi0gqgggx0njvpl1w-binutils-wrapper-2.46/bin/ar
  24931. 2991.20 s [unison-cli-main] No c2hs found
  24932. 2991.20 s [unison-cli-main] No cpphs found
  24933. 2991.20 s [unison-cli-main] No doctest found
  24934. 2991.20 s [unison-cli-main] Using gcc version 15.2.0 given by user at:
  24935. 2991.20 s [unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/gcc
  24936. 2991.20 s [unison-cli-main] Using ghc version 9.10.3 found on system at:
  24937. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc
  24938. 2991.20 s [unison-cli-main] Using ghc-pkg version 9.10.3 found on system at:
  24939. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/ghc-pkg-9.10.3
  24940. 2991.20 s [unison-cli-main] No ghcjs found
  24941. 2991.20 s [unison-cli-main] No ghcjs-pkg found
  24942. 2991.20 s [unison-cli-main] No greencard found
  24943. 2991.20 s [unison-cli-main] Using haddock version 2.31.1 found on system at:
  24944. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/haddock-ghc-9.10.3
  24945. 2991.20 s [unison-cli-main] No happy found
  24946. 2991.20 s [unison-cli-main] Using haskell-suite found on system at: haskell-suite-dummy-location
  24947. 2991.20 s [unison-cli-main] Using haskell-suite-pkg found on system at: haskell-suite-pkg-dummy-location
  24948. 2991.20 s [unison-cli-main] No hmake found
  24949. 2991.20 s [unison-cli-main] Using hpc version 0.69 found on system at:
  24950. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hpc-ghc-9.10.3
  24951. 2991.20 s [unison-cli-main] Using hsc2hs version 0.68.10 found on system at:
  24952. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/hsc2hs-ghc-9.10.3
  24953. 2991.20 s [unison-cli-main] No hscolour found
  24954. 2991.20 s [unison-cli-main] No jhc found
  24955. 2991.20 s [unison-cli-main] Using ld found on system at:
  24956. 2991.20 s [unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/ld
  24957. 2991.20 s [unison-cli-main] No pkg-config found
  24958. 2991.20 s [unison-cli-main] Using runghc version 9.10.3 found on system at:
  24959. 2991.20 s [unison-cli-main] /nix/store/k493jzz83044mqayvlb6247l35780kxy-ghc-9.10.3/bin/runghc-9.10.3
  24960. 2991.20 s [unison-cli-main] Using strip version 2.46 found on system at:
  24961. 2991.20 s [unison-cli-main] /nix/store/788mx070y81zjlg5ipcl0cra3afviw9k-gcc-wrapper-15.2.0/bin/strip
  24962. 2991.20 s [unison-cli-main] Using tar found on system at:
  24963. 2991.20 s [unison-cli-main] /nix/store/k5akwnrn9x2afaj2va7g4a2zpdim8l43-gnutar-1.35/bin/tar
  24964. 2991.20 s [unison-cli-main] No uhc found
  24965. 2992.94 s [unison-cli-main] Phase: buildPhase
  24966. 2993.09 s [unison-cli-main] Preprocessing executable 'unison' for unison-cli-main-0.0.0...
  24967. 2993.09 s [unison-cli-main] Building executable 'unison' for unison-cli-main-0.0.0...
  24968. 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 )
  24969. 2993.77 s [unison-cli-main] [2 of 2] Compiling Main ( unison/Main.hs, dist/build/unison/unison-tmp/Main.o )
  24970. 2994.19 s [unison-cli-main] [3 of 3] Linking dist/build/unison/unison
  24971. 3002.46 s [unison-cli-main] Phase: checkPhase
  24972. 3002.91 s [unison-cli-main] Package has no test suites.
  24973. 3002.91 s [unison-cli-main] Phase: haddockPhase
  24974. 3002.91 s [unison-cli-main] Phase: installPhase
  24975. 3002.91 s [unison-cli-main] Installing executable unison in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin
  24976. 3002.91 s [unison-cli-main] Warning: The directory
  24977. 3002.91 s [unison-cli-main] /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin is not
  24978. 3002.91 s [unison-cli-main] in the system search path.
  24979. 3002.91 s [unison-cli-main] Phase: fixupPhase
  24980. 3002.91 s [unison-cli-main] shrinking RPATHs of ELF executables and libraries in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
  24981. 3002.91 s [unison-cli-main] shrinking /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0/bin/unison
  24982. 3002.91 s [unison-cli-main] checking for references to /build/ in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0...
  24983. 3002.91 s [unison-cli-main] patching script interpreter paths in /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
  24984. 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
  24985. 3002.91 s [unison-cli-main] shrinking RPATHs of ELF executables and libraries in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc
  24986. 3002.91 s [unison-cli-main] checking for references to /build/ in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc...
  24987. 3002.91 s [unison-cli-main] patching script interpreter paths in /nix/store/v3ssn83ji2prlgjw6q62wr6vgiis9xgh-unison-cli-main-0.0.0-doc
  24988. 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
  24989. 3002.91 s [unison-cli-main:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24990. 3002.91 s [unison-cli-main:post-build] copying 2 paths...
  24991. 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'...
  24992. 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'...
  24993. 3015.32 s [unison-cli-main:post-build] warning: 'warn-short-path-literals' is deprecated, use 'lint-short-path-literals = ignore' instead
  24994. 3015.58 s [unison-cli-main:post-build] copying 2 paths...
  24995. 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'...
  24996. 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'...
  24997. 3015.86 s Progress: 237 of 238 built, 823 of 823 downloaded from cache
  24998. 3015.86 s Progress: 238 of 238 built, 823 of 823 downloaded from cache
  24999. 3015.86 s /nix/store/yj0vsh0szdvv0npd4wdlxc4ni70mx0fq-unison-cli-main-0.0.0
  25000. 3015.92 s Build succeeded.