[Issue 11747] Better error message with @disabled toString

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747

Basile-z  changed:

   What|Removed |Added

 CC|b2.t...@gmx.com |

--


[Issue 11747] Better error message with @disabled toString

2018-01-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/phobos

https://github.com/dlang/phobos/commit/4f67cdf115f1034c2676ee2f1ae70ae05efcd805
fix issue 11747 - Better error message with @disabled toString

https://github.com/dlang/phobos/commit/b676da0a98440fd5935d10d1f302da8b4da4688c
Merge pull request #6047 from BBasile/issue-11747

fix issue 11747 - Better error message with @disabled toString
merged-on-behalf-of: H. S. Teoh <quick...@users.noreply.github.com>

--


[Issue 11747] Better error message with @disabled toString

2018-01-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 11747] Better error message with @disabled toString

2018-01-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747

Basile B.  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #2 from Basile B.  ---
pull: https://github.com/dlang/phobos/pull/6047

--


[Issue 11747] Better error message with @disabled toString

2018-01-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747
Issue 11747 depends on issue 18149, which changed state.

Issue 18149 Summary: Add a compiler trait to detect if a function is @disable
https://issues.dlang.org/show_bug.cgi?id=18149

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 11747] Better error message with @disabled toString

2018-01-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11747

Basile B.  changed:

   What|Removed |Added

 CC||b2.t...@gmx.com
 Depends on||18149

--- Comment #1 from Basile B.  ---
I plan to fix this using use this new feature
https://github.com/dlang/dmd/pull/7569


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=18149
[Issue 18149] Add a compiler trait to detect if a function is @disable
--