Git Product home page Git Product logo

Comments (8)

joaotavora avatar joaotavora commented on August 30, 2024

Ohh that's right, I forgot about that.

from sly.

joaotavora avatar joaotavora commented on August 30, 2024

Waiting for MELPA to merge this fix

melpa/melpa#2021

Sorry about that. Perhaps I should add a MELPA install to test to SLY's own tests, but that would maybe make the test suite very slow.

from sly.

joaotavora avatar joaotavora commented on August 30, 2024

MELPA merged my pull request, should be working now.

BTW, how are you liking SLY versus SLIME ? Would you like to make any suggestions?

from sly.

kanru avatar kanru commented on August 30, 2024

Thanks!

I haven't used SLY for any coding session yet, just occasionally start SLY to try something. So far I like the code base is modernized.

from sly.

kanru avatar kanru commented on August 30, 2024

Install from melpa still doesn't work because slynk.asd is missing. (can't reopen this issue by myself..)

from sly.

joaotavora avatar joaotavora commented on August 30, 2024

@kanru, I can't reproduce this. I just tried with a fresh emacs session

$ rm -rf ~/.emacs.d/elpa/* # this destroys all the elpa cache, I don't mind it, but beware
$ emacs -Q
$ emacs --version
GNU Emacs 24.3.1

And then in that emacs eval the classic melpa recipe

(require 'package)
(add-to-list 'package-archives
             '("melpa" . "http://melpa.milkbox.net/packages/") t)
(package-initialize)

And do M-x package-install RET sly RET.

After that I can do M-x sly and it picks up the <slydir>/slynk/slynk.asd file.

from sly.

kanru avatar kanru commented on August 30, 2024

Oops. Confirmed it also works in the melpa sandbox.

I think I was confused by my locally created sly package which didn't get update from melpa. Sorry for the noise :-)

from sly.

joaotavora avatar joaotavora commented on August 30, 2024

Great. I didn't know about "melpa sandbox", it seems useful.

from sly.

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.