[Issue 17697] Ddoc: get rid of `_` detection in URLs

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17697 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #1 fro

[Issue 17697] Ddoc: get rid of `_` detection in URLs

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17697 Walter Bright changed: What|Removed |Added Keywords||ddoc --

[Issue 17697] New: Ddoc: get rid of `_` detection in URLs

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17697 Issue ID: 17697 Summary: Ddoc: get rid of `_` detection in URLs Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: enhancement Priorit

[Issue 17696] dlclose() not guaranteed to unload the library

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17696 Iain Buclaw changed: What|Removed |Added CC||ibuc...@gdcproject.org --- Comment #1 from Iai

[Issue 17696] New: dlclose() not guaranteed to unload the library

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17696 Issue ID: 17696 Summary: dlclose() not guaranteed to unload the library Product: D Version: D2 Hardware: All OS: Linux Status: NEW Severity: blocker P

[Issue 17695] [Reg 2.076] ICE with vector negation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17695 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/7ceb34a633518c75e61f858fde1fa3eb4d7c6300 fix Issue 17695 - [Reg 2.076] ICE with vector negation https:

[Issue 17695] [Reg 2.076] ICE with vector negation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17695 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #1 from

[Issue 17680] Broken ddmd source links in documentation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17680 --- Comment #3 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/fc7a8aeadeaf3782ffd60e802d705bf7ac0f3e0d Issue 17680 - fix DMDSRC https://github.com/dlang

[Issue 17695] New: [Reg 2.076] ICE with vector negation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17695 Issue ID: 17695 Summary: [Reg 2.076] ICE with vector negation Product: D Version: D2 Hardware: x86_64 OS: Linux Status: NEW Severity: regression Prior

[Issue 17694] traits compiles fails for property of property

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

[Issue 17694] New: traits compiles fails for property of property

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17694 Issue ID: 17694 Summary: traits compiles fails for property of property Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: normal Prio

[Issue 16416] Phobos std.uni out of date (should be updated to latest Unicode standard)

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16416 Dmitry Olshansky changed: What|Removed |Added CC||dmitry.o...@gmail.com Assignee|

[Issue 17681] [Function setTimes] additional function touch(f)

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17681 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment #2 fr

[Issue 17692] Filtering a struct instance's .tupleof loses contained this reference

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

[Issue 17690] [REG2.066.0] scope guards leak declarations

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

[Issue 17690] [REG2.066.0] scope guards leak declarations

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17690 Vladimir Panteleev changed: What|Removed |Added Summary|scope guards leak |[REG2.066.0] scope guards

[Issue 17689] finally clause leaks declarations

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

[Issue 17686] [REG2.075.0] Covariant return types doesn't work with override in some cases

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17686 Vladimir Panteleev changed: What|Removed |Added Summary|[REG2.075] Covariant return |[REG2.075.0] Covariant

[Issue 17277] Member and aggregate alignment semantics

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17277 ki...@gmx.net changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 17686] [REG2.075] Covariant return types doesn't work with override in some cases

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17686 --- Comment #3 from Vladimir Panteleev --- Please include the entire test case in the bug report itself. Here it is: interface INode { @property INode parentNode(); @property IDocument ownerDocument(); } interface IDocument: INode {} interf

[Issue 17685] DMD 2.060 regression: align is not respected for structs

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

[Issue 17277] Member and aggregate alignment semantics

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17277 Vladimir Panteleev changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #2 fr

[Issue 17684] [REG 2.062] `static alias this` bug or incomplete implementation?

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17684 Vladimir Panteleev changed: What|Removed |Added Summary|`static alias this` bug or |[REG 2.062] `static alias

[Issue 17683] __traits compiles does not work with package.d

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

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

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11847 Vladimir Panteleev changed: What|Removed |Added CC||an...@s-e-a-p.de --- Comment #11 from V

[Issue 17681] [Function setTimes] additional function touch(f)

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17681 --- Comment #1 from Vladimir Panteleev --- The way to do this on Linux is to call utime(fileName, null). (In reply to Martin Tschierschke from comment #0) > The work around in the moment is to use execute("touch ~"filename"). > Not the right for a s

[Issue 17686] [REG2.075] Covariant return types doesn't work with override in some cases

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17686 --- Comment #2 from Daniel Kozak --- introduced in this commit: https://github.com/dlang/dmd/commit/fb315d03f0744b8406d31b9c106d3a42c0c178b3 --

[Issue 17458] [std.regex] Assertion failure in package.d

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17458 --- Comment #4 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/7a51c0e24eea6c02336d2aa897c608974ea2ac57 Fix issue 17458 add messages to asserts https://github.

[Issue 17680] Broken ddmd source links in documentation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17680 --- Comment #2 from Vladimir Panteleev --- https://github.com/dlang/dmd/pull/7030 Pretty please file separate issues for separate issues next time! --

[Issue 17680] Broken ddmd source links in documentation

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

[Issue 17680] Broken ddmd source links in documentation

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17680 Vladimir Panteleev changed: What|Removed |Added Keywords||pull --- Comment #1 from Vladimir Pante

[Issue 17677] [REG 2.073.0] ICE when adding ulong to cfloat

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17677 Vladimir Panteleev changed: What|Removed |Added Keywords||ice Summary|[Reg 2.073] ICE

[Issue 17693] std.json cannot parse dub.json package files

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

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

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17673 --- Comment #2 from Dmitry Olshansky --- (In reply to Dmitry Olshansky from comment #1) > https://github.com/dlang/phobos/pull/5660 Sorry wrong window. --

[Issue 17458] [std.regex] Assertion failure in package.d

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17458 --- Comment #3 from Dmitry Olshansky --- https://github.com/dlang/phobos/pull/5660 --

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

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17673 --- Comment #1 from Dmitry Olshansky --- https://github.com/dlang/phobos/pull/5660 --

[Issue 17693] New: std.json cannot parse dub.json package files

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17693 Issue ID: 17693 Summary: std.json cannot parse dub.json package files Product: D Version: D2 Hardware: All OS: All Status: NEW Severity: trivial Prior

[Issue 17458] [std.regex] Assertion failure in package.d

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17458 --- Comment #2 from Vladimir Panteleev --- The error message needs to be improved, then. "Assertion failure" is devoid of any information. See also: https://github.com/dlang/phobos/pull/5578 --

[Issue 17458] [std.regex] Assertion failure in package.d

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17458 --- Comment #1 from Dmitry Olshansky --- Not a bug - there is no match, before calling matches.hit one must check it for !matches.empty. --

[Issue 17066] [REG2.073a] std.regex captures got immutable

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17066 Dmitry Olshansky changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

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

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17673 Dmitry Olshansky changed: What|Removed |Added Assignee|nob...@puremagic.com|dmitry.o...@gmail.com --

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

2017-07-26 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17668 --- Comment #1 from Dmitry Olshansky --- https://github.com/dlang/phobos/pull/5657 --