The patch below implements a new, simple refactoring that converts a
word definition:
: foo ( x y -- z ) c ;
into a GENERIC: plus method:
GENERIC: foo ( x y -- z )
M: object foo c ;
asking for the method's class.
Bound to C-cC-xg.
--------------------
The following changes since commit 52365c76fd8a29e629f9b8ee357b981a1e6ee38a:
Doug Coleman (1):
Merge branch 'emacs' of http://git.hacks-galore.org/jao/factor
are available in the git repository at:
http://git.hacks-galore.org/jao/factor.git emacs
Jose A. Ortega Ruiz (1):
FUEL: New refactoring command: fuel-refactor-make-generic.
misc/fuel/README | 2 ++
misc/fuel/fuel-mode.el | 1 +
misc/fuel/fuel-refactor.el | 22 ++++++++++++++++++++++
misc/fuel/fuel-syntax.el | 7 ++++---
4 files changed, 29 insertions(+), 3 deletions(-)
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk