Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3640 +/- ##
==========================================
+ Coverage 93.55% 93.56% +0.01%
==========================================
Files 123 123
Lines 13808 13823 +15
Branches 3239 3245 +6
==========================================
+ Hits 12918 12934 +16
+ Misses 888 887 -1
Partials 2 2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
|
📅 Suggested merge-by date: 5/23/2025 |
|
Hi @zFernand0 I was able to replicate the problem in my issue the same - still getting no response from the simple program, followed by "Operation cancelled!" if I do Ctrl + C. |
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
…nto iterm-01 Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
anaxceron
left a comment
There was a problem hiding this comment.
Left a comment re: the changelog
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Co-authored-by: Trae Yelovich <trae.yelovich@broadcom.com> Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
…nto iterm-01 Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
|
Reminder: This pull request has a merge-by date coming up within the next 24 hours. Please review this PR as soon as possible. |
|
The unexpected behavior/output is likely related to: |
…nto iterm-01 Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
traeok
left a comment
There was a problem hiding this comment.
I agree with Joshua's latest suggestion but don't have any additional requests
Co-authored-by: Joshua Waters <watersjoshua2002@gmail.com> Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com>
Proposed changes
The goal of this PR is to add support for
:asyncand:forgetspecial keywords (Fix #3206), while at the same time fixing multipleCtrl+Ccancellation signals AND the forwarding of stdin, stdout, and stderr (Fix #3474)Note: The
iTerms do not support streaming of output (stdoutorstderr) from scripts and programs. As of now, we just wait until all output is ready to be printed out, unless you use:asyncor:forget😅Release Notes
Milestone: 3.3.0
Changelog:
Types of changes
Checklist
General
yarn workspace vscode-extension-for-zowe vscode:prepublishpnpm --filter vscode-extension-for-zowe vscode:prepublishCode coverage
Deployment
Further comments
iterm-uss-python3-script.mov