[Issue 12114] buildNormalizedPath shouldn't normalize current path to empty string

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12114 Temtaime changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 13863] (DDoc/refactor) More readable template constraints

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13863 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13676] [ddoc] DDoc should wrap each part of function declaration in dedicated macro to allow more readable formatting

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13676 hst...@quickfur.ath.cx changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 13863] (DDoc/refactor) More readable template constraints

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13863 hst...@quickfur.ath.cx changed: What|Removed |Added CC||hst...@quickfur.ath.cx --- Comment #

[Issue 13863] (DDoc/refactor) More readable template constraints

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13863 Ferdinand Majerech changed: What|Removed |Added Summary|More readable template |(DDoc/refactor) More

[Issue 11717] CTFE: [ICE] non-constant value with array and vector ops.

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11717 John Colvin changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #1 from Joh

[Issue 12401] Internal Compiler Error for vector operation

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12401 John Colvin changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 12431] SIMD vector in struct ICE

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12431 John Colvin changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 12780] Multiplying integer array by scalar double fails

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12780 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 13357] [ICE] Segfault on comparison of rvalue __vector and array

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13357 John Colvin changed: What|Removed |Added CC||john.loughran.colvin@gmail.

[Issue 6621] Superimposition amount for std.range.chunks

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6621 --- Comment #2 from bearophile_h...@eml.cc --- Another usage example. Here I have implemented a basic version of chunks with the third (optional) argument to solve the Euler Problem 8: https://projecteuler.net/problem=8 import std.stdio, std.range,

[Issue 13873] 2.066.1 Compiling with -debug -inline generates huge files

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13873 Ronny Spiegel changed: What|Removed |Added CC||ronny.spie...@googlemail.co

[Issue 13418] uninitializedArray & core.simd.Vector return incorrect type

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13418 Kenji Hara changed: What|Removed |Added Depends on||12776 --

[Issue 12776] Wrong type for __vector(int[4]).init

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12776 Kenji Hara changed: What|Removed |Added Blocks||13418 --

[Issue 12776] Wrong type for __vector(int[4]).init

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12776 Kenji Hara changed: What|Removed |Added Keywords||pull, wrong-code --- Comment #2 from Kenji Hara

[Issue 13291] unittest should be allowed inside template functions

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13291 --- Comment #10 from Steven Schveighoffer --- (In reply to Andrei Alexandrescu from comment #9) > I just realized this can be realized with relative ease as follows: > > void fun(T)(T arg) > { >version(unittest) >{ > ... testing ... >

[Issue 13242] imported aliases should be analyzed lazily

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13242 Dragos Carp changed: What|Removed |Added CC||dragosc...@gmail.com --

[Issue 13242] imported aliases should be analyzed lazily

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13242 Dragos Carp changed: What|Removed |Added CC|dragosc...@gmail.com| --

[Issue 13244] Wrong code with -inline and foreach/map/all

2014-12-18 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13244 Dragos Carp changed: What|Removed |Added CC||dragosc...@gmail.com --