[Issue 22689] New: kFreeBSD bindings broken after switch to CRuntime_Glibc

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jan 19 14:01:15 UTC 2022


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

          Issue ID: 22689
           Summary: kFreeBSD bindings broken after switch to
                    CRuntime_Glibc
           Product: D
           Version: D2
          Hardware: All
                OS: Other
            Status: NEW
          Severity: blocker
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: ibuclaw at gdcproject.org

The druntime bindings now wrongly have linux-specific bindings behind
`version(CRuntime_Glibc)`, as well as wrongly assumes `CRuntime` and `OS`
versions are mutually exclusive (they are not).


There are also some cases of C runtime-specific bindings being behind
`version(linux)`, but that was the case before the global rename of `linux` to
`CRuntime_Glibc`.

--


More information about the Digitalmars-d-bugs mailing list