Matthew Knepley <[email protected]> writes:
> Not hard. We just add a flag to each value that is flipped on lookup,
> like PETSc. 

It would be nice to be able to offer suggestions for options that
BuildSystem queries.  For that, we need the set of command line options
and the set of options that BuildSystem checked.  We can get that by
having RDict implement __missing__(self, key) to consult an immutable
dict of the direct command line options and logging the query.

Is it feasible to check all the options by some point meaningfully
sooner than the entire configure execution?  It really sucks to wait
many minutes for configure to complete only to find out that you
misspelled an option.  Getting that error message up-front would be a
huge usability improvement.

> Put it in the Issues.

Attachment: signature.asc
Description: PGP signature

Reply via email to