On Fri, 24 May 2013, Sven Schreiber wrote:
I'm working on the final touches (hopefully) of a function
package and
I'm noticing the following:
The public function has three list args, two of them have a default
value of null. In the GUI, when I define the new list to pass as the
first (non-null) arg, this new list appears in all the list argument
fields, including the two where I want to keep the null value. Slightly
annoying.
Now fixed in CVS/snapshots.
Also, whenever I edit the code and save the package, gretl pops up a
window saying "changes will take effect on restart". But actually the
changes seem to be active right away, without restarting anything!
There are some changes to a function package that do require a
restart, for example changing the "menu attachment" (under
Extra properties). However, we were printing that message even
when no such properties had been changed. Fixed in
CVS/snapshots.
Allin