[Issue 17670] New: Std.bitmanip module has no (runnable) examples

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17670 Issue ID: 17670 Summary: Std.bitmanip module has no (runnable) examples Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: minor

[Issue 17671] New: std.format example is not compiles

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17671 Issue ID: 17671 Summary: std.format example is not compiles Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: critical Priority: P1

[Issue 17667] regex([r".", r"[\(\{[\]\}\)]"]);

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17667 Nikolay (unDEFER) Krivchenkov changed: What|Removed |Added CC||unde...@gmail.com --

[Issue 17668] regex(q"<[^]>")

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17668 Nikolay (unDEFER) Krivchenkov changed: What|Removed |Added CC||unde...@gmail.com --

[Issue 17672] New: Example from std.format throws exceptions

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17672 Issue ID: 17672 Summary: Example from std.format throws exceptions Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: minor Priori

[Issue 16403] wrong "matches more than one template declaration" error with template specialization on alias parameters

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16403 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 1998] std.bitarray should have setAll / opSliceAssign(bool) etc

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=1998 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #2 from Razva

[Issue 17670] Std.bitmanip module has no (runnable) examples

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17670 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #1 from Seb --- FY

[Issue 17672] Example from std.format throws exceptions

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17672 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17671] std.format example is not compiles

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17671 Seb changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 17664] Deprecate implicit casting between shared and unshared

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17664 --- Comment #2 from anonymous4 --- The idea that sharing is opt out contradicts the idea behind shared qualifier. --

[Issue 17664] Deprecate implicit casting between shared and unshared

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17664 --- Comment #3 from Steven Schveighoffer --- Making a complete independent copy of a value is not sharing, it's copying. shared doesn't care about the semantic meaning of your integer. It only cares if multiple threads have access to the same memory

[Issue 14098] std.typecons.wrap should allow wrapping a struct

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14098 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13806] std.bitmanip.BitArray -- use of methods named init() messes up templates

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13806 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 16431] rdmd runs dmd twice for single-files with no dependencies

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16431 Seb changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 13039] combinations

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13039 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --- Comment #2 from Seb --- Se

[Issue 17673] New: regex(["\\\\\\\\|\\\\\"", "\"|$"]) - wrong whichPattern

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17673 Issue ID: 17673 Summary: regex(["|\"", "\"|$"]) - wrong whichPattern Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW

[Issue 17673] regex(["\\\\\\\\|\\\\\"", "\"|$"]) - wrong whichPattern

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17673 Nikolay (unDEFER) Krivchenkov changed: What|Removed |Added CC||dmitry.o...@gmail.com,

[Issue 10364] Mac OS 10.8 program crash

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10364 Vladimir Panteleev changed: What|Removed |Added Component|dmd |druntime --- Comment #7 from Vladimir P

[Issue 11231] formattedRead accepts silently trailing space past the string to match, but no other character

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11231 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17604] Reject mutable fields initialized with reference types to data segment

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17604 Vladimir Panteleev changed: What|Removed |Added Keywords||safe See Also|

[Issue 15612] Break immutability with default initialisers

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15612 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 7042] Allocation of 'creal' array with 'new' fails when linking without /noi switch

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7042 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 5033] Add explicit 'frame context' and 'this' type modifiers for callback functions

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5033 --- Comment #1 from Vladimir Panteleev --- I believe that this enhancement request is today possible to implement on top of D's existing introspection / metaprogramming / code-generation features. In either case, today enhancement requests to the lan

[Issue 5033] Add explicit 'frame context' and 'this' type modifiers for callback functions

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5033 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 6840] std.conv.maybeTo

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6840 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 6843] Function to check whether std.conv.to will succeed

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6843 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 11521] Collision of templates instantiated with different same-named locals

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11521 Vladimir Panteleev changed: What|Removed |Added Keywords||wrong-code Summary|Switch us

[Issue 7833] [2.059 Beta] Changelog should clearly mention struct literal/opCmp/opEquals/toHash changes

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=7833 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Component|dmd

[Issue 10256] Fix .deb file production

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10256 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 16618] [REG2.055] Segmentation fault in DMD with cyclic alias this and unknown identifier

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16618 Vladimir Panteleev changed: What|Removed |Added Hardware|x86 |All Summary|Segmentation fau

[Issue 4104] No way to get notified about D runtime termination.

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4104 Vladimir Panteleev changed: What|Removed |Added Hardware|Other |All OS|Linux

[Issue 4104] No way to get notified about D runtime termination.

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=4104 Vladimir Panteleev changed: What|Removed |Added Keywords||patch --

[Issue 8914] Wrong `escaping reference` error on returning static array

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8914 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17076] [scope] compiling identity function template with -dip1000 causes error

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17076 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 15303] std.json: consider JSON5 support

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15303 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Hardware|x86_64

[Issue 14478] isInputRange should allow ranges of non-copyable elements

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14478 Vladimir Panteleev changed: What|Removed |Added Summary|isInputRange failed to |isInputRange should allow

[Issue 10276] Nested structs with constructors get a context pointer even if they don't need one

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10276 Vladimir Panteleev changed: What|Removed |Added Summary|Nested structs get a|Nested structs with |

[Issue 6856] Absence of in contract (precondition) on override of method that has one is badly designed

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6856 Vladimir Panteleev changed: What|Removed |Added Keywords||pull --

[Issue 5660] yield syntax sugar

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5660 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 10332] Dustmite should be distributed with the zipped release

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10332 Vladimir Panteleev changed: What|Removed |Added Status|REOPENED|RESOLVED Component|dmd

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Vladimir Panteleev changed: What|Removed |Added Hardware|x86_64 |All OS|Linux

[Issue 9423] Missed conversion of lambda literal with ref argument

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9423 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17477] DMD error message for delegate with wrong attributes is very confusing

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17477 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 10602] Better error message for wrong template lambda given to function

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10602 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 11847] Importing "package.d" module causes qualified name lookup to fail for sub modules

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 8855] cannot define a function name that matches a package name in import statements

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8855 Vladimir Panteleev changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 16472] Spurious "is used as a type" when using enum template member as default parameter

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16472 Vladimir Panteleev changed: What|Removed |Added Summary|template alias parameter|Spurious "is used as a

[Issue 15135] std.parallelism taskPool.amap compilation error for array of tuple of tuple or tuple of struct results

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15135 Vladimir Panteleev changed: What|Removed |Added Hardware|x86 |All OS|Windows

[Issue 15054] DMD doesn't work with hardening-wrapper

2017-07-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15054 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---