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

EdnError rework (new parse impl) #150

Merged
merged 8 commits into from
Jun 7, 2024

Duplicates in sets is now an Error.

f658a21
Select commit
Loading
Failed to load commit list.
Merged

EdnError rework (new parse impl) #150

Duplicates in sets is now an Error.
f658a21
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 1, 2024 in 1s

77.03% of diff hit (target 73.43%)

View this Pull Request on Codecov

77.03% of diff hit (target 73.43%)

Annotations

Check warning on line 78 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L78

Added line #L78 was not covered by tests

Check warning on line 87 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L87

Added line #L87 was not covered by tests

Check warning on line 95 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L95

Added line #L95 was not covered by tests

Check warning on line 107 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L107

Added line #L107 was not covered by tests

Check warning on line 157 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L157

Added line #L157 was not covered by tests

Check warning on line 169 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L168-L169

Added lines #L168 - L169 were not covered by tests

Check warning on line 174 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L172-L174

Added lines #L172 - L174 were not covered by tests

Check warning on line 180 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L178-L180

Added lines #L178 - L180 were not covered by tests

Check warning on line 183 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L183

Added line #L183 was not covered by tests

Check warning on line 197 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L197

Added line #L197 was not covered by tests

Check warning on line 206 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L206

Added line #L206 was not covered by tests

Check warning on line 218 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L218

Added line #L218 was not covered by tests

Check warning on line 227 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L227

Added line #L227 was not covered by tests

Check warning on line 245 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L245

Added line #L245 was not covered by tests

Check warning on line 258 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L258

Added line #L258 was not covered by tests

Check warning on line 262 in src/deserialize/mod.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/mod.rs#L262

Added line #L262 was not covered by tests

Check warning on line 29 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L29

Added line #L29 was not covered by tests

Check warning on line 37 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L37

Added line #L37 was not covered by tests

Check warning on line 42 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L42

Added line #L42 was not covered by tests

Check warning on line 50 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L50

Added line #L50 was not covered by tests

Check warning on line 53 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L53

Added line #L53 was not covered by tests

Check warning on line 61 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L61

Added line #L61 was not covered by tests

Check warning on line 77 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L77

Added line #L77 was not covered by tests

Check warning on line 81 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L81

Added line #L81 was not covered by tests

Check warning on line 90 in src/deserialize/parse.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/deserialize/parse.rs#L90

Added line #L90 was not covered by tests