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

Implement equality check #275

Merged
merged 3 commits into from
Mar 5, 2024

Custom `PartialEq` impl for numbers and support for comparisons of di…

c3e7795
Select commit
Loading
Failed to load commit list.
Merged

Implement equality check #275

Custom `PartialEq` impl for numbers and support for comparisons of di…
c3e7795
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 3, 2024 in 1s

68.75% of diff hit (target 0.00%)

View this Pull Request on Codecov

68.75% of diff hit (target 0.00%)

Annotations

Check warning on line 210 in core/src/ast.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/ast.rs#L206-L210

Added lines #L206 - L210 were not covered by tests

Check warning on line 265 in core/src/ast.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/ast.rs#L263-L265

Added lines #L263 - L265 were not covered by tests

Check warning on line 328 in core/src/ast.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/ast.rs#L324-L328

Added lines #L324 - L328 were not covered by tests

Check warning on line 71 in core/src/lexer.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/lexer.rs#L70-L71

Added lines #L70 - L71 were not covered by tests

Check warning on line 43 in core/src/num/unit.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/num/unit.rs#L41-L43

Added lines #L41 - L43 were not covered by tests

Check warning on line 10 in core/src/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/scope.rs#L10

Added line #L10 was not covered by tests

Check warning on line 58 in core/src/scope.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

core/src/scope.rs#L58

Added line #L58 was not covered by tests