marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Add ability for extensions to exclude each-other. #177

Closed amcgregor closed 6 years ago

amcgregor commented 7 years ago

Tracking which feature (use) flags came from where (mapping of sets) would allow a subsequent pass to re-iterate extensions, searching for flags defined by extensions other than itself.

This would facilitate singletons, mutually exclusive implementations, etc.

Call it excludes.