[Issue 20548] Use bit vector instead of bool[] in RandomCover when choices cannot be packed in a single word

2020-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20548

--- Comment #3 from Dlang Bot  ---
dlang/phobos pull request #7390 "Issue 20548 followup: in 32-bit builds
RandomCoverChoices allocates more memory than needed for the bit vector" was
merged into master:

- 67e4a0868472945818e9a417ea3c0ca4645b5fab by Nathan Sashihara:
  Issue 20548 followup: in 32-bit builds RandomCoverChoices allocates more
memory than needed for the bit vector

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

--


[Issue 20548] Use bit vector instead of bool[] in RandomCover when choices cannot be packed in a single word

2020-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20548

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/phobos pull request #7387 "Fix Issue 20548 - Use bit vector instead of
bool[] in RandomCover when choices cannot be packed in a single word" was
merged into master:

- 9014d77ab028b70d80dd6e93ff60b9744bd1780c by Nathan Sashihara:
  Fix Issue 20548 - Use bit vector instead of bool[] in RandomCover when
choices cannot be packed in a single word

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

--


[Issue 20548] Use bit vector instead of bool[] in RandomCover when choices cannot be packed in a single word

2020-01-30 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20548

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@n8sh created dlang/phobos pull request #7387 "Fix Issue 20548 - Use bit vector
instead of bool[] in RandomCover when choices cannot be packed in a single
word" fixing this issue:

- Fix Issue 20548 - Use bit vector instead of bool[] in RandomCover when
choices cannot be packed in a single word

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

--