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

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11863 --- Comment #2 from Kenji Hara 2014-01-04 23:42:17 PST --- Hmm, with "-allinst" switch, OP code runs successfully in Windows (Both -m32 and -m64). -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You ar

[Issue 11844] ICE(template.c:6643) Assertion failed: (td->semanticRun != PASSinit)

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11844 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11844] ICE(template.c:6643) Assertion failed: (td->semanticRun != PASSinit)

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11844 --- Comment #2 from github-bugzi...@puremagic.com 2014-01-04 23:33:06 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/91f6a96bc3bc0ec417f0328f7cb7833826e6f

[Issue 10922] Compiler segfaults when using __traits(parent, {})

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=10922 Kenji Hara changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #4 from K

[Issue 11848] Crash on 'enum factorial5=(a=>a==0?1:a*__traits(parent,{})(a-1))(5); '

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11848 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11847 --- Comment #1 from Kenji Hara 2014-01-04 23:24:21 PST --- (In reply to comment #0) > The following errors out with "main.d(5): Error: undefined identifier 'mod'": > > main.d > --- > import test; > import test.mod; > > void main() { > t

[Issue 11865] Unhandled exception does not show crash dialog

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 --- Comment #2 from Vladimir Panteleev 2014-01-05 09:02:36 EET --- > I would want to upload stack traces to my own server instead of Microsoft's So, do I understand correctly that D's standard uncaught exception handler does not apply to yo

[Issue 11865] Unhandled exception does not show crash dialog

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 Vladimir Panteleev changed: What|Removed |Added Keywords||pull CC|

[Issue 11849] Recursive enum causes segfault

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11849 --- Comment #5 from Kenji Hara 2014-01-04 22:30:21 PST --- (In reply to comment #4) > (In reply to comment #3) > > > Do you mean this full test case? > > No, I mean only exact this code: > > enum : DWORD > { > DWORD = REG_DWORD > } >

[Issue 5749] (D1 only) argument evaluation order of chained function from right

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5749 Kenji Hara changed: What|Removed |Added Version|D1 & D2 |D1 Summary|argument evaluation

[Issue 5749] argument evaluation order of chained function from right

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5749 --- Comment #9 from github-bugzi...@puremagic.com 2014-01-04 22:27:55 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/7a31af4b65667fa6a993743f493e8d5f156e0d

[Issue 3610] isNumeric("3.14"w) is false.

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3610 --- Comment #8 from Vladimir Panteleev 2014-01-05 06:55:27 EET --- Created an attachment (id=1311) draft patch The current implementation of isNumeric works just fine with wchar and dchar strings. However, making the function a template caus

[Issue 11865] New: Unhandled exception does not show crash dialog

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11865 Summary: Unhandled exception does not show crash dialog Product: D Version: D2 Platform: All OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 11850] [ICE] Problem with filter with signed-unsigned array comparison

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11850 --- Comment #2 from bearophile_h...@eml.cc 2014-01-04 16:20:40 PST --- Perhaps this is the same bug: void main() { import std.algorithm: map, filter; [[1]].filter!(a => a.map!q(x => x)); } temp.d(3): Error: undefined identifier q

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

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8203 --- Comment #10 from Илья Ярошенко 2014-01-04 14:42:08 PST --- Created an attachment (id=1310) regex example This regexp fails with "аллея Театральная, д. 3, стр. 1". Works fine in SublimeText3. c ore.exception.AssertError

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

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8203 Илья Ярошенко changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 3956] linker removes underscore from all exported symbols of a module but the first

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3956 Martin Nowak changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 11792] Investigate migrating to a meta repo

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