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
The intension was always to expose this in the scanFor<>Files() methods and have DefaultModuleFactory as a default value. Somehow I missed this in the earlier releases.
TODO
Take ModuleFactory as a param for all of the scanFor<>Files() methods with DefaultModuleFactory as the default value
Update tests to test if all the scanFor<>Files() methods are properly using the passed ModuleFactory
Dump and validate public API
This would be a backwards-source-compatible change as we are just adding a new param with default value, so all of the existing call-sites should work as is.
The text was updated successfully, but these errors were encountered:
ModuleFactory
is missing from thescanFor<>Files()
methods. It is currently only being used in theModule factory extension
.The intension was always to expose this in the
scanFor<>Files()
methods and haveDefaultModuleFactory
as a default value. Somehow I missed this in the earlier releases.TODO
ModuleFactory
as a param for all of thescanFor<>Files()
methods withDefaultModuleFactory
as the default valuescanFor<>Files()
methods are properly using the passedModuleFactory
API
This would be a backwards-source-compatible change as we are just adding a new param with default value, so all of the existing call-sites should work as is.
The text was updated successfully, but these errors were encountered: