-
Hi,
while testing i got the following error:
[info] Running net.uptel.sim.TestLogStage
[error] (run-main-0) java.lang.NoSuchMethodError: java.util.concurrent.atomic.AtomicInteger.weakCompareAnd…
-
To reproduce execute:
```
git clone https://github.com/7mind/izumi.git
cd izumi
git checkout feature/2.13.1
sbt ++2.13.1 compile
```
Produces an exception:
```
[error] ## Exception when c…
-
I'm experiencing test failures when comparing static objects reflected by `Mirror.reflectModule` two different object instances are created:
```
[info] - should resolve config sealed traits *** FA…
-
# Getter Helpers
Sometimes we have values like `UIO[Option[A]]`, and we wish the option to be non-empty; if the option is empty, we wish to fail the effect. Similarly for structures like `Task[Eith…
-
Very rarely tests fail with an NPE in provisioner.
Seems to be one more reflection issue though it never triggered outside of the tests.
-
Sometimes subtype check produces false-positive.
We observed it happening while running concurrent tests in sbt.
Most likely some scala-reflect APIs are unsafe and we use them improperly or the…
-
Could I skip select world and input maxplay on my linux server?
-
To reproduce execute:
```
git clone https://github.com/7mind/izumi.git
cd izumi
git checkout feature/2.13.1
sbt ++2.13.1 compile
```
Produces an exception:
```
[error] ## Exception when c…
-
Right now we publish all our projects using native SBT functionality and `sbt-sonatype` plugin. And releases take quite a lot of time. Also release repositories may get fragmented so in some cases it …
-
### General bug information
**CTSM version you are using:** ctsm1.0.dev002-1-g12435d4
**Does this bug cause significantly incorrect results in the model's science?** No
**Configurations affec…