Gaël Jourdan-Weil
banner
gaeljw.bsky.social
Gaël Jourdan-Weil
@gaeljw.bsky.social
🤲 OSS contributor • 🖥️ Eng. @KelkooGroup • 🚴 Bike commuter • ⛰️ Mountains lover
#Scala #JVM #DevOps
It could be great but it has a couple of pending bugs preventing usage in production IMHO, like github.com/scala/scala3... :'(
scala script exit code should be non-0 for missing parameters · Issue #16040 · scala/scala3
Compiler version 3.2.0 Minimized code fun.sc: @main def fun(i: Int): Unit = { println("foo") } scala fun.sc echo $? Output Illegal command line: more arguments expected 0 Expectation The exit code ...
github.com
October 28, 2025 at 9:03 PM
Definitely! Just built some kind of internal dashboard on top of another tool's data. Took me ~1 day instead of ~3 days if I had done it entirely by myself. Code is not perfect but good enough after a few iterations and detailed requirements (incl. the tech stack to use).
September 16, 2025 at 5:48 PM
I like value classes for this (or opaque type in Scala). Hopefully Java will soon have them, IIRC it's planned as part of Valhalla project 🤞
August 31, 2025 at 5:11 PM
Tried to. When using sbt-sonatype, it's just a configuration change (🙏 thanks to the maintainers). But.. so far I've been hit by timeouts (github.com/xerial/sbt-s...).
Bundle upload times out after switching to Sonatype Central · Issue #597 · xerial/sbt-sonatype
Describe the bug We moved to using Sonatype Central for publishing artifacts and several attempts to run sonatypeBundleRelease end with a BUNDLE_UPLOAD_FAILURE error after about 30 seconds (see the...
github.com
May 7, 2025 at 5:20 AM
As someone who has no idea of what it implies to build an IJ plugin, I'd be curious to learn about what it concretely means to implement the Scala plugin. Some kind of architecture review of what the plugins does and how it integrates with IJ platform, the Scala compiler, SBT, code highlighting... 🤷🏼‍♂️
May 5, 2025 at 5:43 PM
Merci pour le talk, depuis le temps que je voulais jeter un œil à OpenRewrite, j'ai enfin vu ce que ça donnait concrètement :)
January 24, 2025 at 4:33 PM
I'm in the "git pull --ff-only" team for a couple of months after years of "git pull --rebase". Just so that I'm more aware that something changed upstream in the meantime.
January 13, 2025 at 7:57 PM