imagej / imagej/imagej-ops

Improve completeness tests for namespaces

Open
#224 1 comment 0 reactions 1 assignee View on GitHub

@ctrueden is already working on this.

Since Jan 21, 2016.

2016-07-hackathon
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.