May 18, 2023
https://issues.dlang.org/show_bug.cgi?id=23925

          Issue ID: 23925
           Summary: dlangui is stuck in Deprecations loop after upgrading
                    to 2.103.1
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: grimmaple95@gmail.com

Since recently the dlangui CI started spitting out about 39 THOUSANDS deprecation messages about `traits(getVirtualFunctions)` and `traits(isVirtualFunction)`. While the deprecation messages are acceptable, the amount is clearly not.

See https://github.com/buggins/dlangui/actions/runs/5013911329/jobs/8987562460 for results

--