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

Backport bugfixes to v0.16 #3774

Merged
merged 4 commits into from
May 25, 2023
Merged

Conversation

Wumpf
Copy link
Member

@Wumpf Wumpf commented May 14, 2023

Checklist

  • Run cargo clippy.
  • Run RUSTFLAGS=--cfg=web_sys_unstable_apis cargo clippy --target wasm32-unknown-unknown if applicable.
  • Add change to CHANGELOG.md. See simple instructions inside file.

Description

Backports

all of which are crash fixes without any apparent api breackage.

Testing

It compiles and the only thing conflicting was the changelog

@Wumpf Wumpf changed the title Backport patches to v0.16 Backport bugfixes to v0.16 May 14, 2023
@Wumpf
Copy link
Member Author

Wumpf commented May 14, 2023

I think this one should also go in here #3744
There might be more :)

@Wumpf Wumpf mentioned this pull request May 15, 2023
14 tasks
@emilk
Copy link
Contributor

emilk commented May 17, 2023

I also merged in this fix:

* Always support 4x MSAA on GL

* Update changelog
@@ -697,7 +697,7 @@ pub enum BindError {
s1 = if *.actual >= 2 { "s" } else { "" },
)]
MismatchedDynamicOffsetCount {
group: u8,
group: u32,
Copy link
Member

Choose a reason for hiding this comment

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

Oi, this is, technically, a semver breaking change.

I think we could validly argue that while it is breaking, no one is going to be looking at it, only calling Display::fmt.

Let's go ahead with it.

@cwfitzgerald cwfitzgerald merged commit 62d3b6f into gfx-rs:v0.16 May 25, 2023
@Wumpf Wumpf deleted the v0.16-patches branch May 25, 2023 05:46
@emilk emilk mentioned this pull request May 25, 2023
5 tasks
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.

5 participants