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

CI errors in "nrepl--bdecode-message" occurring in emacs >= 26 #2135

Closed
gonewest818 opened this issue Dec 11, 2017 · 2 comments
Closed

CI errors in "nrepl--bdecode-message" occurring in emacs >= 26 #2135

gonewest818 opened this issue Dec 11, 2017 · 2 comments

Comments

@gonewest818
Copy link
Contributor

Expected behavior

successful tests

Actual behavior

tree errored tests:
https://travis-ci.org/clojure-emacs/cider/jobs/314874738#L1760-L1817

Steps to reproduce the problem

See recent Travis builds using emacs-26-pretest-travis and emacs-git-snapshot-travis

Environment & Version information

n/a

CIDER version information

on master branch

Lein/Boot version

n/a

Emacs version

26-pretest and git-snapshot (27)

Operating system

Linux

@dpsutton
Copy link
Contributor

dpsutton commented Dec 11, 2017

yeah these are just changes to representations. the tests just need to be updated:

which does not match because: (car (different-types #s(queue ("i6") ("i6")) [cl-struct-queue ("i6") ("i6")]))

note queue i6 i6 versus cl-struct-queue i6 i6. they are equal in essence

@gonewest818
Copy link
Contributor Author

oops. This seems to be a duplicate of #2133

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants