apenwarr / apenwarr/git-subtrac

format string error

Open
#10 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
389
Forks
13
PR merge metrics
No merged PRs in 30d

Description

`tryFetchFromSubmodules` has a format string error:

```
for i := range repos {
subpath := paths[i]
subr := repos[i]
c.infof(" path=%q subr=%q\n", subpath, subr)
```

Outputs:

```
Searching submodules for: decbde0a79d6462b8a9c009fddc24d5c40dd913b/oss@25b021388b 25b021388b83c80d1c717479ba9694e713af989d
path="oss" subr=&{%!q(*filesystem.Storage=&{0xc000adf960 0xc000afea00 {{false false 0} 0xc000d84960 0xc000afea00 map[] [] 0 map[]} {0xc000afea00} {0xc000afea00} {0xc000afea00} {0xc000afea00} {0xc000afea00}}) map[] %!q(*chroot.ChrootHelper=&{0xc00000f740 /home/bradfitz/src/tailscale.io/oss})}
...found! in oss
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.