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

fix: return list of modified files for targets of kind: file #633

Merged
merged 5 commits into from
Apr 12, 2022

Conversation

lemeurherve
Copy link
Member

Ref: #632

Title

Part of #632

Test

To test this pull request, you can run the following commands:

cp <to_package_directory>
go test

Additional Information

Tradeoff

Potential improvement

@lemeurherve lemeurherve marked this pull request as ready for review April 12, 2022 11:55
lemeurherveCB and others added 2 commits April 12, 2022 15:55
The file paths are retrieved from a map where their order isn't guaranteed,
while they are compared to an array of file paths in tests, sorted by design.
@lemeurherve
Copy link
Member Author

@dduportal this one is good for review

It fails correctly when I comment the else ;)

Copy link
Contributor

@dduportal dduportal left a comment

Choose a reason for hiding this comment

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

LGTM great work!

@dduportal dduportal added bug Something isn't working resource-file Resource of kind File labels Apr 12, 2022
@dduportal dduportal enabled auto-merge (squash) April 12, 2022 14:04
@dduportal dduportal merged commit 4f95dc3 into updatecli:main Apr 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working resource-file Resource of kind File
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants