Skip to content

Commit

Permalink
add missing record fields
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellwrosen committed Aug 27, 2024
1 parent 2354c90 commit 217cf13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unison-cli/tests/Unison/Test/LSP.hs
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,9 @@ typecheckSrc name src = do
Parser.ParsingEnv
{ uniqueNames = uniqueName,
uniqueTypeGuid = \_ -> pure Nothing,
names = parseNames
names = parseNames,
maybeNamespace = Nothing,
localNamespacePrefixedTypesAndConstructors = mempty
}
Codebase.runTransaction codebase do
Parsers.parseFile name (Text.unpack src) parsingEnv >>= \case
Expand Down

0 comments on commit 217cf13

Please sign in to comment.