Stream: helpdesk (published)

Topic: Warning in VectorizationBase.jl


view this post on Zulip Júlio Hoffimann (Sep 24 2025 at 17:16):

I am seeing this warning in my tests, but can't reproduce in a fresh environment, even though it is the exact same version of the package installed:

 VectorizationBase
  WARNING: using Static.static_first in module VectorizationBase conflicts with an existing identifier.
  WARNING: using Static.static_last in module VectorizationBase conflicts with an existing identifier.

Someone else seeing this on Julia v1.11.7?

view this post on Zulip Andy Dienes (Sep 24 2025 at 20:12):

lucky for you, those warnings are no longer emitted in 1.12

view this post on Zulip Andy Dienes (Sep 24 2025 at 20:12):

behavior didn't change though, just no warnings

view this post on Zulip Júlio Hoffimann (Sep 24 2025 at 21:51):

So it is an issue with Julia v1.11?

view this post on Zulip wheeheee (Sep 25 2025 at 03:24):

Maybe the same as #58692?


Last updated: Sep 27 2025 at 04:39 UTC