-
Notifications
You must be signed in to change notification settings - Fork 10
A few missed name changes... #1
Copy link
Copy link
Open
Description
Thanks so much for your work on this app, it's very helpful!
I just used it to rename a project, but there were a few places that I noticed the name not being changed.
- in mix.exs, the
appname underprojectwas not changed - references to the original app name in the .gitignore file were not changed, such as
old_app_name-*.tar - the app's name at the top of the README was changed, but other references to it in the README were not
- references to the name in the config files were not changed in some places - for example, after renaming a project with some Ecto repo configurations, I had
config :old_app_name, NewAppName.Repo - the "main" app file,
lib/old_app_name.ex, was not changed, nor was the name of the directorylib/old_app_name/ - test files were not renamed -
test/old_app_name_test.exs - references to the old app name within other files were not changed - for example, in my Ecto repo definition files:
use Ecto.Repo,
otp_app: :old_app_name,
adapter: Ecto.Adapters.DynamoDB
I'll see if I can address any of these myself and will open a PR - just documenting these here for now.
Again, thanks so much, I really appreciate your hard work on this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels