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: Hermann Peifer
Subject: Re: [bug-gawk] gawk/master doesn't print when profiling
Date: Wed, 13 Feb 2019 08:41:58 +0100
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:60.0) Gecko/20100101 Thunderbird/60.5.0

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]