[Issue 5573] New: Compiler (not linker) should generate an error for missing main()

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5573 Summary: Compiler (not linker) should generate an error for missing main() Product: D Version: D1 D2 Platform: Other OS/Version: Windows Status: NEW

[Issue 5573] Compiler (not linker) should generate an error for missing main()

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5573 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

D2 dynamic array on Win32 exception

2011-02-14 Thread Gleb
Hello, void main() { int[][5] a; a[0][0] = 1; } Compiling this code compiler (D 2.051, Win32) generates an error: core.exception.RangeError@aaa(4): Range violation With D v.1 it's all rigth. I guess it's a bug in D v.2

Re: D2 dynamic array on Win32 exception

2011-02-14 Thread bearophile
Gleb: void main() { int[][5] a; a[0][0] = 1; } Compiling this code compiler (D 2.051, Win32) generates an error: core.exception.RangeError@aaa(4): Range violation With D v.1 it's all rigth. I guess it's a bug in D v.2 Are you sure it is not a bug on D1? For further posts,

[Issue 2846] box arguments should be const

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2846 Don clugd...@yahoo.com.au changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2874] phobos docs issues

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2874 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 4464] std.range.take does not always return Take!R

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4464 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 4807] Examples for std.array insert and replace

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4807 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Issue 5271] Not constant RAND_MAX

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5271 Lars T. Kyllingstad bugzi...@kyllingen.net changed: What|Removed |Added Status|NEW |RESOLVED

Re: D2 dynamic array on Win32 exception

2011-02-14 Thread Gleb
Bearophile: Are you sure it is not a bug on D1? For further posts, I suggest you the D.learn newsgroup. Bearophile, Thank you for the answer. I'll try D.learn.

[Issue 5574] New: Error: this for ~this needs to be type foo not type foo[1u][1u]

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5574 Summary: Error: this for ~this needs to be type foo not type foo[1u][1u] Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity:

[Issue 5575] New: Problem with a map() of a const uniq()

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5575 Summary: Problem with a map() of a const uniq() Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5576] New: Problem with map() that yields Tuples

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5576 Summary: Problem with map() that yields Tuples Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: rejects-valid Severity: normal

[Issue 5577] New: Incorrectly generated di file with extern (C) and alias

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5577 Summary: Incorrectly generated di file with extern (C) and alias Product: D Version: D1 Platform: Other OS/Version: Mac OS X Status: NEW Severity: normal

[Issue 5573] Compiler (not linker) should generate an error for missing main()

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5573 Robert Clipsham rob...@octarineparrot.com changed: What|Removed |Added CC|

[Issue 5578] New: GDC: struct is wrong size when real data type used.

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5578 Summary: GDC: struct is wrong size when real data type used. Product: D Version: D1 Platform: x86 OS/Version: Linux Status: NEW Severity: major Priority: P2

[Issue 5578] GDC: struct is wrong size when real data type used.

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5578 --- Comment #1 from Brad L brad.lanam.t...@gmail.com 2011-02-14 14:48:33 PST --- gdc (Ubuntu 1:1.046-4.3.4-3ubuntu1) 4.3.4 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5578] GDC: struct is wrong size when real data type used.

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5578 Brad Roberts bra...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5579] New: Segfault on first call to GC after starting new thread

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5579 Summary: Segfault on first call to GC after starting new thread Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Severity: regression Priority:

[Issue 5581] New: [64-bit] Wrong code with bitwise operations on bools

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5581 Summary: [64-bit] Wrong code with bitwise operations on bools Product: D Version: D2 Platform: x86_64 OS/Version: Windows Status: NEW Keywords: wrong-code

[Issue 5579] Segfault on first call to GC after starting new thread

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5579 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5582] New: Improvements to the DLL startup code

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5582 Summary: Improvements to the DLL startup code Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority: P2

[Issue 5583] New: Issues when creating a debug build of druntime library

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5583 Summary: Issues when creating a debug build of druntime library Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal Priority:

[Issue 5582] Improvements to the DLL startup code

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5582 --- Comment #1 from Rainer Schuetze r.sagita...@gmx.de 2011-02-14 23:32:25 PST --- Created an attachment (id=911) missing change from previous patch Sorry, missed this change. (Is there a way to get a single patch across multiple commits from

[Issue 5401] std.socket updates and boost license

2011-02-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5401 Daniel Gibson metalcae...@gmail.com changed: What|Removed |Added CC|