chen3feng / blade-build

Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Other
2.05k stars 500 forks source link

fix bug on blade query with --dependents --exclude-targets #973

Closed away closed 2 years ago

away commented 2 years ago

run blade query --dependents --exclude-targets=exdir:... to exclude a path tree, it does not work for walking path name starts with "./". I fix it by removing "./" before comparing.

chen3feng commented 2 years ago

thanks