Jan Chyb

Results 85 comments of Jan Chyb

Hi @LeeTibbert Thank you for the interest (and of course your continual contributions here), I feel like it might be worth to share some context on where we stand with...

Hello, I started working on the "Enable `akka-http` module for Scala 3 (currently disabled in Scala 3) and make main code compile" task, or at least as much as can...

I started working on making `akka-http-tests` tests compile. That required re-enabling `akka-caching`, `akka-http-spray-json`, `akka-http-scala-xml`, `akka-http-jackson` and `akka-http-testkit`, all of which were mostly simple - the only real choice to be...

I have managed to compile and run `akka-http-tests` without the 3.0-migration flag - but I think I should wait for #4107 to be merged before making another PR for `tests`....

I have setup a compiler plugin like in the `Setup Scala 3 compiler plugin to elide methods marked with @pre213 annotation (or wait until Scala 2.12 is dropped)` task, and...

Hi @keynmol, I completely missed the report here, so I am probably a bit late. We ended up fixing the underlying issues in https://github.com/scala-native/scala-native/pull/2532, (if I remember correctly) after the...

I have heavily updated the PR message to reflect the new scope of the PR (now with fixes for the java resources outside of SN)

Sorry about sudden pushing, I did it to (hopefully) fix the issues with the failing gif tests in the CI, the committed code was not changed, only rebased

I have updated the mapping file contents to store only the relative output paths, as was suggested. I am not sure about the gains splitting the PR would give us...

I imagine this is caused by the `copyResourceToClassesDir` in `Build.scala`, but I would rather not attempt at fixing that yet - I imagine the solution would be manually walking through...