[Issue 7629] Add check for ref/out parameters not being null

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7629

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 7629] Add check for ref/out parameters not being null

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7629

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|D1  D2 |D2

--


[Issue 7629] Add check for ref/out parameters not being null

2012-03-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7629



--- Comment #1 from Denis verylonglogin@gmail.com 2012-03-02 18:51:54 MSK 
---
I meant the issue is that if ref null argument isn't used no RT error is
generated, `Access violation` for null out argument isn't perfect but is
acceptable and corresponds to member function call on null object reference.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---