uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Editor should detect when we try to import an unexistent object. #200

Closed npasserini closed 8 years ago

javierfernandes commented 9 years ago

Related #206

javierfernandes commented 8 years ago

It already detects wrong file names, but still doesn't check for the obejct / class. Since I didn't want to load all the files for checking.

wollok-check-imports

javierfernandes commented 8 years ago

It now checks all parts of the import: file, package, class/object.

screen shot 2015-12-31 at 15 28 28