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

SBCL end of file on #<dynamic-extent STRING-INPUT-STREAM (unavailable) from ""> #340

Closed
gavlooth opened this issue Apr 24, 2022 · 5 comments
Labels
bug Something isn't working client-commonlisp

Comments

@gavlooth
Copy link

gavlooth commented Apr 24, 2022

This is on development branch,
This happens whith ros_swank script. The first time evaluating a form returns :OK, but after that i get
image

The version of sbcl i am using is 2.2.3, but the same is true for 2.2.2

@Olical Olical added bug Something isn't working client-commonlisp labels Apr 24, 2022
@Olical
Copy link
Owner

Olical commented Apr 24, 2022

Hmm I can't reproduce this right now, it looks like you're evaluating nothing there though with current-form showing nothing...

Could you try :TSUpdate and then try again? Just in case? I've seen similar things with some user's treesitter modules getting in the way if they're out of date.

Olical added a commit that referenced this issue Apr 24, 2022
@Olical
Copy link
Owner

Olical commented Apr 24, 2022

I've added a guard against this so if you try to eval nothing ("") it will just do nothing, which should stop the error. However, the problem of you evaluating nothing at all will persist! I think it's to do with tree-sitter but that's just a hunch. You can also set let g:conjure#extract#tree_sitter#enabled = v:false to rule it out.

@gavlooth
Copy link
Author

You are partialy right, let g:conjure#extract#tree_sitter#enabled = v:false resolves the problem, however :TSUpdate does nothing

@Olical
Copy link
Owner

Olical commented Apr 24, 2022

I may have fixed this on develop while fixing something else! Please let me know :) just pushed

@gavlooth
Copy link
Author

It seems to work now

addcninblue pushed a commit to addcninblue/conjure that referenced this issue Jun 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working client-commonlisp
Projects
None yet
Development

No branches or pull requests

2 participants