AxFoundation / strax

Stream analysis for xenon TPCs
BSD 3-Clause "New" or "Revised" License
27 stars 38 forks source link

No safe guard for mimicking plugin #829

Open dachengx opened 5 months ago

dachengx commented 5 months ago

If plugins A and B have the same __version__, depends_on, provides, and self.__class__.__name__, they will have the same lineage. We currently have no method to prevent this.

yuema137 commented 2 months ago

See #857