-
Notifications
You must be signed in to change notification settings - Fork 53
Stop nesting vlad_settings.yml in a settings directory #339
Comments
Oh and the same would go for vlad_local_settings.yml also of course. |
@danbohea I'm +1 to this. You're right, if you don't care to support the old structure, then it's simple - you should just need to drop the If we do want to maintain the old structure, then we'll need to extend the paths searched in One side effect that probably won't have any negative effect but might be worth mentioning is that it would place the |
Forgot to mention this but had considered it. I agree that this is actually an improvement. In addition to your point I'd also add that the change raises awareness about the folder's existence which is useful in understanding how this all fits together. I'd also add that the folder is a hidden directory so to some users this is going to be of no noticeable consequence. |
@philipnorton42 I know we're all busy but I'm edging closer & closer to just implementing this. Do you have any concerns here? A simple 👍 or 👎 will do for now! :D |
This behaviour is a hangover from when we used provide an additional location for drush alias files and it made sense for all this stuff to live under a single directory. It may even be a hangover from when Vlad's settings file used to be just called settings.yml.
Anyway, there's not really much need for it anymore, in fact I think it's forcing a convention in project structures that may be unwelcome. vlad_settings.yml is clearly namespaced, I don't see any issue with it sitting right beside
vlad/
,docroot/
,composer.json
or whatever else.I could make this change myself by just amending the Vagrantfile, but it would be a breaking change. For it to be done so that the former location is still supported I'd probably need @zxaos to take a quick look as the top of the Vagrantfile has changed quite a bit since I tried editing it in earnest :)
There's gonna be a few breaking changes in the next release anyway so how do we feel about adding another?
@philipnorton42 & @zxaos I know you're busy but I'd like to hear your quick initial thoughts when you get a moment.
The text was updated successfully, but these errors were encountered: