Skip to content

Show Flag Suggestions in GHCi (#23663)

Makes suggestions when using :set in GHCi with a misspelled flag. This mirrors how invalid flags are handled when passed to GHC directly. Logic for producing flag suggestions was moved to GHC.Driver.Sesssion so it can be shared.

resolves #23663 (closed)

Merge request reports