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: bump parking_lot to 0.12 in order to not create wasm export #254

Merged
merged 2 commits into from
Feb 23, 2022

Conversation

dsherret
Copy link
Contributor

@dsherret dsherret commented Feb 14, 2022

parking_lot 0.11 was using parking_lot_core 0.8 which was creating a wasm export when targeting wasm: Amanieu/parking_lot#269

This bumps to parking_lot 0.12, which uses parking_lot_core 0.9 which doesn't have the issue where it creates the wasm export.

@jdm
Copy link
Member

jdm commented Feb 14, 2022

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit cbd1dc3 has been approved by jdm

@bors-servo
Copy link
Contributor

⌛ Testing commit cbd1dc3 with merge fecd26d...

bors-servo added a commit that referenced this pull request Feb 14, 2022
fix: bump parking_lot to 0.12 in order to not create wasm export

parking_lot 0.11 was using parking_lot_core 0.8 which was creating a wasm export when targeting wasm: Amanieu/parking_lot#269

This bumps to parking_lot 0.12, which uses parking_lot_core 0.9 which doesn't have the issue where it creates the wasm export.
@bors-servo
Copy link
Contributor

💔 Test failed - checks-github

@dsherret
Copy link
Contributor Author

dsherret commented Feb 14, 2022

Failed because of use of spin_loop in parking_lot_core. spin_loop was stabilized in 1.49.0: https://doc.rust-lang.org/std/hint/fn.spin_loop.html

Current rust version is 1.58.1, CI is on 1.40. Is it an issue to upgrade to 1.49?

@dsherret
Copy link
Contributor Author

I'm guessing it doesn't work when I do it, but worth a try 😄

@bors-servo r+

@bors-servo
Copy link
Contributor

@dsherret: 🔑 Insufficient privileges: Not in reviewers

@KiChjang
Copy link
Contributor

@bors-servo r+

@bors-servo
Copy link
Contributor

📌 Commit 6c0f825 has been approved by KiChjang

@bors-servo
Copy link
Contributor

⌛ Testing commit 6c0f825 with merge 9b7abe4...

@bors-servo
Copy link
Contributor

☀️ Test successful - checks-github
Approved by: KiChjang
Pushing 9b7abe4 to master...

@bors-servo bors-servo merged commit 9b7abe4 into servo:master Feb 23, 2022
@dsherret dsherret deleted the chore_bump_parking_lot branch February 23, 2022 23:39
@upsuper
Copy link
Contributor

upsuper commented Mar 18, 2022

Is there a plan to publish a new version for this change? The version on crates.io is still using parking_lot 0.11.

@dsherret dsherret mentioned this pull request Mar 21, 2022
bors-servo added a commit that referenced this pull request Mar 27, 2022
@jdm
Copy link
Member

jdm commented Mar 27, 2022

Published.

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