[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2017-07-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8735 Vladimir Panteleev changed: What|Removed |Added See Also|

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-12-22 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC||timon.g...@gmx.ch

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added CC|

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
/50ddf47976a864dec87e7b688e9ece0425720fad fix Issue 8735 - ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c' https://github.com/D-Programming-Language/dmd/commit/569908d3cc51ebf07260811929add6dcb79fef3e Merge pull request #2762 from 9rnsr/fix8735 Issue 8735 - ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 --- Comment #10 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-11-14 10:29:55 PST --- (In reply to comment #6) This is not a bug. AliasThisDeclaration only accepts an Identifier as the forwarding target.

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 --- Comment #11 from Kenji Hara k.hara...@gmail.com 2013-11-14 10:35:50 PST --- (In reply to comment #10) That's an unnecessary limitation. If you can do: alias test!* x; alias x this; Then you should be able to do the same in

[Issue 8735] ICE: Assertion failure: 't' on line 100 in file 'aliasthis.c'

2013-11-14 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8735 monarchdo...@gmail.com changed: What|Removed |Added See Also||https://d.puremagic.com/iss