cleanup/panic-to-result #702

Open
SakulFlee wants to merge 2 commits from cleanup/panic-to-result into main
Owner
No description provided.
fix: replace panic! in shader bind group creation with Result errors
Some checks failed
ci/woodpecker/push/linting Pipeline failed
65136ee520
The shader module's bind_group method was using panic! and expect()
for recoverable errors (wrong variable type or missing variable).
Now returns proper ShaderError variants (VariableTypeMismatch,
MissingVariable) instead of panicking.
style: auto-format code
Some checks failed
ci/woodpecker/push/linting Pipeline failed
3d431115e3
Some checks are pending
ci/woodpecker/push/linting Pipeline failed
ci/woodpecker/pr/test
Required
ci/woodpecker/pr/linting
Required
Some required checks are missing.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin cleanup/panic-to-result:cleanup/panic-to-result
git switch cleanup/panic-to-result
Sign in to join this conversation.
No reviewers
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
SakulFlee/Orbital!702
No description provided.