From 7c5adf0c59a35bb48941d9e860d1dca109b2859b Mon Sep 17 00:00:00 2001 From: Casey Dahlin Date: Fri, 3 Oct 2008 17:14:22 -0400 Subject: Depsolve new types on creation As soon as a type exists, try to bring it up --- state.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/state.rb b/state.rb index b69421a..6912b49 100644 --- a/state.rb +++ b/state.rb @@ -165,6 +165,7 @@ class State undef :new_type, :process_event, :gc, :depsolve_all end @@state_types.add newtype + newtype.depsolve newtype end -- cgit