[Issue 20040] dip1000 implicit delegate attribute stripping fails

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20040 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 15525] SEGV running semantic analysis on non-root decl that has errors.

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15525 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23230] cannot implicitly convert expression `"define"` of type `char[7]` to `char`

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23230 Dennis changed: What|Removed |Added Keywords||ImportC CC|

[Issue 23173] "Error: signed integer overflow" for compiler generated string of `long.min`

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23173 Dennis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 23227] DMD compiler can't be built without RTTI

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23227 Dennis changed: What|Removed |Added CC||dkor...@live.nl --- Comment #1 from Dennis --- > -

[Issue 23226] druntime does not compile with -preview=nosharedaccess

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23226 --- Comment #1 from Dlang Bot --- @dkorpel created dlang/dmd pull request #14362 "Issue 23226 - allow access to non-shared `this`" mentioning this issue: - Issue 23226 - allow access to non-shared `this` https://github.com/dlang/dmd/pull/14362 --

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #3 from Ruby The Roobster --- (In reply to Boris Carvajal from comment #2) > Same as issue 23140, it never worked! > This code actually did work as intended, 23140, unless you mean something else which I don't understand. > ```d > cons

[Issue 21197] Wrong lifetime inference with DIP1000 in dmd 2.093.0

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21197 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #5 from Dlang Bot --- @WalterB

[Issue 20708] result of cast not specified when value is out of range

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20708 Nick Treleaven changed: What|Removed |Added CC||n...@geany.org See Also|

[Issue 21359] The D spec doesn't talk about that Undefined Behaviour

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21359 Nick Treleaven changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 19348] Struct casts should be better documented.

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19348 Nick Treleaven changed: What|Removed |Added CC||johnnymar...@gmail.com --- Comment #1 from

[Issue 20570] Struct Cast Not Documented or Incorrectly Accepted

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20570 Nick Treleaven changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8538] scope parameters escaping via closure

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8538 Walter Bright changed: What|Removed |Added Summary|array variadic apparently |scope parameters escaping |

[Issue 8538] scope parameters escaping via closure

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8538 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #4 from Dlang Bot --- @WalterBr

[Issue 22095] Closure not created or corrupted when accessing pointer in inline function

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22095 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 8538] scope parameters escaping via closure

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8538 Walter Bright changed: What|Removed |Added CC||dlang-bugzilla@thecybershad

[Issue 23291] Members of arrays of shared classes cannot be compared

2022-08-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=23291 --- Comment #4 from Boris Carvajal --- (In reply to Ruby The Roobster from comment #3) > (In reply to Boris Carvajal from comment #2) > > Same as issue 23140, it never worked! > > > > This code actually did work as intended, 23140, unless you mean