www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 18528] New: dmd should deduplicate identical errors

https://issues.dlang.org/show_bug.cgi?id=18528

          Issue ID: 18528
           Summary: dmd should deduplicate identical errors
           Product: D
           Version: D2
          Hardware: x86
                OS: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: timothee.cour2 gmail.com

eg:
/Users/timothee/git_clone/D/ggplotd/source/ggplotd/geom.d(117,24): Deprecation:
module `ggplotd.aes` member hasAesField is not visible from module geom
/Users/timothee/git_clone/D/ggplotd/source/ggplotd/geom.d(117,24): Deprecation:
module `ggplotd.aes` member hasAesField is not visible from module geom

dmd should deduplicate error messages and print:

/Users/timothee/git_clone/D/ggplotd/source/ggplotd/geom.d(117,24): Deprecation:
module `ggplotd.aes` member hasAesField is not visible from module geom

--
Feb 26 2018