Skip to content

Format request: Dhall #123

@passcod

Description

@passcod

The Dhall configuration language. Rust implementation.

let user = "bill"
in  { home       = "/home/${user}"
    , privateKey = "/home/${user}/.ssh/id_ed25519"
    , publicKey  = "/home/${user}/.ssh/id_ed25519.pub"
    }

Activity

matthiasbeyer

matthiasbeyer commented on Mar 19, 2021

@matthiasbeyer
Member

I'd love to review patches adding support for Dhall!

passcod

passcod commented on Mar 19, 2021

@passcod
Author

I'm actually not interested in Dhall as a useful configuration language anymore (happy to talk about this elsewhere) but will leave this open for others.

linked a pull request that will close this issue on Oct 4, 2023
ChristopherRabotin

ChristopherRabotin commented on Jun 6, 2024

@ChristopherRabotin

Hi there,
I'm interested in this feature. Does it need a lot more work compared to @polarathene 's updated PR from last October or is that work essentially ready to merge?

Thanks

polarathene

polarathene commented on Jun 7, 2024

@polarathene
Collaborator

updated PR from last October or is that work essentially ready to merge?

My PR should be fine with other ones I have open. I did a bit of refactoring for a more unified approach for serde based crates used and the Dhall PR should probably adapt to that.

My main PR for improving that was blocked by me on running some checks that I didn't get around to. I can try make time to come back to these, but the other issue you'd face is that this crate is no longer maintained AFAIK, not until some new maintainers are assigned / trusted.

ChristopherRabotin

ChristopherRabotin commented on Jun 7, 2024

@ChristopherRabotin
polarathene

polarathene commented on Jun 7, 2024

@polarathene
Collaborator

I may nominate myself to be the new maintainer

Of Dhall? or config-rs? (related issue)

I can look at pushing my PRs forward here, but I'm not sure if a new release will be made until the maintainer situation is sorted out. I don't have the time to maintain anymore projects myself unfortunately 😓

If Dhall becomes maintained, it'd be easier to get my PR for that approved. I don't know what the future is for this crate, so if no new maintainer steps up for config-rs it may be better to push the support to another popular config crate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @epage@passcod@matthiasbeyer@ChristopherRabotin@polarathene

      Issue actions

        Format request: Dhall · Issue #123 · rust-cli/config-rs