apache / apache/pekko

Rework the `DslFactoriesConsistencySpec`

Open
#1,013 2 comments 0 reactions 0 assignees View on GitHub
help wanted t:stream
Dominant language
Scala
Stars
1.6k
Forks
211
Avg merge
1d 6h
Merged PRs (30d)
89

Description

Motivation:
When I and @GreyPlane work on operators, sometime encounter problem and don't why.
A better way is show why and prints in table.

```scala
val results = for {
s <- sMethods
j <- jMethods
} yield delegationCheck(s, j)
```

generate too many noise, and which should only prints the most possible one, instead of all.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.