Hello, what is happening here?
Warnings in Library Code:
taoensso.encore/compile-ns-filter is deprecated
taoensso.encore/rate-limiter* is deprecated
taoensso.encore/rate-limiter* is deprecated
taoensso.encore/rate-limiter* is deprecated
taoensso.encore/distinctv is deprecated
taoensso.encore/-swap-val! is deprecated
taoensso.encore/sub-indexes is deprecated
taoensso.encore/sub-indexes is deprecated
taoensso.encore/sentinel? is deprecated
taoensso.encore/singleton? is deprecated@yenda1 Can you please share more details re: your tooling and what specifically you’re doing that triggers the warning? Someone else recently reported https://github.com/taoensso/timbre/issues/379 warnings coming from Shadow-CLJS. My initial impression is that it seems like a tooling bug if warnings are being triggered for deprecated vars using deprecated vars - but it’d be helpful to better understand the context.
Yes it’s the same issue, also using shadow here
I created a new issue https://github.com/thheller/shadow-cljs/issues/1157
Thanks for the update, and for creating the upstream issue 👍
Hi there, this just means you’re likely running an outdated version of Timbre. There’s no danger (these are just warnings about some deprecated code being used), but you might want to update to remove the warnings.
I still get the warnings with the latest version of encore, I think those are depecrated functions that are used by deprecated code within encore itself?