Note that there are some explanatory texts on larger screens.

plurals
  1. USSilverKnight
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. COAs to #1, That was my original though too, but it lead to this question: (Would this make it harder to merge across versions if you had to track multiple fixes for the same issue?) - Which I though was the purpose of Branch Per Task methods - so that you could merge these to multiple different version releases - That would force me to know the relationship between bugs/features if they existed to ensure it was properly transferred to a different version, right?
      singulars
    2. COI had never considered the possibility to perform a subtractive merge from the build branch to remove the feature(s) witch is an interesting alternative, though I'm not sure it solves the problem. If the feature was introduced in a different release, then what we have done is removed the partial fix - and left the original bug in the current build - which means unstable by definition - we already know the bug is present and it was only partially fixed in a subsequent build, which was the removed.
      singulars
    3. CONot a problem. I was looking into something else and came across this post that didn't have an answer. I used it as a learning exercise to see what the monitor class would do (I've never used it). I'm always interested in different techniques that could improve my threaded code (mostly in lowering CPU usage, but also in different communication methods). It has been an interesting dive into the class, and hopefully someone else will benefit from the discussion as well.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload