Skip to content

Conversation

@micprog
Copy link
Member

@micprog micprog commented Jan 11, 2026

No description provided.

@micprog micprog requested a review from fischeti January 11, 2026 15:43
Copy link
Contributor

@fischeti fischeti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM in general, I like this feature❤️

One CLI regression test is currently failing, not sure if this is expected or not. Also we could add a few examples to the test list. Of course, they are expected to fail now.

src/src.rs Outdated
let mut target_defs = all_targets
.into_iter()
.filter_map(|t| match t.contains(':') {
true => None,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the idea here? If I understand it correctly all_targets are now stripped of the dependency, so this should never happen?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I'll remove this filtering!

@micprog micprog merged commit 9672d4d into master Jan 13, 2026
7 of 9 checks passed
@micprog micprog deleted the pkg_trgts branch January 13, 2026 15:08
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.

2 participants