[Issue 19728] AliasSeq in UDA errors

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

[Issue 20093] Error: cannot form tuple of tuples

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20093 Dlang Bot changed: What|Removed |Added Resolution|DUPLICATE |FIXED --- Comment #3 from Dlang Bot --- dlang/d

[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20852 Dlang Bot changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 20862] Segfault on repeated GC.qalloc calls

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20862 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #3 from kinke --- (In rep

[Issue 20862] Segfault on repeated GC.qalloc calls

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20862 moonlightsenti...@disroot.org changed: What|Removed |Added Hardware|All |x86_64 --- Comment #2 from mo

[Issue 20862] Segfault on repeated GC.qalloc calls

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20862 --- Comment #1 from moonlightsenti...@disroot.org --- Full stack trace: Program received signal SIGSEGV, Segmentation fault. _D2gc4impl12conservativeQw3Gcx10smallAllocMFNbmKmkxC8TypeInfoZPv (this=..., ti=0x7ffeda68, bits=0, alloc_size=@0x7fff

[Issue 20862] New: Segfault on repeated GC.qalloc calls

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20862 Issue ID: 20862 Summary: Segfault on repeated GC.qalloc calls Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: major Priority: P1

[Issue 20756] ImplicitConversionTargets ignores interface inheritance

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20756 --- Comment #3 from FeepingCreature --- I would argue that then the documentation is another bug. A template called "ImplicitConversionTargets" can be reasonably expected to return implicit conversion targets. --

[Issue 12520] Comparing two TypeTuples with == does not compile for no arguments

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

[Issue 13372] traits parent does not work on eponymous templates

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13372 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #5 fro

[Issue 20762] __traits(isSame) is underspecified for enums and literals

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20762 --- Comment #2 from Adam D. Ruppe --- But, on the other hand: @(1) enum e = 1; pragma(msg, __traits(getAttributes, e)); is currently legal meaning e indeed has a distinct identity from 1. So perhaps the spec does need clarification rather than the

[Issue 20762] __traits(isSame) is underspecified for enums and literals

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20762 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #1 fro

[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20852 --- Comment #4 from Dlang Bot --- @sakhmatd created dlang/druntime pull request #3115 "Fix issue 20852: core.sys.posix.sys.wait missing definitions on FreeBSD" fixing this issue: - Fix issue 20852: core.sys.posix.sys.wait missing definitions on Free

[Issue 20852] core.sys.posix.sys.wait missing definitions on FreeBSD

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20852 Sergei Akhmatdinov changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 20756] ImplicitConversionTargets ignores interface inheritance

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20756 Nathan S. changed: What|Removed |Added CC||n8sh.second...@hotmail.com Hardware|x8

[Issue 12471] Struct of arrays in Phobos

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12471 Basile-z changed: What|Removed |Added Component|dmd |phobos --

[Issue 12285] Allow local symbols in alias parameter to non-static templates when both have same scope

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12285 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12230] methods do not bind templates via alias parameter

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12230 Issue 12230 depends on issue 12285, which changed state. Issue 12285 Summary: Allow local symbols in alias parameter to non-static templates when both have same scope https://issues.dlang.org/show_bug.cgi?id=12285 What|Removed

[Issue 10587] __traits(getAttributes) doesn't work on incomplete templated types

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10587 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 20861] New: Interface implementations are not checked when code gen is skipped

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20861 Issue ID: 20861 Summary: Interface implementations are not checked when code gen is skipped Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 20860] OpDispatch does not work for structs with constructor and destructor

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20860 --- Comment #2 from Szabo Bogdan --- Oh... I see ... Since this is an really old regression, I don't think it will be fixed until the next release. --

[Issue 11717] CTFE: non-constant value with array and vector ops.

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11717 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Summary|CTFE: [ICE] no

[Issue 14071] ICE: backend/gloop.c 862

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14071 Basile-z changed: What|Removed |Added Keywords||ice Status|NEW

[Issue 20860] OpDispatch does not work for structs with constructor and destructor

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20860 Basile-z changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 20860] New: OpDispatch does not work for structs with constructor and destructor

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20860 Issue ID: 20860 Summary: OpDispatch does not work for structs with constructor and destructor Product: D Version: D2 Hardware: x86_64 OS: Linux Status

[Issue 19486] http://code.dlang.org/login does not redirect to https

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19486 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7908] Array operations fail when compiled with -d flag

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7908 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 10303] Constraining interfaces with some std.traits methods causes crash

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10303 Basile-z changed: What|Removed |Added Keywords||ice Status|NEW

[Issue 14128] AliasDeclaration allows expressions, causing false code for ThisExp

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 Basile-z changed: What|Removed |Added Keywords||wrong-code --

[Issue 14128] AliasDeclaration allows expressions, causing false code for ThisExp

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 Basile-z changed: What|Removed |Added Summary|wrong alias |AliasDeclaration allows |

[Issue 19786] alias to __traits(getMember) wrongfully always binds to this

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19786 Basile-z changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 14128] wrong alias

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 Basile-z changed: What|Removed |Added CC||edi33...@gmail.com --- Comment #2 from Basile-z

[Issue 14128] wrong alias

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 14128] wrong alias

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 Basile-z changed: What|Removed |Added Keywords||accepts-invalid CC|

[Issue 19786] alias to __traits(getMember) wrongfully always binds to this

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19786 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com See Also|

[Issue 14128] wrong alias

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14128 --- Comment #1 from Basile-z --- reduced a bit: --- struct Foo { int v; void test(Foo that) const { alias a = this.v; alias b = that.v; assert (&a !is &b); } } void main () { Foo a = Foo(1); Foo b = F

[Issue 3031] scoped static var conflicts

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3031 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 13617] alias with scopes

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13617 Basile-z changed: What|Removed |Added See Also||https://issues.dlang.org/sh |

[Issue 13617] alias with scopes

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13617 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com --

[Issue 20817] valigrind shows that parseJSON() generates errors relating to uninitialised values

2020-05-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=20817 Basile-z changed: What|Removed |Added CC||b2.t...@gmx.com Component|dmd