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

REPL V2 + Misc changes #67

Merged
merged 12 commits into from
Nov 7, 2024
Merged

REPL V2 + Misc changes #67

merged 12 commits into from
Nov 7, 2024

Conversation

zacdav-db
Copy link
Contributor

@zacdav-db zacdav-db commented Nov 3, 2024

Goals:

  • Add new interactive REPL
    • Vignette
    • Docs
    • Expose db_context_manager
    • Refactor to add *and_wait
    • Add new tests
  • Clean up some other APIs with simple changes
  • Remove the knitr code
    • Docs

Zac Davies added 7 commits September 2, 2024 17:50
- Can now switch languages whilst REPL is active with :{language} commands
- Adding missing docs param for `get_and_start_cluster`
- Removing `emoji` dependency
- Adding REPL helper tests
- codecov related changes
…g state

- Simplifying clean command logic for repl/knitr engine
@zacdav-db zacdav-db linked an issue Nov 3, 2024 that may be closed by this pull request
10 tasks
@zacdav-db zacdav-db self-assigned this Nov 3, 2024
Zac Davies added 4 commits November 3, 2024 22:14
- Updating NEWS.md
- Removing references for pkgdown
- REPL Vignette additions
- Changing addin names to be easier to search / differentiate
@zacdav-db zacdav-db added the enhancement New feature or request label Nov 6, 2024
@RafiKurlansik RafiKurlansik merged commit 89a293e into main Nov 7, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Interactive REPL
2 participants