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

Tags: neuroradiology/sorbet

Tags

0.5.5390.20200221175507-29a967a22

Toggle 0.5.5390.20200221175507-29a967a22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add additional metrics to language server (sorbet#2696)

* Some metrics.

* Do not count fast path runs by code actions requests.

* Measure preprocess, index, and run times.

* Add fast/slow path tag to SorbetWorkspaceEdit latencies.

Add a new metric that measures the latency to report the last diagnostic in an edit.

* Time how long we spend talking with statsd.

* Use method names for task-related runtime timers.

* Fix compilation failures.

* Remove lsp.messages.received, use method for category for lsp.messages.canceled.

* LatencyTimer can be null.

0.5.5389.20200221155540-fd0b740ab

Toggle 0.5.5389.20200221155540-fd0b740ab's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for histograms to Timers (sorbet#2695)

* Timer histograms

* Don't append MAX_INT as a bucket on empty histograms.

* Remove unneeded branch.

* Process histogram in `Counters` rather than `Timer`..

0.5.5388.20200220175709-e5c911b21

Toggle 0.5.5388.20200220175709-e5c911b21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "add ratchet for non-proc foreign usage (sorbet#2682)" (sorbet…

…#2692)

This reverts commit 9463ab4.

0.5.5387.20200220150849-dcd24d0a7

Toggle 0.5.5387.20200220150849-dcd24d0a7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Include CASGN name in for_autoload output (sorbet#2686)

* Include CASGN name in for_autoload output

* Add test

* Added test for the alias case

Co-authored-by: Nathaniel Roman <nroman@stripe.com>

0.5.5386.20200220140209-026a5c437

Toggle 0.5.5386.20200220140209-026a5c437's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add method and sig for `respond_to?` (sorbet#2687)

* Add method and sig for `respond_to?`

* Fix tests

Co-authored-by: Jake Zimmerman <zimmerman.jake@gmail.com>

0.5.5385.20200220114027-9463ab4c6

Toggle 0.5.5385.20200220114027-9463ab4c6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add ratchet for non-proc foreign usage (sorbet#2682)

* add ratchet for non-proc foreign usage

* add notify:

0.5.5384.20200219172531-645cc5344

Toggle 0.5.5384.20200219172531-645cc5344's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add support for tags in core/Timer, and use them for some LSP metrics (

…sorbet#2685)

* Don't report the runtime of canceled slow paths. Report the amount of time that the slow path blocks.

* Rename Timer::fork -> Timer::clone

* Add tags to timing metrics.

* Switch to a single latency metric tagged by method.

Centralize conversion from LSPMethod to ConstExprStr.

* Add canceled stat, remove extra/unused Timer constructor.

* Remove spurious changes.

* Use a tag to distinguish between canceled and complete slow paths.

* Document tags and args.

0.5.5383.20200219142136-2fc3c56f7

Toggle 0.5.5383.20200219142136-2fc3c56f7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
VS Code: Use clangd executable from bazel. (sorbet#2680)

* Use clangd executable in bazel.

Fixes issue where clangd fails to include stdint.h properly.

* Remove extra line break.

0.5.5382.20200219141654-e96b7cbe4

Toggle 0.5.5382.20200219141654-e96b7cbe4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Simplify how we print MethodDef flags (sorbet#2676)

* Simplify tree printing code

* tools/scripts/update_testdata_exp.sh

* sto //test/cli:update_phases

0.5.5381.20200219131525-3eab2e177

Toggle 0.5.5381.20200219131525-3eab2e177's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Don't inherit ruby build flags from bazel (sorbet#2679)

* Don't inherit ruby build flags from bazel
0