-
Notifications
You must be signed in to change notification settings - Fork 124
Implement hierarchical console output with comprehensive test result display #1290
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
Merged
Merged
Changes from 35 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
8831664
feat: Add advanced hierarchical console output recorder for Swift Tes…
tienquocbui 1786cbf
Merge remote-tracking branch 'upstream/main'
tienquocbui b067a9a
Merge branch 'swiftlang:main' into main
tienquocbui 73a60ae
Add advanced console output recorder with progress bar and hierarchic…
tienquocbui 87425d9
Merge branch 'swiftlang:main' into feature/advanced-console-output-re…
tienquocbui bea236d
Implementing progress bar with live update
tienquocbui fd9a811
Merge pull request #1 from tienquocbui/kelvin/new-console-output
tienquocbui 042438f
Fix: Signal Handling System and Live Failure Reporting
tienquocbui 699459c
Add skeleton AdvancedConsoleOutputRecorder framework
tienquocbui 6a1c6db
Merge main branch with latest upstream changes
tienquocbui f6c46fa
Fix trailing newline in AdvancedConsoleOutputRecorder
tienquocbui ef8252b
Align experimental integration with upstream patterns
tienquocbui c82be0b
Add experimental AdvancedConsoleOutputRecorder skeleton
tienquocbui 7eb599a
Merge upstream/main into gsoc-development
tienquocbui 16e581a
Fix Environment.flag optional unwrapping in EntryPoint.swift
tienquocbui 3c80e1b
Fix skeleton implementation based on code review feedback
tienquocbui 0a496ac
Remove LiveUpdatingLine.swift and its CMakeLists.txt reference
tienquocbui 23b6dee
Merge upstream/main into gsoc-development2 for ABI refactor work
tienquocbui 1c1cf8d
Implement ABI refactor for AdvancedConsoleOutputRecorder
tienquocbui be46b29
Address code review feedback from Stuart
tienquocbui 9f67472
Fix typo error
tienquocbui c113964
Make AdvancedConsoleOutputRecorder generic over ABI.Version
tienquocbui ddf12ae
Fix naming convention: Context -> _Context
tienquocbui 06c4a91
Implement basic failure summary for AdvancedConsoleOutputRecorder
tienquocbui 0874e2e
Enhance failure summary with Unicode box-drawing and better formatting
tienquocbui 52c9f90
feat: Complete hierarchical console output
tienquocbui d6048e0
Resolved conflicts in EntryPoint.swift (kept comprehensive AdvancedCo…
tienquocbui 6452fb1
refactor: Consolidate test data storage
tienquocbui d88f72f
feat: Context-aware tree rendering for single vs multiple modules
tienquocbui a92f12a
docs: Add comprehensive documentation
tienquocbui 1e133ab
test: Add comprehensive unit tests for AdvancedConsoleOutputRecorder
tienquocbui e0099f6
feat: Add ASCII fallback for Unicode box-drawing characters
tienquocbui 41ef090
refactor: Replace custom hierarchy with Graph<K,V> structure
tienquocbui 892c707
Add 1 line at the end
tienquocbui 8df34ba
Backtick-aware parsing, rawIdentifierAwareSplit utility
tienquocbui 8dd42b1
Rename non-idiomatic 'get' functions to follow Swift conventions and …
tienquocbui 4e89a8f
Resolve conflict
tienquocbui 859f155
Remove Indentation Issues
tienquocbui 40a345a
Merge latest changes from main branch
tienquocbui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.