@ibuclaw updated dlang/druntime pull request #3769 "fix Issue 22834 - core.stdc.stdint aliases are not platform independent" fixing this issue:
- fix Issue 22834 - core.stdc.stdint aliases are not platform independent
https://github.com/dlang/druntime/pull/3769
Comment #2 by Ajieskola — 2022-03-01T21:32:56Z
Are you sure this is really a regression? If Solaris mangles int8_t as C++ char, that is a good reason to make it and uint8_t platform-dependant again. But if so, it should have been broken before pull request 3400 already. There was no special casing for Solaris, and Posix int8_t was defined as ubyte just like now.
Comment #3 by dlang-bot — 2022-03-03T00:53:29Z
dlang/druntime pull request #3769 "fix Issue 22834 - core.stdc.stdint aliases are not platform independent" was merged into master:
- 02bb15a3019e90f995abda3a6d5b60cffe8aefc4 by Iain Buclaw:
fix Issue 22834 - core.stdc.stdint aliases are not platform independent
https://github.com/dlang/druntime/pull/3769