pao/StrPack.jl

ERROR: IOString not defined

joa-quim opened this issue · 5 comments

From the tutorial I'm expecting that IOString is part of StrPack no? But I'm geting this error

           _       _ _(_)_     |  A fresh approach to technical computing
          (_)     | (_) (_)    |  Documentation: http://docs.julialang.org
           _ _   _| |_  __ _   |  Type "help()" to list help topics
          | | | | | | |/ _` |  |
          | | |_| | | | (_| |  |  Version 0.3.0-prerelease+2096 (2014-03-18 22:09 UTC)
         _/ |\__'_|_|_|\__'_|  |  Commit 0e5f186* (0 days old master)
        |__/                   |  x86_64-w64-mingw32

        julia> using StrPack

julia> iostr = IOString()
ERROR: IOString not defined
pao commented

No, this was a part of Base. Looks like it may have been changed to IOBuffer?

I tried with IOBuffer as well but it did not work. However, it might have been for another reason as I'm having lots of troubles to convince Julia to talk-structures to the C side (the way it wants them)

pao commented

OK; I'll have to give it a try later.

bump, just ran into this also

I made a simple PR with the substitution. #11