You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the LarkyEvaluator loads Java modules that are hardcoded in the ModuleSupplier without checking / forcing the intended namespace. It does, however, enforce that a VALID namespace is given. This may cause breaking changes in the future.
Problem or feature statement
Currently the LarkyEvaluator loads Java modules that are hardcoded in the ModuleSupplier without checking / forcing the intended namespace. It does, however, enforce that a VALID namespace is given. This may cause breaking changes in the future.
For example,
The following are currently valid:
The following are currently invalid:
Advised solution
Add namespace bins and
getModules(namespace)
capability to ModuleSupplier.Testing scenarios
Only the following intended import should valid:
The following should be invalid:
The text was updated successfully, but these errors were encountered: