Expansion.getSampleMapList() always empty - full expansions
-
Here's my little test function
inline function test() { for (x in eh.getExpansionList()) { Console.print(x.getSampleMapList().length); // Outputs 0 } }Is there something I need to do to initialise the expansion?
-
@d-healey Sorry, mate - I haven't used Expansions.
-
Bump, still broken
-
This seems to be due to a missing call to
initialiseFromValueTreewhen initialising full expansions - so I assume it works for other expansion types.However I have some feeling in the back of my mind that there's a performance reason for not calling this for full expansions. @Christoph-Hart Any ideas or solutions?