diadochos / org-babel-eval-in-repl

Send and eval org-mode babel code blocks in various REPLs (therefore it's async)
MIT License
58 stars 8 forks source link

Version update: 20201206.1458 #36

Closed actondev closed 3 years ago

actondev commented 3 years ago

First attempt to make a release :)

Also added a dev.org file based upon the wiki instructions

diadochos commented 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.

actondev commented 3 years ago

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?

diadochos commented 3 years ago

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

  1. went to this page,
  2. installed evm
  3. found the latest version with suffix -travis.

And the good news is the problem is now fixed! Please merge this PR at your discretion.

diadochos commented 3 years ago

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.

actondev commented 3 years ago

merged and pushed a new tag 1.6 to master. mission accomplished