On Wed, 5 Dec 2018, Allin Cottrell wrote:
[about interdependencies between function packages]
On Wed, 5 Dec 2018, Sven Schreiber wrote:
> But still, I'm talking about executing the package A in the GUI, so there's
> no script and no explicit "include A.gfn". Does that still imply
"include
> B.gfn" ?
[where package A depends upon package b]
It should. That's supposed to be handled at a lower level than
the "include"
command as such, namely real_load_package() in libgretl. However, I admit
this is not fully tested. I'll rig up a test case.
Ah, in fact the "be sure to load dependencies" code was not in the
right place to catch the case of calling a package via the GUI (as
opposed to an explicit "include"). But that's now fixed in git and
snapshots.
Allin