Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compatibility with hy interpreter #10

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Conversation

jams2
Copy link

@jams2 jams2 commented Jan 18, 2021

I've also merged @guanyilun and @tgbugs fixes into my fork. It would be good to get these merged in so the melpa version is up to date.

guanyilun and others added 5 commits September 29, 2019 10:47
Replace single quotes with combine-and-quote-strings when passing
source code to org-babel-eval.

hy source blocks were passed to orb-babel-eval using a pair of single
quotes, which meant that if a quote was used in a source block it
would end the string and the rest of the source block would be fed
directly to the shell used by org-babel-eval.
This doesn't seem to be documented, but as seen here
hylang/hy#1341, we can access previous
evaluation results in the hy repl with *i instead of _, and previous
errors with *e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants