[Issue 14417] Wrong argument type for _d_cover_register2

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14417 Iain Buclaw changed: What|Removed |Added Priority|P1 |P3 --

[Issue 14417] Wrong argument type for _d_cover_register2

2015-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14417 --- Comment #1 from Johan Engelen goejenda...@zonnet.nl --- Created attachment 1509 -- https://issues.dlang.org/attachment.cgi?id=1509action=edit Patch for fix proposal 1 A patch explaining what I mean with option 1. --

[Issue 14417] Wrong argument type for _d_cover_register2

2015-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14417 --- Comment #2 from Johan Engelen goejenda...@zonnet.nl --- Created attachment 1510 -- https://issues.dlang.org/attachment.cgi?id=1510action=edit Patch for fix proposal 2 --

[Issue 14417] Wrong argument type for _d_cover_register2

2015-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14417 --- Comment #3 from Johan Engelen goejenda...@zonnet.nl --- Note, the BitArray code can be made much simpler by changing to a fixed-size type like ubyte, instead of using size_t: ubyte[] valid ubyte* valid_ptr size_t valid_len --

[Issue 14417] Wrong argument type for _d_cover_register2

2015-04-06 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14417 Johan Engelen goejenda...@zonnet.nl changed: What|Removed |Added CC||goejenda...@zonnet.nl