[Feature-Request] Merge features into release branch / add "Known issues"
See original GitHub issueHello.
I like the products, but I see in multiple issues/on discord/forum etc. to use this/that branch, for example multi_cam_support
, there is an open PR for it, the first commit was made 11 month ago, according to github. I don’t specifically need it, I just picked as an example because it’s old and seems to be an important feature for many.
The other example is image_manip_refactor
which seems to solve a lot of issues, but there isn’t a PR opened for it, so only from issue comments/discord it’s known that it exists.
What is the policy when it comes to features/releases?
Last but not least do you have a page/github issue with “Known issues” which can be tracked easily? For example the script node issues, or ImageManip issues etc.
Issue Analytics
- State:
- Created 2 years ago
- Comments:11
Top Results From Across the Web
Git Flow: Implications of merging to release branch instead of ...
I know Git Flow says feature branches should be merged into the develop branch but I'm wondering the implications of instead creating the ......
Read more >Best Practices for Managing Feature Branches - LinkedIn
Feature branches are a popular source code management tactic used to manage and coordinate changes made by development teams.
Read more >How to review and merge a big feature
Merging a feature branch into master or dev should be a fast-forward merge, and thus should not require another review.
Read more >Git Feature Branch Workflow | Atlassian Git Tutorial
A feature branch is a temporary branch used for development or testing purposes. Learn about the best way to manage them using this...
Read more >The Pitfalls of Feature Branching | Cloudbees Blog
When you work with feature branches, the team won't know what changed until the branch is merged. Feedback doesn't come quickly. Collaboration ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
My suggestion is to merge
image_manip_refactor
at least when all the issues addressed(for the mainline version, and also for the refactor version) are resolved. If I should give an estimation, I would say 1 week just for that, but it’s not a guarantee because some of the issues are so heavy ones( like the stack overrides data/text section which implies random behavior). After all the issues addressed are resolved, I will start the permutations validation. So, for when the exhaustive validation will be done and the stability guarantee, I sincerely can’t estimate. @themarpe, @Erol444 if the “Known issues” section has been already added, please let me know, and I will document the ones related to the ImageManip node.ImageManip got merged. WOW! Multi cam support next week?