Skip to content
This repository was archived by the owner on Nov 26, 2021. It is now read-only.
This repository was archived by the owner on Nov 26, 2021. It is now read-only.

Ruby tests breaking #5

@jackkamm

Description

@jackkamm

When I tried to run the unit tests today, the ruby tests all broke with errors like:

    (ert-test-failed
     ((should
       (progn
	 (org-babel-execute-src-block)
	 (sleep-for 0 400)
	 (string= ... ...)))
      :form
      (progn
	(org-babel-execute-src-block)
	(sleep-for 0 400)
	(string=
	 (concat src-block result)
	 (buffer-string)))
      :value nil))

When I last tried in October (#2) the tests worked.

I'm running on Archlinux, ruby 2.6.5, irb 1.1.0. When I tried on a Debian VM, the tests still worked. So I suspect a Ruby or IRB update broke something.

Perhaps relatedly, when I run irb, I get the following message:

This version of IRB is drastically different from the previous version.
If you hit any issues, you can use "irb --legacy" to run the old version.
If you want to just erase this message, please use "irb --multiline".
irb(main):001:0> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions