evhub / coconut

Simple, elegant, Pythonic functional programming.
http://coconut-lang.org
Apache License 2.0
4k stars 119 forks source link

[xonsh] semi-colon command separation is still broken (sorry!) #762

Closed Starwort closed 11 months ago

Starwort commented 1 year ago

image

evhub commented 1 year ago

As of coconut-develop>=3.0.2-post_dev7, I've changed how Coconut parses xonsh commands to resolve some instances of this issue (e.g. echo abc; echo abc works now but echo; echo still doesn't) (pip uninstall coconut and pip install coconut-develop>=3.0.2-post_dev7 to get the fix).

evhub commented 11 months ago

This should now be fixed as of coconut-develop>=3.0.2-post_dev34.