You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday I opened an issue in the Eldev tracker to figure out a request crash that is happening when running one of the basic blocking GET examples in Eldev: emacs-eldev/eldev#79
Turns out this particular issue was fixed in 0183da8, but the latest MELPA stable release doesn't include this commit (and many others).
Would it be possible to release a new version of request on MELPA?
For completeness (and SEO), here's a rough reproduction of the issue:
I can also confirm that buttercup runs both correctly if launched interactively within Emacs.
System info:
$ eldev dependencies
request 0.3.2
$ emacs --version
GNU Emacs 28.2
Copyright (C) 2022 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of GNU Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
$ uname -a
Darwin eschatologist 21.6.0 Darwin Kernel Version 21.6.0: Sun Nov 6 23:31:13 PST 2022; root:xnu-8020.240.14~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered:
This is not just an eldev issue, this also happens with other packages or when just making requests. And the current version works, yes. The package needs to be rebuilt.
Yesterday I opened an issue in the Eldev tracker to figure out a request crash that is happening when running one of the basic blocking GET examples in Eldev: emacs-eldev/eldev#79
Turns out this particular issue was fixed in 0183da8, but the latest MELPA stable release doesn't include this commit (and many others).
Would it be possible to release a new version of
request
on MELPA?For completeness (and SEO), here's a rough reproduction of the issue:
On a terminal with Eldev setup and initialised:
I can also confirm that buttercup runs both correctly if launched interactively within Emacs.
System info:
$ eldev dependencies request 0.3.2 $ emacs --version GNU Emacs 28.2 Copyright (C) 2022 Free Software Foundation, Inc. GNU Emacs comes with ABSOLUTELY NO WARRANTY. You may redistribute copies of GNU Emacs under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING. $ uname -a Darwin eschatologist 21.6.0 Darwin Kernel Version 21.6.0: Sun Nov 6 23:31:13 PST 2022; root:xnu-8020.240.14~1/RELEASE_ARM64_T6000 arm64
The text was updated successfully, but these errors were encountered: