myroslavarm / Experimental-Completion

My internship project: improving code completion for Pharo
6 stars 3 forks source link

CodeCompletion: DNU when completing sends to Class Variables #67

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

CodeCompletion: DNU when completing sends to Class Variables

There is a bug when completing sends to class variables (e.g. take the ones in SmalltalkImage as an example).

Problem seems to be that the typer (class TestTypingVisitor) does not do the right thing in visitGlobalNode:

issue tracker entry for Pharo is: https://github.com/pharo-project/pharo/issues/4030

MarcusDenker commented 5 years ago

merged