Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Parse time options
- X-seq: zsh-users 21303
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Parse time options
- Date: Tue, 16 Feb 2016 11:01:49 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:in-reply-to :comments:to:subject:mime-version:content-type; bh=IR8avHkaSmEZTG1LRrhRdiewDLYSOZ/7qsKrNmT7j4I=; b=UbxrvSnYh8nvW55sWSot7L0KA1q2PyQH7cLeKU+avo1UZBUfbTIJ488WUaGqJu0ndF afm/S7U2law6DnLwUcVD5OG5siqX9CRf7GNmTMNlYVtDTRiFhxMjMiwcjUwJaB5DLyFa X+sXzVMFY/UTy5Q1X5kasaLwF1t4dZm4xHJqBkQmUlfp8Bnh2NDP7szRuebNN9fZVZd/ b0yvf6ZbQeIBHblFcz41Cqh7DyRKEOIo9gVtSLjub78h5rv0DCD/+/7JOQv8Zybg9RNo YJp/Yiv/ln15oR+dmC5OuO03MN3hypWq7y+KgPQxyt1Yw1pBfyUv+W0WuDKgO2WjO2+5 yRTA==
- In-reply-to: <CAKc7PVAunW4fo2BmUw-mRpj0UcXsuAEh=N6s4FOk0nx_L-FS0A@mail.gmail.com>
- In-reply-to: <CAKc7PVC=XsnaFA8Lf1XFtshg5Huh_A9V382aiVKOFZTqSHo8aA@mail.gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAunW4fo2BmUw-mRpj0UcXsuAEh=N6s4FOk0nx_L-FS0A@mail.gmail.com> <CAKc7PVC=XsnaFA8Lf1XFtshg5Huh_A9V382aiVKOFZTqSHo8aA@mail.gmail.com>
On Feb 16, 11:36am, Sebastian Gniazdowski wrote:
}
} for i in "${STRESS_TEST_OPTIONS[@]}"; do
} setopt "$i"
} zcompile -R "$fname" 2>/dev/null
} unsetopt "$i"
} done
Presumably you're starting from a state where none of these options are
set, so that it's correct to unsetopt them again?
} This seems to work fine with NO_SHORT_LOOPS and IGNORE_BRACES. Is
} there one other option that would break zcompile in case of some
} forbidden (by the option) syntax? Except maybe for the CSH_* options.
Well, there's NO_BARE_GLOB_QUAL, IGNORE_CLOSE_BRACES, MULTI_FUNC_DEF,
maybe C_PRECEDENCES, possibly POSIX_IDENTIFIERS.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author