mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
a0ca26499a
commit
60a41e09c6
|
@ -403,7 +403,8 @@ insertFixme fme = do
|
|||
w = case
|
||||
when excluded.w > object.w and (excluded.v <> object.v) then excluded.w
|
||||
else object.w
|
||||
end
|
||||
end,
|
||||
nonce = null
|
||||
|]
|
||||
|
||||
for_ (fixmeStart fme) $ \s -> do
|
||||
|
@ -466,7 +467,7 @@ insertFixmeExported h item = do
|
|||
else object.w
|
||||
end,
|
||||
nonce = case
|
||||
when excluded.w > object.w and (excluded.v <> object.v) then null
|
||||
when excluded.w > object.w and (excluded.v <> object.v) then excluded.nonce
|
||||
else object.nonce
|
||||
end
|
||||
|]
|
||||
|
|
Loading…
Reference in New Issue