| Anonymous | Login | Signup for a new account | 2013-05-23 07:52 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 | |||
| 0004295 | OCaml | Camlp4 | public | 2007-05-24 15:38 | 2010-04-29 14:26 | |||
| Reporter | frisch | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | Fixed in Version | 3.10.0 | ||||||
| Summary | 0004295: Problème de synchronisation avec Camlp4 après erreur de parsing dans le toplevel | |||||||
| Description | $ ocaml camlp4o.cma Objective Caml version 3.10.0 Camlp4 Parsing version 3.10.0 # open A(B);; Unbound module A # ();; Parse error: ";" or ":" or ":>" or ")" expected after [expr] (in [expr]) De plus, A(B) devrait probablement provoquer une erreur de syntaxe, pas "Unbound module". | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004065) ertai (developer) 2007-05-24 16:17 |
Bien vu! C'est corrigé dans le CVS. Pour info l'erreur retournée par camlp4 est plutôt "Unbound constructor B" car c'est compris comme <<open A;;(B);;>> |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-05-24 15:38 | frisch | New Issue | |
| 2007-05-24 16:17 | ertai | Note Added: 0004065 | |
| 2007-05-24 16:17 | ertai | Assigned To | => ertai |
| 2007-05-24 16:17 | ertai | Status | new => resolved |
| 2007-05-24 16:17 | ertai | Resolution | open => fixed |
| 2007-05-24 16:17 | ertai | Fixed in Version | => 3.10.0 |
| 2010-04-29 14:26 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |