Maksym Ochenashko
Maksym Ochenashko
## About this PR 📦 Updates * [org.scala-lang:scala3-library](https://github.com/scala/scala3) * [org.scala-lang:scala3-library_sjs1](https://github.com/scala/scala3) from `3.3.6` to `3.3.7` 📜 [GitHub Release Notes](https://github.com/scala/scala3/releases/tag/3.3.7) - [Version Diff](https://github.com/scala/scala3/compare/3.3.6...3.3.7) - [Version Diff](https://github.com/scala/scala3/compare/release-3.3.6...release-3.3.7) ## Usage ✅ **Please merge!** I'll...
## About this PR 📦 Updates [org.scalameta:sbt-mdoc](https://github.com/scalameta/mdoc) from `2.7.2` to `2.8.0` 📜 [GitHub Release Notes](https://github.com/scalameta/mdoc/releases/tag/v2.8.0) - [Version Diff](https://github.com/scalameta/mdoc/compare/v2.7.2...v2.8.0) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [org.scalameta:munit](https://github.com/scalameta/munit) from `1.1.1` to `1.2.1` 📜 [GitHub Release Notes](https://github.com/scalameta/munit/releases/tag/v1.2.1) - [Version Diff](https://github.com/scalameta/munit/compare/v1.1.1...v1.2.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates * [org.scala-native:auxlib](https://github.com/scala-native/scala-native) * [org.scala-native:clib](https://github.com/scala-native/scala-native) * [org.scala-native:javalib](https://github.com/scala-native/scala-native) * [org.scala-native:nativelib](https://github.com/scala-native/scala-native) * [org.scala-native:nscplugin](https://github.com/scala-native/scala-native) * [org.scala-native:posixlib](https://github.com/scala-native/scala-native) * [org.scala-native:sbt-scala-native](https://github.com/scala-native/scala-native) * [org.scala-native:test-interface](https://github.com/scala-native/scala-native) * [org.scala-native:windowslib](https://github.com/scala-native/scala-native) from `0.5.8` to `0.5.9` 📜 [GitHub...
https://typelevel.org/blog/2025/09/02/custom-error-types.html > Since we catch this error at the boundary, this whole process is entirely invisible to you unless you write something like handleErrorWith and catch all Throwable-typed errors within...
I've started adopting submarine errors, and it would be nice to have a simple way to test an outcome. The `attempt` combinator could be rather handy in tests: ```scala for...