[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-15 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/104 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122049346 --- Diff: kernel-api/src/main/scala/org/apache/toree/interpreter/broker/BrokerTransformer.scala --- @@ -43,7 +43,7 @@ class BrokerTransformer {

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122048356 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/relay/ExecuteRequestRelaySpec.scala --- @@ -88,7 +89,7 @@ class ExecuteRequestRe

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122047867 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class KernelInputStream

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-14 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r122046211 --- Diff: kernel-api/src/main/scala/org/apache/toree/interpreter/broker/BrokerTransformer.scala --- @@ -43,7 +43,7 @@ class BrokerTransformer {

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121765250 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies ++= Dependenc

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121765086 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207 @@ +/* + * Li

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121758601 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies ++= Dep

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121758304 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207 @@ +/* +

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757635 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -18,30 +18,34 @@ package org

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757522 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207 @@ +/* + * Li

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121757204 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies ++= Dependenc

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121756270 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/relay/ExecuteRequestRelaySpec.scala --- @@ -88,7 +89,7 @@ class ExecuteRequestRe

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121756111 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class KernelInput

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121755733 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class KernelInputStream

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121748228 --- Diff: kernel-api/src/main/scala/org/apache/toree/interpreter/broker/BrokerTransformer.scala --- @@ -43,7 +43,7 @@ class BrokerTransformer

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121751964 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/stream/KernelInputStreamSpec.scala --- @@ -65,6 +65,9 @@ class KernelInput

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121753548 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -18,30 +18,34 @@ packa

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121751667 --- Diff: kernel/src/test/scala/org/apache/toree/kernel/protocol/v5/relay/ExecuteRequestRelaySpec.scala --- @@ -88,7 +89,7 @@ class ExecuteReq

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121752852 --- Diff: scala-interpreter/build.sbt --- @@ -18,3 +18,4 @@ import sbt.Tests.{Group, SubProcess} */ libraryDependencies ++= Dep

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-13 Thread chipsenkbeil
Github user chipsenkbeil commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r121753408 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaDisplayers.scala --- @@ -0,0 +1,207 @@ +/* +

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-10 Thread rdblue
GitHub user rdblue reopened a pull request: https://github.com/apache/incubator-toree/pull/104 TOREE-380: Allow interpreters to format output. This branch has the changes that I made to our Toree distribution to allow interpreters to format output. The goal is to enable better integ

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-06-10 Thread rdblue
Github user rdblue closed the pull request at: https://github.com/apache/incubator-toree/pull/104 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the featur

[GitHub] incubator-toree pull request #104: TOREE-380: Allow interpreters to format o...

2017-03-22 Thread kevin-bates
Github user kevin-bates commented on a diff in the pull request: https://github.com/apache/incubator-toree/pull/104#discussion_r107460553 --- Diff: scala-interpreter/src/main/scala/org/apache/toree/kernel/interpreter/scala/ScalaInterpreter.scala --- @@ -18,37 +18,45 @@ packag