[Issue 7974] forward reference of mixin declaration

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7974 --- Comment #1 from github-bugzi...@puremagic.com 2012-04-23 23:25:43 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0d304bf861b3dd323d3662edfc0f7f17566929ae

[Issue 7974] forward reference of mixin declaration

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7974 --- Comment #2 from github-bugzi...@puremagic.com 2012-04-23 23:26:00 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/d13dc678353fd6798b15d9268e6fcf9c7837c23

[Issue 4605] Wrong print of an int[string] aa

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4605 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7964] Organic Bug

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7964 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 7978] New: UTF exception (memory corruption?) using std.range.chain (behavior changes with -g)

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7978 Summary: UTF exception (memory corruption?) using std.range.chain (behavior changes with -g) Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5786] std.algorithm.sort does not work with std.container.Array: Range violation

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5786 Jonathan M Davis changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|

[Issue 5409] Disallow (!x & y)

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5409 --- Comment #7 from bearophile_h...@eml.cc 2012-04-23 18:29:55 PDT --- One more example found in the Blender code: http://www.gamasutra.com/blogs/AndreyKarpov/20120423/169021/Analyzing_the_Blender_project_with_PVSStudio.php #define

[Issue 5709] template instantiation fails with extra non-mutable class parameter

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5709 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6969] Forward reference on template class triangle

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6969 Nick Sabalausky changed: What|Removed |Added Severity|critical|blocker --- Comment #4 from Nick Sab

[Issue 5896] const overload matching is succumb to template parameter one

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5896 --- Comment #5 from Kenji Hara 2012-04-23 17:45:58 PDT --- More complicated test from my pull is still broken. struct X5896 { T opCast(T)(){ return 1; }// L3 const T opCast(T)(){ return 2; }// L4

[Issue 5809] feqrel fails assert in std.math on x86_64 systems

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5809 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 --- Comment #5 from github-bugzi...@puremagic.com 2012-04-23 17:28:19 PDT --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/4cbf372f18b25b15c3d3a47367c6612f423e7a1

[Issue 5634] ICE(machobj.c) on Mac OS X when there are multiple 'main's

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5634 --- Comment #4 from github-bugzi...@puremagic.com 2012-04-23 17:27:28 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/69bdde78408334b31fe4e61779ecaa81b3c8ccea

[Issue 5903] Overloading template functions with typeof() parameter type fails.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5903 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 4413] typeof(this) doesn't work in method template signature

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4413 Kenji Hara changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #8 from Ken

[Issue 6069] DMD tries to call static Foo.opCall() on cast(immutable(Foo))

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6069 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 5473] Members of const-qualified classes are not const themselves.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5473 --- Comment #3 from github-bugzi...@puremagic.com 2012-04-23 14:54:31 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/94c3a15d6b267ca7ad314482813dfa74e4b55b3

[Issue 7977] New: FormatString grammar is incomplete

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7977 Summary: FormatString grammar is incomplete Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobo

[Issue 7839] std.range.count() too

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7839 --- Comment #1 from bearophile_h...@eml.cc 2012-04-23 13:54:31 PDT --- And answer to a question by jerro in D.learn: http://forum.dlang.org/thread/4f949e90.9060...@webdrake.net#post-evdrwckxsqieyrweuxzp:40forum.dlang.org > Couldn't it just be

[Issue 785] Make 'cent' and 'ucent' syntactically valid pending implementation

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=785 ponce changed: What|Removed |Added CC||alil...@gmail.com --- Comment #28 from ponce 2

[Issue 5896] const overload matching is succumb to template parameter one

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5896 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #4 f

[Issue 5903] Overloading template functions with typeof() parameter type fails.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5903 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 5866] std.math.sin(float), std.math.cos(float) to return float

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5866 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Severit

[Issue 7976] New: ICE(backend/cg87.c)assignment btw two elements of dynamic array of complex number types

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7976 Summary: ICE(backend/cg87.c)assignment btw two elements of dynamic array of complex number types Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5848] Coverage always report 0000000 for inlined function

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 --- Comment #7 from SomeDude 2012-04-23 12:29:55 PDT --- (In reply to comment #6) > (In reply to comment #5) > Please make sure you have the '-inline' flag. Test with 'dmd', not 'rdmd'. OK, with -inline I get the same result you got. -- Con

[Issue 5769] struct elaborate constructor should make rvalue

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5769 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5889] Struct literal/construction should be rvalue (it binds to ref parameters)

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5889 --- Comment #16 from Kenji Hara 2012-04-23 11:18:45 PDT --- *** Issue 5769 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail be

[Issue 6475] template identifier is not a member of alias

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6475 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7968] Failing implicit cast, new in 2.059

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7968 --- Comment #3 from timon.g...@gmx.ch 2012-04-23 10:57:19 PDT --- (In reply to comment #2) > How does the cast I attempted break the const model? Having it be valid code allows to get a mutable reference to immutable data. This reference can th

[Issue 7906] [ICE] enum declaration with invalid array literal crashes dmd

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7906 Kenji Hara changed: What|Removed |Added CC||kekeni...@yahoo.co.jp --- Comment #5 from

[Issue 7906] [ICE] enum declaration with invalid array literal crashes dmd

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7906 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 7792] DMD crashes when local enum array containing undefined

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7792 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5787] Invisible multiple function calls when using .tupleof

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5787 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5843] Unable to convert a struct with an alias-this to long/ulong to int, using std.conv.to!int.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5843 Kenji Hara changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5473] Members of const-qualified classes are not const themselves.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5473 Kenji Hara changed: What|Removed |Added Keywords||pull --- Comment #2 from Kenji Hara 2012

[Issue 7792] DMD crashes when local enum array containing undefined

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7792 --- Comment #1 from kekeni...@yahoo.co.jp 2012-04-23 10:28:16 PDT --- This seems to be fixed in DMD 2.060 head. ( 2.059 still reproduces it. ) Did someone fix it? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email -

[Issue 5848] Coverage always report 0000000 for inlined function

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 --- Comment #6 from kenn...@gmail.com 2012-04-23 09:44:00 PDT --- (In reply to comment #5) > With dmd 2.059: > > PS E:\DigitalMars\dmd2\samples> rdmd -cov bug > PS E:\DigitalMars\dmd2\samples> cat bug.lst >|//import std.stdio, std.range

[Issue 7975] Incorrect quotes escaping in std.format

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7975 Kenji Hara changed: What|Removed |Added Keywords||pull Status|NEW

[Issue 5848] Coverage always report 0000000 for inlined function

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5848 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #5 f

[Issue 5843] Unable to convert a struct with an alias-this to long/ulong to int, using std.conv.to!int.

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5843 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 5824] Linking of objs containing mixin and function literal fails

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5824 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 5168] String enums don't work with -g compiler switch

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5168 --- Comment #5 from SomeDude 2012-04-23 08:55:58 PDT --- Indeed. I overlooked the -g option. Sorry for that. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 7975] Incorrect quotes escaping in std.format

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7975 --- Comment #1 from github-bugzi...@puremagic.com 2012-04-23 08:51:58 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/4430ee9a479f23fb9cf2edd09ac6b5fe2d

[Issue 7975] New: Incorrect quotes escaping in std.format

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7975 Summary: Incorrect quotes escaping in std.format Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component:

[Issue 5168] String enums don't work with -g compiler switch

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5168 --- Comment #4 from Jesse Phillips 2012-04-23 08:29:36 PDT --- (In reply to comment #3) > Compiles and runs fine on 2.059 Win32. I'm still getting these errors test.d(4): Error: Integer constant expression expected instead of "a" when compi

[Issue 7973] BigInt %= long/ulong gives wrong value

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7973 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #1 from Don 2

[Issue 7973] New: BigInt %= long/ulong gives wrong value

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7973 Summary: BigInt %= long/ulong gives wrong value Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: P

[Issue 7022] File.byLine doesn't release file handle

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7022 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 6789] std.stdio.File + ternary = bug

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6789 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 5797] std.math.approxEqual should accept const arguments

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5797 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 5787] Invisible multiple function calls when using .tupleof

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5787 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 7834] Assign x%int to int without cast

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7834 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 5786] std.algorithm.sort does not work with std.container.Array: Range violation

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5786 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #3 f

[Issue 7912] Cannot read compile time variable at compile time

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7912 Don changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7236] Protected class members in different file inaccessible

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7236 --- Comment #4 from SomeDude 2012-04-23 02:22:36 PDT --- See also on the same topic issue 5769 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5770] Template constructor bypass access check

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5770 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f

[Issue 7972] New: std.file.read allocate a buffer the size of the file even when given a upper limit

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7972 Summary: std.file.read allocate a buffer the size of the file even when given a upper limit Product: D Version: future Platform: All OS/Version: Linux Status: NEW

[Issue 5769] struct elaborate constructor should make rvalue

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5769 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #2 f

[Issue 7724] 'final:' causes error if any variable declarations are placed between it and the end of its scope

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7724 Stewart Gordon changed: What|Removed |Added Keywords||spec Summary|'final:' doesn

[Issue 6475] template identifier is not a member of alias

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6475 --- Comment #5 from github-bugzi...@puremagic.com 2012-04-23 01:10:19 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/fa26c6c6f2129f1959469c8c7641f27e141e618

[Issue 5726] boyerMooreFinder hangs when finding

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5726 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com Platfor

[Issue 5437] Problems with length of std.traits.EnumMembers

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5437 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 7962] std.regex: Captures.length() returns incorrect value

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=7962 Dmitry Olshansky changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 5709] template instantiation fails with extra non-mutable class parameter

2012-04-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5709 SomeDude changed: What|Removed |Added CC||lovelyd...@mailmetrash.com --- Comment #1 f