Thread overview
[Issue 6549] Implement contracts without implementation.
Nov 30, 2017
FeepingCreature
Jan 07, 2021
Dlang Bot
October 14, 2016
https://issues.dlang.org/show_bug.cgi?id=6549

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |andrei@erdani.com

--
November 30, 2017
https://issues.dlang.org/show_bug.cgi?id=6549

FeepingCreature <default_357-line@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |default_357-line@yahoo.de

--- Comment #9 from FeepingCreature <default_357-line@yahoo.de> ---
Seconding this issue.

--
December 28, 2017
https://issues.dlang.org/show_bug.cgi?id=6549

--- Comment #10 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/c7d0672b7faa21ead0edd8924c2a719aca94fc21 fix issue 6549 - Implement contracts without implementation

https://github.com/dlang/dmd/commit/d511b9579559d7f3109a7a6aef05b80786612f49 Merge pull request #7527 from ibuclaw/issue6549

fix issue 6549 - Implement contracts without implementation

--
December 28, 2017
https://issues.dlang.org/show_bug.cgi?id=6549

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
January 07, 2021
https://issues.dlang.org/show_bug.cgi?id=6549

--- Comment #11 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12106 "[dmd-cxx] Implement new syntax for contracts and invariants" was merged into dmd-cxx:

- edaf335e4d3c7f9100aed809dca584aa8da2d713 by Iain Buclaw:
  [dmd-cxx] fix issue 6549 - Implement contracts without implementation

https://github.com/dlang/dmd/pull/12106

--