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

Tag::read_from_path should return Result<Box<dyn AudioTag + Send + Sync>> #8

Closed
noonebtw opened this issue Nov 14, 2021 · 0 comments · Fixed by #21
Closed

Tag::read_from_path should return Result<Box<dyn AudioTag + Send + Sync>> #8

noonebtw opened this issue Nov 14, 2021 · 0 comments · Fixed by #21

Comments

@noonebtw
Copy link

All the tag types currently are Send and Sync, so it would be useful to also pass this down.

Serial-ATA added a commit to Serial-ATA/audiotags that referenced this issue Aug 1, 2022
Serial-ATA added a commit to Serial-ATA/audiotags that referenced this issue Aug 1, 2022
pinkforest pushed a commit that referenced this issue Aug 2, 2022
* Remove `unwrap` in `Tag::read_from_path`

closes: #7

* Fix `Id3v2Tag::{*year}` methods

closes: #9

* Fix unused `Result` in `Tag` doc example

* Reorder `FlagTag` and `Mp4Tag` impls to match `AudioTagEdit`

* Change `Tag::read_from_path` return type to `Result<Box<dyn AudioTag + Send + Sync>>`

closes: #8

* Fix doc test

* Fix typos

* Bump versions

* fmt
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 a pull request may close this issue.

1 participant