wbolster/emacs-python-pytest

Fix MELPA Stable build

ccharles opened this issue · 5 comments

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).

@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!

please give it a try and report back!

Version 0.2.2 is working now. Thanks!

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!

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

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