November 29
https://issues.dlang.org/show_bug.cgi?id=24890

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ntrel created dlang/dlang.org pull request #3930 "Fix Bugzilla 24890 - spec/arrays.dd should mention comparison and war…" fixing this issue:

- Fix Bugzilla 24890 - spec/arrays.dd should mention comparison and warn about dangling .ptr

  Add comparison section.
  Introduce .length earlier in the docs.
  Define `a == b` and `a is b` for arrays.
  Add link to array RelExpression.

  Tweak assignment example so comments refer to actual elements.
  Make *Array Length* a sub-heading of slicing.
  Add relative links for properties.
  Document that static array .length is known at compile-time.

  Add .ptr section.
  Document that .ptr can be dangling so it's not `@safe`.
  Mention `TypeInfo.initializer`.

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

--
November 30
https://issues.dlang.org/show_bug.cgi?id=24890

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 #3930 "Fix Bugzilla 24890 - spec/arrays.dd should mention comparison and war…" was merged into master:

- 56717b3ca30d53fec47d6f10e8b0ee0b958e8014 by Nick Treleaven:
  Fix Bugzilla 24890 - spec/arrays.dd should mention comparison and warn about
dangling .ptr

  Add comparison section.
  Introduce .length earlier in the docs.
  Define `a == b` and `a is b` for arrays.
  Add link to array RelExpression.

  Tweak assignment example so comments refer to actual elements.
  Make *Array Length* a sub-heading of slicing.
  Add relative links for properties.
  Document that static array .length is known at compile-time.

  Add .ptr section.
  Document that .ptr can be dangling so it's not `@safe`.
  Mention `TypeInfo.initializer`.

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

--