enthought / envisage

Envisage is a Python-based framework for building applications whose functionalities can be extended by adding "plug-ins".
http://docs.enthought.com/envisage/
Other
82 stars 26 forks source link

Should we remove support for `enthought.` extension point namespace? #398

Closed rahulporuri closed 3 years ago

rahulporuri commented 3 years ago

These seems to have been added in https://github.com/enthought/envisage/commit/a6b4010e39e3a2584942d43f2e0b11224199cc52 when envisage was undergoing a refactor, released in version 4.0.0 of envisage. We're past that point now. We're in version 5.0.0 of envisage.

Can we remove these code paths now?

https://github.com/enthought/envisage/blob/d62af08e75c5555e69c4fc4688393dee737680e8/envisage/plugin.py#L134-L140 https://github.com/enthought/envisage/blob/d62af08e75c5555e69c4fc4688393dee737680e8/envisage/plugin.py#L147-L153

rahulporuri commented 3 years ago

closed in #402