This repository was archived by the owner on Feb 18, 2024. It is now read-only.
fix:fix serializeTransform function to handle class[] ,and return org…#486
Open
linwaiwai wants to merge 1 commit intosofastack:masterfrom
Open
fix:fix serializeTransform function to handle class[] ,and return org…#486linwaiwai wants to merge 1 commit intosofastack:masterfrom
linwaiwai wants to merge 1 commit intosofastack:masterfrom
Conversation
…inal when the target loader and sourceLoader are the same
|
Hi @linwaiwai, welcome to SOFAStack community, Please sign Contributor License Agreement! After you signed CLA, we will automatically sync the status of this pull request in 3 minutes. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #486 +/- ##
============================================
- Coverage 80.98% 79.12% -1.86%
+ Complexity 66 63 -3
============================================
Files 45 47 +2
Lines 1031 1241 +210
Branches 90 118 +28
============================================
+ Hits 835 982 +147
- Misses 145 195 +50
- Partials 51 64 +13 ☔ View full report in Codecov by Sentry. |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
[fix serializeTransform function to handle class[] ,and return orginal when the target loader and sourceLoader are the same](fix:fix serializeTransform function to handle class[] ,and return orginal when the target loader and sourceLoader are the same)
Motivation
Try to fix the function call throught bizs normally
Modification
fix serializeTransform function
Result
Resolved or fixed #koupleless/koupleless#81.
If there is no issue then describe the changes introduced by this PR.