Adam Hearn

Results 41 issues of Adam Hearn

### What: When generating ZIO accessors using the `accessible` macro, on a trait with deprecated members, a warning is printed: ``` [warn] Test.scala:5:2: method bar in trait Foo is deprecated...

Minimized reproducer: ``` class A class B val a = ZLayer { for { _

💎 Bounty
💰 Rewarded

Resolves #8872 The entire suite of tests is configured with `TestAspects.failing` - I think we should have 'positive' cases as well...

I want to be able to write: ```scala val f = Try(throw new Exception("FAIL!")) assertTrue(f.is(_.failure).getMessage == "FAIL!") val s = Try(42) assertTrue(t.is(_.success) == 42) ```

Comparing a numeric constant to a Java Long previously worked. Upgrading to ZIO 2.1.1 broke this for me: Scala Version: 2.13.14 Reproducer: ``` import zio.test._ def x: java.lang.Long = 0...

💎 Bounty

This is necessary for performant integrations with other effect systems. See: https://github.com/getkyo/kyo/pull/757

Producing a schema from a (derived) codec seems quite useful to ensure consistency across non-Scala stack. It can also be used to Prompt LLMs for consistent response format. The schema...

good first issue

```scala import zio.cli._ import zio.cli.HelpDoc.Span.text import zio.Console.printLine object Sample extends ZIOCliDefault { val args: Args[String] = Args.text("xyz") val command = Command("cli", args) val cliApp = CliApp.make( name = "Repro", version...

good first issue
help wanted

``` Run sbt +publishLocal /home/runner/work/_temp/83e593da-3f0c-4515-aed6-56a551282fe9.sh: line 1: sbt: command not found Error: Process completed with exit code 127. ``` ideally align with `zio` repo on CI (I think the `zio-sbt-ci`...

When trying to upgrade to Scala Native 0.5.8, we see a new fatal during tests: `libunwind: getReg - getReg not implemented` https://github.com/getkyo/kyo/pull/1245 issue appears in QueueTest