Ondra Pelech
Ondra Pelech
My 2 cents as a humble Scala user. I think that it would be the best for the whole Scala community if there were exactly _one_ blessed GitHub action that...
For the record @japgolly intends https://github.com/japgolly/setup-everything-scala to be such one stop solution for everything Scala related. But it doesn't support Scala Native, at least yet. https://old.reddit.com/r/scala/comments/s5h3wb/should_there_be_a_single_setupscala_github_action/?#hszd7jl
> without any additional setup on top of "ubuntu-latest". > > I think historically you needed: I think the situation might be radically different if you want to build an...
If I understand it correctly, as LSP is about communication between Editors and Language Servers, BSP is _typically_ about communication between Language Servers and Build Tools. So BSP is not...
[or some common wrapper around them](https://github.com/haskell/haskell-language-server/issues/9)
Would be great to get this merged. Without Cats Effect 3 support this library is essentially dead :disappointed:
there's also another approach: [`validity`](https://github.com/NorfairKing/validity) this article compares it with QuickCheck and Hedgehog: [QuickCheck, Hedgehog, Validity.](https://old.reddit.com/r/haskell/comments/avg1mi/quickcheck_hedgehog_validity/)
I can't speak for Ziverge or the official ZIO team, but I know we still use 2.11 in ZIO. Would be nice to keep it. :pray:
Note that I myself am not a 2.11 user. Scala binary incompatibility between 2.x versions is an unfortunate thing which causes a lot of friction. Supporting as many of them...
just looking for `_native0.4_2.11` at https://repo1.maven.org/maven2/dev/zio/ yields zio-cache, zio-prelude, zio-config, zio-optics And adding 2.11 support to more libs shouldn't be exceptionally difficult... I personally added it for ZIO Prelude. >...