Skip to content
Snippets Groups Projects
  1. Jan 04, 2021
  2. Jan 03, 2021
  3. Sep 16, 2020
  4. Sep 14, 2020
  5. Sep 13, 2020
  6. Jun 21, 2020
  7. Jun 17, 2020
    • Kitty Barnett's avatar
      [FIXED] hasBehaviourExcept() with an empty option returns false even though a... · 6f2009f3
      Kitty Barnett authored
      [FIXED] hasBehaviourExcept() with an empty option returns false even though a RLV_OPTION_MODIFIER active restriction exists
        -> RlvCommand::markRefCounted() is called from RlvBehaviourGenericProcessor<RLV_OPTION_MODIFIER> as expected
        -> However, the RlvCommand reference we pass throughout the entire command processing line is a reference to the originally parsed command and not a reference to the copy that was stored in the RlvObject's command list
        -> The fact that we're mutating a constant is excusable in this case since only the command processor will know whether an option command should end up getting reference counted
        -> This bug only applies to hasBehaviourExcept() since the behaviour reference counter was still incremented/decremented successfully and hasBehaviourExcept() does a deep check on the individual commands instead
        -> Fixes FIRE-24215
      6f2009f3
    • Kitty Barnett's avatar
      Add @versionnum:impl=<channel> as a way to get the RLV implementation version... · 68a0bdb0
      Kitty Barnett authored
      Add @versionnum:impl=<channel> as a way to get the RLV implementation version as <major><minor:02><patch:02><implementation id:02> (RLVa implementation id is 13)
      68a0bdb0
  8. Jun 15, 2020
  9. Jun 13, 2020
  10. Jun 12, 2020
  11. Jun 10, 2020
  12. Apr 23, 2020
  13. Apr 20, 2020
  14. Apr 13, 2020
  15. Apr 12, 2020
  16. Apr 10, 2020
  17. Apr 09, 2020
  18. Apr 07, 2020
  19. Apr 06, 2020
  20. Apr 02, 2020
  21. Mar 27, 2020
  22. Mar 21, 2020
  23. Mar 18, 2020
Loading