[Issue 22862] Functions cannot be overloaded on return value alone.

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

[Issue 22862] Functions cannot be overloaded on return value alone.

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22862 --- Comment #1 from FeepingCreature --- To clarify, what I'm asking is to remove: test.d(2): Error: function `test.foo()` conflicts with previous declaration at test.d(1) And rely on: test.d(4): Error: `test.foo` called with argument types `()`

[Issue 22862] New: Functions cannot be overloaded on return value alone.

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22862 Issue ID: 22862 Summary: Functions cannot be overloaded on return value alone. Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity:

[Issue 22861] New: Build the compiler with PGO

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22861 Issue ID: 22861 Summary: Build the compiler with PGO Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 22221] [dip1000] pure function can escape parameters through Exception

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1 --- Comment #6 from Dennis --- (In reply to Atila Neves from comment #5) > Are you sure about that? I checked out your branch some weeks ago and > started adding scope to a *lot* of Phobos functions before I gave up. Did you check out the latest

[Issue 21285] Delegate covariance broken between 2.092 and 2.094 (git master).

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

[Issue 22842] importC: cannot declare function with a typedef

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

[Issue 21285] Delegate covariance broken between 2.092 and 2.094 (git master).

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21285 --- Comment #10 from hst...@quickfur.ath.cx --- Verified that it works on the original code I found this bug in. Thanks a bunch for the efforts!! --

[Issue 21285] Delegate covariance broken between 2.092 and 2.094 (git master).

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

[Issue 22853] importC: Lexer allows nesting block comments

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22853 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #13785 "merge stable" was merged into master: - 763f608f9f15ef280313c868af4fbf860f567bda by Iain Buclaw: fix Issue 22853 - importC: Lexer allows nesting block comments

[Issue 22136] [REG 2.097.1] hashOf failed to compile because of different inheritance order

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22136 --- Comment #6 from Dlang Bot --- dlang/dmd pull request #13785 "merge stable" was merged into master: - da491b8ada5f557a222c369f7f1bb481ca10880e by Nathan Sashihara: Revert "Fix Issue 22136 - [REG 2.097.1] hashOf failed to compile because of

[Issue 22852] importC: Lexer allows invalid wysiwyg and hex strings

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22852 --- Comment #3 from Dlang Bot --- dlang/dmd pull request #13785 "merge stable" was merged into master: - 21c1aeff52e1f835b3e4a7a2946cf1d1dba455bd by Iain Buclaw: fix Issue 22852 - importC: Lexer allows invalid wysiwyg and hex strings

[Issue 21844] makedeps option adds spurious/incorrect dependency

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21844 --- Comment #5 from Dlang Bot --- dlang/dmd pull request #13785 "merge stable" was merged into master: - 24aa1e71af36f857c3a0863b4266225061436989 by Tobias Pankrath: Fix Issue 21844 - makedeps contain non-existing files

[Issue 22708] switch statement with an undefined symbol results in many errors

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

[Issue 20623] std.conv.to!string error when argument is an inout float

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20623 Vijay Nayar changed: What|Removed |Added CC||mad...@gmail.com --- Comment #5 from Vijay

[Issue 22708] switch statement with an undefined symbol results in many errors

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22708 --- Comment #3 from Dlang Bot --- @MartinNowak created dlang/dmd pull request #13785 "merge stable" fixing this issue: - Fix 22708 - Extend semantic for switch statements with invalid values (#13617) Only omitting the cast allows further

[Issue 22567] Error: the architecture must not be changed in the Environment64 section of dmd.conf

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22567 --- Comment #3 from Nicholas Wilson --- Sorry wrong issue. --

[Issue 22567] Error: the architecture must not be changed in the Environment64 section of dmd.conf

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22567 Nicholas Wilson changed: What|Removed |Added CC||iamthewilsona...@hotmail.co

[Issue 20015] [REG 2.086] Deprecated -preview, -revert, and -transition options not documented

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

[Issue 22571] [internals] -target osMajor doesn't accurately reflect actual OS version

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

[Issue 18623] Documented unittest should not allow private symbol access

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

[Issue 22568] -target option does nothing in compilation

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22568 --- Comment #2 from Dlang Bot --- @ibuclaw updated dlang/dmd pull request #13782 "fix Issue 22567, fix Issue 22567, fix Issue 22571 - Remove -target option from CLI" fixing this issue: - fix Issue 22567, 22568, 22571 - Remove -target option from

[Issue 22567] Error: the architecture must not be changed in the Environment64 section of dmd.conf

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

[Issue 22215] returning expired stack pointers in @system code allowed by spec, not by implementation

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

[Issue 3632] modify float is float to do a bitwise compare

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3632 --- Comment #38 from Dlang Bot --- @dkorpel created dlang/dmd pull request #13780 "fix Issue 3632 - modify float is float to do a bitwise compare" fixing this issue: - fix Issue 3632 - modify float is float to do a bitwise compare update TOK &

[Issue 22827] Deprecate 128-bit cent and ucent types

2022-03-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22827 --- Comment #2 from Dlang Bot --- dlang/dmd pull request #13730 "Issue 22827 - Deprecate 128-bit cent and ucent types" was merged into master: - e89ab5b838e2cbee1a96916cb97fe125309a4951 by Iain Buclaw: Issue 22827 - Deprecate 128-bit cent and