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
NumPy defines a spin build command, which has fallen out of sync from the upstream meson.build command it uses. Reading the click docs, it seems like the pattern NumPy is using with ctx.forward is frowned upon.
I think it would be better if spin provided factories for click commands to make it easier for projects to extend upstream commands without having to effectively re-implement their API.