mirror of
https://github.com/ramsayleung/rspotify.git
synced 2026-04-26 07:55:55 +03:00
[PR #293] [CLOSED] Unbound Send marker if compile target is wasm32 #378
Labels
No labels
Stale
bug
discussion
enhancement
good first issue
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rspotify#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ramsayleung/rspotify/pull/293
Author: @tomocrafter
Created: 12/11/2021
Status: ❌ Closed
Base:
master← Head:tomo/remove-send-from-all📝 Commits (4)
6c95acfUnbound Send marker if compile target is wasm32eb74345add:chrono wasmbind feature9edb52bSupports test code for wasm-pack test374ef45add:wasm-test📊 Changes
12 files changed (+170 additions, -34 deletions)
View changed files
📝
.github/workflows/ci.yml(+34 -0)📝
Cargo.toml(+8 -2)📝
rspotify-http/src/common.rs(+2 -1)📝
rspotify-http/src/reqwest.rs(+2 -1)📝
rspotify-model/Cargo.toml(+1 -1)📝
src/auth_code.rs(+4 -2)📝
src/auth_code_pkce.rs(+4 -2)📝
src/client_creds.rs(+2 -1)📝
src/clients/base.rs(+2 -1)📝
src/clients/oauth.rs(+2 -1)📝
tests/test_with_credential.rs(+97 -16)📝
tests/test_with_oauth.rs(+12 -6)📄 Description
Description
Unbounds Send marker if compile target is wasm32 to fix #292
Motivation and Context
Please also include relevant motivation and context.
Dependencies
List any dependencies that are required for this change.
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Is this change properly documented?
This PR doesn't updated document. and I'm not used to write document in English proper so if anyone can, please create PR.
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).
TBD
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.