-
Notifications
You must be signed in to change notification settings - Fork 15
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
chore: extract WireLogger into Swift package - WPB-11881 #1938
chore: extract WireLogger into Swift package - WPB-11881 #1938
Conversation
Test Results 19 files 20 suites 12m 32s ⏱️ Results for commit 9251e11. ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added some comments, but otherwise good we should move forward on this, as it's needed on multiple packages
WireFoundation/Sources/WireFoundation/Logging/SystemLogger.swift
Outdated
Show resolved
Hide resolved
…-WireLogger-into-WireFoundation-WPB-10941
…-WireLogger-into-WireFoundation-WPB-10941
made WireLogging a separate Swift package @netbe |
…-WireLogger-into-WireFoundation-WPB-10941
…-WireLogger-into-WireFoundation-WPB-10941
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought we could keep WireLogging inside WireFoundation but this works too for now.
a couple small things remain:
- the detection for .github/workflows/test_pr_changes.yml
- to_scheme in framework.rb
- the AllTests testplan for WireLogging
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
Issue
In order to be able to use WireLogger from Swift packages, this PR moves all WireLogger related code (except WireLoggerObjC) from WireSystem to its own target WireLogging.
Checklist
[WPB-XXX]
.UI accessibility checklist
If your PR includes UI changes, please utilize this checklist: