The range violation error message produced when using ldmd2 is rather cryptic 
-- here's what I got with some code recently:

     core.exception.RangeError@`�I(118): Range violation

This was compiled with ldmd2 -w -wi -property -debug.

The comparable error when compiling with dmd and the same options was much more 
revealing, giving the exact module:

     [email protected](118): Range violation

Is there some extra flag I need to pass to ldmd2 to get comprehensible module 
names, or is this just a straightforward bug?

-- 


Reply via email to