| Anonymous | Login | Signup for a new account | 2013-05-24 13:21 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 | |||
| 0004315 | OCaml | OCaml general | public | 2007-06-15 02:30 | 2010-04-29 14:26 | |||
| Reporter | alexbaretta | |||||||
| Assigned To | ertai | |||||||
| Priority | urgent | Severity | major | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.0 | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004315: More camlp4o parsing issues: constraints in classes | |||||||
| Description | Class bar cannot be parsed until the constraint is removed. This change in camlp4 parsing breaks a lot of code out there. | |||||||
| Additional Information | alex@alex:~/dev/src-http$ ocaml Objective Caml version 3.10.0 Camlp4 Parsing version 3.10.0 # class type foo = object end;; class type foo = object end # class bar = object (self : 'a) constraint 'a = #foo end;; Parse error: "end" expected after [class_structure] (in [class_expr]) # class bar = object (self : 'a) end;; class bar : object end | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-06-15 02:30 | alexbaretta | New Issue | |
| 2007-06-20 15:31 | ertai | Note Added: 0004093 | |
| 2007-06-20 15:31 | ertai | Assigned To | => ertai |
| 2007-06-20 15:31 | ertai | Priority | normal => urgent |
| 2007-06-20 15:31 | ertai | Status | new => resolved |
| 2007-06-20 15:31 | ertai | Resolution | open => fixed |
| 2007-06-20 15:31 | ertai | Fixed in Version | => 3.10+dev |
| 2010-04-29 14:26 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |