[Issue 22542] Explicitly cast backtrace results to int

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

[Issue 22541] DIP1000: Resolve ambiguity of ref-return-scope parameters

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

[Issue 21414] Spurious "non-constant expression" error with immutable constructors

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21414 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @RazvanN

[Issue 22543] New: [spec] grammar blocks use unspecified notation

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22543 Issue ID: 22543 Summary: [spec] grammar blocks use unspecified notation Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Prio

[Issue 22544] New: [spec] C++ and Objective-C are not single tokens

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22544 Issue ID: 22544 Summary: [spec] C++ and Objective-C are not single tokens Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Pr

[Issue 22544] [spec] C++ and Objective-C are not single tokens

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22544 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @dkorpel

[Issue 22545] New: OpenBSD: Always use system backtrace

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22545 Issue ID: 22545 Summary: OpenBSD: Always use system backtrace Product: D Version: D2 Hardware: All OS: Other Status: NEW Severity: enhancement Priorit

[Issue 22545] OpenBSD: Always use system backtrace

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22545 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #1 from Dlang Bot --- @ibara c

[Issue 22545] OpenBSD: Always use system backtrace

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

[Issue 15459] [REG2.065.0] stdin.byLine.each!(map!somefunc) compiles, fails to link with ld

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15459 Dlang Bot changed: What|Removed |Added Keywords||pull --- Comment #14 from Dlang Bot --- @Razvan

[Issue 22546] New: bad diagnostic for CTFE array cast of string in UDA

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22546 Issue ID: 22546 Summary: bad diagnostic for CTFE array cast of string in UDA Product: D Version: D2 Hardware: All OS: All Status: NEW Keywords: diagnostic

[Issue 22519] [dip1000] cannot take address of `ref return`

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22519 Stanislav Blinov changed: What|Removed |Added CC||stanislav.bli...@gmail.com --- Comment #2

[Issue 22519] [dip1000] cannot take address of `ref return`

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22519 --- Comment #3 from Dennis --- (In reply to Stanislav Blinov from comment #2) > How does this interact with -preview=rvaluerefparam ? I thought rvaluerefparam was syntactic sugar for creating a local variable just before the function call and passin

[Issue 22544] [spec] C++ and Objective-C are not single tokens

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

[Issue 22519] [dip1000] cannot take address of `ref return`

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

[Issue 22528] [dip1000] scope inference turns return-ref into return-scope

2021-11-25 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22528 --- Comment #3 from thomas.bock...@gmail.com --- (In reply to Dennis from comment #1) > What's happening is that `borrowA` gets `scope` inferred because it's a > template. I don't get it. `return` restricts how the return value may be used by the cal

[Issue 21414] Spurious "non-constant expression" error with immutable constructors

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