8000 Tags · pariser/sorbet · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: pariser/sorbet

Tags

0.4.4318.20190626145616-31ad958a1

Toggle 0.4.4318.20190626145616-31ad958a1's commit message
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.

0.4.4314.20190625164244-5e8410bd1

Toggle 0.4.4314.20190625164244-5e8410bd1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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>

0.4.4312.20190625161008-90c20f728

Toggle 0.4.4312.20190625161008-90c20f728's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add `hasTruthyHashValue` (sorbet#1054)

* Rename hasHashValue -> hasTruthyHashValue

* Add back hasHashValue

* Use hasHashValue where truthiness does not matter

0.4.4311.20190625155810-217956999

Toggle 0.4.4311.20190625155810-217956999's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
return T.untyped from `self.class` (sorbet#1055)

* return T.untyped

* record

0.4.4310.20190625144217-2dbd7e47b

Toggle 0.4.4310.20190625144217-2dbd7e47b's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add the class method to Kernel (sorbet#1050)

* add the class method to Kernel

* record

* add to light

* record

* put this back

* add test

0.4.4309.20190625135848-1d25115a2

Toggle 0.4.4309.20190625135848-1d25115a2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

0.4.4308.20190625105908-ea80b0490

Toggle 0.4.4308.20190625105908-ea80b0490's commit message
only suggest including modules (sorbet#1047)

0.4.4307.20190625102302-e64805e2b

Toggle 0.4.4307.20190625102302-e64805e2b's commit message
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>

0.4.4306.20190624234203-31ef906fe

Toggle 0.4.4306.20190624234203-31ef906fe's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

0.4.4305.20190624194425-f30d2ee1c

Toggle 0.4.4305.20190624194425-f30d2ee1c's commit message
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
0