Sept. 4, 2015
8:45 a.m.
Apparently there is something wrong in the ASTCache. The only solution I found to continue to work was to remove the QAPlugin. Le 4/9/15 10:21, stepharo a écrit :
Here is the scenario
I added the method
comment
^ comment
and I get now a DNU
doSemanticAnalysisIn:
at: aCompiledMethod ^ self at: aCompiledMethod ifAbsentPut: [ aCompiledMethod parseTree doSemanticAnalysisIn: aCompiledMethod methodClass ]
where aCompiledMethod is StoreBlessing>>#comment
but the parseTree is nil :(
How this behavior can happen?
Stef