uqbar-project / wollok

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

Imports not working for different packages #946

Closed matifreyre closed 7 years ago

matifreyre commented 8 years ago

When importing objects from a different package, they are not resolved:

image

At the same time, "autocomplete" sees their content (it doesn't include the package name, though):

image

fdodino commented 8 years ago

There ' s also a problem when you use a folder to group several .wlk files, you get a

ERROR main - java.lang.NullPointerException at org.uqbar.project.wollok.launch.WollokChecker.parse(WollokChecker.java:111) at org.uqbar.project.wollok.launch.WollokChecker.doMain(WollokChecker.java:82) at org.uqbar.project.wollok.launch.WollokLauncher.main(WollokLauncher.java:34)

npasserini commented 7 years ago

Really we solved this! This is great news!