Open The-Compiler opened 2 months ago
Some more notes to myself for follow-up work:
os.remove
, probably can be done in a nicer way with context managers for some casestempfile-handling
, still needs testing as I haven't configured an external file picker so far.eml
compose temp file and attachment handling (after #79)gnupg.py
could use a custom GnupgError
instead of just raise Exception
. Those could also be handled and displayed by the UI more nicely, rather than exception ... (traceback on stderr)
.First batch cleaned up and turned into PRs :sweat_smile:
For the remaining changes, it's either:
master
For the remaining bugfixes, I'll run without those commits myself for a while and hope I can trigger them again - but it's entirely possible they also got fixed in master
already since.
This is mostly a note to myself - I decided to open it here to make things more discoverable, I hope that's okay!
For a while I've been running my tco branch and didn't find the time to nicely split all my changes into PRs and upstream them... Whoops! With some great recent changes by @laarmen and @hbog, I'm now back on using
master
, so I should have some motivation to get those integrated :sweat_smile:Here is a list of commits in there - some of them are most likely already fixed in other ways at this point. Over the upcoming weeks, I'll try to look at those and cross them off here.
#71
Better solution in #65
FIXME: how to trigger this?
FIXME: how to trigger this?
#77
Superseded by catching all exceptions while sending in 7fa69262d9c778eb39ecb4d15289ab88ee38d63b plus #78
Also see #50
#79
#85
#83
should be superseded by #58
#81
FIXME: how to trigger this?
Superseded by #54
#80
#72
#82 (simpler approach)