ast-ksh.2008-02-02 prints subscript=makerule ast-ksh.2008-05-14 subscript= Somewhere between the two source releases the regression happened.
On 10/21/09, Philippe Bergheaud <[email protected]> wrote: > typeset cc > typeset -A cc.obj > function cc.obj.get > { > echo subscript=${.sh.subscript} > } > print ${cc.obj[makerule]} > > In ksh93o+, the above sequence prints as expected: > subscript=makerule > In ksh93t+, it omits the subscript value and prints: > subscript= > Compiled on arch/linux.i386. Is this a regression ? > > Philippe Bergheaud > > [email protected] > _______________________________________________ > ast-users mailing list > [email protected] > https://mailman.research.att.com/mailman/listinfo/ast-users > -- , _ _ , { \/`o;====- Olga Kryzhanovska -====;o`\/ } .----'-/`-/ [email protected] \-`\-'----. `'-..-| / Solaris/BSD//C/C++ programmer \ |-..-'` /\/\ /\/\ `--` `--` _______________________________________________ ast-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/ast-users
