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

Prevent an "instance variable not initialized" warning #938

Merged
merged 3 commits into from Oct 25, 2020

Conversation

PragTob
Copy link
Collaborator

@PragTob PragTob commented Oct 25, 2020

Original is #928

Fixes #926

mame and others added 3 commits October 25, 2020 18:01
Under $VERBOSE=true, simplecov emits the following warning:

```
lib/simplecov/configuration.rb:203: warning: instance variable @enable_for_subprocesses not initialized
```

This change suppresses the warning.
@PragTob PragTob merged commit 7a37131 into main Oct 25, 2020
@PragTob PragTob deleted the mame-fix-uninitialized-instance-variable-warning branch October 25, 2020 17:29
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.

warning: instance variable @enable_for_subprocesses not initialized
2 participants