There is a bug which doesn't allow type names that begin with the letter
'a'.  I have a fix for it.




On Sun, Apr 6, 2014 at 4:12 AM, Danny Weldon <[email protected]> wrote:

> It appears to be local to me automatically, if this is
> what you intended:
>
> typeset -T A_t=(
>     typeset name
> )
>
> function foo
> {
>     A_t x=(name=joe)
>
>     print foo_name=${x.name}
> }
>
> foo
>
> print name=${x.name}
>
> Output:
> foo_name=joe
> name=
>
> Regards
>
> Danny
> _______________________________________________
> ast-developers mailing list
> [email protected]
> http://lists.research.att.com/mailman/listinfo/ast-developers
>
_______________________________________________
ast-users mailing list
[email protected]
http://lists.research.att.com/mailman/listinfo/ast-users

Reply via email to