-
Notifications
You must be signed in to change notification settings - Fork 93
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
Testing remaining Unit and Integration test suites #1923
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merging main to pick up positron data tool work that is causing failing tests.
Adding capitalization bug fix
- Fix test order dependence (posit-dev/positron-python#289) - Format output to match physical console width (#1910) - Enhance error messages with first stack trace and source links (#1175) - Improvements to the fallback statement range detector. Note that these were already fixed in the AST-based detector which applies when the file has no syntax errors: - Multiline statements on the last line of the file (#1271) - Exclude comments from executed code (#1736)
Bump positron-python
- Merge vscode-python 2023.22.1 from upstream (posit-dev/positron-python#297) - Update the active environment when starting a runtime; opt into the `pythonTerminalEnvVarActivation` experiment for better terminal integration (#1491)
Use new OpenRPC mechanism to implement frontend comm
Bump positron-python
Another attempt to fix hanging Jedi completions (posit-dev/positron-python#300).
…tor-widget pass enter key events on multiline statements to the code editor widget
The `open_editor` event lets language runtimes instruct Positron to open an editor with a given file and selection (line and column numbers). This is used in the Python runtime (PR: posit-dev/positron-python#299) to redirect `obj??` (which in IPython shows the source code of `obj`) to open the file defining `obj` at the defining line. Addresses #762.
Bump positron-python
The `clear_console` event lets language runtimes instruct Positron to clear the console. This will be used in the Python runtime to correctly support the `clear` magic command. Partially addresses #800.
Add the `open_editor` frontend event
Add the `clear_console` frontend event
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is to test out the remaining missing CI test suites that we inherit from VS Code.