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

Tags: alloy/sorbet

Tags

0.4.4259.20190620130513-a2360f999

Toggle 0.4.4259.20190620130513-a2360f999's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Mv DeprecatedInheritableStruct -> InexactStruct (sorbet#929)

0.4.4258.20190620125004-560b818ba

Toggle 0.4.4258.20190620125004-560b818ba's commit message
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.
```

0.4.4256.20190620124130-7ab2564aa

Toggle 0.4.4256.20190620124130-7ab2564aa's commit message
Fix broken links (sorbet#926)

Fixes sorbet#924.

0.4.4255.20190620114441-603a75105

Toggle 0.4.4255.20190620114441-603a75105's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use Bash array to fix adopting guide (sorbet#922)

* Use Bash array to fix adopting guide

* Add a test

* Remove testing thing

0.4.4254.20190620111221-f97ec41a6

Toggle 0.4.4254.20190620111221-f97ec41a6's commit message
Update community.js (sorbet#919)

Fix a typo

0.4.4253.20190620103907-bdc47ac38

Toggle 0.4.4253.20190620103907-bdc47ac38's commit message
delete publishing prevention (sorbet#918)

0.4.4250.20190620091648-027bb5cc0

Toggle 0.4.4250.20190620091648-027bb5cc0's commit message

Verified

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

0.4.4249.20190620090228-e60571a43

Toggle 0.4.4249.20190620090228-e60571a43's commit message
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

0.4.4248.20190620090208-6e14028b3

Toggle 0.4.4248.20190620090208-6e14028b3's commit message
Use a const set for extensions passed to `listFilesInDir`. (sorbet#914)

0.4.4247.20190619235852-e7263c534

Toggle 0.4.4247.20190619235852-e7263c534's commit message

Verified

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