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

List and SExp now impl From<Vec<Element>> and FromIterator<Element> #877

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

zslayton
Copy link
Contributor

Fixes #811.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@zslayton zslayton marked this pull request as ready for review December 11, 2024 17:00
Copy link

codecov bot commented Dec 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.79%. Comparing base (a2413ae) to head (5519e05).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #877      +/-   ##
==========================================
+ Coverage   77.76%   77.79%   +0.02%     
==========================================
  Files         136      136              
  Lines       34493    34533      +40     
  Branches    34493    34533      +40     
==========================================
+ Hits        26824    26864      +40     
  Misses       5678     5678              
  Partials     1991     1991              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@zslayton zslayton merged commit 4ac3e78 into main Dec 11, 2024
34 checks passed
@zslayton zslayton deleted the list-from-vec branch December 11, 2024 17:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List and Sexp should implement FromIterator<Element>
2 participants