[Issue 15041] Pointer slice with one negative index throws 'Range violation'

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15041 Cauterite changed: What|Removed |Added Depends on||12919 --

[Issue 12919] disallow implicit signed/unsigned integer conversions

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12919 Cauterite changed: What|Removed |Added Blocks||15041 --

[Issue 15288] New: The exponentiation operator ^^ doesn't follow the standard type promotion rules.

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15288 Issue ID: 15288 Summary: The exponentiation operator ^^ doesn't follow the standard type promotion rules. Product: D Version: D2 Hardware: x86_64 OS: Linux

[Issue 15287] Th

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15287 --- Comment #1 from thomas.bock...@gmail.com --- Please delete or close. I somehow submitted this accidentally while working on what became issue 15288. --

[Issue 15289] New: VRP not working as expected on division

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15289 Issue ID: 15289 Summary: VRP not working as expected on division Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity: major Priorit

[Issue 15290] New: length of associative array literal with duplicate keys is wrong

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15290 Issue ID: 15290 Summary: length of associative array literal with duplicate keys is wrong Product: D Version: D2 Hardware: x86_64 URL: http://forum.dlang.org/thre

[Issue 15286] is(typeof(symbol))

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15286 --- Comment #1 from Sobirari Muhomori --- Well, it reads: --- Type is the type being tested. It must be syntactically correct, but it need not be semantically correct. If it is not semantically correct, the condition is not satisfied. --- Is it not

[Issue 15291] New: the example code can be compiled and run on my laptop but not on my workstation

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15291 Issue ID: 15291 Summary: the example code can be compiled and run on my laptop but not on my workstation Product: D Version: D2 Hardware: All URL: http://dlang.org

[Issue 15286] is(typeof(symbol))

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15286 --- Comment #2 from Sobirari Muhomori --- That said I would prefer it to be extended to just `is(foo)` to check correctness of a declaration without needing typeof. --

[Issue 15287] Th

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15287 ag0ae...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15287] Th

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15287 --- Comment #3 from Sobirari Muhomori --- See issue 15097 comment 3. --

[Issue 14849] Visual Studio 2015 not detected during installation

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14849 --- Comment #14 from Răzvan Ștefănescu --- (In reply to Rainer Schuetze from comment #13) > >UCRTVersion=10.0.10150.0 > >UMVersion=10.0.10075.0 > >[...] > >LIB=%LIB%;"%UniversalCRTSdkDir%\Lib\%UMVersion%\um\x86" > >LIB=%LIB%;"%UniversalCRTSdkDir%\Lib

[Issue 15287] Th

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15287 --- Comment #4 from thomas.bock...@gmail.com --- Noted. Thanks. --

[Issue 15288] The precedence of the exponentiation operator ^^ is too high.

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15288 thomas.bock...@gmail.com changed: What|Removed |Added Summary|The exponentiation operator |The precedence of the

[Issue 15292] New: [REG2.068.0] Segmentation fault with self-referencing struct

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15292 Issue ID: 15292 Summary: [REG2.068.0] Segmentation fault with self-referencing struct Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 15292] [REG2.068.0] Segmentation fault with self-referencing struct / inout / alias this

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15292 Vladimir Panteleev changed: What|Removed |Added Summary|[REG2.068.0] Segmentation |[REG2.068.0] Segmentation

[Issue 15293] New: File().byLine().map!toUpper throws UnicodeException@src\rt\util\utf.d(290): invalid UTF-8 sequence on pure ASCII file

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15293 Issue ID: 15293 Summary: File().byLine().map!toUpper throws UnicodeException@src\rt\util\utf.d(290): invalid UTF-8 sequence on pure ASCII file Product: D Version: D2

[Issue 15293] File().byLine().map!toUpper throws UnicodeException@src\rt\util\utf.d(290): invalid UTF-8 sequence on pure ASCII file

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15293 --- Comment #1 from HeiHon --- Created attachment 1562 --> https://issues.dlang.org/attachment.cgi?id=1562&action=edit The D source code generator.d The D source code file generator.d --

[Issue 14849] Visual Studio 2015 not detected during installation

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14849 --- Comment #15 from Rainer Schuetze --- You are right, these folders are not always the same. The VC command line will fail with these installations, too. I've now also seen an installation where the DDK installed into the same lib/include folders,

[Issue 15015] Win64: interop with C/C++ fails if function return value is a struct of size 8

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15015 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 15015] Win64: interop with C/C++ fails if function return value is a struct of size 8

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15015 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/0b3c6ec1a1b9f19cd998f4571d55cb9ff1798cd3 Merge pull request #5039 from

[Issue 15293] File().byLine().map!toUpper throws UnicodeException@src\rt\util\utf.d(290): invalid UTF-8 sequence on pure ASCII file

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15293 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com Severity|no

[Issue 15294] New: receiveTimeout with negative value asserts

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15294 Issue ID: 15294 Summary: receiveTimeout with negative value asserts Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal Pri

[Issue 15263] [REG2.067.0] Cannot insert range into DList

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15263 Yuxuan Shui changed: What|Removed |Added CC||yshu...@gmail.com --- Comment #2 from Yuxuan S

[Issue 15295] New: Another wrong code bug with -inline and foreach/map/all

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15295 Issue ID: 15295 Summary: Another wrong code bug with -inline and foreach/map/all Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

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

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13244 Kenji Hara changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Issue 15295] Another wrong code bug with -inline and foreach/map/all

2015-11-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15295 --- Comment #1 from Kenji Hara --- Created attachment 1563 --> https://issues.dlang.org/attachment.cgi?id=1563&action=edit Reduced test case --