[Issue 17590] Unnecessary GC alloc on returning static local struct

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17590 Tomer Filiba (weka) changed: What|Removed |Added CC||to...@weka.io --

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #6 from Vladimir Panteleev --- (In reply to RazvanN from comment #5) > For now we could wrap the static call in a public call outside the struct > and generate documentation for that function (and other

[Issue 17593] New: __POS__ magical constant like __FILE__ and friends

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17593 Issue ID: 17593 Summary: __POS__ magical constant like __FILE__ and friends Product: D Version: D2 Hardware: All URL: http://dlang.org/ OS: All Status:

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 RazvanN changed: What|Removed |Added CC|

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #5 from RazvanN --- For now we could wrap the static call in a public call outside the struct and generate documentation for that function (and other overloads). --

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #7 from RazvanN --- I think that having all fromISOString overloads gathered in a single template function which is called fromISOString!Choose_type(some_string), where Choose_type is one of {Date, DateTime,

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #4 from Andrei Alexandrescu --- s/to appear/do appear/ --

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 --- Comment #3 from Andrei Alexandrescu --- The examples to appear in ddox, see e.g. https://dlang.org/library/std/datetime/date.from_iso_string.html. The problem is therefore in ddmd/src/doc.d. Probably the intent was to not

[Issue 17587] JSONOptions: No forward slash encoding

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17587 --- Comment #2 from Andre --- In my AWS SDK I had the issue that \/ was not accepted while passing the JSON as console argument to the AWS console client. In the meantime I save the JSON as file and pass the file name to the AWS

[Issue 9731] Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9731 --- Comment #7 from github-bugzi...@puremagic.com --- Commit pushed to master at https://github.com/dlang/dmd https://github.com/dlang/dmd/commit/f197169c5a573a3dcef72fac503a35b724775082 Fix Issue 9731 - Ddoc should output per-paragraph macro instead

[Issue 2060] some ddoc design typos

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2060 Issue 2060 depends on issue 9731, which changed state. Issue 9731 Summary: Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE) https://issues.dlang.org/show_bug.cgi?id=9731 What|Removed |Added

[Issue 17594] New: Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17594 Issue ID: 17594 Summary: Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...) Product: D Version: D2 Hardware: All

[Issue 17594] Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17594 --- Comment #1 from Andrei Alexandrescu --- Related: https://issues.dlang.org/show_bug.cgi?id=9731 --

[Issue 9731] Ddoc should output per-paragraph macro instead of $(DDOC_BLANKLINE)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=9731 Andrei Alexandrescu changed: What|Removed |Added CC||and...@erdani.com

[Issue 17539] std.parallellism.parallel triggers 'statement not reachable' warnings in the rdmd_test suite

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17539 --- Comment #1 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/f3770ba1d675ed952012cbfc8dd38b823e1d3ca7 Fix Issue 17539 - std.parallellism.parallel triggers

[Issue 17539] std.parallellism.parallel triggers 'statement not reachable' warnings in the rdmd_test suite

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17539 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 17595] New: Fix warnings in PDF build & fail on specific warnings in the future

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17595 Issue ID: 17595 Summary: Fix warnings in PDF build & fail on specific warnings in the future Product: D Version: D2 Hardware: All OS: All Status: NEW

[Issue 17594] Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17594 --- Comment #2 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/1040dd920cf18c7ce0ca2fcde963f90853084cd9 Fix Issue 17594 - Define DDOC_BLANKLINE as an

[Issue 17594] Define DDOC_BLANKLINE as an empty HTML paragraph, thus obviating the need to wrap text in $(P ...)

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17594 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Jonathan M Davis changed: What|Removed |Added Summary|fromISOString, |ddoc

[Issue 16992] fromISOString, fromISOExtString, and fromSimpleString do not have examples

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Jonathan M Davis changed: What|Removed |Added CC|

[Issue 17380] Compiler segfaults on undefined symbol

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17380 Walter Bright changed: What|Removed |Added CC|

[Issue 17380] Compiler segfaults on undefined symbol

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17380 --- Comment #2 from Walter Bright --- I don't think it is a regression, either. https://github.com/dlang/dmd/pull/6969 --

[Issue 16992] ddoc generator does not insert ddoc-ed unittest blocks for fromISOString, fromISOExtString, and fromSimpleString into the documentation

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16992 Jonathan M Davis changed: What|Removed |Added Keywords|trivial |ddoc

[Issue 17596] New: dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17596 Issue ID: 17596 Summary: dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT Product: D Version: D2 Hardware: x86_64 OS: FreeBSD

[Issue 17596] dmd d 2.073.2 and 2.074.1 interim generated dmd segfaults on FreeBSD 12-CURRENT

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17596 Cy Schubert changed: What|Removed |Added Priority|P1 |P2 --

[Issue 17482] [REG 2.074] comile error: Comparing Nullable!Variant with basic type

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17482 --- Comment #4 from Jonathan M Davis --- https://github.com/dlang/phobos/pull/5541 --

[Issue 17592] destroy isn't marked @nogc when the class destructor is marked as @nogc

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

[Issue 17593] __POS__ magical constant like __FILE__ and friends

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17593 Vladimir Panteleev changed: What|Removed |Added CC|

[Issue 17595] Fix warnings in PDF build & fail on specific warnings in the future

2017-07-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17595 Vladimir Panteleev changed: What|Removed |Added CC|