ucsd-progsys/liquidhaskell
Auf GitHub ansehenLIQUIDHASKELL_OPTS can hold only one argument
Open
#1.990 geöffnet am 30. Mai 2022
good first issue
Repository-Metriken
- Stars
- (1.306 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 2T 18h) (12 gemergte PRs in 30 T)
Beschreibung
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.