JuliaStaging / JuliaStaging/JuliaVariables.jl

Fields of struct are treated as globals

Open
#9 2 comments 1 reaction 0 assignees View on GitHub
Dominant language
Julia
Stars
28
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Hi, thanks for a super useful package. Unfortunately, I think I find a bug

```julia
julia> solve(:(struct S
x
end))
:(struct @global S
#= REPL[11]:2 =#
@global x
end)
```

I suppose `@global x` is wrong?

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.