From 348f8cefcb670005df6c4af667186f8f43c09334 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Wed, 5 Feb 2020 15:06:01 +1300 Subject: [PATCH 1/2] Fix link to PPrint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eda400e..5cdf1a0 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ various `debug` call-sites you left lying around and manually tweaking the verbosity of each one. Furthermore, if you want additional information like `sourcecode.Line` or `sourcecode.File`, that's all just one implicit away. -The [PPrint](http://www.lihaoyi.com/upickle-pprint/pprint) +The [PPrint](https://github.com/lihaoyi/PPrint) library provides a `pprint.log` method that does exactly this: prints out the value provided (in this case pretty-printing it with colors and nice formatting & indentation) together with the enclosing context and line number, so you From 973390819e8c3f934f76262aed85ba9f9785a2b8 Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Wed, 28 Jul 2021 21:04:36 +0200 Subject: [PATCH 2/2] Update link to com-lihaoyi organization --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cdf1a0..cea3d6f 100644 --- a/README.md +++ b/README.md @@ -459,7 +459,7 @@ various `debug` call-sites you left lying around and manually tweaking the verbosity of each one. Furthermore, if you want additional information like `sourcecode.Line` or `sourcecode.File`, that's all just one implicit away. -The [PPrint](https://github.com/lihaoyi/PPrint) +The [PPrint](https://github.com/com-lihaoyi/PPrint) library provides a `pprint.log` method that does exactly this: prints out the value provided (in this case pretty-printing it with colors and nice formatting & indentation) together with the enclosing context and line number, so you