]> gitweb.factorcode.org Git - factor.git/commit
core: Don't use with-scope. H{ } clone [ ] with-variables is the same thing and is...
authorDoug Coleman <doug.coleman@gmail.com>
Thu, 3 Mar 2016 01:18:42 +0000 (17:18 -0800)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 3 Mar 2016 01:18:42 +0000 (17:18 -0800)
commit9c4ed3ddae2ed6a0b26b8c102d11ab2d765aa052
treeea4a0c52dbd07713368f4f0a004c6e28006c367a
parent3c48141689c762af06add16ea7736d1c35fd939a
core: Don't use with-scope. H{ } clone [ ] with-variables is the same thing and is more explicit.
core/compiler/units/units.factor
core/continuations/continuations-tests.factor
core/destructors/destructors.factor
core/io/pathnames/pathnames-tests.factor
core/source-files/source-files.factor
core/vectors/vectors-tests.factor
core/words/words-tests.factor