Thread overview
[Issue 21636] std.bitmanip: bitfields size of bitfield should be checked against size of used type
Feb 13, 2021
Berni44
Feb 13, 2021
Berni44
Feb 16, 2021
Dlang Bot
Feb 16, 2021
Dlang Bot
February 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21636

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
           Severity|enhancement                 |minor

--
February 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21636

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|minor                       |normal

--
February 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21636

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@berni44 updated dlang/phobos pull request #7793 "Fix issues 21635 and 21636 - check parameters of bitfields" fixing this issue:

- Fix issues 21635, 21636:
  std.bitmanip: bitfields should produce better error messages with wrong
parameters
  std.bitmanip: bitfields size of bitfield should be checked against size of
used type

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

--
February 16, 2021
https://issues.dlang.org/show_bug.cgi?id=21636

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 #7793 "Fix issues 21635 and 21636 - check parameters of bitfields" was merged into master:

- 50b89cdcacd3ffd36ee2cf7f17d7cb9c611ee939 by berni44:
  Fix issues 21635, 21636:
  std.bitmanip: bitfields should produce better error messages with wrong
parameters
  std.bitmanip: bitfields size of bitfield should be checked against size of
used type

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

--