Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clipboard() functions error on Julia 1.4 Linux #35295

Closed
AndiMD opened this issue Mar 29, 2020 · 0 comments · Fixed by #35310
Closed

clipboard() functions error on Julia 1.4 Linux #35295

AndiMD opened this issue Mar 29, 2020 · 0 comments · Fixed by #35310
Assignees
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@AndiMD
Copy link

AndiMD commented Mar 29, 2020

Edit: Found this issue for clipboard("x") #14510, removed duplicate parts

clipboard() errors on Julia 1.4 (fine on 1.3)

julia> clipboard()
ERROR: UndefVarError: _clipboardcmds_paste not defined
Stacktrace:
 [1] clipboard() at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/InteractiveUtils/src/clipboard.jl:70
 [2] top-level scope at REPL[2]:1
Julia Version 1.4.0
Commit b8e9a9ecc6 (2020-03-21 16:36 UTC)
Platform Info:
  OS: Linux (x86_64-pc-linux-gnu)
  CPU: Intel(R) Core(TM) i7-6700T CPU @ 2.80GHz
  WORD_SIZE: 64
  LIBM: libopenlibm
  LLVM: libLLVM-8.0.1 (ORCJIT, skylake)
Environment:
  JULIA_EDITOR = vim
@AndiMD AndiMD changed the title clipboard() functions hang/error on Julia 1.4 Linux clipboard() functions error on Julia 1.4 Linux Mar 29, 2020
@StefanKarpinski StefanKarpinski added the bug Indicates an unexpected problem or unintended behavior label Mar 29, 2020
@JeffBezanson JeffBezanson self-assigned this Mar 30, 2020
KristofferC pushed a commit that referenced this issue Apr 4, 2020
ravibitsgoa pushed a commit to ravibitsgoa/julia that referenced this issue Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants