On 10/18/2017 11:23 PM, Martin Sebor wrote:
On 10/18/2017 11:08 AM, Aldy Hernandez wrote:
It looks like the generic debug() function for wide_int's is missing.
Instead, we have a wi->dump() method.  I have implemented debug() for
generic wide_int and for widest_int, which should cover the common
cases.  Anything else, can continue using the ->dump() method
templated methods.

Do you by any chance also plan to add support to the pretty printer
for wide_int (and offset_int)?  It would obviate having to convert
them to {s,u}hwi.

The pretty printer wasn't on my radar. I am mostly concerned in enhancing the debugging experience right now. Perhaps I should put that on my todo list...

Aldy

Reply via email to