[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 thecybersha...@gmail.com changed: What|Removed |Added 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 c...@dawg.eu changed: What|Removed |Added Status|NEW |RESOLVED

[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 Илья Ярошенко ilyayaroshe...@gmail.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[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 Илья Ярошенко ilyayaroshe...@gmail.com 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

[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 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 3610] isNumeric(3.14w) is false.

2014-01-04 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3610 --- Comment #8 from Vladimir Panteleev thecybersha...@gmail.com 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

[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

[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 k.hara...@gmail.com changed: What|Removed |Added Version|D1 D2 |D1

[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 k.hara...@gmail.com 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 =

[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 thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull

[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 thecybersha...@gmail.com 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

[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 k.hara...@gmail.com 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()

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 k.hara...@gmail.com changed: What|Removed |Added CC||timon.g...@gmx.ch

[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

[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 k.hara...@gmail.com 2014-01-04 23:42:17 PST --- Hmm, with -allinst switch, OP code runs successfully in Windows (Both -m32 and -m64). -- Configure issuemail:

[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 k.hara...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED