Ross A. Baker
Ross A. Baker
Half-baked idea: *`githubWorkflowCheck` runs everywhere, but doesn't vary by JVM or Scala version * This is also true of `scalafmtSbtCheck`. * It would also be true of prospective validation of...
It would be nice to have a turnkey solution for projects that wish to support versioned documentation. ## Requirements ### Table stakes * [x] Each maintained branch gets its own...
Context: https://github.com/typelevel/sbt-typelevel/pull/12/files/ddf26e78666fdce3953581dd99e7a49ea79d4111#diff-f515c6fb650430625373f4dee21cd53c79e9464b0ab728b8fa02b25ee2dd6f47
https://github.com/http4s/http4s/pull/5124/checks?check_run_id=3456632732#step:13:3978 ``` ==> X org.http4s.ember.server.EmberServerWebSocketSuite.respond to pings 0.055s org.java_websocket.exceptions.InvalidFrameException: Unknown opcode 3 at org.java_websocket.drafts.Draft_6455.toOpcode(Draft_6455.java:865) at org.java_websocket.drafts.Draft_6455.translateSingleFrame(Draft_6455.java:533) at org.java_websocket.drafts.Draft_6455.translateFrame(Draft_6455.java:739) at org.java_websocket.WebSocketImpl.decodeFrames(WebSocketImpl.java:398) at org.java_websocket.WebSocketImpl.decode(WebSocketImpl.java:233) at org.java_websocket.client.WebSocketClient.run(WebSocketClient.java:516) at java.lang.Thread.run(Thread.java:831) at apply @ org.http4s.ember.server.EmberServerBuilder.build$$anonfun$2(EmberServerBuilder.scala:136)...
In eca20a5db4b, we had a clash between `Sync` and `Concurrent` constraints. I ignorantly promoted them all to `Async` to make things compile. Maybe there was a better way.
I will minimize this after Typelevel Summit, but filing a placeholder now. * Scala version: 2.13.0-M5 * Java version: 1.8.0_151 In [this snippet](https://github.com/http4s/http4s/blob/733a82634558bf29b0993404e8665a0d76b920a3/server/src/test/scala/org/http4s/server/middleware/StaticHeadersSpec.scala#L10-L15), the `Ok(req.body)` is [falsely flagged as unreachable...
Based on https://github.com/typelevel/typelevel-nix/pull/68#issuecomment-1279994659.
http4s is now publishing with Temurin installed via Nix. Temurin is what sbt-typelevel uses by default. "jdk8" and "jdk17" are still Zulu in nixpkgs. Basically, do we want to stick...
- Close quote on version number in sbt example. - List all supported Scala versions. - Update Maven example to latest Scala and SLF4S.