bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] gawk/master doesn't print when profiling


From: arnold
Subject: Re: [bug-gawk] gawk/master doesn't print when profiling
Date: Wed, 13 Feb 2019 01:00:49 -0700
User-agent: Heirloom mailx 12.5 7/5/10

It's exactly related to that change. I'm working on it.

Hermann Peifer <address@hidden> wrote:

> On 12.02.19 20:31, address@hidden wrote:
> > After turning \n into \r in the attachment, I can reproduce this. I note
> > that without -p the 2nd version does work.
> > 
>
> It could be that something happened to the attachment while moving it
> around. Sorry for that. Below a small difference in the profiling output
> of Gawk 4.2.1 vs Gawk/master. Not sure if this is related in any way.
>
> Hermann
>
> # Gawk 4.2.1
> $ /opt/local/bin/gawk -o- 1
> 1 {
>       print $0
> }
>
> # Gawk from master branch
> $ gawk -o- 1
> 1 {
>       print
> }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]