Thread overview
[Issue 19892] Add CTFE support for std.bitmanip: nativeToBigEndian, bigEndianToNative, littleEndianToNative, nativeToLittleEndian
May 23, 2019
Nathan S.
May 23, 2019
Dlang Bot
May 23, 2019
Dlang Bot
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19892

Nathan S. <n8sh.secondary@hotmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|                            |13471


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=13471
[Issue 13471] CTFE glitch when executing std.digest.crc.crc32Of() and checking
the result with enforce(). (keyword: uninitialized variable)
--
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19892

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@n8sh created dlang/phobos pull request #7023 "Fix Issue 19892 - Add CTFE support for std.bitmanip: nativeToBigEndian, bigEndianToNative, littleEndianToNative, nativeToLittleEndian" fixing this issue:

- Fix Issue 19892 - Add CTFE support for std.bitmanip: nativeToBigEndian, bigEndianToNative, littleEndianToNative, nativeToLittleEndian

https://github.com/dlang/phobos/pull/7023

--
May 23, 2019
https://issues.dlang.org/show_bug.cgi?id=19892

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7023 "Fix Issue 19892 - Add CTFE support for std.bitmanip: nativeToBigEndian, bigEndianToNative, littleEndianToNative, nativeToLittleEndian" was merged into master:

- 3578675d26062635794088c898bc65a521ba2ae6 by Nathan Sashihara:
  Fix Issue 19892 - Add CTFE support for std.bitmanip: nativeToBigEndian,
bigEndianToNative, littleEndianToNative, nativeToLittleEndian

https://github.com/dlang/phobos/pull/7023

--