fury-old icon indicating copy to clipboard operation
fury-old copied to clipboard

implement aggregations as a generaliation of classpaths

Open propensive opened this issue 6 years ago • 1 comments

When the module graph is constructed, every node has a classpath which is an aggregation of classpaths arising from upstream modules. This could be a more general concept used to aggregate other things such as javascript files and compiler parameters.

We could implement these different things as a finite (and small) number of non-user-defined "aggregations", potentially with different merge semantics.

propensive avatar Jan 21 '19 04:01 propensive

This might be the way to go about implementing aggregation of compiler flags.

propensive avatar Oct 14 '19 14:10 propensive