]> gitweb.factorcode.org Git - factor.git/commit
Fix functors bug where changing a hand-written method into one generated by a functor...
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Feb 2009 08:45:21 +0000 (02:45 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Fri, 6 Feb 2009 08:45:21 +0000 (02:45 -0600)
commit4adef7db09688f341283c2081b87faa0cd4b40da
tree52e6f522149acee4d33cac7338487c6a5f17a757
parent67ffc894021de130614cb9d0425d6c8c8681ce62
Fix functors bug where changing a hand-written method into one generated by a functor would forget the method; also associate functor-generated methods with the source file they're in.
Add DEFINES-CLASS, to parallel DEFINES.
Update math.blas and specialized-arrays/vectors to use DEFINES-CLASS where appropriate
basis/functors/functors-tests.factor
basis/functors/functors.factor
basis/math/blas/matrices/matrices.factor
basis/math/blas/vectors/vectors.factor
basis/specialized-arrays/direct/functor/functor.factor
basis/specialized-arrays/functor/functor.factor
basis/specialized-vectors/functor/functor.factor