-
Notifications
You must be signed in to change notification settings - Fork 722
Description
Hello 👋🏽
Good news!
I've gotten commitment from Haskell Foundation to start working on the exact printer. @leana8959 has agreed to help, she'll do the most work and I'll support her when she gets stuck or lost.
Recently I've encountered a better idea when working on HIE files then the timeline described in the proposal.
We can split up the exact print work into smaller PR's, which should make it easier to review them, for example:
- Add comment parsing support (without printing, just store it in the tree)
- Refactor common stanzas to be supported by a generic package description, instead of being merged and "forgotten".
If those features could be added independently, the exact printer PR itself no longer has to modify the parser, and it no longer has to do major refactors, so it becomes a lot smaller!
Furthermore, these PR's on their own will make it easier to study performance impact.
Do the maintainers think these two features are useful independently of the exact printer?
Or do you think it's preferable to make one big, exact print PR?