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

lock_api: Add default "atomic_usize" feature #380

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

rmsyn
Copy link
Contributor

@rmsyn rmsyn commented Apr 24, 2023

Adds a default "atomic_usize" feature as a feature gate for library components that rely on AtomicUsize. Some platforms, such as AVR, do not support atomics with large widths.

Current library users will experience no changes, but users on constrained platforms can opt-out by using default_features = false.

Adds a default "atomic_usize" feature as a feature gate for library
components that rely on `AtomicUsize`. Some platforms, such as AVR, do
not support atomics with large widths.

Current library users will experience no changes, but users on
constrained platforms can opt-out by using `default_features = false`.
@rmsyn
Copy link
Contributor Author

rmsyn commented Apr 25, 2023

Looks like the Windows CI runner timed out:

 The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128
  Waiting 13 seconds before trying again
  "C:\Program Files\Git\bin\git.exe" -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +5dee459357ae3328b5c2cbc8cc1a60527e1e344f:refs/remotes/pull/380/merge
  Error: fatal: unable to access 'https://github.com/Amanieu/parking_lot/': Failed to connect to github.com port 443 after 21047 ms: Couldn't connect to server
  Error: The process 'C:\Program Files\Git\bin\git.exe' failed with exit code 128

@Amanieu Amanieu merged commit aa6c4cc into Amanieu:master Apr 27, 2023
37 checks passed
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.

None yet

2 participants