-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Ryan Bottriell <ryan@bottriell.ca>
- Loading branch information
Showing
6 changed files
with
22 additions
and
5 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
version: 0.34.0 | ||
version: 0.36.0 | ||
release_notes: | | ||
- convert api module to rust | ||
- update to latest spfs | ||
|
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,5 +1,5 @@ | ||
Name: spk | ||
Version: 0.34.0 | ||
Version: 0.36.0 | ||
Release: 1 | ||
Summary: Package manager for SPFS. | ||
License: NONE | ||
|
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,5 +1,5 @@ | ||
Name: spk | ||
Version: 0.34.0 | ||
Version: 0.36.0 | ||
Release: 1 | ||
Summary: Package manager for SPFS. | ||
License: NONE | ||
|
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
- use thiserror | ||
|
||
- remove unnecessary clippy arg in linting | ||
- impl default for state | ||
- state options as actual option map | ||
- default for solution | ||
- solver runtime reference to solver | ||
- sentry behind a feature | ||
- embedded can be specified without embedded build id (deserialize) | ||
- spec from file update sources | ||
- binary and sources use reference to recipe (and tests) | ||
- look all all TODOs and todo!() in code | ||
- test package not found during build fir spk info | ||
|
||
- add config that embeds spfs config | ||
- overlay spfs fields from config over spfs config? | ||
- is this smart in terms of spfs not being able to see it's own overrides? |