From 1da77f2df3d28e2a30e2934be268ef1163520690 Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Mon, 7 Nov 2016 02:34:14 -0500 Subject: Add readme for Eval, pointing back to Twitter utils --- libraries/eval/Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libraries/eval/Readme.md (limited to 'libraries/eval/Readme.md') diff --git a/libraries/eval/Readme.md b/libraries/eval/Readme.md new file mode 100644 index 0000000..1c7a54f --- /dev/null +++ b/libraries/eval/Readme.md @@ -0,0 +1,7 @@ +Eval - Scala runtime code compilation and evaluation + +The code for Eval originally comes out of https://github.com/twitter/util . History was transferred to see origin and author of the changes in this file, but history was re-written to eliminate file renames. + +The code was moved rather than a dependency on twitter/util added for these reasons: +- With minor changes the dependency on twitter `util-core` can be removed, which allows CBT to avoid adding it as a dependency +- According to @ryanoneill, Eval is deprecated within twitter (https://github.com/twitter/util/pull/179) -- cgit v1.2.3