ucsd-progsys/liquidhaskell

Plugin always colors the `**** LIQUID: ` header, regardless of compiler settings

Open

#1,956 创建于 2022年3月30日

在 GitHub 查看
 (1 评论) (1 反应) (0 负责人)Haskell (157 fork)batch import
good first issue

仓库指标

Star
 (1,306 star)
PR 合并指标
 (平均合并 2天 18小时) (30 天内合并 12 个 PR)

描述

This complicates tools which want to parse the output of the plugin and generate summary data (see #1955 for an example).

src/Language/Haskell/Liquid/UX/CmdLine.hs has a function reportResult that contains this enigmatic comment (see https://github.com/ucsd-progsys/liquidhaskell/blob/develop/src/Language/Haskell/Liquid/UX/CmdLine.hs#L744):

         -- For now, always print the \"header\" with colours, irrespective to the logger
         -- passed as input.

贡献者指南