Skip to content
Snippets Groups Projects
  1. Dec 22, 2022
  2. Dec 21, 2022
  3. Dec 20, 2022
  4. Dec 19, 2022
    • Ben Gamari's avatar
      rts/libdw: Silence uninitialized usage warnings · 761c1f49
      Ben Gamari authored and Marge Bot's avatar Marge Bot committed
      As noted in #22538, previously some GCC versions warned that various
      locals in Libdw.c may be used uninitialized. Although this wasn't
      strictly true (since they were initialized in an inline assembler block)
      we fix this by providing explicit empty initializers.
      
      Fixes #22538
      761c1f49
    • Ben Gamari's avatar
      rts: Drop racy assertion · b3eacd64
      Ben Gamari authored and Marge Bot's avatar Marge Bot committed
      0e274c39 added an assertion in
      `dirty_MUT_VAR` checking that the MUT_VAR being dirtied was clean.
      However, this isn't necessarily the case since another thread may have
      raced us to dirty the object.
      b3eacd64
    • amesgen's avatar
      Correct `exitWith` Haddocks · 6fe2d778
      amesgen authored and Marge Bot's avatar Marge Bot committed
      The `IOError`-specific `catch` in the Prelude is long gone.
      6fe2d778
  5. Dec 17, 2022
  6. Dec 16, 2022
Loading