Alexander Ioffe
Alexander Ioffe
Whoa, that actually works 😲 : ```scala object Foo { final val minFields = 0 } val v: 0 = Foo.minFields ``` Pardon my ignorance...
Can we make `maxColumn=180` and see what happens?
Could we skip formatting build.sbt? I don't feel very comfortable with that.
It's not a system thing. It's just that I experiment with build.sbt with one-line changes that I don't want other tools to introduce other things that could confuse me. SBT...
Also, let's please only do scalafmt for quill-sql in protoquill for now. I'm about to make things like JdbcContextBase, ZioJdbcContext etc... 100% identical to Scala2-Quill which is how I hope...
Yeah, we should probably do Scalafmt for quill-jdbc and quill-jdbc-zio etc.... in Scala2-Quill but I really want to do that in a separate step. I want to do it to...
(I have some mental scars from codebases that were supposed to be exactly the same that diverged due to different formatting standards introduced into one of them... and it took...
Yeah, definitely. Learning Scalafix is on my TODO.
@DGolubets I think this is the same as https://github.com/zio/zio-quill/issues/2556 which was fixed in https://github.com/zio/zio-quill/pull/2583 and released with 4.4.0. Could you please double-check if it's still happening?
Should be fixed in 4.3.0. @mem-memov could you please try?