Sebastian Graf

Results 160 comments of Sebastian Graf

Thanks so much, Vlad! Really looking forward to seeing your fix merged.

#277 was a success; I'll close this issue.

Yes, in https://github.com/haskell/happy/pull/272 I produce the expected tokens lazily when the error handler (`reportError`, in the example) needs them. For the `error` token, this error handler will not even be...

So what's an estimate as to when that rework is done? Is it blocked on https://github.com/haskell/cabal/issues/7189? If so, that sounds pretty road blocky. - https://github.com/haskell/cabal/issues/7189

Happy 2.0 has been released. The final steps were discussed in #299.

For context, I proposed bringing this PR into a mergeable state and applying the result to GHC as a [GSoC proposal](https://github.com/haskell-org/summer-of-haskell/blob/1eb940520859f17d73103cbc162d2dcfeb73f6a1/content/ideas/parse-error-recovery.md).

Hi Kaustubh, that's great! Perhaps it's good to have a short chat in private to see whether you would actually enjoy working on this project. For example, 1. What is...

Hi Alina and Vedant, feel free to reach out to me via mail (Vedant already did so) or via Matrix (@sgraf812:matrix.org).

You might want to cherry-pick https://github.com/haskell/happy/pull/272/commits/086b3b051e30d47f7a9203d452e0ed2f3b8a93e4 to fix the build error and perhaps https://github.com/haskell/happy/pull/272/commits/22b3dbb05c9a54fdaabd222728c3847cc20bd734 to gitignore generated files Edit: I misread the error output in the log; I assumed it...