<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>That is brilliant!<br></div><div><br></div><div><br></div><br><div data-zbluepencil-ignore="true" style="" class="zmail_extra"><br><div id="Zm-_Id_-Sgn1">---- On Tue, 24 Mar 2020 18:04:56 -0400 <b>David T. Lewis <lewis@mail.msen.com></b> wrote ----<br></div><br><blockquote style="border-left: 1px solid rgb(204, 204, 204); padding-left: 6px; margin: 0px 0px 0px 5px;"><div>On Tue, Mar 24, 2020 at 04:54:51PM -0400, gettimothy via Squeak-dev wrote: <br>> Hi folks, <br>> <br>> <br>> <br>> just an FYI in case the "RootProject" should be morphic. <br>> <br> <br>Don't worry, it's fine. It is part of the emergency evaluator safety <br>net. If you are doing something in Morphic that causes an unrecoverable <br>error, such that a debugger cannot be opened in the Morphic framework, <br>then the system will try to switch over to that root MVC project and <br>open a debugger using MVC. Finally, that fails again, the system will <br>drop you into the traditional emergency evaluator. <br> <br>This allows many kinds of failures that involve the user interface <br>itself to be handled in another framework. It can be very helpful <br>if you are working on Morphic itself and make a mistake the breaks <br>your user interface. <br> <br>The release image now provides a root MVC project for this reason. <br> <br>If you are planning to do work in MVC that might breeak the MVC user <br>interface, then you would want to work in an MVC project that has <br>a morphic project as a parent. The same emergency evaluation mechanism <br>will apply there, such that if you break something in MVC the system <br>will try to open a Morphic debugger. <br> <br>Dave <br> <br></div></blockquote></div><div><br></div></div><br></body></html>