Closed crosiek closed 6 years ago
please make sure unit test passed
As was also pointed out in #2, the unit tests were failing even though they show up Travis as successfully completed. I have now updated the unit tests to install cargo-script and yield the appropriate exit status upon failure. I have also replaced emacs-snapshot with emacs25. @micanzhang, please have a look at the PR again.
For me, requiring
org
leads to a "Recursive require for feature" error when ob-rust.el is required viaorg-babel-load-languages
as the manual suggests. As a minimal example:For the same effect,
(setq ...
may be replaced with an M-x customized variable such as in the following:I guess
org
should not be required from an ob-*.el file. Compare with e.g. lisp/org/ob-C.el. This PR removes it.Best regards,