mirror of
https://github.com/github/semantic.git
synced 2024-11-24 17:04:47 +03:00
We treat this argument as a FilePath.
This commit is contained in:
parent
d584832b6b
commit
3774bfb816
@ -57,7 +57,7 @@ examples directory = do
|
||||
let keys = Set.unions $ keysSet <$> [as, bs]
|
||||
pure $ (\name -> (both (as ! name) (bs ! name), Map.lookup name jsons, Map.lookup name patches, Map.lookup name splits)) <$> sort (Set.toList keys)
|
||||
where
|
||||
globFor :: String -> IO [FilePath]
|
||||
globFor :: FilePath -> IO [FilePath]
|
||||
globFor p = globDir1 (compile p) directory
|
||||
toDict list = Map.fromList ((normalizeName <$> list) `zip` list)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user