Enrico Seiler

Results 26 issues of Enrico Seiler

https://github.com/seqan/seqan3/pull/3256#discussion_r1632766925 We should store vectors of tags instead of the raw string.

feature/proposal

**Describe the bug** ```cpp //!\brief A. template struct A { struct B; }; //!\brief B. template struct A::B { using A_type = A; //!< Foo. struct C; }; //!\brief C....

bug
C/C++

Example usage: ```cpp seqan3::sequence_file_output fout{"/tmp/test.sam", seqan3::fields{}, std::ios_base::app}; ``` * It's annoying, but acceptable, that the fields have to be given. Old Example usage: ```cpp seqan3::sequence_file_output fout{"/tmp/test.sam", seqan3::fields{}, {.append = true}};...

See #3341 Let's see what the CI says

- [x] Update copyright year. #3327 - [x] Create at least one pre-release s.t. our package maintainers can try out a new release of our library. ([Instructions](#prerelease)) - [x] Check...