Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Fix ENV handling in sh/ksh emulation
- X-seq: zsh-workers 39204
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Fix ENV handling in sh/ksh emulation
- Date: Tue, 6 Sep 2016 22:57:36 -0700
- 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:to:subject :mime-version; bh=EcMVdNUa/8Hep9iRgvd7a17Bhxi6S7ZZLKJXVYK+t6M=; b=A7gDVMhEJSWuW7dhe0x1TclpAhyUlTqLt0P8do11QnD3LDuXDUH6VJK8Tyk9X4tkmV T6LCD4kQUAM+u6L7GQxrtT3KiChtGq08aw0bT9HK9P4DBKug/4f5bAxVLWociElPWAKt BLNT7ZbJ8oZ6wFjK2Tt47ctaOatdNh9xrqCHm1St4MtaK4+FeT/18I8NXhRRBc+Rw4bI MdkMqX38J+bgLqsERVw90qA+DBxp6tL3H7TGBJRp0ICFnHZnaZopQ9i93xOKgCLgXXNX KXkPqYsEgL2TNwVxvM/fAMqK5rACYhKy+ws7Ry4GLW3ZqfvvUDwfGQ+BfZYJetgpB8/X zO9g==
- In-reply-to: <20160903210630.54164-1-tgyurci@gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20160903210630.54164-1-tgyurci@gmail.com>
Aside that this patch also included two other hunks changing
isset(INTERACTIVE) to the equivalent "interact" macro instead.
This makes them all the same in init.c, except for one use of
unset(INTERACTIVE) instead of !interact. However, other files
don't seem to be consistent about making use of this macro,
nor even about whether unset() vs. !isset() is chosen.
I'm not suggesting we go to any special effort to clean this up,
but I'd rather not sneak this kind of thing into unrelated diffs
(at least, not without mentioning it) because, along with things
like whitespace clean-up, it makes it difficult to tell from a
delta what changes are semantically meaningful.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author