Hi,
One problem we had is that source writing in shutdown (and I think startup, too) was not working, due to the strange InMidstOfFileinNotification, uh, trick.
(abusing an exception to emulate a kind of dynamic variable).
This now has been replace by having a #deferFlushDuring: on SourceFiles and using that for MC loading.
I think this might fix the problem.
> On 20 Jul 2016, at 17:16, Thierry Goubier <
[hidden email]> wrote:
>
> Hi guys,
>
> It seems there is a strange interaction between the deprecation rewriter and image startup.
>
> If you load a package that has deprecated calls (command line loading: without GUI), then save the image, the image will appear locked on the next interactive start (black background on Linux).
>
> Loading the package by hand in an interactive image and saving a new version with the deprecation rewritten solves the problem.
>
> Thierry