-
Notifications
You must be signed in to change notification settings - Fork 241
Open
Labels
Description
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"
}
malteneuss and matthiasbeyer
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
matthiasbeyer commentedon Mar 19, 2021
I'd love to review patches adding support for Dhall!
passcod commentedon Mar 19, 2021
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.
ChristopherRabotin commentedon Jun 6, 2024
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 commentedon Jun 7, 2024
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 commentedon Jun 7, 2024
polarathene commentedon Jun 7, 2024
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?