support standard and groupwanted in keyless mode
Only when the preferred content expression includes them will a parse failure due to them needing keys result in the preferred content expression not parsing in keyless mode.
This commit is contained in:
parent
5266da2cdd
commit
354c0eb57f
3 changed files with 26 additions and 22 deletions
|
@ -79,8 +79,8 @@ seek o = do
|
|||
else do
|
||||
u <- getUUID
|
||||
pure $ preferredContentParser $ preferredContentTokens $ PCD
|
||||
{ matchStandard = matchAll
|
||||
, matchGroupWanted = matchAll
|
||||
{ matchStandard = Right matchAll
|
||||
, matchGroupWanted = Right matchAll
|
||||
, getGroupMap = groupMap
|
||||
, configMap = M.empty
|
||||
, repoUUID = Just u
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue