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.
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
Repro:
(require '["my-protocols" :as p]) (extend-protocol p/MyProtocol nil (my-foo [_] :nil))
Note that changing my-foo to p/my-foo makes it work.
my-foo
p/my-foo
The text was updated successfully, but these errors were encountered:
Fix #662: fix extending protocol from other namespace to nil
cbc2693
795f8d9
No branches or pull requests
Repro:
Note that changing
my-foo
top/my-foo
makes it work.The text was updated successfully, but these errors were encountered: