aboutsummaryrefslogtreecommitdiff
path: root/libraries
Commit message (Collapse)AuthorAgeFilesLines
...
* [split] recompile configs based on hash instead of timestampmmcbride2016-11-072-71/+63
|
* [split] Fixing eval precompile issues with invalid characters in classnames. ↵mmcbride2016-11-073-4/+65
| | | | Also, git-review bump
* [split] Fixing mtime recompile checks for evalmmcbride2016-11-071-24/+41
|
* scaladoc mis-pluralization fixes.Berk D. Demir2016-11-071-3/+3
| | | | | @throw -> @throws @returns -> @return
* [split] - recursively process includes - allow additional include path to be ↵Jeremy Cloud2016-11-073-4/+33
| | | | specified via system property
* [split] Squashed commit of the following:mmcbride2016-11-072-35/+181
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit faf3d257e7dc95d1492b7c8c6faf9da3c53adac6 Merge: d2ecdbd 53fdb61 Author: mmcbride <mccv@twitter.com> Date: Mon Aug 8 22:05:09 2011 -0700 Merge branch 'master' into persistent_eval commit d2ecdbddd288607cd1fb597ba04685628ad8b2f0 Author: mmcbride <mccv@twitter.com> Date: Mon Aug 8 21:40:32 2011 -0700 two minor things from jeremy cloud commit a17260bd1cd90bab0ac635e0257a9bea8e9da62f Merge: 5f26ee0 e8d277e Author: mmcbride <mccv@twitter.com> Date: Wed Aug 3 20:16:06 2011 -0700 Merge branch 'master' into persistent_eval commit 5f26ee0544ad39439c509e8b87e60c4cff0f07b9 Author: mmcbride <mccv@twitter.com> Date: Wed Aug 3 20:13:33 2011 -0700 feedback from RB commit 775c8661f485724af3be51be720b821b83b044ec Merge: 350c313 f7d1db2 Author: mmcbride <mccv@twitter.com> Date: Tue Jul 26 12:41:00 2011 -0700 Merge branch 'master' into persistent_eval commit 350c313991b31f9e332753a62ff5b92c61ce7cae Author: mmcbride <mccv@twitter.com> Date: Tue Jul 26 10:58:25 2011 -0700 persistent compilation targets for eval
* [split] add comments for future people looking for performance improvements ↵Robey Pointer2016-11-071-0/+2
| | | | in Eval
* [split] Squashed commit of the following:Arya Asemanfar2016-11-072-1/+19
| | | | | | | | | | | | | | | | | | | | | commit 86a7f2fdac93924da81f4fe7542228f071dbe617 Author: Arya Asemanfar <arya@twitter.com> Date: Fri Jun 17 11:42:44 2011 -0700 Added test for Eval.toSource commit d13c269c39514b3a20812bc594cc67a0902d248b Merge: 294e5d9 ede4550 Author: Arya Asemanfar <arya@twitter.com> Date: Fri Jun 17 10:42:02 2011 -0700 Merge branch 'master' into tfe/config_post_processing commit 294e5d982716ec31dddb18b71caea92580aaddb0 Author: Arya Asemanfar <arya@twitter.com> Date: Thu Jun 16 16:22:41 2011 -0700 Make the config in the dashboard be post-processed config
* add findClass.Robey Pointer2016-11-071-11/+25
|
* [split] Squashed commit of the following:wilhelm bierbaum2016-11-075-4/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | commit ead2b12ebf8c8c9b0d191235119cea7be01a22e8 Author: wilhelm bierbaum <wilhelm@twitter.com> Date: Fri Apr 29 13:20:37 2011 -0700 use StreamIO commit 23a12f4b8c40facaad4a81a363d02a3914897267 Merge: 59da183 90a1dd0 Author: wilhelm bierbaum <wilhelm@twitter.com> Date: Fri Apr 29 13:20:16 2011 -0700 Merge remote-tracking branch 'origin/master' into eval_include_directives commit 59da18308707f6d285e4b65e7e7a33aa62af77ab Merge: 4296624 f6ead9a Author: wilhelm bierbaum <wilhelm@twitter.com> Date: Thu Apr 28 23:58:18 2011 -0700 Merge remote-tracking branch 'origin/master' into eval_include_directives Conflicts: util/util-eval/src/test/scala/com/twitter/util/EvaluatorSpec.scala commit 42966245dc24d2026a8b3955e3c313445a93ac3e Merge: a0aa60e d98d9c9 Author: Wilhelm Bierbaum <wilhelm@twitter.com> Date: Tue Apr 19 20:05:57 2011 -0700 Merge branch 'master' into eval_include_directives commit a0aa60e80df3bd0312f3349eed61e997109fa510 Author: Wilhelm Bierbaum <wilhelm@twitter.com> Date: Tue Apr 19 20:05:46 2011 -0700 revert inadvertent changes commit 931be4dce6dd82ec2ef8d09f8576c9a27f50640a Author: Wilhelm Bierbaum <wilhelm@twitter.com> Date: Tue Apr 19 17:10:19 2011 -0700 introduce a preprocessor that can #include files from the filesystem (by default rooted in ./ or ./config) or the classpath into the Eval-based config compiler
* [split] Eval.scala: Add Eval.checkDavid Helder2016-11-072-5/+44
| | | | | | | | EvalSpec.scala: Rename, update for new API. Note one test fails (commented out) Future.scala, ScribeHandlerSpec.scala: Fix warnings
* [split] whitespaceJeremy Cloud2016-11-071-1/+1
|
* [split] deprecated global Eval object in favor or Eval instances which can be GCJeremy Cloud2016-11-071-7/+12
|
* allow in-place eval of the type scrooge would like to do.sRobey Pointer2016-11-072-13/+36
|
* [bc] util: fix EvaluatorSpec to be path indepedent.marius a. eriksen2016-11-071-6/+6
|
* rebuild the classloader on resetRobey Pointer2016-11-071-1/+2
|
* change path for EvaluatorSpec test resourcesMatt Freels2016-11-071-1/+1
|
* looks like we only ever ask for a jarPathOfClass if we're looking for ↵Robey Pointer2016-11-071-2/+0
| | | | something fundamental to compiling, so go ahead and throw an exception.
* throw a reasonable error if we can't find scala-compiler or scala-library. ↵Robey Pointer2016-11-071-2/+13
| | | | this can be really hard to puzzle out from the base exception.
* fix the classpath not found bugKyle Maxwell2016-11-071-3/+5
|
* friendly errorsNick Kallen2016-11-071-4/+2
|
* simplify this test.Robey Pointer2016-11-071-12/+2
|
* upgrade Eval.Robey Pointer2016-11-072-169/+170
|
* - add support for evaluating from streamsmarius a. eriksen2016-11-072-4/+28
| | | | - use test resources when testing, not paths relative to project root
* Add support for multiple file compilation.eaceaser2016-11-074-2/+12
|
* Append dir separator to eval path appropriatelyeaceaser2016-11-071-1/+1
|
* Make evaluator.apply synchronized to prevent any goofinesseaceaser2016-11-071-2/+3
|
* create a new message digest per evaleaceaser2016-11-071-2/+1
|
* make sure our bigint is positive!eaceaser2016-11-071-1/+1
|
* Place compiled files in their own temporary subdir and clear when jvmeaceaser2016-11-071-7/+12
| | | | closes.
* Add a unique-to-JVM id to the file to prevent colissions.eaceaser2016-11-071-8/+19
|
* Indent evaled code to the correct nesting.Marcel Molina2016-11-071-1/+1
|
* Only compile if file contents have changed.eaceaser2016-11-071-9/+18
|
* randomizing evaled class name to avoid conflictsJeremy Cloud2016-11-071-5/+7
|
* adds an absolute path to the beginning of each referenced jar for building a ↵Steve Jenson2016-11-071-3/+8
| | | | classpath to hand to the compiler.
* clean up whitespace and print some errors.Steve Jenson2016-11-071-13/+15
|
* Nested jars are added to load path when evaluating.Nick Kallen2016-11-071-7/+19
|
* precise languageNick Kallen2016-11-071-2/+2
|
* more documentationNick Kallen2016-11-071-0/+4
|
* Better documentationNick Kallen2016-11-071-2/+37
|
* introducing the evaluatorNick Kallen2016-11-073-0/+140