[Issue 17364] Difference between slicing a slice and a reference to a slice

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17364 --- Comment #2 from ki...@gmx.net --- > For example you can't resolve length before loading the array. Not sure what you mean by 'loading the array'. The base expression evaluates to a slice, a pointer+length pair, in these 2 cases either to a

[Issue 17359] C++ Interfacing: function with 'static' array parameter cannot be linked (x64)

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17359 anonymous4 changed: What|Removed |Added Keywords||C++ --

[Issue 17364] Difference between slicing a slice and a reference to a slice

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17364 anonymous4 changed: What|Removed |Added Keywords||spec --- Comment #1

[Issue 17363] @safety hole due to $ caching in slice expressions

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17363 anonymous4 changed: What|Removed |Added Keywords||safe --

[Issue 13017] opEquals for null std.typecons.Nullable

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13017 Mario Kroeplin changed: What|Removed |Added CC||qas...@gmail.com

[Issue 10771] std.typecons.Nullable throws an exception on comparision of null values

2017-05-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10771 Mario Kroeplin changed: What|Removed |Added Status|NEW |RESOLVED