ast icon indicating copy to clipboard operation
ast copied to clipboard

AST - AT&T Software Technology

Results 102 ast issues
Sort by recently updated
recently updated
newest added

While working on issue #507 I noticed that ksh error messages are unadorned plain text even though the text displayed by the man pages produced by Sphinx use highlighting such...

enhancement

While removing problematic uses of `getconf LIBPATH` I noticed the *src/cmd/ksh93/tests/exit.sh* unit test contains these lines that I added almost two years ago to get the `cd ~-` test at...

RFC

**Description of problem:** When a DEBUG trap is registered in a parent shell and then a child shell is invoked to run a script without a shebang, the DEBUG trap...

**Description of problem:** commit c99e9ff13e8fc1bf46127e6f28d0f0bde16ffda0 is currently the basis for a brand new "ksh-devel" package thankfully provided by MacPorts for OSX users. when installed ksh reports its version as 2020.0.0-beta1...

**Description of problem:** krader1961 currently closes issues ad hoc when opinions are voiced he disapproves of and views as "unconstructive". point at hand: https://github.com/att/ast/issues/1444 https://github.com/att/ast/issues/1447 this is very bad style...

Something is wrong with the API/cdt/tvthread unit test since it causes flakey timeout test failures. I'm hoping the problem lies with the design of the test, because if the problem...

bug
testing

**Description of problem:** `ksh` crashes when attempting to establish a TCP connection with `exec` under certain situations. **Ksh version:** `Version A 2020.0.0-beta1-166-g1025e369`. **How reproducible:** Consistently, for certain inputs. **Steps to...

bug
compatibility

Long ago I fixed a zero day bug in the fish shell triggered if the termios rows and column values are both zero. Such as can happen if using a...

enhancement

**Description of problem:** `ksh` crashes on tab completion when using the vi line editor. **Ksh version:** Current HEAD, att/ast@8e4c8f09, i.e. version sh (AT&T Research) 2020.0.0-beta1-158-g8e4c8f09 **How reproducible:** Consistently reproducible on...

bug

https://github.com/att/ast/pull/1431 The apos entity isn't available in HTML: https://www.w3.org/TR/html4/sgml/entities.html#h-24.4.1 Notice how quot, lt, gt, and amp are there, but apos isn't. Only five entities are predefined in XML, of which...