#BUGFIX by cg
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 13:41:08 +0100
changeset 4645 593fe39d4cf1
parent 4644 117a8f63f3f8
child 4646 023f2d14b83d
#BUGFIX by cg class: Explainer class changed: #explain:in:forClass:short:
Explainer.st
--- a/Explainer.st	Tue Feb 25 13:40:53 2020 +0100
+++ b/Explainer.st	Tue Feb 25 13:41:08 2020 +0100
@@ -854,7 +854,7 @@
      ask instance for variable names
     "
     ParseError catch:[
-        explainer := self parseMethod:source in:aClassOrNil ignoreErrors:true ignoreWarnings:true.
+        explainer := self parseMethod:source in:aClassOrNil ignoreErrors:false ignoreWarnings:true.
     ].
     "/ bad leftover from a stupid return value from ancient times
     explainer == #Error ifTrue:[ explainer := nil ].