[Issue 13870] [ICE] shared or immutable types can not be mapped to C++ (immutable(char))

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13870 Guillaume Chatelet chatelet.guilla...@gmail.com changed: What|Removed |Added Keywords|C++ |ice --

[Issue 13870] [ICE] shared or immutable types can not be mapped to C++ (immutable(char))

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13870 Guillaume Chatelet chatelet.guilla...@gmail.com changed: What|Removed |Added Keywords|ice |C++

[Issue 13337] Invalid extern C++ namespace resolution

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13337 Guillaume Chatelet chatelet.guilla...@gmail.com changed: What|Removed |Added Keywords||C++ --

[Issue 13867] Overriding a method from an extern(C++) interface requires extern(C++) on the method definition

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13867 Guillaume Chatelet chatelet.guilla...@gmail.com changed: What|Removed |Added Keywords||C++

[Issue 14035] New: string concatenation accepts ints in templates

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14035 Issue ID: 14035 Summary: string concatenation accepts ints in templates Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: minor

[Issue 14028] [CTFE] Possible reinterpret cast to a pointer to static array

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14028 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/473cef885b499c5620f6dfd93a0a56771d0dd3bc fix Issue 14028 - [CTFE]

[Issue 14028] [CTFE] Possible reinterpret cast to a pointer to static array

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14028 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12406] Broken delegate closure

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12406 --- Comment #1 from Infiltrator lt.infiltra...@gmail.com --- Bug still exists in 2.065. --

[Issue 12209] Unable to take address of function nested function

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12209 --- Comment #1 from Infiltrator lt.infiltra...@gmail.com --- Bug still exists with 2.065. --

[Issue 14033] runtime error about auto ptr = cast(T*)buf , T is class type

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14033 --- Comment #3 from mzfh...@foxmail.com --- i see,class and struct,their memory model is different,thanks. struct stTest { int a; int b; void foo(){} } class clsTest { int a; int b; void foo(){} } void main() { int

[Issue 12495] CTFE slice cast can cause allocation

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12495 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12495] CTFE slice cast can cause allocation

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12495 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7b825160b4d504b22668e2664229ae1a657282b5 fix Issue 12495 - CTFE

[Issue 14023] [CTFE] postblits/destructors not called on static array index assignment

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14023 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 14022] [CTFE] postblits/destructors not called on static array field assignment

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14022 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1 from

[Issue 14032] New: [ICE](mtype.c line 154) with std.algorithm.tee

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14032 Issue ID: 14032 Summary: [ICE](mtype.c line 154) with std.algorithm.tee Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 12209] Unable to take address of function nested function

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12209 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 14034] New: std.algorithm.mean

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14034 Issue ID: 14034 Summary: std.algorithm.mean Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 14033] New: runtime error about auto ptr = cast(T*)buf , T is class type

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14033 Issue ID: 14033 Summary: runtime error about auto ptr = cast(T*)buf , T is class type Product: D Version: D2 Hardware: x86_64 OS: Windows Status:

[Issue 14033] runtime error about auto ptr = cast(T*)buf , T is class type

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14033 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 14033] runtime error about auto ptr = cast(T*)buf , T is class type

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14033 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12406] Broken delegate closure

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12406 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||wrong-code

[Issue 12406] Broken delegate closure

2015-01-23 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12406 --- Comment #3 from Vladimir Panteleev thecybersha...@gmail.com --- Note: Above reduced test case requires -g --