Olivier Mélois
Olivier Mélois
See https://github.com/disneystreaming/smithy4s/issues/1405 for some context. We ought to make it somewhat clearer in the documentation. We also ought to add to the 0.18.0 changelog entry that the behaviour changed at...
Closes https://github.com/disneystreaming/smithy4s/issues/1328 ## PR Checklist (not all items are relevant to all PRs) - [x] Added unit-tests (for runtime code) - [x] Updated changelog
The developer experience when working on Smithy4s is currently not great, in particular due to the size of the matrix we're dealing with. I'm pretty sure switching to [bleep](https://bleep.build/) will...
Repro (using [scala-cli](https://scala-cli.virtuslab.org/)) : ```scala // using lib org.scala-sbt:test-interface:1.0 // using lib com.eed3si9n.expecty::expecty:0.15.4 import sbt.testing.Status import com.eed3si9n.expecty.Expecty.assert @main def main() = assert(Status.Error == Status.Error) ``` Output : ``` Compiling project...
The following throws throws `java.lang.AssertionError: assertion failed: Cannot create ClassBType from NoSymbol` at compile time : ```scala import com.eed3si9n.expecty.Expecty.assert val hello = "hello" assert(hello == s"$hello") ``` See https://scastie.scala-lang.org/Baccata/XoWJUNQVSjOBRDvX9Kkvdg/4
This code ```scala @main package foo import com.eed3si9n.expecty.Expecty.assert @main def runBad() : Unit = { assert(cats.data.Chain(1, 2, 3).size == 3) } package cats { package data { object Chain {...
### Is your feature request related to a problem? Please describe. Extension methods are awesome, but their usage tends to break the flow of writing code as they require imports...
### Is your feature request related to a problem? Please describe. I maintain a number of cross-compiled libraries and metals seem to struggle with them (ie, I need to restart...
Adds `parallel` version of the `async` method, which translates the block into `F.delay`+ `parMapN` calls. The macro attempts to protect against ill-use by preventing any definition in the `parallel` region...
Running `def foo0[F