Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix f64 support with debug-plugin feature #398

Merged
merged 2 commits into from
Jul 6, 2024
Merged

Conversation

Jondolf
Copy link
Owner

@Jondolf Jondolf commented Jul 6, 2024

Objective

The debug rendering is using some incorrect math types when the f64 feature is enabled, causing compilation to fail.

Solution

Fix the types and add debug-plugin to CI so it hopefully catches this in the future.

@Jondolf Jondolf added the bugfix label Jul 6, 2024
@Jondolf Jondolf merged commit d73349f into main Jul 6, 2024
4 checks passed
@Jondolf Jondolf deleted the fix-debug-plugin-f64 branch July 6, 2024 02:22
@Jondolf Jondolf added C-Bug Something isn't working A-CI Continuous integration A-Debug-Rendering Relates to the debug plugin or any other useful debugging features and removed bugfix labels Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-CI Continuous integration A-Debug-Rendering Relates to the debug plugin or any other useful debugging features C-Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant