Closed dsheets closed 9 years ago
I thought the cmi/cmti format also includes some metadata on the source file from which it is generated? I'd be interested in source path and source digest (esp. if recomputable from a source file using compiler-libs).
I thought the cmi/cmti format also includes some metadata on the source file from which it is generated?
So it does (in cmti, not cmi). I hadn't noticed those. It has source file, build dir, and source digest, which all seem worth including.
I've added an optional source
field to unit
containing file
, build_dir
and digest
fields.
This is missing from doc-ock-lib so the new doc-ock-xml doesn't build. Forgot push?
Forgot push?
Yes, I had only pushed it to my personal server. Fixed now.
The digest of the
.cmi
file is already present as the fielddigest
of theUnit.t
type, or do you mean something else?