Clear Filters
Clear Filters

meta.package not updating

1 view (last 30 days)
A Mackie
A Mackie on 19 Mar 2018
Using 2017b.
I have some code which performs inspection on a package periodically, however, if a function is removed from this package the corresponding meta package class will not reflect this in its function list. This then causes an error downstream when I attempt to call these functions.
Calling the meta constructor and gathering the function list through:
package = meta.package.fromName(pkgName);
fns = {package.FunctionList.Name};
Adding a function to the package is reflected correctly in the meta object but removing one is not. Any assistance/explanation as to why this is the case is appreciated. Thank you.

Answers (0)

Categories

Find more on Historical Contests in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!