[Issue 24584] New: [phobos] `make unittest` should not rerun tests unnecessarily
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jun  3 16:09:58 UTC 2024
    
    
  
https://issues.dlang.org/show_bug.cgi?id=24584
          Issue ID: 24584
           Summary: [phobos] `make unittest` should not rerun tests
                    unnecessarily
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: phobos
          Assignee: nobody at puremagic.com
          Reporter: nick at geany.org
Currently it seems to run every test, regardless of whether relevant Phobos
dependencies have changed. This makes it a very slow process to find & fix all
errors when introducing a dmd error.
Alternatively, having some way of running all tests despite any failing tests
would be useful.
--
    
    
More information about the Digitalmars-d-bugs
mailing list