mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-01-11 14:40:25 +01:00
[PR #859] [CLOSED] fix parking_lot transitive features conflict #1122
Reference in New Issue
Block a user
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/LGUG2Z/komorebi/pull/859
Author: @edraze
Created: 5/30/2024
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
458cac9fix(cli): respect named ws send behaviour4bcbe91QUIN-172 fix parking_lot transitive features conflict334323ffix parking_lot transitive features conflict41421b3fix parking_lot transitive features conflict📊 Changes
2 files changed (+8 additions, -8 deletions)
View changed files
📝
komorebi/Cargo.toml(+2 -2)📝
komorebi/src/window_manager.rs(+6 -6)📄 Description
In the case when the
komorebi-clientis used in one project with some dependency that is transitively used crateparking_lotwith featuresend_guard, a compilation error occurs becausekomorebi-clienttransitively importingparking_lotwith featuredeadlock_detectionand these features are mutually exclusive.This fix suggests enabling
deadlock_detectionfeature inparking_lotcrate only ifdeadlock_detectionenabled forkomorebicrate, by default it is disabled so it will solve issue withkomorebi-client🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.