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

Housekeeping #164

Closed
wants to merge 2 commits into from
Closed

Housekeeping #164

wants to merge 2 commits into from

Conversation

murl-digital
Copy link
Contributor

This is a PR with some misc housekeeping, resolving clippy warnings, fixing the odd typo, and bumping baseview to the latest commit (it works on my machine™️)

resolve misc clippy warnings
update to the latest baseview commit
switch to once_cell instead of lazy_static
Copy link
Owner

@robbert-vdh robbert-vdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR! I did the baseview bump in 3171178 and swapped lazy_static out for LazyLock in 61c79ab.

Cargo.toml Show resolved Hide resolved
nih_plug_egui/Cargo.toml Show resolved Hide resolved
@@ -217,7 +217,7 @@ impl<'slice, 'sample> Block<'slice, 'sample> {
}

/// Get a SIMD vector containing the channel data for a specific sample in this block. If `LANES
/// > channels.len()` then this will be padded with zeroes. If `LANES < channels.len()` then
/// \> channels.len()` then this will be padded with zeroes. If `LANES < channels.len()` then
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have a formatter doing something weird here too. May want to look into that!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was a clippy warning actually, something about using a special character so I escaped it manually. I'll double back on this

src/wrapper/util.rs Show resolved Hide resolved
@murl-digital
Copy link
Contributor Author

I'm not sure why you closed this btw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants