[xcvb-devel] CL_SOURCE_REGISTRY question
Peter Keller
psilord at cs.wisc.edu
Thu May 19 16:15:35 UTC 2011
On Thu, May 19, 2011 at 12:41:00AM -0500, Peter Keller wrote:
> Hello,
>
> What should XCVB do in these cases of how CL_SOURCE_REGISTRY is set:
>
> CL_SOURCE_REGISTRY=
> CL_SOURCE_REGISTRY=. ;; or some other relative path
> CL_SOURCE_REGISTRY=/absolute/but/nonexistent/path
> CL_SOURCE_REGISTRY=/a/good/path
Barring any complaints, here is a proposed semantic:
CL_SOURCE_REGISTRY=
Ignored. Systems can be discovered through other means too.
CL_SOURCE_REGISTRY=. ;; or some other relative path
Fail with an error that it should be an absolute path.
CL_SOURCE_REGISTRY=/absolute/but/nonexistent/path
Work properly, there are just no systems discovered under it.
CL_SOURCE_REGISTRY=/a/good/path
Works properly, systems found.
Later,
-pete
More information about the xcvb-devel
mailing list