[Issue 22105] New: std.container.array.Array.length setter creates values of init-less types

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22105 Issue ID: 22105 Summary: std.container.array.Array.length setter creates values of init-less types Product: D Version: D2 Hardware: All OS: All

[Issue 21100] The internal data of std.container.array.Array cannot be referenced.

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21100 Vladimir Panteleev changed: What|Removed |Added CC||dlang-bugzilla@thecybershad

[Issue 22103] importC: Parser accepts wrong syntax for array declarators

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

[Issue 22104] New: importC: Parser accepts arrays with incomplete element types

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22104 Issue ID: 22104 Summary: importC: Parser accepts arrays with incomplete element types Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22103] importC: Parser accepts wrong syntax for array declarators

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22103 Iain Buclaw changed: What|Removed |Added Keywords||accepts-invalid, ImportC, |

[Issue 22103] New: importC: Parser accepts wrong syntax for array declarators

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22103 Issue ID: 22103 Summary: importC: Parser accepts wrong syntax for array declarators Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 22102] importC: Error: function is used as a type

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22102 Iain Buclaw changed: What|Removed |Added Keywords||rejects-valid --

[Issue 22102] importC: Error: function is used as a type

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22102 --- Comment #1 from Iain Buclaw --- Similar to issue 21992. While the rewrite could be handled by DeclarationExp semantic. There's no way to know that the original declaration had parenthesis around the variable name. e.g: If

[Issue 22102] importC: Error: function is used as a type

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22102 Iain Buclaw changed: What|Removed |Added Keywords||ImportC CC|

[Issue 22102] New: importC: Error: function is used as a type

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22102 Issue ID: 22102 Summary: importC: Error: function is used as a type Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical

[Issue 21974] importC: Error: undefined identifier '__builtin_va_list'

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21974 --- Comment #2 from Iain Buclaw --- Current workaround is to add `typedef` declarations in the "wrapper" sources. --

[Issue 22100] Support chained assignment of Nullable

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

[Issue 20245] DIP1000: Should infer scope when taking address of ref

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

[Issue 11521] Collision of templates instantiated with different same-named locals

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11521 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 22101] Nullable.get(fallback) cannot be used with non-@safe/pure/nothrow types

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

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

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20248 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- This

[Issue 22101] Nullable.get(fallback) cannot be used with non-@safe/pure/nothrow types

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

[Issue 22101] New: Nullable.get(fallback) cannot be used with non-@safe/pure/nothrow types

2021-07-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=22101 Issue ID: 22101 Summary: Nullable.get(fallback) cannot be used with non-@safe/pure/nothrow types Product: D Version: D2 Hardware: All OS: All Status: