[Issue 14940] Can't call logger with more complex objects

2015-10-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #6 from github-bugzi...@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

--


[Issue 14940] Can't call logger with more complex objects

2015-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #5 from github-bugzi...@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

--


[Issue 14940] Can't call logger with more complex objects

2015-09-02 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

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

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 Resolution|--- |FIXED

--


[Issue 14940] Can't call logger with more complex objects

2015-08-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

Marc Schütz  changed:

   What|Removed |Added

 CC||schue...@gmx.net

--


[Issue 14940] Can't call logger with more complex objects

2015-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #4 from Robert Schadek  ---
https://github.com/D-Programming-Language/phobos/pull/3582

--


[Issue 14940] Can't call logger with more complex objects

2015-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

--- Comment #3 from Robert Schadek  ---
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.

--


[Issue 14940] Can't call logger with more complex objects

2015-08-25 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

Robert Schadek  changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||rburn...@gmail.com

--- Comment #2 from Robert Schadek  ---
I will work on this

--


[Issue 14940] Can't call logger with more complex objects

2015-08-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=14940

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

--