-
fix: match glob path constraints under dot-directories (#828) (#829)
发布于
2026-08-28 03:03:52 +00:00 | 22 次提交 在此版本后已推送到 mainzlob was compiled with ZlobFlags::RECOMMENDED, which omits ZLOB_PERIOD, so
fnmatch's leading-dot rule blocked any wildcard from crossing a.config/
.picomponent. The globset backend has no such rule, so the divergence only
showed up in release builds.Closes #828
Co-authored-by: gustav-fff 286169375+gustav-fff@users.noreply.github.com
下载附件