You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: