| Anonymous | Login | Signup for a new account | 2013-05-22 20:07 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0004686 | OCaml | OCamldoc | public | 2009-01-07 18:20 | 2012-09-17 15:10 | ||||||
| Reporter | philippeveber | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | confirmed | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | 3.11.0+beta | ||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0004686: Wrong module signature in generated doc | ||||||||||
| Description | ocamldoc (3.10.2 and 3.11.0) output is wrong on the following file : a.ml : ==== module M : sig val l : int list end = struct let l = [] end The HTML documentation generated from the following call ocamldoc -html a.ml will describe A.M.l as an 'a list, while it's been constrained to int list by the signature. | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2009-01-07 18:20 | philippeveber | New Issue | |
| 2009-01-07 18:20 | philippeveber | Status | new => assigned |
| 2009-01-07 18:20 | philippeveber | Assigned To | => ertai |
| 2012-07-11 15:00 | doligez | Assigned To | ertai => |
| 2012-07-11 15:00 | doligez | Status | assigned => acknowledged |
| 2012-07-11 15:00 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-31 13:36 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-17 13:43 | doligez | Note Added: 0008086 | |
| 2012-09-17 13:43 | doligez | Status | acknowledged => confirmed |
| 2012-09-17 13:43 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |