You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm moving some of the stuff from the v0.2 post to here (#1), because we've made a number of improvements already, and it would be good to publish a release sooner rather than later.
Investigate special-casing the standard library in Sourcegraph. We already have some special-casing for the JDK. With Sorbet, it's even more "weird" because a bunch of the code lives in this repo, so I'm not sure how this would work, but potentially worth exploring...
Write references (these aren't used in the UI yet, but we should fix this sooner rather than later)
Add write references for array writes
Add write references for hash writes
Default to using . as the directory if one will be needed but is not specified by the config. -- I tried implementing this naively by tweaking option parsing when running as scip-ruby but started getting crashes in builds for some reason which I didn't have time to look into.
The text was updated successfully, but these errors were encountered:
I'm moving some of the stuff from the v0.2 post to here (#1), because we've made a number of improvements already, and it would be good to publish a release sooner rather than later.
Language / Sorbet features
More testing
Nice-to-have
.
as the directory if one will be needed but is not specified by the config. -- I tried implementing this naively by tweaking option parsing when running asscip-ruby
but started getting crashes in builds for some reason which I didn't have time to look into.The text was updated successfully, but these errors were encountered: