Plugins at runtime or import time? #865
Jaapel
started this conversation in
Feature requests
Replies: 1 comment
-
This actually is very hard to do at import time, since if we want to do that we'll have to be much more strict on the import order, since for the plugins to be registered, the imports need to have happened. I agree that it would be nice to have this validation, but it will impose more constrains on how we manage imports. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently plugins are checked when you search for them, e.g.
If you make a mistake in your driver definition you only find out during runtime. If we load all plugins during import time, this could help find mistakes early at the cost of import time.
What is desirable?
Beta Was this translation helpful? Give feedback.
All reactions