plushu / plushu-plugins-plugin

Plugin that provides plugin management commands for Plushu
0 stars 0 forks source link

Source plugin's profile before installing #12

Open stuartpb opened 10 years ago

stuartpb commented 10 years ago

Post plushu/plushu#41, some plugins are specifying their directories in profile scripts. If they want to make those directories, though, they need to specify them explicitly. I'm wondering if it would be cleaner if we let new plugins have the variables from their profile before we install them.

stuartpb commented 9 years ago

Oh man, what's worse: if a plugin is installed and something else is meant to happen immediately after based on the variables that plugin sets (ie. as part of a setup), that something else will fail. This, too, has to be worked around by whatever's installing the plugin, unfortunately.

stuartpb commented 9 years ago

Similar to plushu/plushu-startup-deploy-all#2, I'm classifying this as a "non-breaking bug", since it's not so much an "enhancement" as "something you'd expect to work and it's weird that it doesn't".