diff options
-rw-r--r-- | bugscan.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ $bug_matches = { "SyntaxError: Missing parentheses in call to 'print'." => "err_python3", # e.g. pyzy "ERROR: ambiguous python shebang" => "err_python3", # e.g. scid "%py2_build" => "err_python3", # e.g. obapps + "python2: No such file or directory" => "err_python3", # e.g. python-pyexcelerator "libtool: compile: unable to infer tagged configuration" => "err_libtool", # e.g. mcal "XMvn was unable to resolve artifact" => "err_javadep", # e.g. mnemonicsetter + "\\[ERROR\\] *Cannot satisfy dependency:" => "err_javadep", # e.g. eclipse-cdt + "-unsafe-string is not available." => "err_ocamlunsafestring", # e.g. mp3packer } |