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
@suppress_err using
In Suppressor v0.2.3 #53 has introduced with_logger, and this seems to make @suppress_err using xxx not working anymore, e.g.,
with_logger
@suppress_err using xxx
julia> using Suppressor julia> @suppress_err using YAML ERROR: syntax: "using" expression not at top level Stacktrace: [1] top-level scope @ REPL[2]:1
This works fine in Suppressor v0.2.2.
Is this supposed to be a valid usage? If so, we might need to find a way to patch this.
cc: @Drvi @quinnj
The text was updated successfully, but these errors were encountered:
using
Successfully merging a pull request may close this issue.
In Suppressor v0.2.3 #53 has introduced
with_logger
, and this seems to make@suppress_err using xxx
not working anymore, e.g.,This works fine in Suppressor v0.2.2.
Is this supposed to be a valid usage? If so, we might need to find a way to patch this.
cc: @Drvi @quinnj
The text was updated successfully, but these errors were encountered: