joaotavora / sly

Sylvester the Cat's Common Lisp IDE
1.23k stars 139 forks source link

abcl not working #537

Closed tdangerimp closed 1 year ago

tdangerimp commented 1 year ago

abcl not working. never connects. sbcl works fine, though. I even tried doing a make-server-socket on a manually started abcl and then doing sly-connect and that didn't work either. Is there any material on how to troubleshoot connecting to a lisp? I'm not finding. Thanks.

joaotavora commented 1 year ago

I think there's a pull request here somewhere significantly updating abcl support. You may test that perhaps.

On Mon, Oct 17, 2022, 18:25 tdangerimp @.***> wrote:

abcl not working. never connects. sbcl works fine, though. I even tried doing a make-server-socket on a manually started abcl and then doing sly-connect and that didn't work either. Is there any material on how to troubleshoot connecting to a lisp? I'm not finding. Thanks.

— Reply to this email directly, view it on GitHub https://github.com/joaotavora/sly/issues/537, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAC6PQ5VC4BE4ASK5I2QFXLWDWDZ7ANCNFSM6AAAAAARHJEB7A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

joaotavora commented 1 year ago

I just merged a PR that presumably fixes ABCL support in #485. I haven't tested myself, as I don't have ABCL, but please do try it out and comment here. If it doesn't work, I'll reopen the issue.