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

Improve ShaderLab compilation error log and package build #2364

Merged
merged 114 commits into from
Oct 16, 2024

feat: code opt

eb515be
Select commit
Loading
Failed to load commit list.
Merged

Improve ShaderLab compilation error log and package build #2364

feat: code opt
eb515be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 12, 2024 in 1s

No report found to compare against

View this Pull Request on Codecov

No report found to compare against

Annotations

Check warning on line 23 in packages/shader-lab/src/GSError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/GSError.ts#L23

Added line #L23 was not covered by tests

Check warning on line 27 in packages/shader-lab/src/GSError.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/GSError.ts#L27

Added line #L27 was not covered by tests

Check warning on line 72 in packages/shader-lab/src/ShaderLab.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLab.ts#L71-L72

Added lines #L71 - L72 were not covered by tests

Check warning on line 75 in packages/shader-lab/src/ShaderLab.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLab.ts#L74-L75

Added lines #L74 - L75 were not covered by tests

Check warning on line 94 in packages/shader-lab/src/ShaderLab.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLab.ts#L94

Added line #L94 was not covered by tests

Check warning on line 125 in packages/shader-lab/src/ShaderLab.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLab.ts#L125

Added line #L125 was not covered by tests

Check warning on line 141 in packages/shader-lab/src/ShaderLab.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLab.ts#L139-L141

Added lines #L139 - L141 were not covered by tests

Check warning on line 31 in packages/shader-lab/src/ShaderLabUtils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/ShaderLabUtils.ts#L31

Added line #L31 was not covered by tests

Check warning on line 56 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L56

Added line #L56 was not covered by tests

Check warning on line 195 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L195

Added line #L195 was not covered by tests

Check warning on line 197 in packages/shader-lab/src/codeGen/CodeGenVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/CodeGenVisitor.ts#L197

Added line #L197 was not covered by tests

Check warning on line 56 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L56

Added line #L56 was not covered by tests

Check warning on line 61 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L61

Added line #L61 was not covered by tests

Check warning on line 73 in packages/shader-lab/src/codeGen/GLESVisitor.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/GLESVisitor.ts#L73

Added line #L73 was not covered by tests

Check warning on line 82 in packages/shader-lab/src/codeGen/VisitorContext.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/codeGen/VisitorContext.ts#L82

Added line #L82 was not covered by tests

Check warning on line 139 in packages/shader-lab/src/common/BaseScanner.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/common/BaseScanner.ts#L139

Added line #L139 was not covered by tests

Check warning on line 146 in packages/shader-lab/src/common/BaseScanner.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/common/BaseScanner.ts#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 32 in packages/shader-lab/src/contentParser/Scanner.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/Scanner.ts#L32

Added line #L32 was not covered by tests

Check warning on line 34 in packages/shader-lab/src/contentParser/Scanner.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/Scanner.ts#L34

Added line #L34 was not covered by tests

Check warning on line 139 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L139

Added line #L139 was not covered by tests

Check warning on line 162 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L162

Added line #L162 was not covered by tests

Check warning on line 186 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L186

Added line #L186 was not covered by tests

Check warning on line 194 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L193-L194

Added lines #L193 - L194 were not covered by tests

Check warning on line 243 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L243

Added line #L243 was not covered by tests

Check warning on line 252 in packages/shader-lab/src/contentParser/ShaderContentParser.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/shader-lab/src/contentParser/ShaderContentParser.ts#L250-L252

Added lines #L250 - L252 were not covered by tests