]> gitweb.factorcode.org Git - factor.git/commit
make-mirror method on structs. fix typo on struct-slots stack effect. don't filter...
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 23:51:47 +0000 (18:51 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 31 Aug 2009 23:51:47 +0000 (18:51 -0500)
commitfee0953cc4733b96ad5c5354e590aaa386e4f40b
tree4477081a56388555975a296f92d989e0c0df5199
parentf6da4856b44903f0eec791c2305deb581536fc0b
make-mirror method on structs.  fix typo on struct-slots stack effect.  don't filter initial values in struct>assoc because structs are more low-level and you want to see the entire layout of the struct you're working with, imo.
basis/classes/struct/prettyprint/prettyprint.factor
basis/classes/struct/struct.factor
basis/mirrors/mirrors.factor