Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement package traits #7392

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

FranzBusch
Copy link
Contributor

@FranzBusch FranzBusch commented Mar 4, 2024

Motivation

Packages often want to conditionally compile code or add optional dependencies. This is the PR implementing the proposed package traits functionality.

TODOs:

  • Workspace support for multi root workspaces
  • Availability
  • Support enabling traits of root dependencies without depending on products. This is allows the root to configure the dependencies of dependencies.

@FranzBusch
Copy link
Contributor Author

@swift-ci please test

# Motivation

Packages often want to conditionally compile code or add optional dependencies. This is the PR implementing the proposed package traits functionality.

TODOs:
- [] Workspace support for multi root workspaces
@MaxDesiatov
Copy link
Member

@swift-ci test

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants