This is the mail archive of the archer@sourceware.org mailing list for the Archer project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pretty-printing update


Tom> The other problem is that, right now, pretty-printing of fields is not
Tom> disabled by '/r'.  This is because I didn't make a pass through all
Tom> the val_print hierarchy, adding a 'raw' argument.  This code is a
Tom> mish-mash of arguments and globals, and I'm considering refactoring
Tom> the mess so that we pass around a single format-controlling struct
Tom> instead.

On the branch, I hacked around this with a new global.

I have a patch to redo all the printing functions to take a print
options structure -- but it is large and I think I'd prefer to try to
get it in upstream first.  My reasoning is that I'd rather avoid
carrying a huge divergence for something that is rather peripheral.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]