diff options
-rw-r--r-- | bugscan.rb | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -30,6 +30,9 @@ $bug_matches = { "redefinition of .*struct mount_attr" => "err_mountcompat", "error: File not found:.*.egg-info" => "err_egginfomissing", # e.g. sword "error: '.*' is not a member of 'std'" => "err_stdinclude", # e.g. f3d + "implicit declaration of( built-in)? function" => "err_implicitdecl", # e.g. bwbasic + "error: conflicting types for 'strl" => "err_conflictstrl", # e.g. crash + # The following have more specific matches above "^ File not found:" => "err_packagedfilemissing", |