Commit Graph

17 Commits

Author SHA1 Message Date
Cutieguwu
d74ef1b0fe Fixed infinite looping of MapFile::defrag method. 2025-02-26 11:44:00 -05:00
Cutieguwu
93e74ce2d2 Began writing unit tests. 2025-02-24 14:20:46 -05:00
Cutieguwu
b890d74cb7 Reviewed dependency tree. 2025-02-24 14:20:18 -05:00
Cutieguwu
58a6cbd689 Added basis for unit tests. Noted required unit tests to imlpement. 2025-02-20 20:33:46 -05:00
Cutieguwu
35299f3675 Merge branch 'main' of https://github.com/Cutieguwu/kramer 2025-02-20 19:18:44 -05:00
Cutieguwu
85dbcc5618 Cleanup and renaming of bindings. 2025-02-20 19:13:58 -05:00
Olivia Brooks
13742efe42 Merge pull request #1 from Cutieguwu/dependabot/cargo/clap-4.5.30
Support clap to its next minor patch via tilde notation.
2025-02-20 14:34:49 -05:00
Olivia Brooks
7a6e02eb08 Update Cargo.toml
Employ Tilde requirements. All patches to clap were non-breaking of current functionality. 4.5.27 remains the tested version.
2025-02-20 14:34:01 -05:00
dependabot[bot]
97e89d3874 Bump clap from 4.5.27 to 4.5.30
Bumps [clap](https://github.com/clap-rs/clap) from 4.5.27 to 4.5.30.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.27...clap_complete-v4.5.30)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 19:30:49 +00:00
Olivia Brooks
c27cf64c80 Merge pull request #2 from Cutieguwu/dependabot/cargo/serde-1.0.218
Resolved by adjusting version notation to support up to next minor version of serde.
2025-02-20 14:29:51 -05:00
Olivia Brooks
23fd1c158e Update Cargo.toml
Employ Tilde requirements due to update strategy employed by serde crate possibly having breaking changes at the patch level.

Patch 217 is fully functional without fault. It is also the only version tested at present.

Patch 218 just revises documentation, so is functionally identical to patch 217.
2025-02-20 14:27:29 -05:00
dependabot[bot]
9c9447a9ac Bump serde from 1.0.217 to 1.0.218
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.217 to 1.0.218.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.217...v1.0.218)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-20 18:59:14 +00:00
Olivia Brooks
55f7acf168 Create dependabot.yml 2025-02-20 13:58:28 -05:00
Cutieguwu
c8a98ea3cb Improved get_state method efficiency. 2025-02-19 14:06:51 -05:00
Cutieguwu
4307e8741c Fixed and Improved defragging. 2025-02-19 13:40:55 -05:00
Cutieguwu
70392f54c8 Updated progress. 2025-02-19 09:13:44 -05:00
Cutieguwu
79fddd7802 Initial Commit 2025-02-19 08:32:14 -05:00