hylang / hy-mode

Hy mode for Emacs
GNU General Public License v3.0
189 stars 48 forks source link

Use `hy-repr` for REPL output by default #99

Closed lsp-ableton closed 4 months ago

lsp-ableton commented 3 years ago

This seems like a sensible default, since you normally expect to see a lisp representation of your output rather than some internal model representation.

brandonwillard commented 3 years ago

Looks like the tests are failing due to an old version of actions/setup-python. I'll put in a PR to fix that; you'll need to rebase after that's merged.

brandonwillard commented 3 years ago

All right, if you rebase your two PRs, the tests should run.

pkulev commented 2 years ago

@brandonwillard ping

nagy commented 7 months ago

Since hy.repr is now the default output function, I would say this PR can be closed.

hy-repr is now the default REPL output function.

https://github.com/hylang/hy/releases/tag/1.0a2