Results 135 comments of Teo Camarasu

My impression is that this repo is basically maintained by @bgamari ?

> rewriting commit messages The terminology is a bit confusing but this isn't part of the commit message. I think each commit has a list of headers and jj added...

Here is an example: ``` ❯ git show --format=raw HEAD commit 213655a906a25d6a734b1420d4ae79517b1cf72e tree 557b23f7ee9fe5d2b273b85f12d228778e07b64f parent ddfbeea38b924d32bc42a0bdaf390f84fd632142 author Teo Camarasu 1749639685 +0100 committer Teo Camarasu 1749639685 +0100 change-id lmtmkszwnvrvslmxzynskxwqkllylszx ❯ git...

There's a few more packages that seem to have definitions of things with the same name. It looks like `initMaybe` is additionally defined in the `subhask` package. `lastMaybe` is also...

I wrote an implementation of something like this a few months ago: https://codeberg.org/teo/ghc-eventlog-loopback Although I never published it. I'd be happy to collaborate on this

I have iterated on my library a bit and released it to hackage: https://hackage.haskell.org/package/ghc-eventlog-loopback-0.1.0.0

Yeah, it would be good to give the dynamic version a new name and avoid a breaking change to the old versions IMO

Good point. template-haskell-lift itself is buildable with older major versions (where it just re exports tenplate-haskell) but unless we backport it as a boot library to those versions then indeed...

> If we were to consider a breaking change and change the Strict module to work on a newtype, what amount of breakage would we see? At some point I...

> 1. Whether the CLC considers separate repository development a desirable long-term direction. Yep I think this is a good idea > 2. What obstacles or constraints the CLC foresees...