| Anonymous | Login | Signup for a new account | 2013-06-19 08:01 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 | |||
| 0005248 | OCaml | Camlp4 | public | 2011-04-07 01:08 | 2012-09-25 20:06 | |||
| Reporter | lealanko | |||||||
| Assigned To | xclerc | |||||||
| Priority | normal | Severity | major | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.12.1+dev | |||||||
| Target Version | Fixed in Version | 3.12.1+dev | ||||||
| Summary | 0005248: Single-digit int64 literals aren't parsed. | |||||||
| Description | Objective Caml version 3.12.1+dev6 (2011-03-06) # #load"dynlink.cma";; # #load"camlp4o.cma";; Camlp4 Parsing version 3.12.1+dev6 (2011-03-06) # 00L;; - : int64 = 0L # 0L; Error: Integer literal exceeds the range of representable integers of type int64 # 0;; - : int = 0 # 1L;; Error: Integer literal exceeds the range of representable integers of type int64 | |||||||
| Additional Information | This was due to r10943, which was a fix to 0005118. | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-04-07 01:08 | lealanko | New Issue | |
| 2011-04-07 01:08 | lealanko | Status | new => assigned |
| 2011-04-07 01:08 | lealanko | Assigned To | => ertai |
| 2011-04-07 10:20 | xclerc | Assigned To | ertai => xclerc |
| 2011-04-07 10:20 | xclerc | Status | assigned => resolved |
| 2011-04-07 10:20 | xclerc | Fixed in Version | => 3.12.1+dev |
| 2011-04-07 10:20 | xclerc | Resolution | open => fixed |
| 2011-06-08 17:03 | doligez | Relationship added | related to 0005118 |
| 2012-09-25 20:06 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |