ceylon / ceylon-module-resolver

DEPRECATED
Apache License 2.0
23 stars 9 forks source link

ModuleVersionDetails should contain package visibility #133

Open bjansen opened 9 years ago

bjansen commented 9 years ago

In Ceylon IDE, when you try to import an unknown package, the IDE will try to find it in other modules by querying the module repository. The problem is, ModuleVersionDetails lists all the packages, but we're only interested in visible (shared) packages.

It would be nice to add package visibility in ModuleVersionDetails.