mirror of
https://github.com/librespot-org/librespot.git
synced 2026-04-27 08:15:50 +03:00
[GH-ISSUE #113] Nightly feature flag non existent #97
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#97
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?
Originally created by @ComlOnline on GitHub (Jan 31, 2018).
Original GitHub issue: https://github.com/librespot-org/librespot/issues/113
In the master branch of librespot the
nightlyflag does not exist, see here. However in the v0.2 branch from plietar we can see that it is still there, see here.In the v0.2 branch this is the nightly flag:
Should it be added back in as an option or is it now unneeded and the wiki changed?
@sashahilton00 commented on GitHub (Feb 1, 2018):
i don't believe it does anything in the current version, though @plietar would be the best person to talk to about that. the v0.2 branch was the beginning of a rewrite for librespot, but serde_derive doesn't look to do much, given that Serialize and Deserialize are already in use from the serde_json library...
@plietar commented on GitHub (Feb 2, 2018):
serde_derivehas been working on Rust stable since 1.16. I'm pretty sure the recommendation in the readme is just a left over from a while ago and can be deleted now.@sashahilton00 commented on GitHub (Feb 2, 2018):
Closing then, as readme has no mention of nightly flag. Reopen if necessary.
@ComlOnline commented on GitHub (Feb 2, 2018):
Just for sake of completeness this was in the Dev section of the readme. I moved it to here. I'll remove the bit about the nightly feature.