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?
lucky for you, those warnings are no longer emitted in 1.12
behavior didn't change though, just no warnings
So it is an issue with Julia v1.11?
Maybe the same as #58692?
Last updated: Sep 27 2025 at 04:39 UTC