More short-circuit updates
parent
ec3c47d957
commit
74f2627526
|
@ -1,6 +1,8 @@
|
|||
USING: accessors namespaces combinators.lib kernel
|
||||
db.tuples db.types
|
||||
furnace.auth furnace.sessions furnace.cache ;
|
||||
furnace.auth furnace.sessions furnace.cache
|
||||
combinators.short-circuit ;
|
||||
|
||||
IN: furnace.auth.login.permits
|
||||
|
||||
TUPLE: permit < server-state session uid ;
|
||||
|
|
|
@ -7,7 +7,7 @@ html.templates.chloe
|
|||
locals
|
||||
http.server
|
||||
http.server.filters
|
||||
furnace ;
|
||||
furnace combinators.short-circuit ;
|
||||
IN: furnace.boilerplate
|
||||
|
||||
TUPLE: boilerplate < filter-responder template init ;
|
||||
|
|
Loading…
Reference in New Issue