Re: [PATCHv3 5/7] builtin/describe.c: print debug statements earlier

2017-11-14 Thread Stefan Beller
On Tue, Nov 14, 2017 at 11:55 AM, Jonathan Tan wrote: > On Thu, 2 Nov 2017 12:41:46 -0700 > Stefan Beller wrote: > >> For debuggers aid we'd want to print debug statements early, so >> introduce a new line in the debug output that describes the whole >> function, and then change the next debug o

Re: [PATCHv3 5/7] builtin/describe.c: print debug statements earlier

2017-11-14 Thread Jonathan Tan
On Thu, 2 Nov 2017 12:41:46 -0700 Stefan Beller wrote: > For debuggers aid we'd want to print debug statements early, so > introduce a new line in the debug output that describes the whole > function, and then change the next debug output to describe why we > need to search. Conveniently drop th

[PATCHv3 5/7] builtin/describe.c: print debug statements earlier

2017-11-02 Thread Stefan Beller
For debuggers aid we'd want to print debug statements early, so introduce a new line in the debug output that describes the whole function, and then change the next debug output to describe why we need to search. Conveniently drop the arg from the second line; which will be useful in a follow up co