[Issue 9716] [Feature request] {std.stdio} A range to manage both stream and file

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9716 --- Comment #3 from bioinfornatics bioinfornat...@gmail.com 2013-03-18 01:05:51 PDT --- English is not my first language so if you have a good one. You are welcome :-) -- Configure issuemail:

[Issue 9743] New: IFTI and polymorphic string literal should support implicit conversion to static array type

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9743 Summary: IFTI and polymorphic string literal should support implicit conversion to static array type Product: D Version: D2 Platform: All OS/Version: All Status:

[Issue 9743] IFTI and polymorphic string literal should support implicit conversion to static array type

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9743 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull --- Comment #1

[Issue 8041] __gshared/static problem

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8041 --- Comment #3 from github-bugzi...@puremagic.com 2013-03-18 02:17:40 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9744] shared and __gshared variables can have their address taken at compile time

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9744 --- Comment #1 from Don clugd...@yahoo.com.au 2013-03-18 03:09:01 PDT --- Or perhaps the correct behaviour would be to allow shared and __gshared to have their address taken in all cases (including CTFE), and to generate an error cannot take

[Issue 4479] Module Foo is in multiple files Foo

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4479 --- Comment #4 from github-bugzi...@puremagic.com 2013-03-18 03:47:42 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9451] Listing abstract functions in diagnostic should show full signature

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9451 --- Comment #2 from github-bugzi...@puremagic.com 2013-03-18 03:52:57 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9744] Poor error message taking address of thread-local variable at compile time

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9744 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords|accepts-invalid |diagnostic

[Issue 9745] New: Allow non-thread local static variables to have their address taken in CTFE

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9745 Summary: Allow non-thread local static variables to have their address taken in CTFE Product: D Version: D1 D2 Platform: All OS/Version: All Status: NEW

[Issue 9746] New: Incorrect method parameters in out-block of `final` class member functions

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9746 Summary: Incorrect method parameters in out-block of `final` class member functions Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 7599] Method parameter undefined in out-block

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7599 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Keywords|

[Issue 9747] New: IFTI argument deduction fails for committed string literals which are implicitly converted to a static array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9747 Summary: IFTI argument deduction fails for committed string literals which are implicitly converted to a static array Product: D Version: D2 Platform: All

[Issue 9747] IFTI argument deduction fails for committed string literals which are implicitly converted to a static array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9747 Kenji Hara k.hara...@gmail.com changed: What|Removed |Added Keywords||pull, rejects-valid

[Issue 9743] IFTI and polymorphic string literal should support implicit conversion to static array type

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9743 Martin Nowak c...@dawg.eu changed: What|Removed |Added CC||c...@dawg.eu --- Comment

[Issue 9743] IFTI and polymorphic string literal should support implicit conversion to static array type

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9743 --- Comment #3 from github-bugzi...@puremagic.com 2013-03-18 07:57:07 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9747] IFTI argument deduction fails for committed string literals which are implicitly converted to a static array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9747 --- Comment #2 from github-bugzi...@puremagic.com 2013-03-18 07:57:04 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 9748] New: Wrong scope of templated nested functions in static foreach

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9748 Summary: Wrong scope of templated nested functions in static foreach Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords:

[Issue 6089] __gshared with not static 2D array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6089 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 6089] __gshared with not static 2D array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6089 --- Comment #4 from Iain Buclaw ibuc...@ubuntu.com 2013-03-18 08:11:35 PDT --- (In reply to comment #2) (In reply to comment #0) With DMD 2.053 this program: void main() { __gshared int[1][1] foo; } This is fixed by Issue

[Issue 6089] __gshared with not static 2D array

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6089 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9749] New: typeof(return) is sometimes disallowed for inner functions

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9749 Summary: typeof(return) is sometimes disallowed for inner functions Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords:

[Issue 9750] New: byLine(KeepTerminator.no) problem with Windows newlines in binary mode files

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9750 Summary: byLine(KeepTerminator.no) problem with Windows newlines in binary mode files Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW

[Issue 9749] typeof(return) is sometimes disallowed for inner functions

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9749 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9750] byLine(KeepTerminator.no) problem with Windows newlines in binary mode files

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9750 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9750] byLine(KeepTerminator.no) problem with Windows newlines in binary mode files

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9750 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added CC|

[Issue 9750] byLine(KeepTerminator.no) problem with Windows newlines in binary mode files

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9750 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5378] File.byLine terminator string

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5378 --- Comment #5 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-18 12:11:08 PDT --- *** Issue 9750 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 9727] Documented unittest comment should appear before Example section

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9727 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9727] Documented unittest comment should appear before Example section

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9727 --- Comment #6 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-03-18 12:49:25 PDT --- (In reply to comment #3) I like this ER. It lets you describe the point of each example instead of forcing the user to read the code and figure it out

[Issue 9280] Runtime range violation with named capture groups in regex

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9280 Dmitry Olshansky dmitry.o...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9751] Coverage generation should emit non-problematic file names

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9751 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 9751] New: Coverage generation should emit non-problematic file names

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9751 Summary: Coverage generation should emit non-problematic file names Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal

[Issue 9752] New: Coverage generation should emit files to path set by -od

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9752 Summary: Coverage generation should emit files to path set by -od Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement

[Issue 9726] Add minimum % coverage required for -cov testing

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9726 --- Comment #4 from github-bugzi...@puremagic.com 2013-03-18 14:17:59 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/druntime

[Issue 9726] Add minimum % coverage required for -cov testing

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9726 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 9721] Code coverage for templates

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9721 thelastmamm...@gmail.com changed: What|Removed |Added CC||thelastmamm...@gmail.com

[Issue 9732] Do not call opAssign() for the first assignment to member in the constructor

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9732 --- Comment #10 from Maxim Fomin ma...@maxim-fomin.ru 2013-03-18 14:58:55 PDT --- Another problem can arise from mixin usage - when you write mixin or mixin template you assume that opAssign would be called, but this assumptions breaks and

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added CC|

[Issue 9753] New: std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Summary: std.string.translate precondition asserts Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 --- Comment #2 from bearophile_h...@eml.cc 2013-03-18 15:36:03 PDT --- (In reply to comment #1) Why are those asserts in there anyway? A char can't be larger than 255..? Ah, right. My brain was switched too much off. This looks better:

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Keywords||pull ---

[Issue 9754] New: Bad codegen with 0-size args and -fPIC -O

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9754 Summary: Bad codegen with 0-size args and -fPIC -O Product: D Version: D2 Platform: x86 OS/Version: Linux Status: NEW Keywords: wrong-code Severity: normal

[Issue 9753] std.string.translate precondition asserts

2013-03-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=9753 --- Comment #4 from github-bugzi...@puremagic.com 2013-03-18 17:51:13 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos