-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[dsmr] migrate to bnd #5272
[dsmr] migrate to bnd #5272
Conversation
Note: Did this the first time! Signed-off-by: Juergen Baginski [email protected] (github: JueBag) Signed-off-by: JueBag <[email protected]>
Very good for the first migration. You forget to remove the old test directory though. Keep an eye on the lines-changed. They should drop by about 50 lines or so with the migration but never increase. |
Mist! Do I need to close this one myself?. |
Ask in the PR thread if it is still being worked on. Some old PRs are abandoned. |
Even if you'd look for an open PR in this case you wouldn't find it @JueBag. So it's hard to know there is work in progress this way. 😐 |
Don't close it. We leave it open so that nobody tries it again for the moment. |
Maybe we should compile a list of all non-migrated addons and their status? Than we can see better what needs to be done and what might be picked up, add if pr is pending, if someone has picked it up. Or something else is the case. |
Ups, that last commit went in here? |
Yes. On a git command line (not sure which OS you are using), do a Your branch seems to be master, which in general is not a good idea. Better branch before with |
@J-N-K Done (the first part), Thank you. Let see how to do the create a seperate branch, however that branch needs to have the starting point point (or whatever is the correct term) before my commit for the dsmr binding (if I'm not mistaken). |
Branch, you should be on the new branch then (check with After the changes you made here are merged, drop the commits in your own master. If you are unsure, wait until these changes have been merged. You could accidentally erase them. |
That's the reason why I'm asking that much (my blood-pressure is going through the roof).
Question, if I'm dropping my last commit (which would be the commit of this PR), wouldn't that affect this PR? (Not that it would do any harm, since it will never be merged.) Will continue this evening. [Edit] Did it all, #5322 |
Once pr #5273 has been merged I'll migrate the dsmr binding to bnd and close this pr. I expect there will be more conflicts here as a result of the pr, and I have a script that migrates 95% of the process needed here. I guess that saves every bodies time and is much simpler that fixing the conflicts. |
Thanks. |
@Hilbrand, can you prepare the migration PR? |
Replaced by #5436 |
Note: Did this the first time!
Signed-off-by: Juergen Baginski [email protected] (github: JueBag)
Signed-off-by: JueBag [email protected]