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
Hey, thanks for your work here. I was testing out the switch macro example and ran into an error:
using Lazy x = 1 @switch x begin 1; "x equals one!" 2; "x equals two!" "x equals something else!" end
Which results in the error:
ERROR: cannot document the following expression: 2 Stacktrace: [1] error(::String, ::String, ::Vararg{String,N} where N) at ./error.jl:30
Any advice would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, thanks for your work here. I was testing out the switch macro example and ran into an error:
Which results in the error:
Any advice would be appreciated. Thanks.
The text was updated successfully, but these errors were encountered: