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

add a slow fallback for native thread local storage #17579

Closed
thestinger opened this issue Sep 27, 2014 · 1 comment
Closed

add a slow fallback for native thread local storage #17579

thestinger opened this issue Sep 27, 2014 · 1 comment
Labels
O-android Operating system: Android O-ios Operating system: iOS

Comments

@thestinger
Copy link
Contributor

Rust's #[thread_local] does not work on iOS or on the Android bot at the moment. It should work on Android but the bot is too old (#17578). I am not able to test whether the current version of iOS has support / emulation for this now.

@thestinger thestinger added O-android Operating system: Android O-ios Operating system: iOS labels Sep 27, 2014
@alexcrichton
Copy link
Member

This was done some time ago.

lnicola pushed a commit to lnicola/rust that referenced this issue Jul 28, 2024
When the user applies the "Extract Variable" assist, the cursor is
positioned at the newly inserted variable. This commit adds a command
to the assist that triggers the rename action in VSCode. This way, the
user can quickly rename the variable after applying the assist.

Fixes part of: rust-lang#17579
lnicola pushed a commit to lnicola/rust that referenced this issue Jul 28, 2024
…=Veykril

Trigger VSCode to rename after extract variable assist is applied

When the user applies the "Extract Variable" assist, the cursor is
positioned at the newly inserted variable. This commit adds a command
to the assist that triggers the rename action in VSCode. This way, the
user can quickly rename the variable after applying the assist.

Fixes part of: rust-lang#17579

https://github.com/user-attachments/assets/4cf38740-ab22-4b94-b0f1-eddd51c26c29

I haven't yet looked at the module or function extraction assists yet.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-android Operating system: Android O-ios Operating system: iOS
Projects
None yet
Development

No branches or pull requests

2 participants