zsh-workers
 help / color / mirror / code / Atom feed
eeba0fbfb65cb54cb9d8749725277e3e7102dfcf blob 957 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
-----------------
KNOWN BUGS IN ZSH
-----------------

------------------------------------------------------------------------
The pattern %?* matches names beginning with %? instead of names with at
least two characters beginning with %. This is a hack to allow %?foo job
substitution without quoting. This behaviour is incompatible with sh
and ksh and may be removed in the future. A good fix would be to keep
such patterns unchanged if they do not match regardless of the state of
the nonomatch and nullglob options.
------------------------------------------------------------------------
It is currently impossible to time builtins.
------------------------------------------------------------------------
'compset -q' has a byte-counting issue, described in workers/39306:

% compdef _f f
% _f() { compset -q } 
% f $'\'<TAB>
compcore.c:1684: expecting 'x' at offset 2 of "'x"
------------------------------------------------------------------------
debug log:

solving eeba0fb ...
found eeba0fb in https://inbox.vuxu.org/zsh-workers/1473995130-21781-1-git-send-email-danielsh@fujitsu.shahaf.local2/
found 0547271 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 05472716714ac36cb7fd32dd9887ce5f8a192e9e	Etc/BUGS

applying [1/1] https://inbox.vuxu.org/zsh-workers/1473995130-21781-1-git-send-email-danielsh@fujitsu.shahaf.local2/
diff --git a/Etc/BUGS b/Etc/BUGS
index 0547271..eeba0fb 100644

1:53: trailing whitespace.
% _f() { compset -q } 
Checking patch Etc/BUGS...
Applied patch Etc/BUGS cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 eeba0fbfb65cb54cb9d8749725277e3e7102dfcf	Etc/BUGS

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).