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

spv-out: use OpFRem instead of OpFMod #1653

Merged
merged 1 commit into from
Jan 8, 2022
Merged

Conversation

JCapucho
Copy link
Collaborator

@JCapucho JCapucho commented Jan 7, 2022

Closes #1652

@kvark
Copy link
Member

kvark commented Jan 7, 2022

Looks like indexmap broke MSRV

@kvark
Copy link
Member

kvark commented Jan 7, 2022

Would you mind specifying indexmap dependency as "1.7"?

@JCapucho
Copy link
Collaborator Author

JCapucho commented Jan 7, 2022

Sorry only noticed now.

But I'm confused we have in the Cargo.toml

indexmap = "1.6" # 1.7 has MSRV 1.49

why is it pulling 1.8 and how would changing it to 1.7 help?

@kvark
Copy link
Member

kvark commented Jan 7, 2022

Damn, hmm, interesting. Technically 1.8 is compatible with 1.6 that we are requesting. We need to request it differently:

indexmap = "~1.6"

@JCapucho
Copy link
Collaborator Author

JCapucho commented Jan 7, 2022

It's fixed now

@kvark kvark merged commit 70b5dda into gfx-rs:master Jan 8, 2022
@kvark kvark added the can backport PR that can be back-ported to a release branch label Jan 8, 2022
@kvark kvark mentioned this pull request Jan 12, 2022
@kvark
Copy link
Member

kvark commented Jan 12, 2022

Published in naga-0.8.2

@kvark kvark removed the can backport PR that can be back-ported to a release branch label Jan 12, 2022
@JCapucho JCapucho deleted the spv-frem branch February 19, 2022 15:11
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.

WGSL float % translates into incorrect spirv op code
2 participants