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

Calling UDPSocket() in REPL causes show() error. #13711

Closed
pgawron opened this issue Oct 22, 2015 · 2 comments
Closed

Calling UDPSocket() in REPL causes show() error. #13711

pgawron opened this issue Oct 22, 2015 · 2 comments
Labels
bug Indicates an unexpected problem or unintended behavior good first issue Indicates a good issue for first-time contributors to Julia io Involving the I/O subsystem: libuv, read, write, etc.

Comments

@pgawron
Copy link

pgawron commented Oct 22, 2015

it seams that show() method for UDPSocket type objects is broken.

julia> UDPSocket()
Error showing value of type UDPSocket:
ERROR: type UDPSocket has no field buffer
 in show at stream.jl:237
 in anonymous at show.jl:1278
 in with_output_limit at ./show.jl:1255
 in showlimited at show.jl:1277
 in writemime at replutil.jl:4
 in display at REPL.jl:114
 in display at REPL.jl:117
 in display at multimedia.jl:151
 in print_response at REPL.jl:134
 in print_response at REPL.jl:121
 in anonymous at REPL.jl:624
 in run_interface at ./LineEdit.jl:1610
 in run_frontend at ./REPL.jl:863
 in run_repl at ./REPL.jl:167
 in _start at ./client.jl:453

julia> versioninfo()
Julia Version 0.4.0
Commit 0ff703b* (2015-10-08 06:20 UTC)
Platform Info:
  System: Linux (x86_64-linux-gnu)
  CPU: Intel(R) Core(TM) i7 CPU         950  @ 3.07GHz
  WORD_SIZE: 64
  BLAS: libopenblas (NO_LAPACK NO_LAPACKE DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: liblapack.so.3
  LIBM: libopenlibm
  LLVM: libLLVM-3.3
@JeffBezanson JeffBezanson added bug Indicates an unexpected problem or unintended behavior io Involving the I/O subsystem: libuv, read, write, etc. labels Oct 22, 2015
@kshyatt kshyatt added the good first issue Indicates a good issue for first-time contributors to Julia label Nov 25, 2015
@kshyatt
Copy link
Contributor

kshyatt commented Nov 25, 2015

This is still a problem on both master and 0.4. This would also be a good first time bugfix.

@abhijithanilkumar
Copy link
Contributor

I would like to take up this issue. Can you please mention what message has to be displayed?

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 good first issue Indicates a good issue for first-time contributors to Julia io Involving the I/O subsystem: libuv, read, write, etc.
Projects
None yet
Development

No branches or pull requests

4 participants