[Issue 13879] Default inizialization of function pointers array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13879 --- 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/c15a50653e6a28215367908604ca9baffda68913 fix Issue 13879 - Default

[Issue 14014] struct init required for zero initialized static arrays

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14014 Martin Nowak c...@dawg.eu changed: What|Removed |Added Hardware|x86_64 |All

[Issue 14014] New: struct init required for zero initialized static arrays

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14014 Issue ID: 14014 Summary: struct init required for zero initialized static arrays Product: D Version: unspecified Hardware: x86_64 OS: Linux Status:

[Issue 14004] (╯▔︹▔)╯don't use this file https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js, can't access it in china

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14004 --- Comment #2 from Riki lp...@126.com --- Oh https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700 http://fonts.googleapis.com/css?family=Open+Sans:400,600,300

[Issue 14015] New: ddoc Error: function unmatched as result of underscore in unittest comment

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14015 Issue ID: 14015 Summary: ddoc Error: function unmatched as result of underscore in unittest comment Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 13860] template required forward reference for typeof(member)

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

[Issue 13860] template required forward reference for typeof(member)

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13860 --- 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/3a5c42c44da72d4a2afbc6029e7b68da87946955 fix Issue 13860 - template

[Issue 13297] [CTFE] Modifications of user type pointer member passed by ref in function disappear

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13297 --- Comment #1 from Kenji Hara k.hara...@gmail.com --- (In reply to Denis Shelomovskij from comment #0) This code should compile fine: --- struct S { int* p; } void f(ref int* p) { p = cast(int*) 1; assert(p); // passes }

[Issue 13297] [CTFE] Modifications of user type pointer member passed by ref in function disappear

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13297 --- Comment #2 from Denis Shelomovskij verylonglogin@gmail.com --- (In reply to Kenji Hara from comment #1) You meant: return s.p != null; // false ? Yes, sorry. --

[Issue 14014] struct init required for zero initialized static arrays

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

[Issue 7874] [CTFE] internal error: unsupported assignment (x OP= y) = z

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

[Issue 1625] CTFE: cannot evaluate function when return type includes a union

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1625 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 13739] in CTFE making an array over an array copies the data

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13739 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords|wrong-code |pull

[Issue 13297] [CTFE] Modifications of user type pointer member passed by ref in function disappear

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

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 --- Comment #4 from Kenji Hara k.hara...@gmail.com --- (In reply to Denis Shelomovskij from comment #3) If function is executed during CTFE it's definitely effectively `pure` for given parameters so I don't understand your arguments. Again, CTFE is

[Issue 14017] New: Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14017 Issue ID: 14017 Summary: Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed Product: D Version: D2 Hardware: All

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 14017] Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed

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

[Issue 13295] [CTFE] Modifications of const user type disappear

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

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 --- Comment #8 from Denis Shelomovskij verylonglogin@gmail.com --- (In reply to Kenji Hara from comment #7) (In reply to Denis Shelomovskij from comment #5) Filed issue 14017. ... Anyway, at least it's an inconsistent compiler behavior. I

[Issue 13990] std.algorithm.move incorrectly uses hasAliasing for class references

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

[Issue 13990] std.algorithm.move incorrectly uses hasAliasing for class references

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13990 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/0afa52f5996c0e80e3e0067fa14bfc9b955bebca Fix issue 13990, Now

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 --- Comment #9 from Steven Schveighoffer schvei...@yahoo.com --- (In reply to Denis Shelomovskij from comment #8) So I'm for marking this one as INVALID and for fixing Issue 14017. I disagree completely. CTFE is a special case, and should be

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 14019] New: Include a Dynamic Content section on the dlang front page

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14019 Issue ID: 14019 Summary: Include a Dynamic Content section on the dlang front page Product: D Version: unspecified Hardware: All OS: All Status: NEW

[Issue 14018] Treat CTFE-able functions as pure in CTFE-only contexts

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14018 --- Comment #1 from Denis Shelomovskij verylonglogin@gmail.com --- Personally I'm against this language change as IMO: * it creates a very strange exceptional rule in type system * and I don't see much profit from it in real coding. Here is an

[Issue 6830] valgrind flags memory leak in _d_monitor_create

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6830 Diego Giagio di...@giagio.com changed: What|Removed |Added CC||di...@giagio.com --- Comment

[Issue 14019] Include a Dynamic Content section on the dlang front page

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14019 --- Comment #1 from Zach the Mystic reachz...@gmail.com --- (In reply to Zach the Mystic from comment #0) To start with, I would take up approximately even-sized vertical chunks of the righthand column with the following: What I mean is, that they

[Issue 14019] Include a Dynamic Content section on the dlang front page

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

[Issue 14017] Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14017 --- Comment #2 from Denis Shelomovskij verylonglogin@gmail.com --- Note: This issue is created as a result of Issue 7492 discussion. (In reply to Steven Schveighoffer from comment #1) It's CTFE executed, so immutable is fine. Although I think

[Issue 8229] string literals are not zero-terminated during CTFE

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8229 --- Comment #6 from Kenji Hara k.hara...@gmail.com --- I'd just introduce a sample code. From the comment in issue 7570: bool not_end(const char *s, const int n) { return s s[n]; } bool str_prefix(const char *s, const char *t, const int ns,

[Issue 14019] Include a Dynamic Content section on the dlang front page

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

[Issue 14020] [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14020 Paul O'Neil redballoo...@gmail.com changed: What|Removed |Added Severity|enhancement |major --

[Issue 14020] New: [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14020 Issue ID: 14020 Summary: [ICE] generateEmptyFunction(C, func...) is unsupported parameter for C++ template, from typecons.BlackHole Product: D Version: D2 Hardware: x86_64

[Issue 14018] New: Treat CTFE-able functions as pure in CTFE-only contexts

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14018 Issue ID: 14018 Summary: Treat CTFE-able functions as pure in CTFE-only contexts Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 7492] [CTFE] Error at assign to immutable character array

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

[Issue 14017] Assignment of a mutable array returned from non-`pure` function to `immutable` global variable is allowed

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14017 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 7492] [CTFE] Error at assign to immutable character array

2015-01-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7492 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED See Also|