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

Fix MELPA Stable build #2

Closed
ccharles opened this issue Feb 25, 2018 · 5 comments
Closed

Fix MELPA Stable build #2

ccharles opened this issue Feb 25, 2018 · 5 comments
Labels
bug Something isn't working

Comments

@ccharles
Copy link

The current build of emacs-python-pytest on MELPA Stable depends on dash version 2.12.0.

Unfortunately, that version of dash lacks the -as-> macro, which was introduced in commit a3b40f8f. No released version of dash includes this macro, though an issue exists requesting a new release.

Please update the dependencies once a new version of dash is released (or rewrite the stable functionality so it doesn't depend on unreleased features, but this is obviously less desirable for several reasons).

@wbolster wbolster added the bug Something isn't working label Feb 26, 2018
@wbolster
Copy link
Owner

@ccharles bc3addc avoids the use of -as-> for poor souls like you who stick to ‘stable’ stuff. ;)

just tagged 0.2.2, should appear on melpa stable in a bit. please give it a try and report back!

@ccharles
Copy link
Author

please give it a try and report back!

Version 0.2.2 is working now. Thanks!

@wbolster
Copy link
Owner

awesome. thanks for reporting back, @ccharles.

let me know if you have any other feedback. this whole project started as an experiment, and it's very successful for me and a few coworkers but i'm open to suggestions!

@basil-conto
Copy link
Contributor

Note that both GNU ELPA and MELPA Stable have Dash 2.18.0 now.

@wbolster
Copy link
Owner

thanks for the heads-up. it's not worth it to reintroduce -as-> usage; the code is just fine without it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants