[Issue 13360] System.NotImplementedException in Build window output when used along with Web Essentials

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13360 --- Comment #3 from Rainer Schuetze --- I guess it will need some back and forth with fixing and testing. Here is a first guess: https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-beta3 --

[Issue 12584] resizing the settings window makes VisualD settings disappear

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12584 --- Comment #2 from Rainer Schuetze --- Should be fixed in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.39-beta3 --

[Issue 13367] Buffer overflow when setting PATH

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13367 Denis Shelomovskij changed: What|Removed |Added CC||verylonglogin@gmail.com --- Comment

[Issue 13366] RDMD - Symbol Undefined

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13366 sigod changed: What|Removed |Added CC||sigod.m...@gmail.com --

[Issue 12488] foreach() should accept (and ignore) 'auto' in ForeachType

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12488 Ketmar Dark changed: What|Removed |Added Attachment #1341|0 |1 is obsolete|

[Issue 13368] New: std.datetime.monthToString should be public

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13368 Issue ID: 13368 Summary: std.datetime.monthToString should be public Product: D Version: unspecified Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 9762] std.math.isqrt

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9762 --- Comment #1 from bearophile_h...@eml.cc --- See also Issue 13369 --

[Issue 13369] New: std.math.iLog10

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13369 Issue ID: 13369 Summary: std.math.iLog10 Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1 Componen

[Issue 13370] New: Allow @nogc delegates in foreach

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13370 Issue ID: 13370 Summary: Allow @nogc delegates in foreach Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1

[Issue 13371] New: std.math.factorial

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13371 Issue ID: 13371 Summary: std.math.factorial Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priority: P1 Compo

[Issue 13334] [infoleak] DMD always places module paths in data segment

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13334 --- Comment #2 from Vladimir Panteleev --- (In reply to Vladimir Panteleev from comment #0) > 1) Do not generate these helper functions or strings when -betterC is > specified. This is now in: https://github.com/D-Programming-Language/dmd/pull/3882

[Issue 13368] std.datetime.monthToString should be public

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13368 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8863] struct passed to template: cannot access frame pointer

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8863 Steve Sobel changed: What|Removed |Added CC||s.sobell...@gmail.com --

[Issue 13360] System.NotImplementedException in Build window output when used along with Web Essentials

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13360 --- Comment #4 from vi...@vijay.name --- Hi Rainer, I guess you are right. The extension itself is in D Language and I am just a beginner, I doubt I will be able to troubleshoot this issue in a short time. I went through the code, the following is

[Issue 13367] Buffer overflow when setting PATH

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13367 Vladimir Panteleev changed: What|Removed |Added Keywords||pull OS|All

[Issue 13360] System.NotImplementedException in Build window output when used along with Web Essentials

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13360 --- Comment #5 from Rainer Schuetze --- (In reply to vijay from comment #4) > Hi Rainer, > > I guess you are right. The extension itself is in D Language and I am just a > beginner, I doubt I will be able to troubleshoot this issue in a short time.

[Issue 13372] New: traits parent shows template function as its own parent

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13372 Issue ID: 13372 Summary: traits parent shows template function as its own parent Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 13360] System.NotImplementedException in Build window output when used along with Web Essentials

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13360 vi...@vijay.name changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13372] traits parent shows template function as its own parent

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13372 Ellery Newcomer changed: What|Removed |Added Severity|enhancement |normal --

[Issue 13318] Error: cannot have e.tuple

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13318 Ellery Newcomer changed: What|Removed |Added Severity|enhancement |normal --

[Issue 13370] Allow @nogc delegates in foreach

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13370 Ketmar Dark changed: What|Removed |Added CC||ket...@ketmar.no-ip.org --- Comment #1 from Ke

[Issue 12488] foreach() should accept (and ignore) 'auto' in ForeachType

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12488 Ketmar Dark changed: What|Removed |Added Attachment #1387|0 |1 is obsolete|

[Issue 12488] foreach() should accept (and ignore) 'auto' in ForeachType

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12488 --- Comment #5 from Ketmar Dark --- i meant "foreach (int; [0, 1, 2, 3]) {}" --

[Issue 13373] New: METACODE appears in clear...

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13373 Issue ID: 13373 Summary: METACODE appears in clear... Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: normal Priority: P1

[Issue 4422] std.c.osx.socket and std.c.linux.socket cause symbol conflict

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4422 Peter Alexander changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 13368] std.datetime.monthToString should be public

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13368 --- Comment #2 from Kevin L --- Fair enough. My library is also Boost 1.0 licensed, all I took was the shortMonthNames array. Is the plan to eventually have localization support in Phobos, and then deprecate toSimpleString()? --

[Issue 13368] std.datetime.monthToString should be public

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13368 --- Comment #3 from Jonathan M Davis --- Well, I'd love to just deprecate toSimpleString, since it's not a standard format (it comes from Boost, not something like ISO), and it increases confusion, but doing so would break code (even if it wouldn't b

[Issue 13368] std.datetime.monthToString should be public

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13368 --- Comment #4 from Jonathan M Davis --- The custom time format stuff will probably have some internationalization, since there are standard C functions which support it (at least for the local time zone as opposed to English specifically), but full-

[Issue 13374] New: Wrong template overload resolution when passing function to alias/string parameter

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13374 Issue ID: 13374 Summary: Wrong template overload resolution when passing function to alias/string parameter Product: D Version: unspecified Hardware: All OS: All

[Issue 13374] Wrong template overload resolution when passing function to alias/string parameter

2014-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13374 --- Comment #1 from Vladimir Panteleev --- > But even if x took no arguments and returned a string, there needs to be a way > to pass the function by alias, not by its evaluation result. Even with -property, the compiler still attempts to evaluate i