Closed IPECTER closed 1 year ago
1: no reason to do it. I can access the code regardless 2: it would pull everything into startup // pulls iris OUTSIDE of startup by disordering and everything just gets RIPPED into startup. For example, lets assume X plugin relies on PAPI, but we RIP it into Startup, then the plugin that wants papi to load on init (not startup) then its no longer going to be available in the tree.
So no, I won't do this as it will break other plugins that use papi or oraxen or anything that don't Softdepend/hardDepend as it won't be in the local class path anymore
I didn't think about it in detail.... Okay, Thx for review!
Can't do this, This would Pull these plugins into the Startup Category and they would break the loading of their dependencies. already tried it