-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: 0.0.2 - Parse stego.lock values to AmbosoEnv (#24)
- Add AmbosoEnv struct definition - Add basic logic to parse stego.lock as `toml` - Add is_git_repo_clean() to check if working directory status when in git mode - Set args.git to true when not doing linter or gen_c_header and no other mode was specified - Return early on calls with -W - Bump version to 0.0.2
- Loading branch information
Showing
5 changed files
with
437 additions
and
30 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
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 +1,17 @@ | ||
TODO: parse stego.lock | ||
[build] | ||
|
||
source = "main.rs" | ||
bin = "invil" | ||
makevers = "2.0.0" | ||
automakevers = "3.0.0" | ||
tests = "kazoj" | ||
|
||
[tests] | ||
|
||
testsdir = "bone" | ||
errortestsdir = "kulpo" | ||
|
||
[versions] | ||
|
||
"-0.0.1" = "First release" | ||
"0.0.2" = "Draft" |
Oops, something went wrong.