• Joined on 2026年04月07日
aecsocket created pull request worm-blossom/willow_rs#46 2026年04月25日 16:16:47 +02:00
Run just prepare and fix Clippy issues
aecsocket pushed to prepare at aecsocket/willow_rs 2026年04月25日 16:14:53 +02:00
b10a39af3c
first pass of clippy fixes
3cd4bbf8d2
Run just prepare
Compare 2 commits »
aecsocket created branch prepare in aecsocket/willow_rs 2026年04月25日 16:14:53 +02:00
aecsocket pushed to main at aecsocket/willow_rs 2026年04月25日 14:11:34 +02:00
2c7a63700a Derive Display and Error for PersistentStoreError
9c0fccc0e5 Merge pull request 'persistent-store' (#45) from persistent-store into main
680db75d9c Bump meadowcap version
e1d4bd317d More dependency versioning stuff
126945bcad Prepare willow_data_model for release
Compare 119 commits »
aecsocket pushed to feat/serde at aecsocket/willow_rs 2026年04月14日 17:17:14 +02:00
03fecaa64f
Initial serde impl
dc4b029a78 Merge branch 'persistent-store' of https://codeberg.org/worm-blossom/willow_rs into persistent-store
f9978a23a1 Merge pull request 'Add justfile for automated checks, relax lints' (#43) from aecsocket/willow_rs:feat/persistent-store-checks into persistent-store
630488fe34 Fix a lifetime issue after upgrading to ufotofu 0.12.1
23440f0104
Add justfile for automated checks, relax lints
Compare 108 commits »
aecsocket closed pull request worm-blossom/willow_rs#41 2026年04月14日 16:27:27 +02:00
Add standardized checks using a justfile
aecsocket commented on pull request worm-blossom/willow_rs#41 2026年04月14日 16:27:27 +02:00
Add standardized checks using a justfile

Sounds good. Closing in favour of worm-blossom/willow_rs#43.

aecsocket created pull request worm-blossom/willow_rs#43 2026年04月14日 16:27:10 +02:00
Add justfile for automated checks, relax lints
aecsocket pushed to feat/persistent-store-checks at aecsocket/willow_rs 2026年04月14日 16:25:15 +02:00
23440f0104
Add justfile for automated checks, relax lints
636450ec0d Fix persistent store key encodings
92987a980f Fix some doc comments
fcd55ca5f2 Complete the merge semantically
ef90d5f460 Merge things hopefully
Compare 10 commits »
aecsocket created branch feat/persistent-store-checks in aecsocket/willow_rs 2026年04月14日 16:25:14 +02:00
aecsocket commented on pull request worm-blossom/willow_rs#41 2026年04月10日 03:36:27 +02:00
Add standardized checks using a justfile

I made changes in a few passes:

aecsocket commented on pull request worm-blossom/willow_rs#41 2026年04月09日 12:48:30 +02:00
Add standardized checks using a justfile

I've added the cargo hack commands, but under a new task test-feature-powerset since the tests, especially building docs, take a long time to run with the feature powerset, and the time will...

aecsocket pushed to feat/checks at aecsocket/willow_rs 2026年04月09日 12:44:28 +02:00
8dc516f891
Add cargo-hack feature powerset, fix issues with no_std
aecsocket commented on pull request worm-blossom/willow_rs#41 2026年04月08日 20:15:44 +02:00
Add standardized checks using a justfile

Removed the nightly from justfile (it was a carryover from my own project's script), fixed old URLs and [Entry] ref.

aecsocket pushed to feat/checks at aecsocket/willow_rs 2026年04月08日 20:14:14 +02:00
27ce12fed8
Remove nightly tools from checks, correct doc strings and URLs
aecsocket created pull request worm-blossom/willow_rs#41 2026年04月08日 13:42:31 +02:00
Add standardized checks using a justfile
aecsocket pushed to feat/checks at aecsocket/willow_rs 2026年04月08日 13:39:55 +02:00
b67becdf9b
fix docs
aecsocket pushed to feat/checks at aecsocket/willow_rs 2026年04月08日 13:33:41 +02:00
fa002c9c22
fix docs
bcb3489e8b
perform fixes
c81990fb48
Add justfile
Compare 3 commits »
aecsocket created branch feat/checks in aecsocket/willow_rs 2026年04月08日 13:33:40 +02:00
aecsocket pushed to feat/serde at aecsocket/willow_rs 2026年04月08日 01:40:27 +02:00
d422188ff5
Initial serde impl