September 05, 2022
https://issues.dlang.org/show_bug.cgi?id=23314

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@pbackus created dlang/dlang.org pull request #3405 "Fix issue 23314 - Language spec falsely states that struct field inva…" fixing this issue:

- Fix issue 23314 - Language spec falsely states that struct field invariants are checked

  This behavior has never been implemented, and users should not rely on
  it in their code.

https://github.com/dlang/dlang.org/pull/3405

--
September 05, 2022
https://issues.dlang.org/show_bug.cgi?id=23314

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dlang.org pull request #3405 "Fix issue 23314 - Language spec falsely states that struct field inva…" was merged into master:

- 7239b35eca2809b779a41b9d25f9bd98aa5705ba by Paul Backus:
  Fix issue 23314 - Language spec falsely states that struct field invariants
are checked

  This behavior has never been implemented, and users should not rely on
  it in their code.

https://github.com/dlang/dlang.org/pull/3405

--