| Anonymous | Login | Signup for a new account | 2013-05-26 07:38 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 | |||||||
| 0005787 | OCaml | OCaml typing | public | 2012-10-12 10:13 | 2012-10-16 15:31 | |||||||
| Reporter | frisch | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | 4.01.0+dev | Fixed in Version | ||||||||||
| Summary | 0005787: Bad behavior of 'Unused ...' warnings in the toplevel | |||||||||||
| Description | # let f x = ();; Warning 27: unused variable x. val f : 'a -> unit = <fun> # let f x = ();; val f : 'a -> unit = <fun> # let f x = ();; Warning 27: unused variable x. val f : 'a -> unit = <fun> The warning is not displayed the second time, because it has the same location as the first one. | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-10-12 10:13 | frisch | New Issue | |
| 2012-10-12 10:13 | frisch | Status | new => assigned |
| 2012-10-12 10:13 | frisch | Assigned To | => frisch |
| 2012-10-16 15:31 | frisch | Note Added: 0008265 | |
| 2012-10-16 15:31 | frisch | Status | assigned => resolved |
| 2012-10-16 15:31 | frisch | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |