[jira] [Closed] (TOREE-342) Switch tab completer to the default used for scala 2.11 console

2016-09-27 Thread Chip Senkbeil (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOREE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Senkbeil closed TOREE-342.
---

> Switch tab completer to the default used for scala 2.11 console
> ---
>
> Key: TOREE-342
> URL: https://issues.apache.org/jira/browse/TOREE-342
> Project: TOREE
>  Issue Type: Improvement
> Environment: Scala 2.11
>Reporter: Marius Van Niekerk
>Priority: Minor
>
> Scala 2.11 adds a new tab completion engine (PresentationCompilerCompleter) 
> which should allow much richer tab completion for Toree



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TOREE-343) Added support for jupyter message `is_complete_request`

2016-09-27 Thread Chip Senkbeil (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOREE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Senkbeil resolved TOREE-343.
-
Resolution: Fixed

> Added support for jupyter message `is_complete_request`
> ---
>
> Key: TOREE-343
> URL: https://issues.apache.org/jira/browse/TOREE-343
> Project: TOREE
>  Issue Type: Improvement
>Reporter: Marius Van Niekerk
>
> According to the spec here we need to implement support for 
> is_complete_request in order to get some jupyter clients working properly 
> (notably jupyter console)
> https://github.com/jupyter/jupyter_client/blob/4.4.0/docs/messaging.rst#code-completeness



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOREE-343) Added support for jupyter message `is_complete_request`

2016-09-27 Thread Chip Senkbeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526840#comment-15526840
 ] 

Chip Senkbeil commented on TOREE-343:
-

Tackled by [~mariusvniekerk].

> Added support for jupyter message `is_complete_request`
> ---
>
> Key: TOREE-343
> URL: https://issues.apache.org/jira/browse/TOREE-343
> Project: TOREE
>  Issue Type: Improvement
>Reporter: Marius Van Niekerk
>
> According to the spec here we need to implement support for 
> is_complete_request in order to get some jupyter clients working properly 
> (notably jupyter console)
> https://github.com/jupyter/jupyter_client/blob/4.4.0/docs/messaging.rst#code-completeness



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOREE-342) Switch tab completer to the default used for scala 2.11 console

2016-09-27 Thread Chip Senkbeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526839#comment-15526839
 ] 

Chip Senkbeil commented on TOREE-342:
-

Tackled by [~mariusvniekerk].

> Switch tab completer to the default used for scala 2.11 console
> ---
>
> Key: TOREE-342
> URL: https://issues.apache.org/jira/browse/TOREE-342
> Project: TOREE
>  Issue Type: Improvement
> Environment: Scala 2.11
>Reporter: Marius Van Niekerk
>Priority: Minor
>
> Scala 2.11 adds a new tab completion engine (PresentationCompilerCompleter) 
> which should allow much richer tab completion for Toree



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TOREE-342) Switch tab completer to the default used for scala 2.11 console

2016-09-27 Thread Marius Van Niekerk (JIRA)
Marius Van Niekerk created TOREE-342:


 Summary: Switch tab completer to the default used for scala 2.11 
console
 Key: TOREE-342
 URL: https://issues.apache.org/jira/browse/TOREE-342
 Project: TOREE
  Issue Type: Improvement
 Environment: Scala 2.11
Reporter: Marius Van Niekerk
Priority: Minor


Scala 2.11 adds a new tab completion engine (PresentationCompilerCompleter) 
which should allow much richer tab completion for Toree



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOREE-343) Added support for jupyter message `is_complete_request`

2016-09-27 Thread Marius Van Niekerk (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526458#comment-15526458
 ] 

Marius Van Niekerk commented on TOREE-343:
--

Pull request started in https://github.com/apache/incubator-toree/pull/62

> Added support for jupyter message `is_complete_request`
> ---
>
> Key: TOREE-343
> URL: https://issues.apache.org/jira/browse/TOREE-343
> Project: TOREE
>  Issue Type: Improvement
>Reporter: Marius Van Niekerk
>
> According to the spec here we need to implement support for 
> is_complete_request in order to get some jupyter clients working properly 
> (notably jupyter console)
> https://github.com/jupyter/jupyter_client/blob/4.4.0/docs/messaging.rst#code-completeness



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TOREE-343) Added support for jupyter message `is_complete_request`

2016-09-27 Thread Marius Van Niekerk (JIRA)
Marius Van Niekerk created TOREE-343:


 Summary: Added support for jupyter message `is_complete_request`
 Key: TOREE-343
 URL: https://issues.apache.org/jira/browse/TOREE-343
 Project: TOREE
  Issue Type: Improvement
Reporter: Marius Van Niekerk


According to the spec here we need to implement support for is_complete_request 
in order to get some jupyter clients working properly (notably jupyter console)

https://github.com/jupyter/jupyter_client/blob/4.4.0/docs/messaging.rst#code-completeness



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOREE-303) jupyter console requires extra blank lines following first command; throws warnings

2016-09-27 Thread Marius Van Niekerk (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526401#comment-15526401
 ] 

Marius Van Niekerk commented on TOREE-303:
--

This is addressed for the Scala kernel by 
https://github.com/apache/incubator-toree/pull/62

> jupyter console requires extra blank lines following first command; throws 
> warnings
> ---
>
> Key: TOREE-303
> URL: https://issues.apache.org/jira/browse/TOREE-303
> Project: TOREE
>  Issue Type: Bug
>Affects Versions: 0.1.0
> Environment: Spark 1.6.1 with Scala 2.11.8
>Reporter: Seth Bromberger
>Priority: Minor
>
> Steps to reproduce: 
> 1) Start toree (`jupyter console --kernel toree_scala`).
> 2) ignore multitude of warnings / info that scroll across screen (how to 
> suppress these?)
> 3) type a command (e.g., `var a = 6`); hit enter
> 4) ignore more warnings / info
> 5) type another command (e.g., `var b = 7`); hit enter
> 6) Observe continuation prompt (`...:`) instead of an evaluation
> 7) hit enter again.
> 8) get result along with warning
> Gist of log: 
> https://gist.github.com/sbromberger/df4c3052255f67e6f32aff4cbf1b9564



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (TOREE-341) Toree scala kernel doesn't handle exceptions correctly

2016-09-27 Thread Chip Senkbeil (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOREE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Senkbeil resolved TOREE-341.
-
Resolution: Fixed

> Toree scala kernel doesn't handle exceptions correctly
> --
>
> Key: TOREE-341
> URL: https://issues.apache.org/jira/browse/TOREE-341
> Project: TOREE
>  Issue Type: Bug
>Reporter: Marius Van Niekerk
>
> Currently in master (2016-09-20) toree will swallow exceptions instead of 
> doing the right thing and returning them to the notebook.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Closed] (TOREE-341) Toree scala kernel doesn't handle exceptions correctly

2016-09-27 Thread Chip Senkbeil (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOREE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chip Senkbeil closed TOREE-341.
---

> Toree scala kernel doesn't handle exceptions correctly
> --
>
> Key: TOREE-341
> URL: https://issues.apache.org/jira/browse/TOREE-341
> Project: TOREE
>  Issue Type: Bug
>Reporter: Marius Van Niekerk
>
> Currently in master (2016-09-20) toree will swallow exceptions instead of 
> doing the right thing and returning them to the notebook.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (TOREE-341) Toree scala kernel doesn't handle exceptions correctly

2016-09-27 Thread Chip Senkbeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOREE-341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15526355#comment-15526355
 ] 

Chip Senkbeil commented on TOREE-341:
-

Resolved by [~mariusvniekerk]. Can't seem to add him as the assignee, though.

> Toree scala kernel doesn't handle exceptions correctly
> --
>
> Key: TOREE-341
> URL: https://issues.apache.org/jira/browse/TOREE-341
> Project: TOREE
>  Issue Type: Bug
>Reporter: Marius Van Niekerk
>
> Currently in master (2016-09-20) toree will swallow exceptions instead of 
> doing the right thing and returning them to the notebook.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)