| Anonymous | Login | Signup for a new account | 2013-05-22 02:20 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 | |||
| 0004340 | OCaml | Camlp4 | public | 2007-07-11 21:18 | 2010-04-29 14:26 | |||
| Reporter | jm | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10+dev | |||||||
| Target Version | Fixed in Version | 3.10+dev | ||||||
| Summary | 0004340: Camlp4 outputs ?(arg: typ = something) ?((arg: typ) = something) | |||||||
| Description | $ cat test.ml4 let f ?(a: int = 42) () = a $ camlp4o -printer o -impl test.ml4 > test.ml $ cat test.ml let f ?((a : int) = 42) () = a $ ocamlc -c test.ml File "test.ml", line 1, characters 8-9: Syntax error | |||||||
| Additional Information | The "abstract output" does not have this problem. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004120) ertai (developer) 2007-07-25 17:50 |
That's now fixed in the CVS. Thanks for reporting. |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2007-07-11 21:18 | jm | New Issue | |
| 2007-07-25 17:50 | ertai | Note Added: 0004120 | |
| 2007-07-25 17:50 | ertai | Assigned To | => ertai |
| 2007-07-25 17:50 | ertai | Status | new => resolved |
| 2007-07-25 17:50 | ertai | Resolution | open => fixed |
| 2007-07-25 17:50 | ertai | Fixed in Version | => 3.10+dev |
| 2010-04-29 14:26 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |