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

Enable Sorbet typechecking #538

Merged
merged 3 commits into from
Jan 1, 2025
Merged

Enable Sorbet typechecking #538

merged 3 commits into from
Jan 1, 2025

Conversation

issyl0
Copy link
Member

@issyl0 issyl0 commented Dec 24, 2024

- Sorbet complained about the original `Module.new(...)` syntax.
- So I rewrote it to make a `module InfluxDBClient3` and then
  `include` it.
- But then the actual formula-analytics command stopped
  working because it couldn't find the reference to
  `InfluxDBClient3.new`.
- If we take a different approach here, is that any better?
Copy link
Member

@SMillerDev SMillerDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't know much about how the pycall part works, but I'm stoked that there's sorbet in taps now.

Copy link
Member

@MikeMcQuaid MikeMcQuaid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to merge, thanks!

@MikeMcQuaid MikeMcQuaid requested a review from Bo98 December 30, 2024 12:40
@issyl0
Copy link
Member Author

issyl0 commented Dec 30, 2024

Yeah I have some more to do here now I'm back home from the third different Christmas family visit, will get to it soon!

@issyl0 issyl0 marked this pull request as ready for review January 1, 2025 16:56
@issyl0 issyl0 enabled auto-merge January 1, 2025 16:56
@issyl0 issyl0 merged commit 06022cb into master Jan 1, 2025
5 checks passed
@issyl0 issyl0 deleted the sorbet branch January 1, 2025 16:57
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.

3 participants