-
-
Notifications
You must be signed in to change notification settings - Fork 115
Preserve stateless property based on type annotation #689
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
Conversation
Otherwise all values would be serialized to str.
Following the previous commit, this improves serialization.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #689 +/- ##
=======================================
Coverage 70.51% 70.51%
=======================================
Files 61 61
Lines 13312 13313 +1
=======================================
+ Hits 9387 9388 +1
Misses 3925 3925
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
OpenQA test summaryComplete test suite and dependencies: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025062509-4.3&flavor=pull-requests Test run included the following:
New failures, excluding unstableCompared to: https://openqa.qubes-os.org/tests/overview?distri=qubesos&version=4.3&build=2025061004-4.3&flavor=update
Failed tests8 failures
Fixed failuresCompared to: https://openqa.qubes-os.org/tests/142375#dependencies 11 fixed
Unstable testsPerformance TestsPerformance degradation:6 performance degradations
Remaining performance tests:66 tests
|
After QubesOS/qubes-core-admin#689 the type of the 'xid' property is preserved and it's int now. Fix pacat daemon parameters to convert it back to string.
After QubesOS/qubes-core-admin#689 the type of the 'xid' property is preserved and it's int now. Fix pacat daemon parameters to convert it back to string.
After QubesOS/qubes-core-admin#689 the type of the 'xid' property is preserved and it's int now. Fix pacat daemon parameters to convert it back to string.
After QubesOS/qubes-core-admin#689 the type of the 'xid' property is preserved and it's int now. Fix pacat daemon parameters to convert it back to string.
Otherwise all values would be serialized to str.