mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[PR #548] [MERGED] Fix Linux compilation failing due to infinite recursion #594
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#594
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/jpochyla/psst/pull/548
Author: @itsjunetime
Created: 10/23/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @jacksongoode
Base:
main← Head:fix_overflowing_requirements_compilation📝 Commits (1)
0854f2dFix issue with compilation failing due to infinite recursion when trying to satisfy Send bound📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
psst-gui/src/data/track.rs(+1 -1)📄 Description
Right now, on current main, I can't compile
psst-guidue to an issue with overflowing trait requirements:It seems that switching this
Vectorto anArc<[]>fixes the compilation issue. It also runs fine and I've verified that I can listen to music and view lyrics and such with this change. I'm not super familiar withdruid, so I'm not certain if thisVectoris needed for any sort of reactivity or whatever, but it seems to work fine for me.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.