[prev in list] [next in list] [prev in thread] [next in thread] 

List:       squeak-dev
Subject:    [squeak-dev] The Inbox: Compiler-ct.406.mcz
From:       commits () source ! squeak ! org
Date:       2019-06-29 21:39:00
Message-ID: E1hhL3n-0000br-AJ () andreas
[Download RAW message or body]

A new version of Compiler was added to project The Inbox:
http://source.squeak.org/inbox/Compiler-ct.406.mcz

==================== Summary ====================

Name: Compiler-ct.406
Author: ct
Time: 29 June 2019, 11:38:56.93143 pm
UUID: d6e9e7fc-f54b-044d-bc18-790786074075
Ancestors: Compiler-ct.405

Fix SyntaxErrorNotification>>#messageText implementation (Error>>#messageText is never nil)

=============== Diff against Compiler-ct.405 ===============

Item was changed:
  ----- Method: SyntaxErrorNotification>>messageText (in category 'accessing') -----
  messageText
  	^ super messageText
+ 		ifEmpty: [messageText := code]!
- 		ifNil: [messageText := code]!



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic