ucsd-progsys/liquidhaskell

LIQUIDHASKELL_OPTS can hold only one argument

Open

#1,990 建立於 2022年5月30日

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

倉庫指標

Star
 (1,306 star)
PR 合併指標
 (平均合併 2天 18小時) (30 天內合併 12 個 PR)

描述

By inspecting the code in src/Language/Haskell/Liquid/UX/CmdLine.hs we see that the contents of the env var is parsed as a single argument. This should be changed to deal with multiple arguments. And we should confirm this bug, since we didn't discover it with a test but by code inspection.

貢獻者指南