Skip to content

Avoid need for special VOID return #453

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

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Avoid need for special VOID return #453

merged 2 commits into from
Sep 18, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Sep 17, 2024

Similar to what we already done for Ruby LSP, we can restructure things to avoid the need for the artificial 'void' concept.

@andyw8 andyw8 added the chore Chore task label Sep 18, 2024
VOID = Object.new

def initialize
def initialize(stdout: $stdout, override_default_output_device: true)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needed for testing.

@andyw8 andyw8 marked this pull request as ready for review September 18, 2024 16:59
@andyw8 andyw8 requested a review from a team as a code owner September 18, 2024 16:59
@andyw8 andyw8 requested a review from vinistock September 18, 2024 16:59
@andyw8 andyw8 merged commit fc99832 into main Sep 18, 2024
40 checks passed
@andyw8 andyw8 deleted the andyw8/avoid-void branch September 18, 2024 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore task
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants