Skip to content

Commit

Permalink
choo: build cache with dependency graph (#105)
Browse files Browse the repository at this point in the history
* choo: build caching

* choo: tests, lowercase paths

choo would fail to parse paths with uppercase letters in them, so we
downcase them before creating the associated nouns.

note that this test is set to ignore since choo exits on a successful
compile. need to figure out how to make this test pass in light of that.

* choo: switch order of arbitrary/normal

* choo: type docs

* choo: bump version and choo.jam

---------

Co-authored-by: litlep-nibbyt <[email protected]>
  • Loading branch information
ryjm and litlep-nibbyt authored Jan 10, 2025
1 parent ee9fc83 commit 4c25a53
Show file tree
Hide file tree
Showing 11 changed files with 504 additions and 181 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ cd apps/choo
cargo run --release bootstrap/kernel.hoon ../hoon-deps
```

For large builds, the rust stack might overflow. To get around this, increase the stack size by setting: `RUST_MIN_STACK=838860`.

## Building NockApps

The `crown` library is the primary framework for building NockApps. It provides a simple interface to a `Kernel`: a Nock core which can make state transitions with effects (via the `poke()` method) and allow inspection of its state via the `peek()` method.
Expand Down
2 changes: 1 addition & 1 deletion apps/choo/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "choo"
version = "0.1.4"
version = "0.1.5"
edition.workspace = true

[dependencies]
Expand Down
Binary file modified apps/choo/bootstrap/choo.jam
Binary file not shown.
Loading

0 comments on commit 4c25a53

Please sign in to comment.