Mantis Bug Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005152OCamlOCaml generalpublic2010-09-19 18:482012-03-24 14:50
Reportergidesa 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionopen 
PlatformOSOS Version
Product Version3.11.0 
Target VersionFixed in Version 
Summary0005152: Ocamlwin editor misunderstands Ocaml comment prefix "(*" inside strings
DescriptionThe Ocamlwin editor gets stuck when there is a Ocaml comment prefix "(*" inside a string. For example the code:
let f = (fun x -> match x with
    "" -> ""
    | _ -> try
        let s = Scanf.sscanf x " (*%s" (fun n -> n) in
         x^"\n"
        with _ -> "");;
causes the bug, because there is a (* in the format string of scanf.
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
(0007142)
xleroy (administrator)
2012-03-24 14:50

OCamlWin has been without a maintainer for several years and was just split off the main OCaml distribution. The OCamlWin sources now live at
https://forge.ocamlcore.org/projects/ocamltopwin/ [^]
Further bug reports and (even better!) proposed patches should be submitted on this site.

- Issue History
Date Modified Username Field Change
2010-09-19 18:48 gidesa New Issue
2011-05-20 16:04 doligez Status new => acknowledged
2012-03-24 14:50 xleroy Note Added: 0007142
2012-03-24 14:50 xleroy Status acknowledged => closed


Copyright © 2000 - 2011 MantisBT Group
Powered by Mantis Bugtracker