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
When there's a constant in a function call in a compile {} macro, the macro silently fails to compile because the func_call declaration in macros.yay only accepts variables as arguments.
This should probably be fixed (or at least documented.)