Menu

Commit [r25646]  Maximize  Restore  History

Ported r25642 from trunk to provide for catching of old user function calls.

The command used was:
svn merge -r25641:25642 svn+ssh://bugman@.../svn/relax/trunk .

.....
r25642 | bugman | 2014-09-04 17:18:08 +0200 (Thu, 04 Sep 2014) | 10 lines
Changed paths:
M /trunk/prompt/interpreter.py

The prompt UI now uses the user_functions.uf_translation_table dictionary.

The modified runcode() function will now check if the command typed by the user is a function or
method call and then will raise a RelaxError if the command name is in the
user_functions.uf_translation_table dictionary, telling the user that the user function has been
renamed to the new name in the translation table.

This appears to have no effect in the script UI however.
.....

bugman 2014-09-04

changed /tags/3.3.0/prompt/interpreter.py
/tags/3.3.0/prompt/interpreter.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.