Skip to content
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

Update ViewRender #144

Merged
merged 11 commits into from
Oct 20, 2024

Fix WASI build issue

8161baa
Select commit
Loading
Failed to load commit list.
Merged

Update ViewRender #144

Fix WASI build issue
8161baa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Oct 20, 2024 in 0s

0.00% of diff hit (target 21.49%)

View this Pull Request on Codecov

0.00% of diff hit (target 21.49%)

Annotations

Check warning on line 11 in Sources/OpenSwiftUI/Render/UIViewPlatformViewDefinition.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUI/Render/UIViewPlatformViewDefinition.swift#L11

Added line #L11 was not covered by tests

Check warning on line 14 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L14

Added line #L14 was not covered by tests

Check warning on line 28 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L28

Added line #L28 was not covered by tests

Check warning on line 32 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 59 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L59

Added line #L59 was not covered by tests

Check warning on line 89 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L89

Added line #L89 was not covered by tests

Check warning on line 103 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L103

Added line #L103 was not covered by tests

Check warning on line 123 in Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Data/Preference/PreferenceBridge.swift#L123

Added line #L123 was not covered by tests

Check warning on line 45 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 49 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 53 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 57 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 61 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 65 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 69 in Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.GraphicsRenderer.swift#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 28 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L27-L28

Added lines #L27 - L28 were not covered by tests

Check warning on line 43 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L39-L43

Added lines #L39 - L43 were not covered by tests

Check warning on line 46 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L45-L46

Added lines #L45 - L46 were not covered by tests

Check warning on line 51 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L49-L51

Added lines #L49 - L51 were not covered by tests

Check warning on line 56 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L53-L56

Added lines #L53 - L56 were not covered by tests

Check warning on line 60 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L58-L60

Added lines #L58 - L60 were not covered by tests

Check warning on line 63 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L62-L63

Added lines #L62 - L63 were not covered by tests

Check warning on line 72 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L65-L72

Added lines #L65 - L72 were not covered by tests

Check warning on line 84 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L74-L84

Added lines #L74 - L84 were not covered by tests

Check warning on line 87 in Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift

See this annotation in the file changed.

@codecov codecov / codecov/patch

Sources/OpenSwiftUICore/Render/DisplayList.ViewRenderer.swift#L87

Added line #L87 was not covered by tests