-
-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Split the dev
branch into separate repository?
#45
Comments
Hi @furious-luke, it's been a year almost since this issue but none have left feedback. As one of the users of the I think that merging I know this is easier said than done, and I don't know the actual differences between the two branches. |
@furious-luke I know you are not so involved these days, but I was hoping you could chime in on this issue to give us advice on going forward. I am assuming that we are probably the only ones actually using the Therefore could you help us understand what it would look like for us to migrate ourselves from dev back into master? I am honestly not sure that we ever needed to be on the dev branch in the first place. We do care about international addressing, but we only need support at the city level and up, not at granularity of street address. For that matter our use cases might be simpler such that other libraries would suffice. Here are some past comments Luke made to me privately which might be helpful to this conversation of what dev branch is about.
And later:
|
Since I've begun addressing this concern here, I'm going to close this issue for now. My hope is that we can find a way to help you get migrated, or at least the new architecture on master has a reasonable migration path you could implement. |
Due to the development branch having a very different data schema and access methods, I've been intending on splitting the repository into something like
django-address2
. The reasoning behind this is to ensure anyone who is happy using the current master branch doesn't suddenly have their code break during an upgrade, and can continue to receive bug fixes for the old system.I'm not 100% sold on this plan, and would be equally happy to continue the same repository so long as users are happy to do a little work when the development branch finally gets merged. Maybe users with an opinion on the matter could comment?
Thanks!
The text was updated successfully, but these errors were encountered: