Hello Erich,
My original 2019 problem of "why can't I redirect emit to output to my
LCD from a task" is perhaps most simply addressed by an addition to the
documentation. Once (I) it is understood that the user area a task has
access to needs to be explicitly populated, it all works as expected.
Y
A very, very, minor suggestion for amforth-shell.py in the next
release.
If amforth-shell.py finds multiple matches for a filename whilst
executing a #include directive then it exits silently. It really has
no choice but to exit (which one to load?). Adding a
self.progress_callback line (as per th
Can you provide a unified diff of your proposed changes?
On Fri, 8 May 2020 at 15:42, Tristan Williams wrote:
>
> A very, very, minor suggestion for amforth-shell.py in the next
> release.
>
> If amforth-shell.py finds multiple matches for a filename whilst
> executing a #include directive then i