ucsd-progsys/liquidhaskell

Plugin prints certain messages as non-json when `-ddump-json` is enabled

Open

#1,957 建立於 2022年3月30日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)Haskell (1,306 star) (157 fork)batch import
good first issue

描述

This complicates parsing the output of GHC, and breaks the contract that is implied by -ddump-json. See #1955 for an example of when this comes up.

Two things I've found are: the header (see also #1956 for another issue related to this), and certain WARNING:s that are printed when the plugin finds false in a specification. Unsure if this second one is just a debug message that was forgotten to be switched off or something.

貢獻者指南

Plugin prints certain messages as non-json when `-ddump-json` is enabled · ucsd-progsys/liquidhaskell#1957 | Good First Issue