aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-11-07 02:34:14 -0500
committerChristopher Vogt <oss.nsp@cvogt.org>2016-11-07 02:34:14 -0500
commit1da77f2df3d28e2a30e2934be268ef1163520690 (patch)
treed4765fd50480f7b3f50faa74e015cb664b54ddd9 /libraries
parentc6b9a480879c101028b20b9cc8716b8ffa773630 (diff)
downloadcbt-1da77f2df3d28e2a30e2934be268ef1163520690.tar.gz
cbt-1da77f2df3d28e2a30e2934be268ef1163520690.tar.bz2
cbt-1da77f2df3d28e2a30e2934be268ef1163520690.zip
Add readme for Eval, pointing back to Twitter utils
Diffstat (limited to 'libraries')
-rw-r--r--libraries/eval/Readme.md7
1 files changed, 7 insertions, 0 deletions
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)