Improve completeness tests for namespaces
@ctrueden is already working on this.
Since Jan 21, 2016.
- Dominant language
- Java
- Stars
- 94
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
> @ctrueden wrote: So... maybe there is a way to extend the built-ins framework to require certain specially flagged converters to always be expressed.
Example problem: Many operations require a `IterableInterval` or `Iterable` as input. However, each `RandomAccessibleInterval` can be converted to an `IterableInterval` using `Views.iterable(...)`. In a `Namespace` we should have methods which hide the `Views.iterable(...)` call from the user (which makes their lives easier and the code more readable). This problem can be generalized to all situations where an object of type `A` can be converted to an object of type `B` using (scijava) `Converter`.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.