[Issue 20865] Add std.path : isSubPath

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

[Issue 20248] Module constructors in executable called twice, never in loaded shared library

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 --- Comment #3 from kinke --- There's a related issue regarding CRT ctors - if both executable and library contain an identically mangled `pragma(crt_constructor)` function (doesn't even need to be in the same module - and name collision is quite

[Issue 20248] Module constructors in executable called twice, never in loaded shared library

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 kinke changed: What|Removed |Added Keywords||backend Component|druntime

[Issue 20248] Module constructors in executable called twice, never in loaded shared library

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 --- Comment #2 from kinke --- Further tests have shown that with DMD, the ModuleInfos of modules contained in both executable and library are apparently resolved to the executable's. E.g., versioning out the module ctor in `modcon2.d` for the

[Issue 21637] Allow trailing comma in the ImportList

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21637 --- Comment #2 from Dlang Bot --- @dorianverna17 created dlang/dlang.org pull request #3079 "Issue 21637: trailing comma in import list" mentioning this issue: - Issue 21637: trailing comma in import list Added an example of the functionality

[Issue 3345] Static and nonstatic methods with the same name should be allowed

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3345 Richard Cattermole changed: What|Removed |Added CC||alphaglosi...@gmail.com --- Comment #13

[Issue 3345] Static and nonstatic methods with the same name should be allowed

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3345 --- Comment #12 from Max Samukha --- (In reply to Basile-z from comment #11) > I'm not 100% sure of what I will say but I would say that it's not really > "broken", rather that "it's pragmatically adapted to closures". You see, a > kind of tradeoff.

[Issue 3345] Static and nonstatic methods with the same name should be allowed

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3345 --- Comment #11 from Basile-z --- (In reply to Max Samukha from comment #10) > (In reply to Basile-z from comment #8) > > considering that the `this` parameter is not part of the signature it's > > indeed reasonable not to support static and

[Issue 22157] New: Bad diagnostic for static/non-static overload resolution conflict

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22157 Issue ID: 22157 Summary: Bad diagnostic for static/non-static overload resolution conflict Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 3345] Static and nonstatic methods with the same name should be allowed

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3345 --- Comment #10 from Max Samukha --- (In reply to Basile-z from comment #8) > considering that the `this` parameter is not part of the signature it's > indeed reasonable not to support static and nonstatic in the same set. > > ``` > struct S > { >

[Issue 3345] Static and nonstatic methods with the same name should be allowed

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3345 Max Samukha changed: What|Removed |Added CC||maxsamu...@gmail.com --- Comment #9 from Max

[Issue 13685] std.numeric.arrayShape

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13685 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13684] std.numeric.isRectangular

2021-07-29 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13684 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|