More short-circuit updates

db4
Eduardo Cavazos 2008-06-24 18:33:08 -05:00
parent ec3c47d957
commit 74f2627526
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,8 @@
USING: accessors namespaces combinators.lib kernel USING: accessors namespaces combinators.lib kernel
db.tuples db.types db.tuples db.types
furnace.auth furnace.sessions furnace.cache ; furnace.auth furnace.sessions furnace.cache
combinators.short-circuit ;
IN: furnace.auth.login.permits IN: furnace.auth.login.permits
TUPLE: permit < server-state session uid ; TUPLE: permit < server-state session uid ;

View File

@ -7,7 +7,7 @@ html.templates.chloe
locals locals
http.server http.server
http.server.filters http.server.filters
furnace ; furnace combinators.short-circuit ;
IN: furnace.boilerplate IN: furnace.boilerplate
TUPLE: boilerplate < filter-responder template init ; TUPLE: boilerplate < filter-responder template init ;