-
Notifications
You must be signed in to change notification settings - Fork 3
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are references to R
This looks great! Sorry for the delay -- I'm just seeing this now, my notifications settings must have gotten messed up. I'll need to take a little time to look at this (I've never used Ruby) but wanted you to know it's on my radar now. If you get a chance, it would be very helpful if you could also add a simple unit test in |
@jackkamm The current tests are not passed on my local before this PR. I don't know why:
|
Interesting -- it looks like the tests with Could you try adding Also -- what OS and emacs version are you using? Thanks in advance, and sorry for the tests failing -- I think you're the first person besides myself to run them, so this is useful info for me. |
I'm using: OS: Mac OSX Mojave 10.14.5 The code always returns temp file even when I increases |
Thanks for the info, I'm running on emacs 26 on Linux which explains the difference. I'll try to reproduce this on emacs 27/an old macbook I have lying around. |
If you use emacs 27, then you should add
to test-helper. See rejeep/ert-runner.el#49 for more details. |
@jackkamm I have added units for Ruby and fix failed unit tests for R. The problem is: in each test case, we need to add Now, all tests for ruby and R work well. Pls help me review again. |
This is great, thanks. The code looks good, and I can confirm all the unit tests pass on my system. Also, I very much appreciate you fixing the R unit tests for emacs27/macOS -- thanks! As soon as you fix my 1 minor comment above (about authorship) I will merge this in. I should also note, this PR achieves a major milestone for this project, which is to add support for a second language! I am thinking I would like to add 1 more language, just to make sure the core architecture in |
@jackkamm Contributing to org-mode is great. I just have a concern about ob-async. This package and ob-async should merge into one before submitting to org-mode. But, we should add 1 more language first to see how the core architecture is good enough. In the meantime, we need a post on Reddit about this package again :) to get more users and insight |
Session async has been added upstream to Org since 9.5. In particular, the functionality in Therefore, I am going to archive this repo. I encourage you to submit your async Ruby implementation into Org mode, or to make a standalone package for it. Thanks again for implementing async Ruby session evaluation! |
No description provided.