-
This is /dev/null (The 2nd meaning of https://en.wiktionary.org/wiki//dev/null) where requests go. We never promise to write the parser you want. I will help you if you want to write a parser only if …
-
## Information
**VIM version**
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar 11 2020 13:48:59)
macOS version
Included patches: 1-343
Operating System: macOS 10.15
## What went wrong
…
-
Tested with ksh `Version AJMv 93u+m/1.0.0-alpha+ccd98fe7 2021-01-08` on Ubuntu 20.04
## 1. Redirecting disables the DEBUG trap
*edit:* fixed in 2a835a2d8a7979d37820705087ad43bcdadc5201, e664b78f98…
-
This is a continuation of the discussion in #1272.
Right now, `random` in fish mirrors that of bash and isn't very useful at all. I think that it should be redesigned, to cover common use cases of ge…
ghost updated
3 years ago
-
When starting `ksh +s`, it gets stuck in an infinite loop continually trying to parse its own binary as a shell script and rejecting it:
$ arch/linux.i386-64/bin/ksh +s
arch/linux.i386-64/…
-
Filename expansion using bare asterisk expands . and .. as well.
```
$ print *
. .. bar foo
```
The behavior here should be that it excludes the files with leading periods unless the period i…
-
The segfault has been fixed. Now the problem is that *both* types of functions, POSIX and ksh, silently fail to unset themselves. See b7932e87b637b885423aafcd63108d04f0c204c6 and 975117485c9c52a2d94bc…
-
All is on https://github.com/att/ast/issues/1478
PS. Any plans to make forst release?
-
I work with @lkoutsofios at AT&T Labs Research and volunteered to see if I could help restore the repo to a state the community is comfortable with. This was last discussed in https://github.com/att/a…
-
I'm using fish 3.0.1 and this is no regression from 2.7.
With fish, syntactically wrong `test` expressions are simply treated as being false:
```fish
# fish
$ if test -a -z !; echo Yes; end; e…