| Anonymous | Login | Signup for a new account | 2013-06-19 21:48 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 | |||
| 0004045 | OCaml | Camlp4 | public | 2006-06-12 16:04 | 2007-02-21 15:56 | |||
| Reporter | prevosto | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | tweak | Reproducibility | always | |||
| Status | closed | Resolution | no change required | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10+dev | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004045: wrong location for multi-line string when using camlp4 | |||||||
| Description | When using camlp4o as preprocessor, ocaml reports errors involving a multi-line string at a wrong location (namely the first character of the last line of the string): --- test.ml 1 + "\ foo\ bar\ bla";; --- ocamlc -pp "camlp4o" test.ml File "test.ml", line 4, characters 0-1: This expression has type string but is here used with type int | |||||||
| Additional Information | Hi Virgile, You should checkout the latest Camlp4 version cause it does not trigger this bug. ocamlc -pp camlp4o /tmp/test.ml File "/tmp/test.ml", line 1, characters 4-21: This expression has type string but is here used with type int | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2006-06-12 16:04 | prevosto | New Issue | |
| 2006-06-12 16:15 | ertai | Assigned To | => ertai |
| 2006-06-12 16:15 | ertai | Status | new => resolved |
| 2006-06-12 16:15 | ertai | Resolution | open => no change required |
| 2006-06-12 16:15 | ertai | Product Version | 3.09.2 => 3.10+dev |
| 2006-06-12 16:15 | ertai | Additional Information Updated | |
| 2007-02-21 15:56 | xleroy | Status | resolved => closed |
| 2007-02-21 15:56 | xleroy | Fixed in Version | => 3.10+dev |
| Copyright © 2000 - 2011 MantisBT Group |