We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ambiguous call
import msgpack4nim, streams var xs: array[160, char] newStringStream().pack(xs)
Error: ambiguous call; both msgpack4nim.pack_type(s: Stream, val: openarray[T])[declared in C:\Users\kamil.ni mble\pkgs\msgpack4nim-0.1.7\msgpack4nim.nim(631, 5)] and msgpack4nim.pack_type(s: Stream, val: cstring)[declared in C:\Users\kamil.nimble\pkgs\msgpack4nim-0.1.7\msgpack4nim.nim(1097 , 5)] match for: (Stream, array[0..159, char])
The text was updated successfully, but these errors were encountered:
which nim version do you use? I use nim 0.17.3, and have no problem
Sorry, something went wrong.
I used 1.17.2 stable. With devel I have no problem as well, so I guess there's nothing to fix.
No branches or pull requests
The text was updated successfully, but these errors were encountered: