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

Add specific dispatch for >= constraints. #81

Merged
merged 15 commits into from
Nov 26, 2023

Add tests

a10e4c2
Select commit
Loading
Failed to load commit list.
Merged

Add specific dispatch for >= constraints. #81

Add tests
a10e4c2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 26, 2023 in 1s

81.19% of diff hit (target 80.92%)

View this Pull Request on Codecov

81.19% of diff hit (target 80.92%)

Annotations

Check warning on line 28 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L28

Added line #L28 was not covered by tests

Check warning on line 41 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L40-L41

Added lines #L40 - L41 were not covered by tests

Check warning on line 43 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L43

Added line #L43 was not covered by tests

Check warning on line 55 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L55

Added line #L55 was not covered by tests

Check warning on line 68 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 70 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L70

Added line #L70 was not covered by tests

Check warning on line 888 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L888

Added line #L888 was not covered by tests

Check warning on line 914 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L914

Added line #L914 was not covered by tests

Check warning on line 961 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L961

Added line #L961 was not covered by tests

Check warning on line 964 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L964

Added line #L964 was not covered by tests

Check warning on line 994 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L994

Added line #L994 was not covered by tests

Check warning on line 1000 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L1000

Added line #L1000 was not covered by tests

Check warning on line 1002 in src/attributes/compiler.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/compiler.jl#L1002

Added line #L1002 was not covered by tests

Check warning on line 100 in src/attributes/solver.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/solver.jl#L99-L100

Added lines #L99 - L100 were not covered by tests

Check warning on line 112 in src/attributes/solver.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/solver.jl#L111-L112

Added lines #L111 - L112 were not covered by tests

Check warning on line 119 in src/attributes/solver.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/solver.jl#L119

Added line #L119 was not covered by tests

Check warning on line 125 in src/attributes/solver.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/solver.jl#L123-L125

Added lines #L123 - L125 were not covered by tests

Check warning on line 127 in src/attributes/solver.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/attributes/solver.jl#L127

Added line #L127 was not covered by tests

Check warning on line 52 in src/compiler/build.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/build.jl#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 132 in src/compiler/build.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/build.jl#L132

Added line #L132 was not covered by tests

Check warning on line 216 in src/compiler/constraints.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/constraints.jl#L216

Added line #L216 was not covered by tests

Check warning on line 220 in src/compiler/constraints.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/constraints.jl#L220

Added line #L220 was not covered by tests

Check warning on line 222 in src/compiler/constraints.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/constraints.jl#L222

Added line #L222 was not covered by tests

Check warning on line 289 in src/compiler/constraints.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/constraints.jl#L289

Added line #L289 was not covered by tests

Check warning on line 351 in src/compiler/constraints.jl

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/compiler/constraints.jl#L351

Added line #L351 was not covered by tests