Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information