| Anonymous | Login | Signup for a new account | 2013-05-21 09:33 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 | |||
| 0004521 | OCaml | Camlp4 | public | 2008-03-19 17:39 | 2010-04-29 14:25 | |||
| Reporter | hirokawa | |||||||
| Assigned To | ertai | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.2 | |||||||
| Target Version | Fixed in Version | 3.11+dev | ||||||
| Summary | 0004521: Camlp4 produces wrong location information | |||||||
| Description | camlp4o and camlp4r produces a wrong location for `e1 e2'. $ cat a.ml float 1 $ ocamlc -pp camlp4o -c -dtypes a.ml $ cat a.annot "a.ml" 1 0 0 "a.ml" 1 0 5 type( int -> float ) "a.ml" 1 0 6 "a.ml" 1 0 7 type( float ) "a.ml" 1 0 6 "a.ml" 1 0 7 type( int ) The last item should be ``"a.ml" 1 0 0 "a.ml" 1 0 7''; cf. $ ocamlc -c -dtypes a.ml $ cat a.annot "a.ml" 1 0 0 "a.ml" 1 0 5 type( int -> float ) "a.ml" 1 0 6 "a.ml" 1 0 7 type( int ) "a.ml" 1 0 0 "a.ml" 1 0 7 type( float ) | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Notes |
|
|
(0004625) ertai (developer) 2008-09-23 02:10 |
This bug is now fixed in the CVS HEAD version. Thank to Jerome Vouillon for finding the cause of the bug! |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-03-19 17:39 | hirokawa | New Issue | |
| 2008-03-25 16:16 | doligez | Assigned To | => ertai |
| 2008-03-25 16:16 | doligez | Status | new => acknowledged |
| 2008-09-23 02:10 | ertai | Note Added: 0004625 | |
| 2008-09-23 02:10 | ertai | Status | acknowledged => resolved |
| 2008-09-23 02:10 | ertai | Resolution | open => fixed |
| 2008-09-23 02:10 | ertai | Fixed in Version | => 3.11+dev |
| 2010-04-29 14:25 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |