More short-circuit updates
							parent
							
								
									ec3c47d957
								
							
						
					
					
						commit
						74f2627526
					
				| 
						 | 
					@ -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 ;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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 ;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue