[Issue 16144] send expiration date headers (enable caching)

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16144 --- Comment #1 from greensunn...@gmail.com --- see also - e.g. https://developers.google.com/speed/pagespeed/insights/?url=dlang.org=mobile --

[Issue 16144] New: send expiration date headers (enable caching)

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16144 Issue ID: 16144 Summary: send expiration date headers (enable caching) Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: enhancement

[Issue 16143] New: Assertion error for nested functions

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16143 Issue ID: 16143 Summary: Assertion error for nested functions Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: normal

[Issue 16142] Adding a dtor / postblit (even disabled) forces opAssign

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 --- Comment #1 from Mathias Lang --- P.R: https://github.com/dlang/dmd/pull/5854 --

[Issue 16076] auto-deploy on every merged PR

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16076 greensunn...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16142] New: Adding a dtor / postblit (even disabled) forces opAssign

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16142 Issue ID: 16142 Summary: Adding a dtor / postblit (even disabled) forces opAssign Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 14136] std.uni.utfMatcher breaks @safety

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14136 David Nadlinger changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 16141] New: Organizations page unreachable

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16141 Issue ID: 16141 Summary: Organizations page unreachable Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status: NEW

[Issue 13567] Attribute inference for private functions

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13567 Daniel Nielsen changed: What|Removed |Added See Also|

[Issue 16138] Attributes of private functions should be inferred

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16138 Daniel Nielsen changed: What|Removed |Added CC||gox...@gmail.com

[Issue 16140] New: while(auto x = y) does not behave like if(auto x = y)

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16140 Issue ID: 16140 Summary: while(auto x = y) does not behave like if(auto x = y) Product: D Version: D2 Hardware: x86 OS: Mac OS X Status: NEW Severity:

[Issue 16131] A struct is being copied unnecessarily when initialized

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16131 --- Comment #6 from Sobirari Muhomori --- Try this: struct Foo { int x; Fiber fib; @disable this(this); void create(int x) { this.x = x; fib = new Fiber(); } void run() {

[Issue 14136] std.uni.utfMatcher breaks @safety

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14136 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/16099c6ec538b34cc5de97940f509fb0c15c0268 fix Issue 14136 - std.uni.utfMatcher breaks @safety

[Issue 14136] std.uni.utfMatcher breaks @safety

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14136 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16096] Linking to static library: can't parse __DATA/__objc_imageinfo

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16096 --- Comment #2 from Jacob Carlborg --- There's some difference in the order the code is generate depending on if the -lib flag is passed or not. If the flag is passed, no __objc_imageinfo section is outputted. --

[Issue 16131] A struct is being copied unnecessarily when initialized

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16131 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 16065] Provide digitally signed binaries for Windows

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16065 --- Comment #6 from Sobirari Muhomori --- (In reply to James King from comment #5) > To add to that, PGP signatures must also be delivered over HTTPS AFAIK, they can be delivered over HTTP just fine. It's a key property of

[Issue 16096] Linking to static library: can't parse __DATA/__objc_imageinfo

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16096 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #1

[Issue 12625] implicit slicing of RValue static array should be illegal

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12625 Nick Treleaven changed: What|Removed |Added See Also|

[Issue 15897] private base class method not seen through derived class

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15897 Sophie changed: What|Removed |Added CC||meapineap...@gmail.com ---

[Issue 8838] Slicing static arrays should be considered unsafe (@system)

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8838 Nick Treleaven changed: What|Removed |Added CC|

[Issue 15399] unaligned pointers are not @safe

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15399 Walter Bright changed: What|Removed |Added CC|

[Issue 16131] A struct is being copied unnecessarily when initialized

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16131 Ketmar Dark changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 15627] @safe code generates access violation

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15627 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16070] std.meta.{ApplyLeft,ApplyRight} fail with mixed type/value arguments

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16070 --- Comment #2 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/fad7eb0bf8bb40b183f66434f2d8fb938be972db simplify Alias/ApplyLeft/ApplyRight impl, fix Issue

[Issue 16131] A struct is being copied unnecessarily when initialized

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16131 Eyal changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Issue 13615] stable sort not usable in @safe code

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13615 Walter Bright changed: What|Removed |Added Depends on||16139 --- Comment

[Issue 16139] Attributes of functions inside templates should be inferred

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16139 Walter Bright changed: What|Removed |Added Blocks||13615 --

[Issue 16139] New: Attributes of functions inside templates should be inferred

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16139 Issue ID: 16139 Summary: Attributes of functions inside templates should be inferred Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 16138] New: Attributes of private functions should be inferred

2016-06-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16138 Issue ID: 16138 Summary: Attributes of private functions should be inferred Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement