CodecZstd.jl icon indicating copy to clipboard operation
CodecZstd.jl copied to clipboard

transcode(::Type{CodecZstd.ZstdCompressor}, ::String) is ambiguous.

Open Freya789 opened this issue 10 months ago • 1 comments

When using Compressor or Decompressor, transcode(::Type{CodecZstd.ZstdCompressor}, ::String) is ambiguous. Candidates: transcode(T, src::String) in Base always came out. I tried to use Base.transcode, it still doesn't work.

using CodecZstd; transcode(ZstdCompressor, "abc");

Freya789 avatar Feb 13 '25 12:02 Freya789

Unfortunately, I can't reproduce this issue. Can you please share the output of julia> versioninfo() and julia> import Pkg; Pkg.pkg"st -m" to show what versions of Julia and other packages you are using?

nhz2 avatar Feb 27 '25 02:02 nhz2

I'm closing this as non-reproducible, but please let me know if the issue persists.

nhz2 avatar Sep 11 '25 21:09 nhz2