-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
choo: build cache with dependency graph (#105)
* 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
1 parent
ee9fc83
commit 4c25a53
Showing
11 changed files
with
504 additions
and
181 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains 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
This file contains 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
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] | ||
|
Binary file not shown.
Oops, something went wrong.