X-Git-Url: https://ruderich.org/simon/gitweb/?p=blhc%2Fblhc.git;a=blobdiff_plain;f=bin%2Fblhc;fp=bin%2Fblhc;h=56161df8eee5d1aa4d7b8a71b59287e40c097733;hp=5181e78db0c7fa6afbb181a76fce7fcf32df636b;hb=f9fc1e7faf7ce0eb10faa0edfa1f5d70b8a8f325;hpb=ec57d62bf603e1f91e286bccbe7024661075da09 diff --git a/bin/blhc b/bin/blhc index 5181e78..56161df 100755 --- a/bin/blhc +++ b/bin/blhc @@ -570,7 +570,7 @@ sub is_non_verbose_build { return 0 if $line =~ /^\s*Compiling \S+\.(?:py|pyx|el)['"]?\s*(?:\.\.\.|because it changed\.)?$/; return 0 if $line =~ /^\s*[Cc]ompiling catalog \S+\.po\b/; # cargo build - return 0 if $cargo and $line =~ m{^\s*Compiling\s+\S+\s+v\S+(?:\s+\(/<>\))?$}; + return 0 if $cargo and $line =~ m{^\s*Compiling\s+\S+\s+v\S+(?:\s+\(/(?:<>|builds/\S+)\))?$}; # "Compiling" with no file name. if ($line =~ /^\s*[Cc]ompiling\s+(.+?)(?:\.\.\.)?$/) { # $file_extension_regex may need spaces around the filename.