Skip to content
Snippets Groups Projects
  1. Feb 18, 2021
  2. Feb 16, 2021
  3. Feb 15, 2021
  4. Feb 13, 2021
  5. Feb 04, 2021
  6. Feb 02, 2021
  7. Feb 01, 2021
  8. Jan 25, 2021
  9. Jan 06, 2021
  10. Jan 02, 2021
    • vdukhovni's avatar
      Maintain invariant: MVars on mut_list are dirty · 3e68f656
      vdukhovni authored
      The fix for 18919 was somewhat incomplete: while the MVars were
      correctly added to the mut_list via dirty_MVAR(), their info table
      remained "clean".
      
      While this is mostly harmless in non-debug builds, but trips an
      assertion in the debug build, and may result in the MVar being
      needlessly being added to the mut_list multiple times.
      
      Resolves: #19145
      3e68f656
  11. Dec 16, 2020
Loading