-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Release v1 API #507
Comments
Some more tasks that should be completed:
|
some quick notes copied from our chat.
|
I would like to help in porting the php subsystem to the V1 api. |
If no one is porting the rust subsystem yet, can I pick it up? Some pointers would be helpful since I haven't looked at how all of the code is organized right now. |
@yusdacra Great! As far as I know, there's no one working on the rust subsystem yet and contributions are more than welcome.
Any specific questions? I think David's recent presentation might currently be the best conceptual overview, if you haven't seen it yet. Otherwise always happy to help here, on matrix or in our weekly jitsi calls, Tuesday at 14 UTC. |
That would be great. I actually started working on it a while ago. I'll rebase my branch once I'm home, push it and ping you. |
I pushed my work here: #606 |
I'd like to add a task that should be done as well regarding the cleanup of the API. Currently |
We believe it's about time to move from the old, experimental API (
legacy
) to the new one, sketched out in #468 and (partially) implemented in thev1/
directory in the main branch .The new API is based on drv-parts and does not require flake-enabled nix, but ships examples based on flake parts for those of us who like flakes.
This issue aims to provide an overview of the work we still need to do before deprecating the existing API and moving
v1
to the top level of this repo. We've discussed this list in the last weekly call on 2023-04-18, you are welcome to provide feedback either here or in next weeks call (2024-04-25 14h Utc).Documentation
Support Policies
We want git tags per release and a changelog announcing breaking changes with categories for the general API and specific subsystems
Update Ecosystems
While there's a proof-of-concept wrapper which wraps the old API in terms of the new one (
dream2nix-legacy
module), this would still mean that we need to keep the old API inside our tree. We've decided to instead do a proper port of some subsystems to the new API.Due to the different completeness, community interest, and maintenance burden of each subsystem, we are probably going to drop some of them:
The following subsystems would be dropped. Please contact us here, on matrix or in a weekly call if you are interested into maintaining one of them - we'll happily provide mentoring and support.
Checklist
Testing
in order to split tests in "slow" and "fast" sets. The idea is to make it easier and faster to run unit tests which primarily checks
api assertions and evaluation, while still being able to run heavier integration tests in CI and locally.
The text was updated successfully, but these errors were encountered: