cc: [email protected]
Subject: Re: Re: Re: [ast-developers] "${_Bool.true}" not working... / was: Re:
AT&T Software Technology ast alpha software download update
--------
> > The reason why I want this to work are references, after which you can
> > no longer differ between plain bool and array element book:
> > ./arch/linux.i386-64/bin/ksh -o nounset -c 'bool -a b=( [4][5]=true )
> > ; nameref nb=b[4][5] ; print ${nb.true}'
> > ./arch/linux.i386-64/bin/ksh: nb.true: parameter not set
> >
> > /arch/linux.i386-64/bin/ksh -o nounset -c 'bool b ; nameref nb=b ;
> > print ${nb.true}'
> > 1
>
> Is the next alpha going to fix this? The bug is hurting my ability to
> use the _Bool.
>
> Wendy
>
The next alpha (not counting the one gsf wants to test without my
changes), allow bool array variables (and name references to them)
to have .enumconstat appended.
David Korn
[email protected]
_______________________________________________
ast-developers mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-developers