Yang Zhao (he/him)
Yang Zhao (he/him)
This patchset attempts to bring python 3 compatibility to `git-p4`. I'm using this PR mostly to access the test pipeline, as I do not have `p4d` access locally. Please pardon...
**Description** In a masterless minion, if `cachedir` is configured to be part of a "hidden" folder (begins with `.`), `win_pkg` will fail to find any packages. **Setup** (Please provide relevant...
Addresses #1843
This OTEP attempts to address the usage of TRACEPARENT and TRACESTATE environment variables as a means to propagate tracing context to subprocesses. Such usage is already implemented by various tools...
parsing.dataloader.RE_TASKS regex will fail to compile on Windows since `os.path.sep` is `\`. Use `re.escape()` on the separator to keep the pattern expression valid. ##### SUMMARY On Windows, `parsing.dataloader.RE_TASKS` regex pattern...