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
Hi,
could you please review compatibility patch with Clojure to make vars
callable. It addresses #767.
I am not sure this if the `class Var` is the right place to make vars
callable or the analyzer, which should expand them to a callable var
value last node.
Nevertheless, I will kindly request your help with the type hinting,
currently it will fail the linter with the following error
```
src/basilisp/lang/runtime.py:279:15: E1102: self.value is not callable (not-callable)
```
but not sure how to fix it, I've tried the class Var `value` property
method to return a maybe Callable but it didn't work.
Thanks
Co-authored-by: ikappaki <[email protected]>
0 commit comments