X Tutup
Skip to content

Include patch file origin paths in patch logging messages#89

Merged
ethangreen-dev merged 6 commits intoethangreen-dev:masterfrom
flakywanderer:patch-file-origin
Oct 28, 2024
Merged

Include patch file origin paths in patch logging messages#89
ethangreen-dev merged 6 commits intoethangreen-dev:masterfrom
flakywanderer:patch-file-origin

Conversation

@flakywanderer
Copy link
Contributor

No description provided.

targets: HashSet<String>,
// Unsorted
patches: Vec<(Patch, Priority)>,
patches: Vec<(Patch, Priority, PathBuf)>,
Copy link
Owner

Choose a reason for hiding this comment

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

At some point we should replace this tuple with a struct. This works for now though.

Copy link
Owner

@ethangreen-dev ethangreen-dev left a comment

Choose a reason for hiding this comment

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

Looks good to me, great work.

@ethangreen-dev ethangreen-dev merged commit c1a61db into ethangreen-dev:master Oct 28, 2024
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

X Tutup