We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_logger
PortAudio.jl fails during precompilation when using the latest version of Suppessor.jl.
The reason seems to be it calls @capture_err within __init__(), causing
@capture_err
__init__()
ERROR: LoadError: InitError: UndefVarError: `_logger` not defined
Indeed, _logger is not assigned in all branches of the if-statements just above the line
Suppressor.jl/src/Suppressor.jl
Line 39 in 2002595
The text was updated successfully, but these errors were encountered:
I'm seeing this as well. I can confirm fixing Supressor to v0.2.0 make the problem go away.
The problematic line seems to be last touched in #53
cc: @Drvi @quinnj
Sorry, something went wrong.
Ah, I see the problem, will look into it
Successfully merging a pull request may close this issue.
PortAudio.jl fails during precompilation when using the latest version of Suppessor.jl.
The reason seems to be it calls
@capture_err
within__init__()
, causingIndeed,
_logger
is not assigned in all branches of the if-statements just above the lineSuppressor.jl/src/Suppressor.jl
Line 39 in 2002595
The text was updated successfully, but these errors were encountered: