[Issue 6304] DMD does not recognize size_t parameter type while type matching

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

[Issue 2355] is() doesn't resolve aliases before template matching

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2355 yebblies changed: What|Removed |Added CC||pun...@coverify.org --- Comment #4 from yeb

[Issue 6304] New: DMD does not recognize size_t parameter type while type matching

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6304 Summary: DMD does not recognize size_t parameter type while type matching Product: D Version: D2 Platform: Other OS/Version: Linux Status: NEW Severity: n

[Issue 6302] Function imports in debug blocks crashes compiler

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6302 Andrej Mitrovic changed: What|Removed |Added Severity|blocker |critical --- Comment #1 from Andrej

[Issue 6303] New: Order of float declaration changes NaN throwing behavior

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6303 Summary: Order of float declaration changes NaN throwing behavior Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: normal

[Issue 6302] New: Function imports in debug blocks crashes compiler

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6302 Summary: Function imports in debug blocks crashes compiler Product: D Version: D2 Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority: P2

[Issue 6301] Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length.

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6301 --- Comment #1 from kenn...@gmail.com 2011-07-12 15:21:17 PDT --- Phobos pull #142. https://github.com/D-Programming-Language/phobos/pull/142 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiv

[Issue 6301] New: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length.

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6301 Summary: Cannot 'zip'/'retro'/'stride' etc. a range having 'ulong' length. Product: D Version: D2 Platform: Other OS/Version: Mac OS X Status: NEW Keyword

[Issue 6284] [Regression 2.054] 'pure' does not work with 'with' statement

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6284 --- Comment #3 from kenn...@gmail.com 2011-07-12 13:22:25 PDT --- DMD pull #243. https://github.com/D-Programming-Language/dmd/pull/243 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving th

[Issue 6293] [Regression 2.054] 'pure' does not work with member of array of aggregrate

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6293 --- Comment #1 from kenn...@gmail.com 2011-07-12 13:22:49 PDT --- DMD pull #243. https://github.com/D-Programming-Language/dmd/pull/243 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving th

[Issue 5493] Able to overwrite immutable data by passing through ref function parameter

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5493 --- Comment #13 from Steven Schveighoffer 2011-07-12 13:05:59 PDT --- *** Issue 6298 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving th

[Issue 6298] ref breaks struct immutability

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

[Issue 6300] New: Returning a cast(immutable) struct erroneously calls a matching constructor

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6300 Summary: Returning a cast(immutable) struct erroneously calls a matching constructor Product: D Version: unspecified Platform: Other OS/Version: Windows Status: NEW

[Issue 6295] [Regression 2.054] Segfault in checkPurity() of template value parameter

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6295 --- Comment #4 from kenn...@gmail.com 2011-07-12 12:17:33 PDT --- (In reply to comment #3) > (In reply to comment #2) > > DMD pull #242. > > > > https://github.com/D-Programming-Language/dmd/pull/242 > > That was fast :-) > > A limited form o

[Issue 6295] [Regression 2.054] Segfault in checkPurity() of template value parameter

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6295 --- Comment #3 from bearophile_h...@eml.cc 2011-07-12 12:11:47 PDT --- (In reply to comment #2) > DMD pull #242. > > https://github.com/D-Programming-Language/dmd/pull/242 That was fast :-) A limited form of typestate (see bug 4571 ) might he

[Issue 6299] New: Auto constructor for heap structs too

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6299 Summary: Auto constructor for heap structs too Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: enhancement

[Issue 6298] New: ref breaks struct immutability

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6298 Summary: ref breaks struct immutability Product: D Version: D2 Platform: x86 OS/Version: Windows Status: NEW Keywords: accepts-invalid Severity: normal Pr

[Issue 6297] New: cast() does not remove const or immutable on arrays and pointers

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6297 Summary: cast() does not remove const or immutable on arrays and pointers Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: enh

[Issue 5134] std.algorithm.startsWith won't accept var from "in" as first arg

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5134 Jonathan M Davis changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 6295] [Regression 2.054] Segfault in checkPurity() of template value parameter

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6295 kenn...@gmail.com changed: What|Removed |Added Keywords||ice-on-valid-code, patch

[Issue 6295] DMD 2.054 segfaults

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

[Issue 6296] New: Assertion failure: '0' on line 1121 in file 'glue.c'

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6296 Summary: Assertion failure: '0' on line 1121 in file 'glue.c' Product: D Version: D1 Platform: Other OS/Version: Windows Status: NEW Severity: blocker Priority: P2

[Issue 6295] DMD 2.054 segfaults

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6295 Puneet Goel changed: What|Removed |Added Severity|blocker |normal -- Configure issuemail: http://d

[Issue 6295] New: DMD 2.054 segfaults

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6295 Summary: DMD 2.054 segfaults Product: D Version: D2 Platform: All OS/Version: Linux Status: NEW Severity: blocker Priority: P2 Component: DMD Assig

[Issue 5939] Cannot copy std.algorithm.map

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 --- Comment #7 from Andrei Alexandrescu 2011-07-12 08:39:19 PDT --- This is one of those things that could go either way. I see merit in restricting the result of "map" for direct consumption, without allowing creating an empty result without

[Issue 3332] Mixin a constructor with a construct already present fails

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3332 Trass3r changed: What|Removed |Added CC||mrmoc...@gmx.de Platform|x86

[Issue 5939] Cannot copy std.algorithm.map

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5939 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Component|DMD

[Issue 6259] Regression(2.054 beta): Property getters returning ref const() cause setters to be hidden

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6259 yebblies changed: What|Removed |Added Keywords||patch, rejects-valid CC|

[Issue 5373] Regression (2.051) CTFE and std.string.replace() causes "Bad binary function q{a == b}..

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5373 Trass3r changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6294] New: Function overrides not checking for @property

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6294 Summary: Function overrides not checking for @property Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Severity: normal Priority: P2 Com

[Issue 5134] std.algorithm.startsWith won't accept var from "in" as first arg

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5134 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com Component|DMD

[Issue 5596] Regression(2.052): Different template alias parameters to the same literal result in different template instances

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5596 yebblies changed: What|Removed |Added Keywords||patch Summary|SortedRange regress

[Issue 5596] SortedRange regression

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5596 yebblies changed: What|Removed |Added Keywords||rejects-valid CC|

[Issue 4953] Regression(2.031): templates don't do implicit conversion properly

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4953 yebblies changed: What|Removed |Added Keywords||patch CC|

[Issue 2355] is() doesn't resolve aliases before template matching

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2355 yebblies changed: What|Removed |Added Keywords|wrong-code |patch, rejects-valid CC|

[Issue 6293] New: [Regression 2.054] 'pure' does not work with member of array of aggregrate

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6293 Summary: [Regression 2.054] 'pure' does not work with member of array of aggregrate Product: D Version: D2 Platform: Other OS/Version: All Status: NEW Key

[Issue 2355] is() doesn't resolve aliases before template matching

2011-07-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2355 yebblies changed: What|Removed |Added CC||c...@klickverbot.at --- Comment #2 from yeb

[Issue 5830] Bug in alias resolution for template value parameters in is()?

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