ucsd-progsys/liquidhaskell
Vedi su GitHubLIQUIDHASKELL_OPTS can hold only one argument
Open
#1990 aperta il 30 mag 2022
good first issue
Metriche repository
- Star
- (1306 star)
- Metriche merge PR
- (Merge medio 2g 18h) (12 PR mergiate in 30 g)
Descrizione
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.