|
There are potential problems if a "fake node" (i.e. one that represents a kind of virtual node that represents all nodes in the env"), and "fake data" (i.e. data designed for the compilation of the environment catalog) - this because the data hierarchy defined by the global/env/modules may be designed to use variables that regular nodes provide, and when those are missing, the paths may point to bad places, or the code will simply error when evaluated if strict variables are turned on.
OTOH - there is a desire that the same data is shared because parameters are wanted both in the regular compilation and in the environment catalog compilation.
I think there is a problematic contradiction there.
|