[Issue 5489] New: std.typecons tuples dynamically iterable

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5489 Summary: std.typecons tuples dynamically iterable Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Compo

[Issue 5485] TLS sections handled incorrectly

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5485 --- Comment #3 from d...@dawgfoto.de 2011-01-26 06:43:37 PST --- Sorry, shouldn't have cited only part of the patch. The important difference is in "void[] thread_getTLSBlock()". _tlsstart/_tlsend are used directly as pointers to the TLS section

[Issue 5485] TLS sections handled incorrectly

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5485 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[Issue 5490] DMDFE: Slim down warnings generated by GCC

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5490 --- Comment #1 from Iain Buclaw 2011-01-26 09:04:49 PST --- Created an attachment (id=883) fix most notorious warnings in dmdfe -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 5490] New: DMDFE: Slim down warnings generated by GCC

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5490 Summary: DMDFE: Slim down warnings generated by GCC Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Com

[Issue 5491] New: filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 Summary: filter cannot be used in a function? Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: P

[Issue 5491] filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 --- Comment #1 from Timofei Bolshakov 2011-01-26 10:40:17 PST --- Following variant do not work either: __ import std.algorithm, std.conv, std.stdio; enum UsbDevType:

[Issue 5491] filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 --- Comment #3 from Timofei Bolshakov 2011-01-26 10:53:14 PST --- I am sorry for the line > UsbDevType.gateway; } )( devices ) ); > foreach( UsbDevice dev; gateways ) writeln( dev.toString() ); > } It is not needed there - cut and paste

[Issue 5491] filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 --- Comment #2 from Timofei Bolshakov 2011-01-26 10:50:03 PST --- And this one does not compile: __ import std.algorithm, std.conv, std.stdio; enum UsbDevType: ui

[Issue 5491] filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 --- Comment #4 from Timofei Bolshakov 2011-01-26 11:05:52 PST --- I got several other similar errors in find, like /usr/include/d/dmd/phobos/std/functional.d(74): Error: static assert "Bad unary function: a.parent_id == usb_id for type UsbDe

[Issue 5491] filter cannot be used in a function?

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5491 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 5492] New: immutable string can be changed by stdin.readln

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5492 Summary: immutable string can be changed by stdin.readln Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity:

[Issue 5493] New: Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 Summary: Able to overwrite immutable data Product: D Version: D2 Platform: x86_64 OS/Version: Mac OS X Status: NEW Severity: normal Priority: P2 Component:

[Issue 5492] immutable string can be changed by stdin.readln

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5492 Steven Schveighoffer changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 Steven Schveighoffer changed: What|Removed |Added CC||mrmoc...@gmx.de --- Comment #1

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 Andrei Alexandrescu changed: What|Removed |Added Priority|P2 |P5 Status|NEW

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 Trass3r changed: What|Removed |Added Component|Phobos |DMD Platform|x86_64

[Issue 2810] Bogus forward reference error with auto function

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2810 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[Issue 5273] ref Primitives Can Be Implicitly Cast To immutable

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5273 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4832] Functions external to class break immutability

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4832 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||dsim...@yahoo.com --- Comment #4 from yebbl

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||dsim...@yahoo.com CC|

[Issue 5291] ref parameter and const/immutable == hole in const system

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5291 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 4416] Function with ref argument breaks struct method const attribute

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4416 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3534] const/immutable data can be modified by passing through ref function parameter

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3534 yebblies changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #7 from

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||bearophile_h...@eml.cc CC|

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #9 from yebb

[Issue 5493] Able to overwrite immutable data

2011-01-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 yebblies changed: What|Removed |Added CC||simen.kja...@gmail.com --- Comment #6 from