Projeny icon indicating copy to clipboard operation
Projeny copied to clipboard

Rename not updating dependencies

Open ChuckSavage opened this issue 8 years ago • 1 comments

I renamed a Package (from within the Projeny Package Manager), but the a package that depended on it, didn't get updated. So when I do Update Directories it complains that it can't find the OldNamed package anywhere.

Or is this something I have to do manually? Seems odd that we have to create the file manually to begin with.

ChuckSavage avatar Feb 12 '17 05:02 ChuckSavage

Yes, currently packages are identified entirely by their name, so if you rename the folder then you have to update all the config files that are pointing to it in ProjenyProject.yaml or ProjenyPackage.yaml files.

Yeah, there is no GUI for the ProjenyPackage.yaml file - that would be nice to have eventually. If we could migrate entirely to using the GUI for managing dependencies then that might also allow us to store an ID rather than a name in the ProjenyPackage.yaml file and then support renames

svermeulen avatar Feb 12 '17 05:02 svermeulen