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
Return early from bootstraping symbols if paths are empty (#2078)
### Motivation
Another tiny improvement that I identified during studying memory dumps. When passing a constant list to Tapioca, we end up invoking `symbols_from_paths` with an empty array.
Currently, it will still create an empty tempfile and run Sorbet on it, which is unnecessary.
### Implementation
We can return an empty set directly if no paths are given.
0 commit comments