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

Tidy up #125

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

stagnation
Copy link

Some small changes to I made during the work to update windows workers.
Keep them as a separate PR to merge them sooner, and reduce the scope of the meaty review of the PR.

@@ -254,10 +254,10 @@ func main() {
// used. This increases cache hit rate.
cacheDirectory, err := filesystem.NewLocalDirectory(nativeConfiguration.CacheDirectoryPath)
if err != nil {
return util.StatusWrap(err, "Failed to open cache directory")
return util.StatusWrapf(err, "Failed to open cache directory: %v", nativeConfiguration.CacheDirectoryPath)
Copy link
Member

Choose a reason for hiding this comment

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

return util.StatusWrapf(err, "Failed to open cache directory %#v", nativeConfiguration.CacheDirectoryPath)

Drop the : and add a #. The # causes the string to be quoted. Same in other places in this PR.

@stagnation stagnation force-pushed the feature/tidy-up-2024-01 branch 2 times, most recently from 86ef203 to 3b4602b Compare February 7, 2024 16: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.

2 participants