ucsd-progsys/liquidhaskell
Ver no GitHubPlugin always colors the `**** LIQUID: ` header, regardless of compiler settings
Open
#1.956 aberto em 30 de mar. de 2022
good first issue
Métricas do repositório
- Stars
- (1.306 stars)
- Métricas de merge de PR
- (Mesclagem média 2d 18h) (12 fundiu PRs em 30d)
Description
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.