| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0004081 | OCaml | OCaml general | public | 2006-08-11 10:23 | 2012-07-29 18:06 |
|
| Reporter | fpottier | |
| Assigned To | frisch | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | resolved | Resolution | not fixable | |
| Platform | | OS | | OS Version | |
| Product Version | 3.09.1 | |
| Target Version | 4.01.0+dev | Fixed in Version | | |
|
| Summary | 0004081: ocamldep reports incorrect dependency |
| Description | ocamldep gets confused when opening modules that contain nested sub-modules.
The file attached below (sigs.mli) presents the problem. The file contains
no references to external modules, yet when ocamldep is run it will report
a dependency on an external module called "Word". (That is, "ocamldep sigs.mli"
produces "sigs.cmi: word.cmi" if the file word.mli exists.)
|
| Steps To Reproduce | save sigs.mli (attached to disk)
touch word.mli
ocamldep sigs.mli
|
| Tags | No tags attached. |
|
| Attached Files | sigs.mli [^] (135 bytes) 2006-08-11 10:23 |
|