Browse thread
[Caml-list] Q: Correct locations for macro camlp4 extensions
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2004-09-04 (02:12) |
From: | skaller <skaller@u...> |
Subject: | Re: [Caml-list] Q: Correct locations for macro camlp4 extensions |
On Sat, 2004-09-04 at 00:37, Yamagata Yoriyuki wrote: > Does camlp4 really report the correct line number? I ask because my > program exits after "failwith" call, but the backtrace prints the > location which does not correspond the call of failwith either in the > original source, or in the camlp4 pretty printed code. The problem may be in the p4 stream module, not camlp4 itself. There are obvious problems how to attribute a line number to generated code. In general, the job must be done by the generator script. -- John Skaller, mailto:skaller@users.sf.net voice: 061-2-9660-0850, snail: PO BOX 401 Glebe NSW 2037 Australia Checkout the Felix programming language http://felix.sf.net ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners