Hi!

----

It looks the ".get" and ".set" discipline functions are not working for
compound variables in ast-ksh.2009-06-22.

Example for ".get" discipline:
-- snip --
$ ksh93 -c 'compound c; function c.get { .sh.value=( i=1 ) ; } ; print
-v c'
-- snip --
this currently prints:
-- snip --
(
)
-- snip --
... but AFAIK should print:
-- snip --
(
        i=1
)
-- snip --

Example for the ".set" discipline:
-- snip --
$ ksh93 -c 'compound c; function c.set { print -v ".sh.value" ; } ; c=(
hello=1 ) '
-- snip --

This should print:
-- snip --
(
        hello=1
)
-- snip --
... but currently prints nothing... ;-(

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to