design-center
design-center copied to clipboard
Erroneous stdlib installation on --search
Please look at this. CFEngine::stdlib should not be installed on a --search command.
perl -MCarp::Always ~/source/design-center/tools/cf-sketch/cf-sketch.pl --expert --search -v
....
Installing CFEngine::stdlib (CFEngine::stdlib) into /home/tzz/.cfagent/inputs/sketches
You are correct. This was added as a temporary measure because search needs to load() each sketch to be able to get the description, and without stdlib installed it was croaking when parsing the sketches. Once we properly implement a replacement for cfsketches that includes more metadata, this should be unnecessary. I will take care of it.
Will be handled by the DC API.