Thread overview
[Issue 11076] New: Allow delete null in the spec
Sep 20, 2013
David Eckardt
Sep 20, 2013
Andrej Mitrovic
Sep 20, 2013
Andrej Mitrovic
September 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11076

           Summary: Allow delete null in the spec
           Product: D
           Version: D1 & D2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: david.eckardt@sociomantic.com


--- Comment #0 from David Eckardt <david.eckardt@sociomantic.com> 2013-09-20 12:27:42 PDT ---
In practice "delete null" has the defined behavior of a no-op, just like free(null), but this isn't mentioned in the language specification.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11076


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich@gmail.com


--- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-09-20 16:30:39 PDT ---
delete is going away, I wouldn't bother documenting this at all.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
September 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=11076


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|D1 & D2                     |D1


--- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-09-20 16:31:28 PDT ---
(In reply to comment #1)
> delete is going away, I wouldn't bother documenting this at all.

Well I see you've labeled this as D1 & D2, I've removed the D2 label, as delete is only going away in D2.

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