cognitect-labs / aws-api

AWS, data driven

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

case has int tests, but tested expression is not primitive

eneroth opened this issue · comments

Dependencies

{:deps {com.cognitect.aws/api        {:mvn/version "0.8.670"}
        com.cognitect.aws/endpoints  {:mvn/version "1.1.12.456"}
        com.cognitect.aws/monitoring {:mvn/version "847.2.1365.0"}
        com.cognitect.aws/s3         {:mvn/version "847.2.1365.0"}
        com.cognitect.aws/sts        {:mvn/version "847.2.1365.0"}}

Description with failing test case

On load, the lib says,

Performance warning, cognitect/aws/protocols.clj:23:3 - case has int tests, but tested expression is not primitive

Stack traces

N/A

Fixed in 0.8.673. Thanks for the report!