Clone
Stefan Sobernig <stefan.sobernig@wu.ac.at>
committed
on 02 Oct 17
* nsf.c (NsfCCreateMethod): During a shutdown, in a filter setting, objv is not necessarily populated. Prior to this fix, the following … Show more
* nsf.c (NsfCCreateMethod): During a shutdown, in a filter setting,   objv is not necessarily populated. Prior to this fix, the   following crashes on exit for "ObjStr(objv[1])":

 nx::Class create Klass

 Klass public object method expand args {

   return [[self] new {*}$args]

 }

 Klass object filters add expand

 Along the way, rendered the print-out more informative.

Show less

2.2 + 34 more