Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: (very) bad syntax error checking
- X-seq: zsh-workers 11604
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Peter Stephenson <pws@xxxxxxxxxxxxxxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: PATCH: (very) bad syntax error checking
- Date: Sat, 27 May 2000 04:02:04 +0000
- In-reply-to: <0FV6007MP80O0S@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <0FV6007MP80O0S@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
On May 26, 3:24pm, Peter Stephenson wrote:
} Subject: PATCH: (very) bad syntax error checking
Patch?
} It's rather late in the day to come across problems like this.
}
} % zsh -f ./test.zsh
} ./test.zsh:3: parse error near `fi'
} This line should not be executed.
}
} Yuk. This is the way people accidentally delete all the files on their
} disks, etc. I can't believe this has always been there --- I suspect it
} must be part of the parsing changes that we've somehow all missed.
zagzig[233] ../zsh-2.4/src/zsh -f /tmp/foo/test.zsh
/tmp/foo/test.zsh: parse error near `fi' [3]
This line should not be executed.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Messages sorted by:
Reverse Date,
Date,
Thread,
Author