atom-julia-client: Conflict with PyPlot?
Hi,
I found once I “using PyPlot”, whatever I input to the jl file, the atom would report:
Julia Client - Internal Error:
MethodError: flatten
has no method matching flatten(::Text{Function})
in fullsignature at /path/CodeTools/src/summaries.jl:30
in withmeta at /path/CodeTools/src/completions.jl:49
in withmeta at /path/CodeTools/src/completions.jl:58
in namecompletions_ at /path/CodeTools/src/completions.jl:63
in anonymous at /path/CodeTools/src/utils.jl:16
in completions at /path/CodeTools/src/completions.jl:190
in completions at /path/CodeTools/src/completions.jl:195
in anonymous at /path/Atom/src/completions.jl:19
in handlemsg at /path/Atom/src/comm.jl:56
[inlined code] from /path/Atom/src/comm.jl:8
in anonymous at task.jl:63
or just:
Julia Client – Internal Error
MethodError: flatten
has no method matching flatten(::Text{Function})
Any idea about how to fix it? Thanks!
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 21 (7 by maintainers)
Commits related to this issue
- fix https://github.com/JunoLab/atom-julia-client/issues/121 — committed to JunoLab/CodeTools.jl by pfitzseb 8 years ago
Thanks, I think I know why this is happening – will take a look soon.