mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[PR #504] [MERGED] General fixes to protobuf bindings, depreciation warnings and publish.sh #953
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#953
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/504
Author: @sashahilton00
Created: 7/24/2020
Status: ✅ Merged
Merged: 7/26/2020
Merged by: @sashahilton00
Base:
dev← Head:build-fixes📝 Commits (5)
4de9c92Update build.rs & publish.sh with minor fixes22ca944Small tweak to console output during publishing.4a21b5cFix depreciation warningse97911eGenerate proto bindings in OUT_DIR, remove precompiled bindings16462b3Accidentally bumped protobuf version📊 Changes
21 files changed (+95 additions, -43121 deletions)
View changed files
📝
Cargo.lock(+1 -0)📝
Cargo.toml(+1 -1)📝
audio/src/lewton_decoder.rs(+0 -4)📝
connect/src/spirc.rs(+2 -2)📝
core/src/proxytunnel.rs(+1 -2)📝
protocol/Cargo.toml(+1 -0)📝
protocol/build.rs(+64 -54)➕
protocol/proto/mod.rs(+4 -0)➖
protocol/src/authentication.rs(+0 -5647)➖
protocol/src/keyexchange.rs(+0 -7589)📝
protocol/src/lib.rs(+2 -11)➖
protocol/src/mercury.rs(+0 -1997)➖
protocol/src/metadata.rs(+0 -10647)➖
protocol/src/playlist4changes.rs(+0 -3970)➖
protocol/src/playlist4content.rs(+0 -1597)➖
protocol/src/playlist4issues.rs(+0 -794)➖
protocol/src/playlist4meta.rs(+0 -2240)➖
protocol/src/playlist4ops.rs(+0 -3742)➖
protocol/src/pubsub.rs(+0 -320)➖
protocol/src/spirc.rs(+0 -4503)...and 1 more files
📄 Description
Should fix the rust docs error mentioned by @ashthespy in Gitter. Also updates the publish script with some minor tweaks to deal with lock file and issues with remote server timing.
Have also fixed the depreciation warnings by removing redundant description methods and changing
description()instances to useto_string()N.B. This is non-functional atm, build.rs/lib.rs needs further updating.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.