We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa6a53 commit b4f69b1Copy full SHA for b4f69b1
src/hasvalue.jl
@@ -97,6 +97,10 @@ ERROR: getvalue: x[1][2] was not found in the values provided
97
julia> getvalue(vals, @varname(x[2][1]))
98
ERROR: getvalue: x[2][1] was not found in the values provided
99
[...]
100
+
101
+julia> getvalue(vals, @varname(x))
102
+ERROR: getvalue: x was not found in the values provided
103
+[...]
104
```
105
106
Dictionaries can present ambiguous cases where the same variable is specified
0 commit comments