mirror of https://github.com/voidlizard/hbs2
wip
This commit is contained in:
parent
618755473c
commit
fc223ab9a3
|
@ -15,7 +15,7 @@ fixme-attribs class
|
|||
|
||||
fixme-value-set workflow new backlog wip test fixed done
|
||||
|
||||
fixme-value-set class hardcode leak performance boilerplate
|
||||
fixme-value-set class hardcode performance boilerplate
|
||||
|
||||
; fixme-value-set cat bug feat refactor
|
||||
|
||||
|
|
|
@ -434,6 +434,10 @@ runTop forms = do
|
|||
|
||||
_ -> void $ lift $ refchanExport ()
|
||||
|
||||
entry $ bindMatch "fixme:refchan:import" $ nil_ $ \case
|
||||
_ -> void $ lift $ refchanImport
|
||||
|
||||
|
||||
entry $ bindMatch "source" $ nil_ $ \case
|
||||
[StringLike path] -> do
|
||||
|
||||
|
|
Loading…
Reference in New Issue