Giter Site home page Giter Site logo

Comments (8)

rabbibotton avatar rabbibotton commented on July 3, 2024

from clog.

rabbibotton avatar rabbibotton commented on July 3, 2024

from clog.

sabracrolleton avatar sabracrolleton commented on July 3, 2024

It is a problem for us emacs users as well. Clack insists on installing swank, even if we already have slime/swank installed.

If you keep your emacs packages up to date, emacs is pulling slime version 2.30 (which is now three weeks old) and there have been several commits to slime since.

If you use ultralisp, this results in clack trying to install a newer version of swank over the version which is currently running in emacs, resulting in bad things happening. I ended up putting a static version of slime/swank in my local projects file so that ultralisp would stop trying to load the most recent version.

from clog.

Moriaty0o0 avatar Moriaty0o0 commented on July 3, 2024

It is a problem for us emacs users as well. Clack insists on installing swank, even if we already have slime/swank installed.

If you keep your emacs packages up to date, emacs is pulling slime version 2.30 (which is now three weeks old) and there have been several commits to slime since.

If you use ultralisp, this results in clack trying to install a newer version of swank over the version which is currently running in emacs, resulting in bad things happening. I ended up putting a static version of slime/swank in my local projects file so that ultralisp would stop trying to load the most recent version.

yes, i also met this problem with emacs. the repl stucks with load package swank/gray, but it's ok with sbcl in cmd on windows.

from clog.

rabbibotton avatar rabbibotton commented on July 3, 2024

can either of you try the following is you are using ultra lisp - edit .quickslip/slime-helper.el

(unless (boundp 'quicklisp-slime-helper-dist)
(setq quicklisp-slime-helper-dist "ultralisp"))

that will insure all using with ultralisp the lastest versions of all that should be compatible. I seem to have no issues with 2.30 and could be part of why I am not seeing it.

from clog.

sabracrolleton avatar sabracrolleton commented on July 3, 2024

I live in emacs (mostly not involving common lisp) and it can be running as a daemon for weeks. I prefer having emacs control emacs.

Assuming two weeks along I decide to load some CL package that wants to load clack and clack wants to load swank. Are you saying that changing slime-helper.el as suggested will prevent ultralisp from trying to load a newer version of swank over the top of a swank session that is already been running for two weeks?

from clog.

rabbibotton avatar rabbibotton commented on July 3, 2024

from clog.

Moriaty0o0 avatar Moriaty0o0 commented on July 3, 2024

can either of you try the following is you are using ultra lisp - edit .quickslip/slime-helper.el

(unless (boundp 'quicklisp-slime-helper-dist) (setq quicklisp-slime-helper-dist "ultralisp"))

that will insure all using with ultralisp the lastest versions of all that should be compatible. I seem to have no issues with 2.30 and could be part of why I am not seeing it.

everything is ok after modifying the slime-helper.el, thank you.

from clog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.