[Issue 4854] Regression(2.047, Mac only) writefln Segmentation fault if no globals

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4854 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 5071] New: passing value by ref to a function with an inner dynamic closure results in a wrong code

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5071 Summary: passing value by ref to a function with an inner dynamic closure results in a wrong code Product: D Version: D2 Platform: Other OS/Version: Windows

[Issue 3797] Function pointers need to be stricter

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added CC|

[Issue 5071] passing value by ref to a function with an inner dynamic closure results in a wrong code

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5071 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 3797] Implicit conversion between incompatible function pointers

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 --- Comment #2 from bearophile_h...@eml.cc 2010-10-18 11:06:24 PDT --- Sobirari Muhomori has closed bug 5069 because it's a duplicate of this one. But please don't ignore one thing I've written in bug 5069, about error messages, where for a

[Issue 3797] Implicit conversion between incompatible function pointers

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 Sobirari Muhomori dfj1es...@sneakemail.com changed: What|Removed |Added Severity|major |critical

[Issue 3797] Implicit conversion between incompatible function pointers

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3797 --- Comment #4 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-10-18 11:14:48 PDT --- The following code compiles but segfaults (Access Violation) on dmd 2.040 / winxp. Is this a cross-platform bug? -- Configure issuemail:

[Issue 5072] New: Iterating an empty result returned by match() crashes the application

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5072 Summary: Iterating an empty result returned by match() crashes the application Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW

[Issue 5026] ICE(expression.c) Incomplete mixin expression + char[] to char assignment

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5026 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch --- Comment #1 from

[Issue 5026] ICE(expression.c) Incomplete mixin expression + char[] to char assignment

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5026 Don clugd...@yahoo.com.au changed: What|Removed |Added Version|D1 |D1 D2 --- Comment #2 from

[Issue 4951] InternetAddress fails to resolve host when multithreading.

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4951 --- Comment #4 from Stephan Dilly s...@extrawurst.org 2010-10-18 13:56:04 PDT --- (In reply to comment #3) Also blocks mine so I advocate the raise Did you workaround it anyhow ? I cannot think of anything even remotly possible without

[Issue 4951] InternetAddress fails to resolve host when multithreading.

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4951 --- Comment #5 from Stephan Dilly s...@extrawurst.org 2010-10-18 14:54:06 PDT --- i rechecked this issue and the reproduction code. the following code reproduces the crash for sure ( the original code did not, at least under dmd2045 ) [CODE]

[Issue 5073] New: wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map)

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5073 Summary: wrong file name in error message for voids have no value inside alias templates (affects std.algorithm.map) Product: D Version: D2 Platform: Other

[Issue 5074] New: array(immutable(int)[]) == int[]

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5074 Summary: array(immutable(int)[]) == int[] Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5075] New: std.algorithm.map/filter don't support associative arrays or their byKey()/byValue()

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5075 Summary: std.algorithm.map/filter don't support associative arrays or their byKey()/byValue() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 5076] New: std.algorithm.sorted / schwartzSorted

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5076 Summary: std.algorithm.sorted / schwartzSorted Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: patch Severity: enhancement

[Issue 5077] New: std.algorithm.schwartzSort is slow

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5077 Summary: std.algorithm.schwartzSort is slow Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: performance Severity: enhancement

[Issue 5078] New: Some possible improvements for std.algorithm.schwartzSort()

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5078 Summary: Some possible improvements for std.algorithm.schwartzSort() Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: patch

[Issue 5079] New: [ICE on invalid code] '0' on line 1103 in file 'glue.c' on undefined symbol during CTFE

2010-10-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5079 Summary: [ICE on invalid code] '0' on line 1103 in file 'glue.c' on undefined symbol during CTFE Product: D Version: unspecified Platform: Other OS/Version: Windows