Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Internal packages, API and rules

Hi,
Sh module is finally in, hooked in the builds, first round of sonar issues reviewed and etc.
Now it's time to think of API. Are there any written rules how DLTK project handles that?
From my observations current state is keep internal packages exported in the manifest without a clear preference whether they should be marked as x-internal or not.
For the SH module I would like to not even export internal packages (there aren't any currently but I plan to hide most of them and open on case by case analysis). Fine with that?
If not I'm going to mark all org.eclipse.dltk.sh.internal.* packages as x-internal to keep warnings on for people that would decide to use them.

Regards,
Alex

Back to the top