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

Having a compiler error on Deno v1.0.0 #76

Closed
suguru03 opened this issue May 14, 2020 · 0 comments · Fixed by #77
Closed

Having a compiler error on Deno v1.0.0 #76

suguru03 opened this issue May 14, 2020 · 0 comments · Fixed by #77

Comments

@suguru03
Copy link
Collaborator

I'm having the issue on v1.0.0-rc2.
@keroxp could you take a look into the issue? 🙏

make test
deno test -A *_test.ts
Compile file:///Users/suguru/Documents/workspace/deno-redis/.deno.test.ts
error: TS2345 [ERROR]: Argument of type 'ErrorReplyError' is not assignable to parameter of type 'RedisRawReply'.
  Type 'ErrorReplyError' is not assignable to type 'ArrayReply'.
          ret.push(e);
                   ^
    at file:///Users/suguru/Documents/workspace/deno-redis/pipeline.ts:60:20
make: *** [test] Error 1
keroxp added a commit that referenced this issue May 14, 2020
- fix: `EVAL` / `EVAL` signature and implementations
- fix: #76
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant