You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're experiencing an issue which emerged when testing an upgrade to Elixir 1.16. The arguments passed to generate/3 in our Nebulex.Caching.KeyGenerator module are now always an empty list. The actual arguments are never included. The first call to the function will fix the return values for all subsequent calls until the cache entry expires.
I got the current test suite up and running on Elixir 1.16 in #217, so I can see it's not passing, and there's a number of other issues which may or may not be related.
The text was updated successfully, but these errors were encountered:
We're experiencing an issue which emerged when testing an upgrade to Elixir 1.16. The arguments passed to
generate/3
in ourNebulex.Caching.KeyGenerator
module are now always an empty list. The actual arguments are never included. The first call to the function will fix the return values for all subsequent calls until the cache entry expires.We're using a decorator in this form:
I got the current test suite up and running on Elixir 1.16 in #217, so I can see it's not passing, and there's a number of other issues which may or may not be related.
The text was updated successfully, but these errors were encountered: