You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When analyzing a file such which has a refer all (which is known to be bad practice) the analyzer
does not add the extra information to possible unresolved symbols that can match the symbol
The :refer :all in clojure matches the symbol of GET with compojure.core/GET.
but in grasp it does not match anything and defaults to the current namespace
I would suggest adding all possible matches shown below and adding a metadata remark on the symbol:
compujure.core/GET
samples.web/GET
The text was updated successfully, but these errors were encountered:
When analyzing a file such which has a refer all (which is known to be bad practice) the analyzer
does not add the extra information to possible unresolved symbols that can match the symbol
for example in:
We receive a symbol list of
The :refer :all in clojure matches the symbol of GET with compojure.core/GET.
but in grasp it does not match anything and defaults to the current namespace
I would suggest adding all possible matches shown below and adding a metadata remark on the symbol:
The text was updated successfully, but these errors were encountered: