Closed baywet closed 6 years ago
Sorry for the delay. I've been really busy with CMake Tools, but I might have time now to take a look. I'm worried there's quite a lot of code duplication between feature/bugfix, so I might refactor them to a common base.
@vector-of-bool no issues. The intent duplicating code was to avoid breaking things by not touching what's existing but I can imagine that's going to add a burden for maintainability. I pushed a few new commits:
hopefully that helps and it's now implemented the proper way. I though about renaming the feature namespace into something more generic but I wanted to get your opinion before that. Let me know what you think.
Thanks! I'm away from the home dev box ATM, so I can't merge it for a while.
I (unfortunately) don't have a lot of testing in place, and the codebase has been mostly small enough to not warrant it. I assume you've done some manual validation, at least? I can't see any obvious trouble.
Yeah I ran the bugfix cycle and feature cycle with the F5 debug experience and it was working properly.
@vector-of-bool any time to look at that?
Sorry for the delay. I got wrapped up in my CMake Tools release and going through user issues over there. I'll take a look right now.
thanks! when do you think you'll publish the new version?
I'm having some trouble running the debugger on the project, I've also been having some trouble with some failing hardware. I don't think it's anything related to your changes, though.
I've published 1.2.0, which has bugfix support. I also published 1.2.1 because I forgot to add the CHANGELOG notes for 1.2.0. Oops.
Haha those things happen all the time when they are not automated. Thanks for the collaboration on getting that done! And again great extension, I use it all the time!
this addresses issue https://github.com/vector-of-bool/vscode-gitflow/issues/17 bugfix branches behave exactly like feature branches, it's only a categorization aspect.