[Issue 17723] Replace Facebook on the front page with Weka.io

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17723 --- Comment #4 from Seb --- > Shot a mail to Benoit from Netflix for their permission. PR with the Netflix logo: https://github.com/dlang/dlang.org/pull/1942 --

[Issue 18019] getopt: different behaviour for built-in and custom options

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18019 Dmitry changed: What|Removed |Added Summary|getopt wrong behaviour |getopt: different behaviour

[Issue 6400] opDispatch with WithStatement

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6400 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/4dfa27ecb16639044961ad995a32352111c19edc Fix issue 6400 - Better interaction between with() and

[Issue 8858] DMD's -v option doesn't output dependencies with imports inside functions

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8858 --- Comment #5 from Jonathan Marler --- This PR (https://github.com/dlang/dmd/pull/7400) adds the "-deps-" option to dmd so that it will analyze dependencies without printing them. This will allow rdmd to get the imports via

[Issue 8858] DMD's -v option doesn't output dependencies with imports inside functions

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8858 Jonathan Marler changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Issue 8856 depends on issue 8858, which changed state. Issue 8858 Summary: DMD's -v option doesn't output dependencies with imports inside functions https://issues.dlang.org/show_bug.cgi?id=8858 What|Removed |Added

[Issue 8858] DMD's -v option doesn't output dependencies with imports inside functions

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8858 Jonathan Marler changed: What|Removed |Added CC|

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Timothee Cour changed: What|Removed |Added CC|

[Issue 8858] DMD's -v option doesn't output dependencies with imports inside functions

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8858 --- Comment #3 from Timothee Cour --- *** Issue 8856 has been marked as a duplicate of this issue. *** --

[Issue 8856] import inside function sometimes causes link errors

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8856 Issue 8856 depends on issue 8858, which changed state. Issue 8858 Summary: DMD's -v option doesn't output dependencies with imports inside functions https://issues.dlang.org/show_bug.cgi?id=8858 What|Removed |Added

[Issue 8858] DMD's -v option doesn't output dependencies with imports inside functions

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8858 Timothee Cour changed: What|Removed |Added Status|RESOLVED|REOPENED

[Issue 18036] Documentation of moveFront() fails to mention different behavior depending on hasElaborateCopyConstructor

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18036 --- Comment #1 from Ali Cehreli --- To add, the users are surprised that the source object is not set to .init in some cases. --

[Issue 18036] New: Documentation of moveFront() fails to mention different behavior depending on hasElaborateCopyConstructor

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18036 Issue ID: 18036 Summary: Documentation of moveFront() fails to mention different behavior depending on hasElaborateCopyConstructor Product: D Version: D2

[Issue 18035] New: super does not work properly for template base classes

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18035 Issue ID: 18035 Summary: super does not work properly for template base classes Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity:

[Issue 3720] Taking address of member functions possible without an instance

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3720 --- Comment #14 from Steven Schveighoffer --- (In reply to Mike Franklin from comment #13) > > My preference would be to embed in the type of the function pointer, the > > fact that it takes a hidden context pointer. Then the

[Issue 3720] Taking address of member functions possible without an instance

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3720 --- Comment #13 from Mike Franklin --- > My preference would be to embed in the type of the function pointer, the > fact that it takes a hidden context pointer. Then the compiler can disallow > simply calling it without stuffing

[Issue 3720] Taking address of member functions possible without an instance

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3720 Steven Schveighoffer changed: What|Removed |Added CC|

[Issue 18034] New: SIMD optimization issues

2017-12-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18034 Issue ID: 18034 Summary: SIMD optimization issues Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: major Priority: P1