PlasmaLang / plasma

Plasma Programming Language
Other
162 stars 10 forks source link

Interface files can depend on unnecessary module imports #460

Open PaulBone opened 1 year ago

PaulBone commented 1 year ago

The build system will cause an interface file to depend on all the module imports included by the module whose interface is being built, rather than only those that interface items depend upon.

There's probably two steps here.