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
fix(mixin-utils): remove std.prune and use std.filter instead
The use of `std.prune(std.map())` is slow and uses a big stack, on big
rulesets this can cause a 'RUNTIME ERROR: max stack frames exceeded.'.
It is better to use `std.filter()` to remove an element from an array.
0 commit comments