dlang.org icon indicating copy to clipboard operation
dlang.org copied to clipboard

Fix slice to static array implicit conversion docs

Open ntrel opened this issue 1 year ago • 1 comments

Show implicit conversion, not assignment in examples. Add link to array assignment. Hide unimplemented conversions from runtime indexed slice of known length. The docs were merged but the compiler pull was not merged - see: https://github.com/dlang/dmd/pull/4209#issuecomment-74065882

ntrel avatar Sep 24 '22 10:09 ntrel

Thanks for your pull request and interest in making D better, @ntrel! We are looking forward to reviewing it, and you should be hearing from a maintainer soon. Please verify that your PR follows this checklist:

  • My PR is fully covered with tests (you can see the coverage diff by visiting the details link of the codecov check)
  • My PR is as minimal as possible (smaller, focused PRs are easier to review than big ones)
  • I have provided a detailed rationale explaining my changes
  • New or modified functions have Ddoc comments (with Params: and Returns:)

Please see CONTRIBUTING.md for more information.


If you have addressed all reviews or aren't sure how to proceed, don't hesitate to ping us with a simple comment.

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

dlang-bot avatar Sep 24 '22 10:09 dlang-bot