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

Simplify Rc build variant selection #348

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Simplify Rc build variant selection #348

merged 2 commits into from
Jun 18, 2024

Conversation

irh
Copy link
Contributor

@irh irh commented Jun 18, 2024

This PR aims to simplify the process of choosing the rc build variant by removing the rc/arc features from non-'leaf' crates like libs, with the goal of a user only having to enable it on a top-level crate like koto or koto_runtime.

irh added 2 commits June 18, 2024 09:14
I'm not sure why this file was in crates/koto, but it clearly makes more sense
in crates/cli.
Ideally a user should only need to enable `rc` for a single crate, e.g. either
`koto` or `koto_runtime`, rather than having to enable it for each Koto crate.
@irh irh merged commit e12572d into main Jun 18, 2024
8 checks passed
@irh irh deleted the improve-rc-build-selection branch June 18, 2024 07:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant