Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Enable -fdefer-type-errors on start-up #495

Merged
merged 3 commits into from
Dec 2, 2017
Merged

Commits on Dec 1, 2017

  1. Configuration menu
    Copy the full SHA
    df98fd3 View commit details
    Browse the repository at this point in the history
  2. Remove warnings if there's a deferred error (#495)

    Warnings regularly get generated when there's an error in your code,
    such as "not in use" for a thing with a bad type and other nonsense
    results. It's kind of distracting, so instead like regular GHC behavior,
    this defers showing warnings until there are no errors anymore.
    chrisdone committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    ba198e5 View commit details
    Browse the repository at this point in the history
  3. Correct to cl-remove-if

    chrisdone committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    b168ea9 View commit details
    Browse the repository at this point in the history