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

Python client improvements #470

Merged
merged 10 commits into from
Apr 3, 2023
Merged

Python client improvements #470

merged 10 commits into from
Apr 3, 2023

Conversation

russtoku
Copy link
Contributor

@russtoku russtoku commented Mar 1, 2023

The Python client now obeys the g:conjure#client_on_load configuration setting. It won't start a REPL when the first Python source is loaded.

Also, ee (evaluate current form) behaves in a manner more intuitive to Python fans. ee on the first line of this code evalutes (5 + 7 + 9) not (5 + 7):

5 + \
7 + \
9

@russtoku
Copy link
Contributor Author

russtoku commented Mar 4, 2023

Apologies but I didn't realized that another fix to make the Python client behavior a bit more intuitive for me and hopefully other Python fans would piggy-back on this PR.

@russtoku russtoku changed the title Python client obeys client_on_load setting Python client improvements Mar 4, 2023
@Olical
Copy link
Owner

Olical commented Apr 3, 2023

Ohh this looks good! I'll give it a go locally but I think this should be safe. Thank you very much!

@Olical Olical merged commit c39732d into Olical:develop Apr 3, 2023
@Olical
Copy link
Owner

Olical commented Apr 3, 2023

Works great, love the change, thanks again!

@russtoku
Copy link
Contributor Author

russtoku commented Apr 3, 2023

Thank you for creating Conjure and moving it along! I love it!!

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.

2 participants