emacs-jupyter/jupyter

REPL return hangs with imatlab kernel

Open

#165 opened on Aug 5, 2019

 (6 comments) (0 reactions) (0 assignees)Emacs Lisp (106 forks)auto 404
REPLbughelp wanted

Repository metrics

Stars
 (1,028 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I've been using imatlab with emacs Jupyter for about 2 months now. For some reason, the REPL-return now hangs with v0.8.1 and the current master. A quick profiler report indicates that it is getting stuck in the ring-insert function, specifically associated with the REPL history add function. I did a quick git bisection and narrowed the bug being introduced in commit 49275c37b844b7e8a07d9f15d5eefbbdeda1f76e, but it's not clear to me what went wrong.

Contributor guide