summaryrefslogtreecommitdiff
path: root/Etc/BUGS
AgeCommit message (Collapse)AuthorFilesLines
2020-04-0545656: Document the -o emacs segfault bug.Daniel Shahaf1-0/+3
2020-03-2545583/0008: Extend tests to prove that what remains of xsymlinks() handles ↵Daniel Shahaf1-3/+0
symlink loops gracefully.
2020-03-2545583/0004: Fix segfault on resolving symlink loopsDaniel Shahaf1-1/+2
2020-02-0245372: Record a symlink loop bug involving :PDaniel Shahaf1-0/+2
2020-01-0145169/0002 (tweaked for trailing newlines): Add an expected-to-fail test for ↵Daniel Shahaf1-12/+2
workers/44007.
2019-12-2245111: zshmisc(1): Clarify the documentation of 'return' and 'exit' in ↵Daniel Shahaf1-3/+0
conjunction with try/always Having reviewed 20076, 20084, 21734, and 21735, my understanding is that the original intention was: - A 'return' in a function does run always-list - An 'exit' outside a function does not run always-list - A 'return' outside a function is treated as an 'exit' All of which are the case today. The remaining case, of 'exit' used inside a function, was not specified by the referenced -workers@ posts; does, as implemented, run the always-list; and furthermore, based in 21734 it's fair to assume that the original documentation was assuming that 'exit' would be used outside of any function, just like it assumed 'return' would be used inside a function. Therefore, have the documentation specify only the behaviour of 'exit' outside any function, and leave the behaviour of 'exit' inside a function unspecified. Anyone who relied on the documentation of 'exit' as documented until this commit would have run into the documentation/implementation discrepancy described in 45075.
2019-12-21unposted: Etc/BUGS: Add two bugs discussed on -workers@ this weekDaniel Shahaf1-0/+16
2017-06-09unposted: Add to Etc/BUGS 41184,41203,41254 about STTY and about modules.Daniel Shahaf1-0/+6
2017-02-0940492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf1-7/+0
Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
2017-01-23unposted: Etc/BUGS: Record users/20807 vcs_info quilt issue.Daniel Shahaf1-0/+5
2017-01-05users/22320: Etc/BUGS: Add 40240, label 40106.Daniel Shahaf1-2/+9
2016-09-1739356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵Daniel Shahaf1-34/+3
-q' item from workers/39306. The first removed hunk is fixed by ZLE_RPROMPT_INDENT. The next two removed hunks work (on my system, anyway) with current master.
2002-03-10document the impossibility of timing builtinsClint Adams1-0/+2
2002-03-07Stop mentioning long-dead globbing bug.Bart Schaefer1-4/+0
2000-04-0710562, 10581: Complete .src.rpm after rpm --rebuild; note fixed bug; typo.Bart Schaefer1-8/+17
1999-04-15Initial revisionTanaka Akira1-0/+41