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

Tags: antonmi/sorbet

Tags

0.4.5134.20191209095836-8f00b19d8

Toggle 0.4.5134.20191209095836-8f00b19d8's commit message

Verified

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

* Add FrozenError

* Update exp files

0.4.5133.20191206180530-67cd17f51

Toggle 0.4.5133.20191206180530-67cd17f51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
generate_names: Use camelCase as much as possible (sorbet#2314)

0.4.5132.20191206161855-c0f51f363

Toggle 0.4.5132.20191206161855-c0f51f363's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IDE: Cancel the correct timer when merging updates. (sorbet#2313)

0.4.5131.20191206135756-940aa1507

Toggle 0.4.5131.20191206135756-940aa1507's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
IDE: Cleaner LSPTypechecker::retypecheck() interface. (sorbet#2304)

* Cleaner retypecheck() interface.

* Remove dead code

* Use indexed directly instead.

0.4.5130.20191206133946-44e14939d

Toggle 0.4.5130.20191206133946-44e14939d's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify hover for constants (sorbet#2302)

I wanted to share some code between hover and completion, but then I
realized that the hover code was more complicated than it needed to be.

0.4.5129.20191206103817-279b2a72c

Toggle 0.4.5129.20191206103817-279b2a72c's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
standardize on using ENV vars for skipping (sorbet#2308)

0.4.5128.20191206101507-0c06b5cad

Toggle 0.4.5128.20191206101507-0c06b5cad's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use richer completion item kinds for constants (sorbet#2301)

Note that I removed item->detail—I'm going to roll that into a future
change I'm working on to populate `item-documentation`.

0.4.5127.20191206170308-0549d8471

Toggle 0.4.5127.20191206170308-0549d8471's commit message
Fix publish-ruby-gems.sh (sorbet#2305)

This is a fix ontop of sorbet#2298 which changed slightly `publish-ruby-gems.sh`
The Darwin platform is the only gem with multiple files, so changed the
publishing code to be explicit.

The benefit of this approach to the previous glob file approach, is that
the version can be checked for each platform number (i.e.
universal-darwin-18) if it has been published before.

0.4.5126.20191206080602-724405dd3

Toggle 0.4.5126.20191206080602-724405dd3's commit message
Augment srb so it can leverage new java gem (sorbet#2300)

0.4.5125.20191205184007-945dd31c5

Toggle 0.4.5125.20191205184007-945dd31c5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
End-to-end LSP cancellation tests (sorbet#2256)

* End-to-end slow path cancellation tests.

An upcoming change will change the cancellation logic to become a great deal simpler, and I wanted to land these tests (which are agnostic to the implementation) separately to make reviewing easier.
0