2015-11-24 13:01 GMT+01:00 Marcus Denker <marcus.denker@inria.fr>:I will put it on the TODO���. sadly I am a bit busy and can���t postpone the other things now to work on this.No problem.
An idea how this should be solved.��
�� �� self flag: #hack.
������ "Should use the new OPalWarnings directly instead of recreating a SyntaxErrorNotification"
On 20 Nov 2015, at 18:19, Nicolai Hess <nicolaihess@gmail.com> wrote:If you file in some code that with syntactic errors, you can not fix theAny idea how to solve this:and
16961 Unable to accept changes in SyntaxErrorDebugger -> DNU: receiver of asSymbol is nil
16723 File in a file with an error does not set the doitFlag wellcode from within SyntaxErrorDebugger because1. the doitflag is nil, and If we would change this, init it with true...2. ... the category is nilFrom where it is used and comments like:
notify: message at: location in: code
������ self flag: #hack.
������ "Should use the new OPalWarnings directly instead of recreating a SyntaxErrorNotification"
������ SyntaxErrorNotification
������ ������ inClass: STCommandLineHandler
������ ������ category: nil
������ ������ withCode: code
������ ������ doitFlag: nil
������ ������ errorMessage: message
������ ������ location: location.it looks like the usage for SyntaxErrorNotification should be cleaned reworked,any ideas what to do?I can not find a Opal OCSytaxEror or something like this. And I don't understandthe workflow of raising and catching and reraising SyntaxErrorNotifications.