Thread overview
[Issue 14940] Can't call logger with more complex objects
Aug 20, 2015
Marenz
Aug 25, 2015
Robert Schadek
Aug 25, 2015
Robert Schadek
Aug 25, 2015
Robert Schadek
Aug 28, 2015
Marc Schütz
August 20, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #1 from Marenz <dmdtracker@supradigital.org> ---
Other problems are for example when trying to print the json object that vibe.d gives the handler. Results in the same error.

--
August 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

Robert Schadek <rburners@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
                 CC|                            |rburners@gmail.com

--- Comment #2 from Robert Schadek <rburners@gmail.com> ---
I will work on this

--
August 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #3 from Robert Schadek <rburners@gmail.com> ---
the code tries to log the Logger.
If I change it to log the Nullable is still does not work, because the toString
of Nullable takes a @system delegate OutputRange.

--
August 25, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #4 from Robert Schadek <rburners@gmail.com> ---
https://github.com/D-Programming-Language/phobos/pull/3582

--
August 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

Marc Schütz <schuetzm@gmx.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |schuetzm@gmx.net

--
September 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--
September 02, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/0390fba7e76b85b869603bd2de8e27ef2036f5be fix Issue 14940

https://issues.dlang.org/show_bug.cgi?id=14940

format

https://github.com/D-Programming-Language/phobos/commit/1e647d9321fd3ef3d6a2903fccc42ea759bd4900 Merge pull request #3582 from burner/issue14940

fix Issue 14940: Can't call logger with more complex objects

--
October 04, 2015
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #6 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/0390fba7e76b85b869603bd2de8e27ef2036f5be fix Issue 14940

https://github.com/D-Programming-Language/phobos/commit/1e647d9321fd3ef3d6a2903fccc42ea759bd4900 Merge pull request #3582 from burner/issue14940

--