Name clashes
-
Hi everyone,
I've been developing a plugin for SU called LightUp and I've had a handful of people that get Ruby errors on startup. It complains about "Slider" being redefined by LightUp. In all cases they had Physics installed and it was resolved by my moving the LightUp Slider class into a Module (as it should have been in the first place).
Any chance whoever is developing Physics could play nice and keep stuff inside a Module/namespace too so we avoid future clashes. (And I'm just presuming its Physics here because it seems to be the common element for this problem, but its got to be a GoodThing(tm) to do anyway.)
Adam
-
Crap. Sorry about that. I knew not being in a module would bite me someday. I didn't know about them when I started.
Ill fix it and do a release as soon as possible.
Advertisement