mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #683] [CLOSED] Merge dev into tokio_migration and fix warnings #1016
Labels
No labels
A-Alsa
SpotifyAPI
Tokio 1.0
audio
bug
can't reproduce
compilation
dependencies
duplicate
enhancement
good first issue
help wanted
high priority
imported
imported
invalid
new api
pull-request
question
reverse engineering
wiki
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot#1016
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/librespot-org/librespot/pull/683
Author: @Johannesd3
Created: 3/31/2021
Status: ❌ Closed
Base:
tokio_migration← Head:tokio_migration📝 Commits (10+)
09e506eReplace version functions by constants85be0d0Adjust documentationbce4858Add semver constant, rename "build id" env varc8e45abModified startup message58bd339Restore MSRV to 1.41da0e913Merge pull request #647 from Johannesd3/msrv_1.414beb3d5Add version string CLI parameter, set name to optional parameter, default to 'librespot'56f1fb6Merge pull request #595 from Johannesd3/const_versions8dc1e80separated stream for each seek86dbaa8true/false don't need to be explicit📊 Changes
21 files changed (+201 additions, -195 deletions)
View changed files
📝
.github/workflows/test.yml(+1 -1)📝
COMPILING.md(+1 -1)📝
Cargo.lock(+4 -4)📝
audio/src/passthrough_decoder.rs(+92 -79)📝
connect/src/spirc.rs(+1 -1)📝
core/build.rs(+2 -1)📝
core/src/apresolve.rs(+2 -2)📝
core/src/authentication.rs(+2 -5)📝
core/src/config.rs(+10 -10)📝
core/src/connection/codec.rs(+6 -6)📝
core/src/connection/handshake.rs(+5 -5)📝
core/src/connection/mod.rs(+5 -5)📝
core/src/diffie_hellman.rs(+4 -4)📝
core/src/mercury/mod.rs(+3 -3)📝
core/src/mercury/types.rs(+11 -11)📝
core/src/spotify_id.rs(+3 -3)📝
core/src/version.rs(+12 -39)📝
examples/get_token.rs(+3 -1)📝
examples/play.rs(+5 -5)📝
examples/playlist_tracks.rs(+3 -1)...and 1 more files
📄 Description
... and fix (new?) clippy lints. Clippy didn't like the naming of some types and enum variants, consecutive upper letters are probably reserved for constants.
Maybe it's possible to fast-forward this merge to avoid an additional (useless) merge commit, but I'm no github pr expert.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.