[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug in syntax checking causes unintended running of a function
From: |
Chet Ramey |
Subject: |
Re: Bug in syntax checking causes unintended running of a function |
Date: |
Tue, 19 Apr 2016 08:40:35 -0700 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 |
On 4/19/16 7:52 AM, Greg Wooledge wrote:
> On Tue, Apr 19, 2016 at 07:45:27AM -0700, David Maas wrote:
>> Running the echo and other contents of the function really doesn't seem
>> like the correct behavior. If the function isn't called, then its contents
>> shouldn't be executed.
>
> I believe the theory is the syntax error is confusing the parser to the
> point where it can't even tell that it's supposed to be in a function
> definition. So it starts reading and executing lines of code.
This is wrong.
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Bug in syntax checking causes unintended running of a function, David Maas, 2016/04/18
- Re: Bug in syntax checking causes unintended running of a function, konsolebox, 2016/04/18
- Bug in syntax checking causes unintended running of a function, David Maas, 2016/04/19
- Re: Bug in syntax checking causes unintended running of a function, Chet Ramey, 2016/04/19
- Re: Bug in syntax checking causes unintended running of a function, konsolebox, 2016/04/20
- Re: Bug in syntax checking causes unintended running of a function, David Maas, 2016/04/20
- Re: Bug in syntax checking causes unintended running of a function, Greg Wooledge, 2016/04/20
- Re: Bug in syntax checking causes unintended running of a function, David Maas, 2016/04/20
- Re: Bug in syntax checking causes unintended running of a function, David Maas, 2016/04/20
- Re: Bug in syntax checking causes unintended running of a function, Chet Ramey, 2016/04/20
Re: Bug in syntax checking causes unintended running of a function, Chet Ramey, 2016/04/19
RE: Bug in syntax checking causes unintended running of a function, dnade.ext, 2016/04/21