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
Hi, thanks for a super useful package. Unfortunately, I think I find a bug
julia> solve(:(struct S x end)) :(struct @global S #= REPL[11]:2 =# @global x end)
I suppose @global x is wrong?
@global x
The text was updated successfully, but these errors were encountered:
Yes, I didn't treat struct yet. A bit curious, Is this necessary? I think the scope of struct is simple so we can treat them separately.
Sorry, something went wrong.
Yeah, I think I can skip fields while processing solved tree. But I thought it would be nice if I can just blindly look for ScopedVar.
solve
ScopedVar
No branches or pull requests
Hi, thanks for a super useful package. Unfortunately, I think I find a bug
I suppose
@global x
is wrong?The text was updated successfully, but these errors were encountered: