Matthias Kurz

Results 1122 comments of Matthias Kurz

@garydgregory How is it going? Any ETA? No pressure, just asking what the current state is. Thanks for all your work!

@jgresham I am not part of any project here and will not work on anything. I leave that to others. But thank you very much for you work and efforts!...

~~Might not needed anymore not that PG15 supports `JSON_TABLE` natively.~~ (was reverted before final PG15 release)

Postgres 17 will finally have support for `JSON_TABLE` including NESTED paths and columns, the last patch was just commited: * https://github.com/postgres/postgres/commit/de3600452b61d1bc3967e9e37e86db8956c8f577 * https://github.com/postgres/postgres/commit/bb766cde63b4f624d029b34c9cdd3d0a94fd5b46 * CF entry: https://commitfest.postgresql.org/47/4377/ * Discussion: https://www.postgresql.org/message-id/flat/CA+HiwqE4XTdfb1nW=Ojoy_tQSRhYt-q_kb6i5d4xcKyrLC1Nbg@mail.gmail.com...

hmm... there is a scripted test failing, ~also maybe #12484 plays a role here and should be looked into~

Not merging for a patch release, however waiting for the Jakarta switch anyway: - https://github.com/apache/commons-email/pull/43

I am wondering why in the sbt-scalafmt project a `sbt-test` folder is excluded: https://github.com/scalameta/sbt-scalafmt/blob/ba1d4d5aa3db22534b75cd1bb420e88ae88924f3/.scalafmt.conf#L4-L6 This would indicate IMHO that this sbt-test folder would otherwise included in the formatting process if...

So, this is were the sources are defined which get formatted: https://github.com/scalameta/sbt-scalafmt/blob/ba1d4d5aa3db22534b75cd1bb420e88ae88924f3/plugin/src/main/scala/org/scalafmt/sbt/ScalafmtPlugin.scala#L419-L420 Looks like `sbt-test` folders are not part of `unmanagedSources in scalafmt` / `unmanagedSourceDirectories in scalafmt`. Maybe we could...

Would be nice to have some config to add additional files/folders which should get formatted.

Can you use equals? Like: ``` foo = [1, 2] bar = ${foo} [3] ```