[Issue 4164] sieve Sample D Program -- need documentation for array representation

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4164 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4195] Forward reference error with struct opCall and const

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4195 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12409] New: Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 Summary: Add each function as found in Ruby and jQuery Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2

[Issue 4431] Template favors alias parameter for struct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4431 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 3699] Feature Request: while-else

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3699 --- Comment #8 from Andrei Alexandrescu and...@erdani.com 2014-03-18 23:12:04 PDT --- Thanks for cleaning up the list! -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail

[Issue 4394] std.xml prints empty elements as non-empty

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4394 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4699] Functions in peer scopes cannot have the same name

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4699 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 12409] Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 --- Comment #1 from Vladimir Panteleev thecybersha...@gmail.com 2014-03-19 08:34:51 EET --- ECMAScript 5.1 also has this for arrays: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach --

[Issue 12409] Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 Vladimir Panteleev thecybersha...@gmail.com changed: What|Removed |Added Keywords||pull

[Issue 12409] Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 --- Comment #5 from Vladimir Panteleev thecybersha...@gmail.com 2014-03-19 08:39:58 EET --- Oh, and foreach doesn't have auto ref, does it? It's one reason to use fun(r.front) + popFront instead of foreach. -- Configure issuemail:

[Issue 12409] Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 --- Comment #4 from Vladimir Panteleev thecybersha...@gmail.com 2014-03-19 08:38:59 EET --- You can put it at the end of UFCS chains. See e.g. the example included with the pull. It is essentially a small bit of sugar, but seeing how it's

[Issue 12409] Add each function as found in Ruby and jQuery

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12409 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 12398] Selective imports no longer act as static imports

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12398 --- Comment #8 from Vladimir Panteleev thecybersha...@gmail.com 2014-03-19 10:12:51 EET --- (In reply to comment #7) static import std.stream : Stream; Honestly if I saw that, I'd think it only allowed referring only to Stream and only by

[Issue 12398] Selective imports no longer act as static imports

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12398 --- Comment #7 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-03-19 01:11:01 PDT --- (In reply to comment #6) Oh, I see. Thanks. Invalid? Or enhancement? I think selective imports ought to also act as static imports. For that I

[Issue 12410] New: non-parametrized helper function in eponymous template is not inferred

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12410 Summary: non-parametrized helper function in eponymous template is not inferred Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 12411] New: New eponymous template syntax could support nested eponymous templates

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12411 Summary: New eponymous template syntax could support nested eponymous templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 12410] non-parametrized helper function in eponymous template is not inferred

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12410 --- Comment #1 from monarchdo...@gmail.com 2014-03-19 02:01:14 PDT --- Actually, it's a bit simpler than that. All it takes is being non eponymous: template sift(T) { void impl() //Not infered {} } void main() @safe pure nothrow {

[Issue 12300] Deprecated variables still accessible using tupleof

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12300 Dicebot pub...@dicebot.lv changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3882] Unused result of pure functions

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3882 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 3882] Unused result of pure functions

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3882 --- Comment #31 from Per Nordl�w per.nord...@gmail.com 2014-03-19 02:35:38 PDT --- There's a corresponding pull request for dmd that hasn't been merged yet because Phobos still generates warnings (assumeSafeAppend). I don't understand why I

[Issue 5074] array(immutable(int)[]) == int[]

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5074 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 1317] Document suggested means of overlapping array copy

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1317 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc ---

[Issue 5095] Error for typesafe variadic functions for structs

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5095 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5099] Add enum size property

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5099 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4997] names, values, length and basetype enum properties

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4997 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 1317] Document suggested means of overlapping array copy

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1317 --- Comment #3 from Infiltrator lt.infiltra...@gmail.com 2014-03-19 04:05:31 PDT --- Doesn't look good style-wise or performance-wise? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 5160] Overzealous recursive template expansion protection.

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5160 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 1317] Document suggested means of overlapping array copy

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1317 --- Comment #4 from bearophile_h...@eml.cc 2014-03-19 04:16:24 PDT --- (In reply to comment #3) Doesn't look good style-wise or performance-wise? I have not done benchmarks, but perhaps there are faster solutions. -- Configure issuemail:

[Issue 5095] Error for typesafe variadic functions for structs

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5095 bearophile_h...@eml.cc changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 12412] New: std.math.isNaN is not available during CTFE

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12412 Summary: std.math.isNaN is not available during CTFE Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: CTFE Severity: normal

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2954 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Keywords|patch |

[Issue 3699] Feature Request: while-else

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3699 bearophile_h...@eml.cc changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 12413] New: Infinite recursion of `Package::search`

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12413 Summary: Infinite recursion of `Package::search` Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: regression

[Issue 11777] [ICE] dmd memory corruption as `Scope::pop` `free`s `fieldinit` used also in `enclosing`

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11777 Denis Shelomovskij verylonglogin@gmail.com changed: What|Removed |Added Status|RESOLVED

[Issue 2954] [tdpl] Appalling bug in associative arrays (D2 only)

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2954 --- Comment #9 from Andrei Alexandrescu and...@erdani.com 2014-03-19 08:51:30 PDT --- Thanks, indeed it wasn't fixed. Current test code: import std.stdio; void main() { uint[string] hash; char[] a = abc.dup; const ca = a;

[Issue 12414] New: Assertion failure in 'template.c' on inout+foreach+template tuple parameter

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12414 Summary: Assertion failure in 'template.c' on inout+foreach+template tuple parameter Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 3699] Feature Request: while-else

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=3699 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 2482] Spec does not reference about special x functions in TypeInfo_Struct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2482 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 12351] rdmd --makedep(end|file) uses the source file as the target

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12351 --- Comment #2 from github-bugzi...@puremagic.com 2014-03-19 12:37:06 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/tools

[Issue 12354] rdmd --makedep(end|file) doesn't output empty rules for all source files

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12354 --- Comment #2 from github-bugzi...@puremagic.com 2014-03-19 12:37:12 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/tools

[Issue 12415] New: lrintf doesn't seem to exist on Windows

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12415 Summary: lrintf doesn't seem to exist on Windows Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2

[Issue 12416] Template specialization with TemplateTupleParameter incorrect ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12416 Andrej Mitrovic andrej.mitrov...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 11777] [ICE] dmd memory corruption as `Scope::pop` `free`s `fieldinit` used also in `enclosing`

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=11777 --- Comment #11 from Denis Shelomovskij verylonglogin@gmail.com 2014-03-19 19:48:50 MSK --- And again I was incorrect. Failing `enclosing-fieldinit != fieldinit` assertion is just another random victim in case we `free(fieldinit)`. If we

[Issue 12416] New: Template specialization with TemplateTupleParameter incorrect ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12416 Summary: Template specialization with TemplateTupleParameter incorrect ordering Product: D Version: D2 Platform: All OS/Version: All Status: NEW

[Issue 5998] Problem with heapified Array!BigInt

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5998 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5074] array(immutable(int)[]) == int[]

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5074 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 12408] map does not like inout

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12408 monarchdo...@gmail.com changed: What|Removed |Added CC||monarchdo...@gmail.com ---

[Issue 5638] Auto-flattening std.range.chain()

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5638 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5074] array(immutable(int)[]) == int[]

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5074 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 5074] array(immutable(int)[]) == int[]

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5074 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 12404] Zip.back is wrong

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12404 Peter Alexander peter.alexander...@gmail.com changed: What|Removed |Added CC|

[Issue 5784] Template instantiation with enum constant as parameter, missing implicit cast

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5784 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5729] taking the address of a @property doesn't work

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5729 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4767] dmd generates useless template bloat

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4767 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5838] splitter and split names

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5838 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5871] schwartzSort with stable SwapStrategy errors

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5871 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5870] Debug code in SortedRange assumes it can always print the range

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5870 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4767] dmd generates useless template bloat

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4767 --- Comment #3 from Brad Roberts bra...@puremagic.com 2014-03-19 17:36:16 PDT --- I reopened it after ngxjfg went on a bit of a rampage closing all the bugs he filed. This was one of them. If the bug is fixed, by all means close it. But

[Issue 5874] alloca should be pure

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5874 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 4222] druntime should apply @safe/@system/@trusted

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4222 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5881] Spellchecker should include built-in keywords

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5881 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5882] Helper inner function in body{} and out{}

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5882 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5901] std.random.normal(), std.random.fastNormal()

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5901 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4699] Functions in peer scopes cannot have the same name

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4699 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5892] Lazy evaluation of stack trace when exception is thrown

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5892 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5892] Lazy evaluation of stack trace when exception is thrown

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5892 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4767] dmd generates useless template bloat

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4767 --- Comment #4 from Infiltrator lt.infiltra...@gmail.com 2014-03-19 17:55:03 PDT --- Sounds fine by me. I was just going off Walter's comment. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5919] The declaration of static members depend in the order

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5919 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5838] splitter and split names

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5838 --- Comment #2 from bearophile_h...@eml.cc 2014-03-19 18:00:38 PDT --- (In reply to comment #1) Has there been any discussion on this elsewhere? Probably not, as many other things in Bugzilla. Is this one of those shunned breaking

[Issue 5949] Mutable enum matrix rows

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5949 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5957] Ambiguous mangling of module and template in template symbol args

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5957 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4268] ambiguous name mangling for local functions

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4268 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5981] Can't used post defined constant at compile-time

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5981 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6044] Cannot instantiate nested struct template from an alias of struct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6044 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6044] Cannot instantiate nested struct template from an alias of struct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6044 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 2413] getche differs from getch unexpectedly

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=2413 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Status|ASSIGNED|NEW ---

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6112] Odd behavior of char comparison for ordering

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6112 --- Comment #3 from Andrei Alexandrescu and...@erdani.com 2014-03-19 18:37:26 PDT --- thx -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6133] Improvements to RedBlackTree

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6133 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 4393] Very good dotProduct

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=4393 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added AssignedTo|and...@erdani.com

[Issue 6294] Function overrides not checking for @property

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6294 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6299] Auto constructor for heap structs too

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6299 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

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

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6300 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6313] Type deduction with const/in

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6313 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6394] template type constraints embedded in the function parameters.

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6394 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6410] Few common exceptions in std.exception

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6410 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6496] Fix std.process.browse per comments in pull request #154

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6496 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6274] 'pure' for a whole struct definition

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6274 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6574] Erroneous recursive call in template instantiation

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6574 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 1433] in array / slice / range / enum / ...

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=1433 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5665] DmdScript Bug, Program.compile is very slow

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5665 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6334] Template is silently not instantiated

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6334 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6645] [SafeD] moveAll is not @trusted

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6645 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 6454] @property doesn't need return type

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6454 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6371] Small improvements to aid auto-building DMD from git

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6371 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 6741] implicit casting of pure-function delegate result to immutable breaks immutability.

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=6741 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

[Issue 5756] amap() and maybe afilter() too

2014-03-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=5756 Infiltrator lt.infiltra...@gmail.com changed: What|Removed |Added CC|

  1   2   >