Refactor evix workspace and enhance session and daemon features#3
Draft
NotAShelf wants to merge 9 commits into
Draft
Refactor evix workspace and enhance session and daemon features#3NotAShelf wants to merge 9 commits into
NotAShelf wants to merge 9 commits into
Conversation
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I77537e6a6e41da6a9d2e76b3ae5b88296a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Id9c096e7b4fc7d05a2fd20982568651a6a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a094cefff68579e3d6981a0fd0668b26a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I28ef329399eb06dabad83cd2d56bddd56a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Ib066149689d3b23fbea8c66c258ee8bd6a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I5c05b03f5aa246d0e5d3b552138d2ef96a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I11f5e9400d6245d029784b173e03770a6a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Iad7196da3a0efe713fc971f2ec87e1266a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3296dcb560555ab69e881f248e51fd036a6a6964
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ugh. A structural rewrite of evix, designed to help find its own niche instead of being just a nix-eval-jobs rewrite. This PR in particular introduces a new Unix socket daemon architecture, and refactors the CLI and protocol to support client-daemon communication.
This is the initial foundation for a more modular, extensible, and scriptable Nix evaluation system with both library and daemon-based workflows; specifically we are interested in distributed and embedded evaluation in cases such as Circus.