[Issue 8464] debug too strict from function attributes

2019-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8464 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8464] debug too strict from function attributes

2012-07-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8464 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com Seve

[Issue 8464] debug too strict from function attributes

2013-08-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8464 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com --- Com

[Issue 8464] debug too strict from function attributes

2013-08-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8464 --- Comment #3 from monarchdo...@gmail.com 2013-08-20 08:50:00 PDT --- (In reply to comment #2) > *** Issue 10854 has been marked as a duplicate of this issue. *** I also think that @safe can call anything in a debug clause. Consider also maki

[Issue 8464] debug too strict from function attributes

2014-06-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8464 Jesse Phillips changed: What|Removed |Added CC||jesse.k.phillip...@gmail.co

[Issue 8464] debug too strict from function attributes

2014-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8464 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --

[Issue 8464] debug too strict from function attributes

2014-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8464 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #4

[Issue 8464] debug too strict from function attributes

2014-07-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8464 --- Comment #5 from hst...@quickfur.ath.cx --- This came up in a recent PR, where assumeUTF has a `debug validate(s)` line to run a validation check on the input ubyte[]/short[]/int[] in order to catch user error when passing in invalid data. Since val