[Issue 12638] Void can be ref

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12638

mhh  changed:

   What|Removed |Added

 CC||maxha...@gmail.com

--


[Issue 16057] [TDPL] synchronized (a, b) compiles and runs with wrong semantics

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16057

mhh  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||maxha...@gmail.com
 Resolution|--- |FIXED

--- Comment #3 from mhh  ---
Since around dmd ~2.078, one cannot use the comma operator at all so this
particular construct is no longer an issue

See https://run.dlang.io/is/EL9foO

--


[Issue 21273] [spec] Inexistent contrast for shell snippets make them unreadable (CSS)

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21273

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/dlang.org pull request #2856 "fix issue 21273 - [spec] Inexistent
contrast for shell snippets make …" was merged into master:

- cb7190c208994f5e2988fd83b6f8b9cb5f47b999 by aG0aep6G:
  fix issue 21273 - [spec] Inexistent contrast for shell snippets make them
unreadable (CSS)

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

--


[Issue 21273] [spec] Inexistent contrast for shell snippets make them unreadable (CSS)

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21273

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #1 from Dlang Bot  ---
@aG0aep6G created dlang/dlang.org pull request #2856 "fix issue 21273 - [spec]
Inexistent contrast for shell snippets make …" fixing this issue:

- fix issue 21273 - [spec] Inexistent contrast for shell snippets make them
unreadable (CSS)

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

--


[Issue 21274] New: Files in https://dlang.org/library/ path have broken links

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21274

  Issue ID: 21274
   Summary: Files in https://dlang.org/library/ path have broken
links
   Product: D
   Version: D2
  Hardware: x86_64
OS: Linux
Status: NEW
  Severity: minor
  Priority: P1
 Component: dlang.org
  Assignee: nob...@puremagic.com
  Reporter: default_357-l...@yahoo.de

You can reach https://dlang.org/library/std/regex.html and
https://dlang.org/library/std/regex/replace_all.html via Google ("dlang"
"replaceAll"). When you do, you will reach a site that nominally works, but has
for instance a broken anchor link to
https://dlang.org/library/std/regex/replace_all.html#Replace%20format%20string
, because the std.regex docs expect to be on a single generated html site.

https://dlang.org/library/ should probably redirect to the corresponding
https://dlang.org/phobos/ page.

--


[Issue 21272] Overzealous and inconsistent foreach shadowing deprecations for nested functions

2020-09-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21272

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #2 from Dlang Bot  ---
dlang/dmd pull request #11790 "Fix Issue 21272 - Overzealous and inconsistent
foreach shadowing deprecations for nested functions" was merged into stable:

- 89e8db1e20030551daecc74c5ff53a9f456be770 by RazvanN7:
  Fix Issue 21272 - Overzealous and inconsistent foreach shadowing deprecations
for nested functions

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

--