macropy icon indicating copy to clipboard operation
macropy copied to clipboard

Fix error logger crash

Open Technologicat opened this issue 6 years ago • 3 comments

Avoid crashing in error logger when the message of a macro expansion failure is not a string.

This happens more often than one would think, when developing new macros :)

Technologicat avatar May 15 '19 13:05 Technologicat

Ping? This is a straightforward bugfix, so I'd like to get it into the official version of macropy3, if possible. :)

Technologicat avatar Aug 18 '20 11:08 Technologicat

It would be nice to have a testcase ;-)

azazel75 avatar Aug 18 '20 13:08 azazel75

Now that I noticed the conflicts alert, it seems you already fixed this - in exactly the same way as I did - in 9cac7df. ;)

But I suppose I can provide a test before closing this.

Technologicat avatar Aug 18 '20 14:08 Technologicat