Skip to content

Commit

Permalink
Cleaning up NockApp::work/run, std::path and canonicalization for the…
Browse files Browse the repository at this point in the history
… paths in Choo (#106)

* Use std::path and canonicalization for the paths in Choo
Purge inappropriate uses of std::process::exit, make task execution cooperative
Cleaning up NockApp work_loop

* Comment out actors module for now

* cargo fmt
  • Loading branch information
bitemyapp authored Jan 24, 2025
1 parent 55d3cb5 commit e4e7187
Show file tree
Hide file tree
Showing 17 changed files with 798 additions and 190 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ out.jam

# Dev config
.vscode/settings.json
.vscode/
.idea/

# Junk
.unikraft
Expand Down
Loading

0 comments on commit e4e7187

Please sign in to comment.