Commit Graph

2 Commits (50b1a6664988692c8fe9be19bdd6d0372a6c612f)

Author SHA1 Message Date
Matt Clay 4915920d71 Use relative inventory paths instead of symlinks. 6 years ago
Matt Martz f1082af73f
Error if a module is found to shadow a reserved keyword (#34649)
* Error if a module is found to shadow a reserved keyword

* Add test for shadowed module

* Bring in functools.wraps for the decorator

* Drop the decorator, make _find_plugin the real function, find_plugin now holds the shadow logic

* Swap order of functions for bottom to top execution order

* Only error for modules

* Add test for loading a lookup plugin that shadows a keyword
7 years ago