Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow bypassing typechecker in dependency detector #1276

Merged
merged 1 commit into from
Jan 3, 2024

Conversation

vinistock
Copy link
Member

Motivation

It's becoming difficult to dogfood our own feature implementations since we delegate a lot to Sorbet. Let's allow the server to pretend there's no typechecker, so that we can enable that for development and use all of our own features.

Implementation

Just added an environment variable.

@vinistock vinistock self-assigned this Jan 2, 2024
@vinistock vinistock requested a review from a team as a code owner January 2, 2024 19:48
@vinistock vinistock requested review from Morriar and st0012 January 2, 2024 19:48
@vinistock vinistock force-pushed the vs/allow_bypassing_sorbet branch from 5ca8885 to f4855ab Compare January 3, 2024 13:05
@vinistock vinistock enabled auto-merge (squash) January 3, 2024 13:05
@vinistock vinistock merged commit 628b851 into main Jan 3, 2024
36 checks passed
@vinistock vinistock deleted the vs/allow_bypassing_sorbet branch January 3, 2024 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants