MercuryTechnologies / ghciwatch

Load a GHCi session for a Haskell project and reload it when source files change
https://mercurytechnologies.github.io/ghciwatch/
MIT License
111 stars 10 forks source link

[NFCI] Use `line_ending_or_eof` consistently in parsers #300

Closed 9999years closed 4 months ago

9999years commented 4 months ago

This is useful for line-oriented parsers that may consume input with no trailing newline character. While this is a violation of the POSIX spec, VS Code does it by default.

Split off from #297

linear[bot] commented 4 months ago

DUX-2346 Use `line_ending_or_eof` parser consistently

github-actions[bot] commented 4 months ago

A PR to release these changes has been created, bumping the version from 1.0.0 to 1.0.1.