Skip to content
New issue

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

pass return type to fireplace #32

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

clumsyjedi
Copy link

@clumsyjedi clumsyjedi commented May 6, 2021

When I try and run a command that rewrites a file, like rename-symbol, I get this error:

Error: [object Object] is not ISeqable

Which stems from refactor-nrepl/fireplace#message returning a non-seqable entity. I'm not familiar with the inetrnals of fireplace or refactor-nrepl but I have learned from some other projects that passing v:t_list coerces the result to a seqable response.

(Pretty sure this is a fix for #31)

Frazer Irving added 2 commits May 6, 2021 15:35
at some point fireplace response types changed, and it became necessary
to pass this param as part of fireplace#message
@snoe snoe requested a review from SevereOverfl0w May 7, 2021 21:47
@nimaai
Copy link

nimaai commented May 10, 2021

Yes, as far as I can tell CCleanNS works again. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants