Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign uproadmap and project status #1
Comments
This comment has been minimized.
This comment has been minimized.
|
I'm not actively working on it at the moment. Most of the features from the initial Dhall release are implemented, with at least a few important things missing:
The have also been some changes and additions to Dhall since its initial release, and those would need to be added here too. Pull requests are welcome of course. |
This comment has been minimized.
This comment has been minimized.
|
Hi, thanks for your answer.
I don't have immediate plans for contributions but I wanted to know where
to direct efforts in that case.
Cheers,
Clément
…On Mon, Sep 4, 2017 at 2:08 AM, nanotech ***@***.***> wrote:
I'm not actively working on it at the moment. Most of the features from
the initial Dhall release are implemented, with at least a few important
things missing:
- Unions
- Merge operator
- Imports
- String escapes
- ***@***.***
The have also been some changes and additions to Dhall since its initial
release, and those would need to be added here too.
Pull requests are welcome of course.
|
This comment has been minimized.
This comment has been minimized.
DebugSteven
commented
Mar 1, 2019
|
Hey! I noticed this issue was still open about asking about the direction of the project. I would personally like to work on this project. I forked it & I want to do some planning. If there's any interest from anyone on this thread to continue working on this project I'd be more than happy to join forces. You did a lot of nice work on this! |
This comment has been minimized.
This comment has been minimized.
Nadrieril
commented
Mar 1, 2019
•
|
I'm currently reworking the parser to match the spec. It's very WIP for now and I might have to change the AST but I'd be happy to collaborate at some point. I can't commit to anything though. |
This comment has been minimized.
This comment has been minimized.
Nadrieril
commented
Mar 9, 2019
|
So, I've done a fair amount of work on this, in particular to support recursive imports, but there's still a lot to do ! I've done some rough planning over here: https://github.com/Nadrieril/dhall-rust/projects/1 of where I'd like to go. |
This comment has been minimized.
This comment has been minimized.
DebugSteven
commented
Mar 11, 2019
|
@Nadrieril It looks like you've done quite a bit of planning! This looks awesome! Personally, this project would be a lot of learning for me. I'm interested in learning how this works together so diving into it, exploring parts of the project in Haskell & porting those parts to Rust is what I'm interested in doing. My plan was to read through parts of the existing Rust language bindings & compare it to the work done on the Haskell language bindings for Dhall. From what I've seen so far, In order to get more people interested I think it would be cool to add more to your current project I think there are a decent number of Haskell folks that might be interested in trying Rust & this might be a good way for them to get involved. I'd probably end up posting a few good first issues to Twitter if that sounds good to you! |
This comment has been minimized.
This comment has been minimized.
Nadrieril
commented
Mar 11, 2019
|
I would welcome any help to make this project more accessible for potential contributors ! I'll try to mark a few issues as easier. I'm not sure I'm ready yet for all you haskeller followers to come and halp, but maybe when the project is in a more stable state. |
divarvel commentedAug 29, 2017
Hi, I'm wondering if the project is still active and what's its roadmap.