Re: [Amforth] uploaded-wl

2014-10-04 Thread Enoch
Hello Matthias, To extend #require over amforth-shell.py sessions simply add data persistence to "self._uploaded = set()". See https://docs.python.org/2/library/persistence.html It would be much simpler. Enoch, Your faithful shadow. P/S "spying on developers" was said tongue-in-cheek :-) Ma

Re: [Amforth] uploaded-wl

2014-10-04 Thread Matthias Trute
Hi Enoch, > I don't see the benefit of automatically collecting my uploaded file > names into the firmware. Just don't define a wordlist with the name uploaded-wl. It not part of the default (or any other) configuration. I should write a recipe for it, it seems. > In fact, it's a sort of spyin