[Issue 22401] importC: Error: cannot implicitly convert expression of type 'const(int[1])' to 'const(int*)'

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

[Issue 22553] ImportC: undefined identifier `__uint128_t`

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

[Issue 22744] ImportC: builtins defined in __builtins.di cause undefined symbol linker errors.

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

[Issue 22729] dmd crushed and asked to report a bug

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22729 --- Comment #7 from Alexey --- also I somewhat suspicious about `return tuple(cast(WidgetI)this, point);` lines in crush-commit --

[Issue 22729] dmd crushed and asked to report a bug

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22729 --- Comment #6 from Alexey --- my project is compilable again. again, can't tell what exactly changed so bug is gone. I think this is somehow connected with ContainerableI, which I created and added just before bug appearance. thou when I simply

[Issue 20777] User defined type as enum base type fails to compile.

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

[Issue 22746] Functions that throws marked as nothrow produces bad error

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

[Issue 22746] Functions that throws marked as nothrow produces bad error

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

[Issue 22746] New: Functions that throws marked as nothrow produces bad error

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22746 Issue ID: 22746 Summary: Functions that throws marked as nothrow produces bad error Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22736] Add destructuring bind for std.typecons.Tuple tuples

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22736 --- Comment #3 from Dlang Bot --- @pbackus created dlang/phobos pull request #8376 "Add std.functional.bind" fixing this issue: - Add std.functional.bind Fixes Issue 22736 - Add destructuring bind for std.typecons.Tuple tuples

[Issue 20777] User defined type as enum base type fails to compile.

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

[Issue 18633] Specify clearly if `typectors ref` is the same as `typector auto ref `

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18633 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21953] Arrayop accepted on static array, leading to runtime failure or wrong code

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21953 --- Comment #4 from Basile-z --- That's like `a[] = [];` --

[Issue 21953] Arrayop accepted on static array, leading to runtime failure or wrong code

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21953 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16577] A selective import on a symbol that has overloads leads to duplicate deprecation messages

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16577 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 19606] Bad error message when two identical overloads exist as `@disable` and not

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19606 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20992] Missing symbols in winapi bindings, related to locals

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20992 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 20635] std.file.write is not UFCS friendly

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20635 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22008] foreach over enum members

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22008 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 22745] New: std.parallelism.parallel fails to process empty range on a single CPU

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22745 Issue ID: 22745 Summary: std.parallelism.parallel fails to process empty range on a single CPU Product: D Version: D2 Hardware: All OS: All Status:

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

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

[Issue 22744] New: ImportC: builtins defined in __builtins.di cause undefined symbol linker errors.

2022-02-07 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22744 Issue ID: 22744 Summary: ImportC: builtins defined in __builtins.di cause undefined symbol linker errors. Product: D Version: D2 Hardware: x86_64 OS: Mac OS X

[Issue 22738] std.file.tempDir adds an addition / even when it already has one

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

[Issue 22734] importC: typedef anonymous enum members not available when used from D

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