Closed actondev closed 3 years ago
Hi, it seems the build is failed on Travis. Could you try visiting this URL by logging-in using your GitHub authorization? (It seems Travis takes the collaboration accounts into account, so you should be able to check it without making any changes) https://travis-ci.org/github/diadochos/org-babel-eval-in-repl/builds/747938985 It seems the installation of ess returned an error in the build, and I suspect it's emacs version on Travis.
Hmm.. so bumping emacs version fixed the Installing [ 1/5] ess (16.10)... downloadingDependency ess failed to install: Wrong type argument: stringp, nil
Any idea why?
@actonDev I've changed the Emacs version on Travis CI. Please take a look at the added commits above.
To find the appropriate version name, I...
evm
-travis
.And the good news is the problem is now fixed! Please merge this PR at your discretion.
Hmm.. so bumping emacs version fixed the
Installing [ 1/5] ess (16.10)... downloadingDependency ess failed to install: Wrong type argument: stringp, nil
Any idea why?
Good question, but I'm not quite sure. From what I know, Emacs tends to change its API (of its elisp functions) by major version changes, so I suspected that this bug (apparently simple and looks like a failure in the argument order) may be due to a version mismatch.
merged and pushed a new tag 1.6
to master. mission accomplished
First attempt to make a release :)
Also added a
dev.org
file based upon the wiki instructions