mirror of https://github.com/perkeep/perkeep.git
d373f86d9f
Because of Go's rules regaring closures (function literals) and bound variables, in the case in which there were multiple patterns in the ignoredFiles configuration variable, the entire slice (vector) of registered matching functions was being called with the last-configured ignoredFiles pattern as the first variable. This meant that ignoredFiles did not work if it contained more than one pattern and in certain circumstances, such a configuration would lead to a crash. Change-Id: I0b991aa74d079d4ce27fc0ba373e2ee2cf9eb772 |
||
---|---|---|
.. | ||
android | ||
client.go | ||
config.go | ||
config_test.go | ||
enumerate.go | ||
get.go | ||
ignored_test.go | ||
remove.go | ||
stat_test.go | ||
stats.go | ||
sync.go | ||
sync_test.go | ||
upload.go |