[Issue 11863] std.conv.to!string(int/uint, radix) returns incorrect string

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11863 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code --- Comment #5 from Ke

[Issue 7903] [TDPL] public member variables are supposed to be illegal in synchronized classes

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7903 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment

[Issue 3672] [tdpl] read-modify-write (rmw) operators must be disabled for shared

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3672 yebblies changed: What|Removed |Added AssignedTo|yebbl...@gmail.com |nob...@puremagic.com --- Comment #5 from y

[Issue 1001] print stack trace (in debug mode) when program die

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #67 from Vladimir Panteleev 2014-01-06 23:55:44 EET --- (In reply to comment #66) > My bad, never mind. I get a WER dialog, though, so it's not silent? Putting a null pointer dereference into try/catch does not catch it, so I gue

[Issue 1001] print stack trace (in debug mode) when program die

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #68 from Benjamin Thaut 2014-01-06 13:59:30 PST --- Its not neccessary to implement windows SEH on 64-bit to support stack traces on access violations (or other hardware exceptions). For now we could simply use SetUnhandledExcepti

[Issue 4423] [tdpl] enums of struct types

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4423 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comm

[Issue 7132] [tdpl] Exponential operator ^^ for integrals does not compile without any import

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7132 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7902] [TDPL] sychronized is supposed to be for classes, not functions

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7902 Andrej Mitrovic changed: What|Removed |Added Keywords||pull CC|

[Issue 7903] [TDPL] public member variables are supposed to be illegal in synchronized classes

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7903 Andrej Mitrovic changed: What|Removed |Added CC||and...@erdani.com --- Comment #3 fr

[Issue 7903] [TDPL] public member variables are supposed to be illegal in synchronized classes

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7903 Andrej Mitrovic changed: What|Removed |Added Keywords||pull AssignedTo|nob...@purem

[Issue 1001] print stack trace (in debug mode) when program die

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #65 from Vladimir Panteleev 2014-01-06 22:21:36 EET --- (In reply to comment #64) > on Windows 64 bit a executable still crashes silently when a access violation > occures. At least with 2.064.2 Fixed in git HEAD, see Issue 11865

[Issue 1001] print stack trace (in debug mode) when program die

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #66 from Vladimir Panteleev 2014-01-06 22:22:50 EET --- (In reply to comment #65) > (In reply to comment #64) > > on Windows 64 bit a executable still crashes silently when a access > > violation > > occures. At least with 2.064.

[Issue 7903] [TDPL] public member variables are supposed to be illegal in synchronized classes

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=7903 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comm

[Issue 3672] [tdpl] read-modify-write (rmw) operators must be disabled for shared

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3672 --- Comment #4 from Andrej Mitrovic 2014-01-06 11:52:15 PST --- yebblies do you intend to write a pull for this? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 11876] std.getopt: Implement --help and --help=option automatic printout

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11876 --- Comment #1 from Andrej Mitrovic 2014-01-06 11:08:45 PST --- https://github.com/D-Programming-Language/phobos/pull/1840 -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail b

[Issue 11876] New: std.getopt: Implement --help and --help=option automatic printout

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11876 Summary: std.getopt: Implement --help and --help=option automatic printout Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: pu

[Issue 1001] print stack trace (in debug mode) when program die

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1001 --- Comment #64 from Benjamin Thaut 2014-01-06 10:46:55 PST --- on Windows 64 bit a executable still crashes silently when a access violation occures. At least with 2.064.2 Code used to test: import core.stdc.stdio; void test() { int* i;

[Issue 11403] functions in std.algo can't be used as pred

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11403 monarchdo...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 8203] Use of std.regex.match() generates "not enough preallocated memory" error

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8203 --- Comment #12 from Илья Ярошенко 2014-01-06 09:15:56 PST --- (In reply to comment #11) > (In reply to comment #10) > > Created an attachment (id=1310) [details] [details] > > regex example > > > > This regexp fails with > > "аллея Театрал

[Issue 8203] Use of std.regex.match() generates "not enough preallocated memory" error

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8203 --- Comment #11 from Dmitry Olshansky 2014-01-06 08:38:28 PST --- (In reply to comment #10) > Created an attachment (id=1310) [details] > regex example > > This regexp fails with > "аллея Театральная, д. 3, стр. 1". > Somewhat reduced tes

[Issue 11792] Investigate migrating to a meta repo

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11792 --- Comment #5 from Vladimir Panteleev 2014-01-06 18:36:22 EET --- (In reply to comment #4) > I am getting 404 on the mentioned repository (but D-dot-git works). As mentioned later in the thread, the repository was moved to Bitbucket to pre

[Issue 11839] std.regex capture group names should allow numbers to be in them

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11839 Dmitry Olshansky changed: What|Removed |Added Keywords||pull CC|

[Issue 11792] Investigate migrating to a meta repo

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11792 --- Comment #4 from Mathias LANG 2014-01-06 08:01:51 PST --- (In reply to comment #3) > This sounds similar to my D.git experiment: > > http://forum.dlang.org/post/sgkzpaqkfihoajpeh...@forum.dlang.org > > The repository is automatically ge

[Issue 11403] functions in std.algo can't be used as pred

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11403 --- Comment #3 from github-bugzi...@puremagic.com 2014-01-06 08:04:00 PST --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/190b8190d4ad43c7f0af5d27a43c644

[Issue 11770] std.regex.Captures should be convertible to bool

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11770 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6445] [CTFE] Absurd memory usage (still) on building array

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6445 Marco Leise changed: What|Removed |Added CC||marco.le...@gmx.de --- Comment #7 from

[Issue 11852] RDMD broken on the Github HEAD

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 --- Comment #8 from Andrej Mitrovic 2014-01-06 07:17:51 PST --- https://github.com/D-Programming-Language/phobos/commit/eea81d8a863421d9e6f855f487c6fe809a434b1c -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email

[Issue 11852] RDMD broken on the Github HEAD

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 Andrej Mitrovic changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11852] RDMD broken on the Github HEAD

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 Vladimir Panteleev changed: What|Removed |Added CC||thecybersha...@gmail.com --- Co

[Issue 11852] RDMD broken on the Github HEAD

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11852 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #6 from Andrej Mi

[Issue 11875] static if template type deduction causes infinite recursion with recursive alias this

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11875 Rainer Schuetze changed: What|Removed |Added Keywords||pull --- Comment #1 from Rainer Sc

[Issue 11875] New: static if template type deduction causes infinite recursion with recursive alias this

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11875 Summary: static if template type deduction causes infinite recursion with recursive alias this Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 11808] std.uni.CodepointSet('А', 'Я'+1, 'а', 'я'+1) asserts

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11808 Dmitry Olshansky changed: What|Removed |Added Keywords||pull AssignedTo|nob...@pur

[Issue 11868] ICE(template.c) on passing `inout const` argument as TemplateTupleParameter

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11868 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 11868] ICE(template.c) on passing `inout const` argument as TemplateTupleParameter

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11868 --- Comment #2 from github-bugzi...@puremagic.com 2014-01-06 01:57:56 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/311612ab8a4a54d8d7d54831a6e4ff70cdf3f

[Issue 11865] Unhandled exception does not show crash dialog

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 --- Comment #5 from Vladimir Panteleev 2014-01-06 10:18:46 EET --- (In reply to comment #3) > Could there be a way to set a delegate that is called when there is an > uncaught exception and have an easy way to get the exception type, name, a

[Issue 11865] Unhandled exception does not show crash dialog

2014-01-06 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 --- Comment #4 from github-bugzi...@puremagic.com 2014-01-06 00:03:17 PST --- Commits pushed to master at https://github.com/D-Programming-Language/druntime https://github.com/D-Programming-Language/druntime/commit/d251e4fa1f3298b07f2e57acc3c