Lucifers,
You might have noticed that I created a new branch 'explicit-dependencies' in
lucy-clownfish.git. One feature I'd like to implement is to ignore .cfh files
from parcels that are not required by the current project. Currently, it is
possible for a .cfh file to declare classes in multiple parcels or to contain
only "C blocks" without any parcel statement at all. It would be easier to
determine which parcel a file belongs to if only a single parcel statement was
allowed at the top of a file.
(Ultimately, we might want to put all the .cfh files of a parcel in a separate
directory to support the installation of multiple versions in parallel.)
Another thing I'd like to do is to get rid of the "default" parcel.
Thoughts?
Nick