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

refactor: member clauses handle struct fields & operators & recursive #2420

Merged
merged 9 commits into from
Sep 16, 2024

fix: value

09e1a16
Select commit
Loading
Failed to load commit list.
Merged

refactor: member clauses handle struct fields & operators & recursive #2420

fix: value
09e1a16
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 16, 2024 in 1s

0.00% of diff hit (target 68.04%)

View this Pull Request on Codecov

0.00% of diff hit (target 68.04%)

Annotations

Check warning on line 535 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L533-L535

Added lines #L533 - L535 were not covered by tests

Check warning on line 539 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L539

Added line #L539 was not covered by tests

Check warning on line 553 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L549-L553

Added lines #L549 - L553 were not covered by tests

Check warning on line 555 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L555

Added line #L555 was not covered by tests

Check warning on line 592 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L592

Added line #L592 was not covered by tests

Check warning on line 602 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L601-L602

Added lines #L601 - L602 were not covered by tests

Check warning on line 608 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L608

Added line #L608 was not covered by tests

Check warning on line 611 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L611

Added line #L611 was not covered by tests

Check warning on line 640 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L640

Added line #L640 was not covered by tests

Check warning on line 971 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L962-L971

Added lines #L962 - L971 were not covered by tests

Check warning on line 990 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L973-L990

Added lines #L973 - L990 were not covered by tests

Check warning on line 1001 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L992-L1001

Added lines #L992 - L1001 were not covered by tests

Check warning on line 1003 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1003

Added line #L1003 was not covered by tests

Check warning on line 1014 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1005-L1014

Added lines #L1005 - L1014 were not covered by tests

Check warning on line 1016 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1016

Added line #L1016 was not covered by tests

Check warning on line 1031 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1019-L1031

Added lines #L1019 - L1031 were not covered by tests

Check warning on line 1047 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1033-L1047

Added lines #L1033 - L1047 were not covered by tests

Check warning on line 1053 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1051-L1053

Added lines #L1051 - L1053 were not covered by tests

Check warning on line 1055 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1055

Added line #L1055 was not covered by tests

Check warning on line 1058 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1057-L1058

Added lines #L1057 - L1058 were not covered by tests

Check warning on line 1060 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1060

Added line #L1060 was not covered by tests

Check warning on line 1064 in crates/torii/grpc/src/server/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/torii/grpc/src/server/mod.rs#L1063-L1064

Added lines #L1063 - L1064 were not covered by tests