On Sun, Dec 10, 2017 at 2:23 PM, Allin Cottrell <cottrell(a)wfu.edu> wrote:
On Sun, 10 Dec 2017, Sven Schreiber wrote:
> # 5. one series into list within bundle
> catch list b.LL = s # fails ("expected list")
> # workaround:
> if $error
> list temp = s
> list b.LL = temp
> eval nelem(b.LL)
> eval varnames(b.LL)
> endif
This one does look like a bug. I see where the code needs to be generalized
and I'll get to it soon.
Should now be fixed in git.
Allin