-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility woes #551
Comments
When: default.nix: dep: upd hnix-store 0.2 #580 - there is ground for - New release #560 I hope this inconvenience would not happen, attending to it. Already PR-ed some minor dependency status monitoring. Hope from now on Haskell projects would be able to rely on HNix being on the time and showing-up ready. |
@sjakobi As I did for @Anton-Latukha, you now also have maintainer rights and can assist with keeping hnix working for others. |
@jwiegley Thank you. I've wanted to ask you to add others. You advertised Gitter - do you appear there? I would probably IRC then. We are able to make a new release - see Report #560, don't forget we have no rights to Hackage, so please remember - releases is still your thing. Also would be good if you say some thoughts on some discussion issues created. @sjakobi I am happy to work together. There is work to do. I've seen you a good community member. We should prepare and automate the flow, and make documentation, before we would merge the evaluation of Nixpkgs, as after that we would not be able to automate easily, discuss questions and arrive to structural responses (like should we merge HNix&HNix-store, where to put documentation and what we would do) prepare to direct the community flow - that is the main questions that I see. I already raised most important points and questions for me in posts this week - so the stage is yours. I would ask, please, raise and participate in There is efficient principle - I am Anton, I love philosophy and mathematics. Please leave me your contact, so we get to know each other and collaborate directly. |
@jwiegley would you be kind to promote @sorki. I already knew him as a great community member, we bumped a couple of times with him in Nixpkgs and in HNix gitter for last two years, and I perceived - he is one of the most genuine pretty efficient guys in the community & he has proper qualifications & he did already a number of PRs into both |
Cool, I am happy to be beside @sjakobi he seems a great contributor. Now we would definitely #551 (comment) and we definitely would have a good relationships with 👍 DHall. Since I am a former DevOps I am personally also interested in DHall. As any professional and DevOps I needed to learn, know and remember a lot of programming languages and configuration DSLs that many now DHall allows to import-export in one easy to program/reed language - that is much more efficient and tidy approach. |
@sorki Welcome to the maintainer role. :) @Anton-Latukha Just let me know what commit you'd like to release, and at what version, and I'll try my best to push to Hackage the same day. |
@jwiegley Many thanks for the invitation! I'm glad that you permit other people to become involved in maintaining this project while you focus on other things. I know other projects that I wish would handle maintainership similarly! :) @Anton-Latukha I hope I haven't promised too much in the issue description! :) Indeed I currently plan to focus on While I am curious about Nix and @Anton-Latukha Do feel free to contact me via the email address listed on my GitHub profile. Although for most discussions I prefer to have them in a public and asynchronous space such as GitHub issues where other interested parties can easily chime in. But there are always exceptions. :) |
Thank you for the inviation @jwiegley and for all the work you did on this project! |
Let's keep this open until we support GHC 8.10 too. |
It closed automatically because I attached it to #580, since to that merge most of compatibility issues got solved. I would ask, please, just open a Support GHC 8.8/8.10 Report for this question. That is kind-of different topic from what was raized here, let us atomize the topics. It is strange even to remember to open this DHall compatibility Report to discuss GHC 8.10, while new GHC is a major Haskell theme in itself. You can link this thread there and state that you would not close this issue until 8.10 support, that is understandable, but lets discuss GHC 8.10 related things in a separate thread. |
Fair enough. I doubt that we'll forget GHC 8.10 support, so we probably don't need another issue. |
aeson 1.5.1 depends on these 1.1, so allowing a newer version is necessary to prevent a conflict. " I saw in #551 (comment) that a bump of aeson was wished before the 0.7.2 release would be cut, so here it is. At a glance, there don't seem to be any relevant changes: https://hackage.haskell.org/package/aeson-1.5.0.0/changelog haskell/aeson@1.4.7.1-r1...1.5.0.0 But 1.5.1 requires a bump to these to avoid diamond dependencies. Changes also seem irrelevant and just related to the change in aeson: https://hackage.haskell.org/package/these-1.1/changelog haskellari/these@v1...v1.1 (most changes here are in other packages in the same repository) These changes compile fine and tests are successful with GHC 8.8.3. "
I think that we should put minor releases frequently. For my view
it is a pretty great minor release with a lot of done #560. We would resolve most dependency issues with this release. And to not propagate the dep issues downstream - update releases need to be frequent. And GHC 8.10 support - deserves minor release in itself also. We would make a release, CI will or will not go into it. But for monitoring {8.6.5, 8.8.3, 8.10.1} in master and PRs - that does the CI, so I prefer to merge/have CI before/during GHC 8.10 work/support - it is easier to check that GHC 8.10 also builds PRs and that it builds in different conditions. |
I'm good with frequent minor releases. |
hnix
currently preventsdhall-nix
from building with GHC 8.8 and 8.10, and is also the root cause why Hackage's docs builder hasn't been able to generate documentation for it. I think it's safe to say that for the packages in https://github.com/dhall-lang/dhall-haskell,hnix
is currently the dependency that causes by far the most headaches.So I'm wondering what could be done so
hnix
keeps up a bit better with the rest of the Haskell ecosystem.@jwiegley, would you possibly consider giving me or one of the other active contributors the necessary permissions to address these compatibility issues more directly? Personally, I would probably stick to compatibility issues and try to extend CI coverage to more recent GHC versions. I admittedly don't know this package (or Nix) very well, but I do have quite a bit of experience with maintaining Haskell packages.
The text was updated successfully, but these errors were encountered: