Tags: alloy/sorbet
Tags
Mv DeprecatedInheritableStruct -> InexactStruct (sorbet#929)
Add `bundle exec` to getting started commands` (sorbet#927) I followed these verbatim, but hit an error: ```ruby ~/code/graphql-ruby $ srb typecheck -e 'puts "Hello, world!"' -bash: srb: command not found ``` It was better when I added `bundle exec` ```ruby ~/code/graphql-ruby $ bundle exec srb typecheck -e 'puts "Hello, world!"' mkdir: /Users/rmosolgo/.cache/sorbet: No such file or directory No errors! Great job. ```
Fix broken links (sorbet#926) Fixes sorbet#924.
Use Bash array to fix adopting guide (sorbet#922) * Use Bash array to fix adopting guide * Add a test * Remove testing thing
Update community.js (sorbet#919) Fix a typo
delete publishing prevention (sorbet#918)
Make hover tests stricter, add type narrowing checks, fix up proc hov… …er. (sorbet#902) (Proc hover tests were passing before w/o the strict checks, but should have failed.)
Revert "Revert "add T::Enumerator (sorbet#906)" (sorbet#911)" (sorbet… …#915) * Revert "Revert "add T::Enumerator (sorbet#906)" (sorbet#911)" This reverts commit 0fc29b4. * fix numbers
Use a const set for extensions passed to `listFilesInDir`. (sorbet#914)
Add explicit --dir and --file options (sorbet#850) This PR adds --dir and --file options to Sorbet, while retaining the existing CLI support for a list of paths as input. The benefit to these options is that they do not require a stat syscall for every file/directory input to Sorbet. The PR also switches srb init to use --dir in the Sorbet config.
PreviousNext