[Issue 17797] [REG 2.073.2] double print to stdout when reading stdin in another thread

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17797 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #4 from Rai

[Issue 11577] Template std.typetuple.NoDuplicates removes const types for classes and structs

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11577 --- Comment #1 from alex.jercai...@gmail.com --- What would be the correct behaviour here? Should it treat the const and nonconst as duplicates? --

[Issue 17889] New: Cross platform function to redirect standard input/output

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17889 Issue ID: 17889 Summary: Cross platform function to redirect standard input/output Product: D Version: D2 Hardware: x86_64 OS: All Status: NEW

[Issue 17889] Cross platform function to redirect standard input/output

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17889 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com --- Comment #1 from b2.t...

[Issue 17889] Cross platform function to redirect standard input/output

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17889 --- Comment #2 from RazvanN --- I was actually refering to dup2: [1] http://man7.org/linux/man-pages/man2/dup.2.html [2] https://msdn.microsoft.com/en-us/library/8syseb29.aspx --

[Issue 10131] To remove duplicates and keep order

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10131 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- PR

[Issue 17890] New: cpp_long is not declared for Posix 64bit

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17890 Issue ID: 17890 Summary: cpp_long is not declared for Posix 64bit Product: D Version: D2 Hardware: x86_64 OS: Mac OS X Status: NEW Severity: enhancement

[Issue 17890] cpp_long is not declared for Posix 64bit

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17890 Илья Ярошенко changed: What|Removed |Added Keywords||C++ --

[Issue 9362] Add a method to remove one item to std.container.SList

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9362 Alexandru Razvan Caciulescu changed: What|Removed |Added CC||alexandru.razva...@gmail.co

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #4 from Steven Schveighoffer --- A better reduced test case: https://gist.github.com/MrSmith33/dc53d8cb6ce642fcb6dbc5863d029cec Courtesy of MrSmith: https://forum.dlang.org/post/ahoyjzxreidgosqij...@forum.dlang.org --

[Issue 16510] Request: RSA digital signature validation in phobos

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16510 --- Comment #2 from Andre --- As far as I know there is no native library available (not depending on e.g. openssl dll) which works for dmd OMF. Unfortunately even botan only works with x86 / x64 coff. --

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 Mr. Smith changed: What|Removed |Added CC||mrsmit...@yandex.ru --- Comment #5 from Mr. Smit

[Issue 17890] cpp_long is not declared for Posix 64bit

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17890 --- Comment #1 from anonymous4 --- (In reply to Илья Ярошенко from comment #0) > BTW, why c_long is always 32 bit for windows? I suppose for compatibility with code written for 32-bit architecture, though long was 32-bit in 16-bit mode too. --

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #6 from Mr. Smith --- Looks like the problem is with Piece* sentinel = new Piece; If I do that at runtime it works. --

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #7 from Steven Schveighoffer --- Hm... I didn't see this before, but you have an import for MonoTime. On the original PR I saw this, it was an update to MonoTime. Can you confirm that your code works or not without MonoTime import (which

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #8 from Steven Schveighoffer --- Correction: PR was not about MonoTime but SysTime. But still, datetime seems to be involved. --

[Issue 17740] ghost "internal" symbols show up sometimes

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17740 --- Comment #9 from Mr. Smith --- Error doesn't happen when `import std.datetime : MonoTime;` is removed --

[Issue 17891] New: forum is dog slow

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17891 Issue ID: 17891 Summary: forum is dog slow Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: major Priority: P1 Componen

[Issue 17891] forum is dog slow

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17891 --- Comment #1 from Vladimir Panteleev --- There is some maintenance running on the server right now which is impacting load. Should be resolved soon. --

[Issue 17891] forum is dog slow

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17891 ki...@gmx.net changed: What|Removed |Added CC||ki...@gmx.net --- Comment #2 from ki...@gmx.n

[Issue 17892] New: Scope analysis with -dip1000 fails for templated structs

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17892 Issue ID: 17892 Summary: Scope analysis with -dip1000 fails for templated structs Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 10060] readf doesn't work with arrays

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10060 alex.jercai...@gmail.com changed: What|Removed |Added CC||alex.jercai...@gmail.com

[Issue 17892] Scope analysis with -dip1000 fails for templated structs

2017-10-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17892 Walter Bright changed: What|Removed |Added Keywords||safe CC|