Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0004515OCamlOCaml generalpublic2008-02-29 16:412008-03-07 12:29
Reporterdbuenzli 
Assigned To 
PrioritynormalSeverityfeatureReproducibilityalways
StatusacknowledgedResolutionopen 
PlatformOSOS Version
Product Version3.10.2 
Target VersionFixed in Version 
Summary0004515: Better location reporting for implementation / interface type declaration mismatch errors
DescriptionFor now we have :

The implementation src/per.ml does not match the interface src/per.cmi:
Type declarations do not match:
  type error = string * string
is not included in
  type error = string * string list

But I cannot use emacs's next error to jump there. With something like :

The implementation src/per.ml does not match the interface src/per.cmi:
Type declarations do not match:
  File "src/per.ml", line 24, characters 13-27:
  type error = string * string
is not included in
  File "src/per.mli", line 56, characters 13-27:
  type error = string * string list

I could.

Thanks,

Daniel
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.

- Issue History
Date Modified Username Field Change
2008-02-29 16:41 dbuenzli New Issue
2008-03-07 12:29 doligez Status new => acknowledged


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker