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

fix: remove online check #936

Merged
merged 2 commits into from
Sep 1, 2022
Merged

Conversation

grant
Copy link
Contributor

@grant grant commented Sep 1, 2022

Removes online check. I believe this was added from a user's PR from long ago, but it has caused many user errors over the years. The CLI shouldn't even special case to check if the client is online, the client should just directly try. The implementation is kind of scary when you look at it (not attempted to change / remove).

Fixes #872
Fixes #934
Fixes #886
Fixes #913
Fixes #909
Fixes #930

  • npm run test succeeds.
  • npm run lint succeeds.
  • Appropriate changes to README are included in PR.

R=@sqrrrl

Signed-off-by: Grant Timmerman <granttimmerman@gmail.com>
Signed-off-by: Grant Timmerman <granttimmerman@gmail.com>
@sqrrrl sqrrrl merged commit 6775d9f into google:master Sep 1, 2022
@grant grant deleted the grant/no-online-check branch September 1, 2022 23:17
@kenkku
Copy link

kenkku commented Sep 30, 2022

This error prevented us from using clasp. Thanks @grant!

@grant
Copy link
Contributor Author

grant commented Sep 30, 2022

This error prevented us from using clasp. Thanks @grant!

Glad you found this tool and this PR useful @kenkku ! Looks like a bunch of folks got unblocked reading the comments.

Thanks to @sqrrrl for the quick merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants