Thread overview
[Issue 12741] DMD accepts functions with contracts and no body
Sep 19, 2014
Kenji Hara
May 13, 2014
https://issues.dlang.org/show_bug.cgi?id=12741

briancschott@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid, spec
             Blocks|                            |10233

--
May 13, 2014
https://issues.dlang.org/show_bug.cgi?id=12741

jiki@red.email.ne.jp changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|accepts-invalid             |
                 CC|                            |jiki@red.email.ne.jp

--- Comment #1 from jiki@red.email.ne.jp ---
This is as expected and is a document bug.

See:
http://dlang.org/interface.html#InterfaceContracts

--
September 19, 2014
https://issues.dlang.org/show_bug.cgi?id=12741

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dlang.org/pull/657

--
September 23, 2014
https://issues.dlang.org/show_bug.cgi?id=12741

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/1c970a38fe8925571676a2bd155c00961e651d9a fix Issue 12741 - DMD accepts functions with contracts and no body

Support normal function declaration without body.

https://github.com/D-Programming-Language/dlang.org/commit/699e98f9a5a80d31380369438506ba0a68466a74 Merge pull request #657 from 9rnsr/fix12741

Issue 12741 - DMD accepts functions with contracts and no body

--
February 19, 2015
https://issues.dlang.org/show_bug.cgi?id=12741

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to 2.067 at https://github.com/D-Programming-Language/dlang.org

https://github.com/D-Programming-Language/dlang.org/commit/1c970a38fe8925571676a2bd155c00961e651d9a fix Issue 12741 - DMD accepts functions with contracts and no body

https://github.com/D-Programming-Language/dlang.org/commit/699e98f9a5a80d31380369438506ba0a68466a74 Merge pull request #657 from 9rnsr/fix12741

--