testing 2 master #1

Closed
tuxza wants to merge 0 commits from testing into master
Owner
No description provided.
Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
- tuxzilla is an absolute idiot and forgot to do this.

Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
- Enable comprehensive clippy lints in Cargo.toml
- Replace `unwrap`/`expect` with `map_or`/`map_or_else`
- Convert `match` statements to `if let` where appropriate
- Adopt format shorthand strings (e.g., `{var}`) throughout the codebase

Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
Migrate database IDs to u64

Update entity models and database logic to use `u64` for Discord IDs,
aligning with Serenity's `UserId` type.

Added stricter clippy lints and fixed caught lints

Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
Convert database ID fields to signed integers
Some checks failed
rust-clippy analyze / Run rust-clippy analyzing (pull_request) Waiting to run
CodeQL Advanced / Analyze (actions) (pull_request) Has been cancelled
CodeQL Advanced / Analyze (rust) (pull_request) Has been cancelled
42f9fda739
Updated entity models to use `i64` instead of `u64` to maintain
compatibility with the underlying database storage. Added necessary
casts throughout the application logic to handle the conversion between
unsigned IDs and signed database identifiers.

Signed-off-by: Tuxzilla <tuxzilla@tuxzilla.com>
tuxza closed this pull request 2026-08-14 04:01:20 +00:00
Some checks failed
rust-clippy analyze / Run rust-clippy analyzing (pull_request) Waiting to run
CodeQL Advanced / Analyze (actions) (pull_request) Has been cancelled
CodeQL Advanced / Analyze (rust) (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
tuxza/botplate!1
No description provided.