Tags: pariser/sorbet
Tags
Unbreak master (sorbet#1077) Because we didn't have a `Gemfile`, `rbenv exec srb` just runs whichever version of `srb` is installed for the current Ruby version in `.ruby-version`. In particular, because the `~/.rbenv` folder is shared across tests, it might have artifacts from other people's branches (specifically when the tests failed, and we didn't get to the line to delete the existing gems). And because our version numbers are just "how many commits since the beginning of time", 0.4.FOO might be the same number as 0.4.BAR in someone else's branch, even though those two versions are completely unrelated, and **also** completely unrelated to the gems that will EVENTUALLY be published with that as the Canonical Version. I chose to both remove before each run and also trap EXIT just in case, because in no cases do we want these gems to persist on the mac machine after a CI run.
Make the docs for `include Kernel` easier to reference (sorbet#1057) Make the docs for `include Kernel` easier to reference Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com>
Add `hasTruthyHashValue` (sorbet#1054) * Rename hasHashValue -> hasTruthyHashValue * Add back hasHashValue * Use hasHashValue where truthiness does not matter
return T.untyped from `self.class` (sorbet#1055) * return T.untyped * record
add the class method to Kernel (sorbet#1050) * add the class method to Kernel * record * add to light * record * put this back * add test
Rename DANGER_enable_checking_in_tests (sorbet#1039) This moves `T::Utils.DANGER_enable_checking_in_tests` to `T::Configuration.enable_checking_for_sigs_marked_checked_tests`. I'm happy to drop the `!`. I only added it because it used to say `DANGER`. Moving to `T::Configuration` is the only change I care about. This is on the blocking path to re-enabling soft / checked / generated in open-source.
only suggest including modules (sorbet#1047)
rewrite docs for gem's rbi/ files (sorbet#1045) * rewrite docs for gem's rbi/ files * Update website/docs/rbi.md Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com> * Update website/docs/rbi.md Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com> * Update website/docs/rbi.md Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com> * Update website/docs/rbi.md Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com> * Update website/docs/rbi.md Co-Authored-By: Jake Zimmerman <zimmerman.jake@gmail.com>
Small changes (sorbet#1042) * Add tracing to unpickling * Remove dead code from CFG::SanityCheck. I don't see us re-enabling this one any time soon. * Check size of TypePtr * Fix test compilation
Add Sord and sorbet-rails to FAQ (sorbet#1021) * Add Sord and sorbet-rails to FAQ * Fix Prettier errors Also link to the Community page * fixup
PreviousNext