Jan Hrcek
Jan Hrcek
> format used by all the other command By other commands do you mean [these](https://github.com/wz1000/HieDb/blob/dd4e9f40123a9a06d031a7b00cb70d21e51d530d/src/HieDb/Run.hs#L76-L79) which take name + optionally module and unit id? I'm afraid that this approach is...
Sounds good. I'll start by writing bunch of tests for parsing these `InputSymbol`s or however we want to call them and once we agree on what should be accepted, we...
I looked into where these duplicate references to data constructors are coming from and here's what I found: For this example module ```haskell module A where data Foo = Bar...
This is already fixed in hiedb 0.6.0.0 I believe the issue is that Show instance of Symbol was changed right before 0.5.0.1 was released (https://github.com/wz1000/HieDb/commit/6aba7448a8041e27e14b26fb54c7044e92081c43) But the tests (and CI)...
@hvr Is there anything blocking this from being merged? It would be great it you could merge this and release it along with update to 4.14.1.0 :pray:
Version 0.2.5.0 that builds with ghc 9.4.2 has been uploaded to hackage, so I think this can be closed
@rvlander he probably means that you should export the new functions ending in R (createCommitR and createTreeR) which you added and [reexport them from the Github](https://github.com/phadej/github/blob/e99858d26ed21472b2405a56e42c73693b319145/src/GitHub.hs#L20-L391) module.
This error has been documented in https://github.com/haskellfoundation/error-message-index/pull/445, so I think this issue can be closed.
This error has been documented in https://github.com/haskellfoundation/error-message-index/pull/446, so I think this issue can be closed.
Just pushed the fix to last non-retrie related failing tests (cabal plugin), So I guess we would just need to disable retrie plugin related stuff? CC @wz1000