| Anonymous | Login | Signup for a new account | 2013-05-19 07:49 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 | |||
| 0004165 | OCaml | Camlp4 | public | 2006-11-17 05:00 | 2007-02-21 15:46 | |||
| Reporter | pietro | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | no change required | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.09.2 | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004165: private rows syntax does not work | |||||||
| Description | I've this snippet of code: ---------- type st = [ `A ] module Make(T: sig type t end with type t = private [> st ] ) = struct let test = 1 end ----------- it compiles fine with ocamlc , but it fails with camlp4 ... ocamlfind ocamlc -c -pp "camlp4o -I . pa_extend.cmo q_MLast.cmo " -I /usr/lib/ocaml/3.09.2/camlp4 pr.ml File "pr.ml", line 4, characters 44-51: Parse error: [type] expected after '=' (in [with_constr]) Uncaught exception: Stream.Error("[type] expected after '=' (in [with_constr])") Preprocessor error | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0003848) ertai (developer) 2006-11-20 10:16 |
Already fixed in the CVS (wait for the 3.10 release) |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2006-11-17 05:00 | pietro | New Issue | |
| 2006-11-20 10:16 | ertai | Note Added: 0003848 | |
| 2006-11-20 10:16 | ertai | Assigned To | => ertai |
| 2006-11-20 10:16 | ertai | Status | new => resolved |
| 2006-11-20 10:16 | ertai | Resolution | open => no change required |
| 2007-02-21 15:46 | xleroy | Status | resolved => closed |
| 2007-02-21 15:46 | xleroy | Fixed in Version | => 3.10+dev |
| Copyright © 2000 - 2011 MantisBT Group |