[PR #390] [MERGED] The scopes macro supports to split scope by whitespace #429

Closed
opened 2026-02-27 20:24:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ramsayleung/rspotify/pull/390
Author: @ramsayleung
Created: 2/22/2023
Status: Merged
Merged: 5/14/2023
Merged by: @ramsayleung

Base: masterHead: ramsay_optimize_scopes_macro


📝 Commits (5)

  • 2b9991b scopes macro support to split scope by whitespace
  • b4394c5 Update CHANGELOG
  • 2a0753e Merge branch 'master' into ramsay_optimize_scopes_macro
  • 0a21403 Fix failed CI
  • 4248185 Merge branch 'master' into ramsay_optimize_scopes_macro

📊 Changes

2 files changed (+29 additions, -1 deletions)

View changed files

📝 CHANGELOG.md (+3 -0)
📝 rspotify-macros/src/lib.rs (+26 -1)

📄 Description

Description

The scopes! macro supports to split scope by whitespace

Motivation and Context

https://github.com/ramsayleung/rspotify/issues/389

Dependencies

None

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

How has this been tested?

  • test_scopes_with_whitespace

Is this change properly documented?

Yes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ramsayleung/rspotify/pull/390 **Author:** [@ramsayleung](https://github.com/ramsayleung) **Created:** 2/22/2023 **Status:** ✅ Merged **Merged:** 5/14/2023 **Merged by:** [@ramsayleung](https://github.com/ramsayleung) **Base:** `master` ← **Head:** `ramsay_optimize_scopes_macro` --- ### 📝 Commits (5) - [`2b9991b`](https://github.com/ramsayleung/rspotify/commit/2b9991bb0eb6508b00989e28a8dc856a248a2f0f) scopes macro support to split scope by whitespace - [`b4394c5`](https://github.com/ramsayleung/rspotify/commit/b4394c5f866ba2b3ae6ed44af155c5c58aa74053) Update CHANGELOG - [`2a0753e`](https://github.com/ramsayleung/rspotify/commit/2a0753e9830ac41071cd72d45f558c4970f6d1e5) Merge branch 'master' into ramsay_optimize_scopes_macro - [`0a21403`](https://github.com/ramsayleung/rspotify/commit/0a2140362762f4f78ab05c3cc752cf3d8fb66649) Fix failed CI - [`4248185`](https://github.com/ramsayleung/rspotify/commit/42481853726b315578e50caf2cc2164035ea0512) Merge branch 'master' into ramsay_optimize_scopes_macro ### 📊 Changes **2 files changed** (+29 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+3 -0) 📝 `rspotify-macros/src/lib.rs` (+26 -1) </details> ### 📄 Description ## Description The `scopes!` macro supports to split scope by whitespace ## Motivation and Context https://github.com/ramsayleung/rspotify/issues/389 ## Dependencies None ## Type of change Please delete options that are not relevant. - [x] New feature (non-breaking change which adds functionality) ## How has this been tested? - [x] test_scopes_with_whitespace ## Is this change properly documented? Yes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 20:24:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/rspotify#429
No description provided.