Skip to content
Snippets Groups Projects
  1. Dec 27, 2020
  2. Dec 23, 2020
  3. Dec 18, 2020
  4. Dec 14, 2020
  5. Dec 08, 2020
    • Roland Senn's avatar
      Backport: Fix for #18955 to GHC 9.0 · 00f07ca5
      Roland Senn authored
      Since MR !554 (#15454) GHCi automatically enabled the flag `-fobject-code` on
      any module using the UnboxedTuples or UnboxedSum extensions.
      
      MR !1553 (#16876) allowed to inhibit the automatic compiling to object-code
      of these modules by setting the `fbyte-code` flag. However, it assigned 2
      different semantics to this flag and introduced the regression described in
      issue #18955.
      
      This MR fixes this regression by unsetting the internal flag
      `Opt_ByteCodeIfUnboxed` before it's copied to DynFlags local to the module.
      00f07ca5
  6. Dec 04, 2020
  7. Dec 01, 2020
  8. Nov 30, 2020
Loading