Ondra Pelech
Ondra Pelech
Or introduce custom "comment" field(s).
We could utilize Guardrail for that end. It is used to generate Scala code (including case classes and Circe codecs) from OpenAPI description -- OpenAPI is a superset of JSONSchema....
jib-common has been [factored out](https://github.com/sbt-jib/sbt-jib/pull/85) of sbt-jib and is available as an independent library https://repo1.maven.org/maven2/de/gccc/sbt/jib-common_2.13/1.3.4/ https://github.com/sbt-jib/sbt-jib/releases/tag/v1.3.4
> That's an especially nasty problem when using dynver Why would `publishLocal` with dynver be a nasty problem? Isn't it the other way around that these two are helpful solutions...
To make things even more complicated, we may want to add another axis, for the version of the platform -- Scala Native 0.4.x is not compatible with Scala Native 0.5.x....
Hi @oyvindberg , do you think it's worth reviving this?
GitHub Actions is a poplar tool for "building stuff" which also uses YAML for configuration. Maybe taking inspiration from what it does (or at least from the parts that it...
> Intellij havs some support for it It has support for anything that has a (JSON)Schema, which we have for Bleep, right?
So > compile all projects that have Scala version 2.13.* ``` bleep compile 213 ``` > test all projects that have Scala version 2.12.* and platform JVM ``` bleep test...
Isn't is better to have copy-paste friendly snippets in documentation?