factor/basis/tools/deploy
Joe Groff ff50cc6f0f tools.deploy.shaker: more timid global stripping
Strip globals by replacing their value with "f". The list of globals to strip was written with the assumption that the stripped globals would get restored like normal hashtable keys when accessed. This isn't valid anymore with the globals optimization, since creating a new box breaks the foldable invariant between a global name and its associated box. Need to go through the list of globals to strip and find the ones that actually can be entirely removed as opposed to just reset to f. Fixes #445. Fixes #446.
2011-12-12 16:08:25 -08:00
..
backend tools.deploy.backend: make-deploy-image back out 2011-11-27 12:37:57 -08:00
config tools.deploy.config: docs typos 2011-11-27 14:17:18 -08:00
embed tools.deploy: embed image into deployed VM 2011-11-27 12:37:56 -08:00
libraries Make "foo.private" require load foo instead. 2011-11-02 11:50:03 -07:00
macosx tools.deploy.macosx: deploy separate VM and image 2011-11-27 12:37:58 -08:00
restage
shaker tools.deploy.shaker: more timid global stripping 2011-12-12 16:08:25 -08:00
test remove values vocab 2011-11-28 21:26:33 -08:00
unix tools.deploy: embed image into deployed VM 2011-11-27 12:37:56 -08:00
windows tools.deploy: embed image into deployed VM 2011-11-27 12:37:56 -08:00
authors.txt
deploy-docs.factor
deploy-tests.factor tools.deploy: label small-enough? tests 2011-11-10 19:34:36 -08:00
deploy.factor
summary.txt
tags.txt