From: Matthias T. <mt...@we...> - 2013-04-15 14:55:56
|
Hi Enoch, > Hello Matthias & All: > > amforth-shell.py bugfix. skips already uploaded #include files. This would break my standard workflow: start shell do flash controller upload files with #include (via cursor up-history) test again I would prefer something like require <name> as specified in http://www.forth200x.org/required.html and keeping the include as it is now. Another closly related feature would be require 2drop that checks, whether 2drop is already defined and includes the file 2drop[.frt] only if not found in the dictionary. Just dreaming ;) Matthias |