-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
improvements to besom-cfg #525
Changes from 5 commits
d3cd89a
403dc99
ea877a8
e2fb1cc
3eb46dd
6a02bc2
60d0a39
ffbae83
3ef2b44
3487d0b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this file actually used? It looks that our CI uses the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I do open separate folders as projects in vscode since out scala-compose thing died ;_; |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
version = 3.5.2 | ||
runner.dialect = scala3 | ||
project.git = true | ||
align = most | ||
align.openParenCallSite = false | ||
align.openParenDefnSite = false | ||
align.tokens = [{code = "=>", owner = "Case"}, "<-", "%", "%%", "="] | ||
indent.defnSite = 2 | ||
maxColumn = 140 | ||
|
||
rewrite.scala3.insertEndMarkerMinLines = 40 |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//> using scala 3.3.3 | ||
|
||
//> using dep com.lihaoyi::os-lib::0.9.3 | ||
//> using dep org.virtuslab::besom-cfg:0.4.0-SNAPSHOT | ||
//> using dep org.virtuslab::besom-model:0.4.0-SNAPSHOT | ||
|
||
//> using test.dep org.scalameta::munit:1.0.0 | ||
|
||
//> using publish.name "besom-cfg-containers" | ||
//> using publish.organization "org.virtuslab" | ||
//> using publish.url "https://github.com/VirtusLab/besom" | ||
//> using publish.vcs "github:VirtusLab/besom" | ||
//> using publish.license "Apache-2.0" | ||
//> using publish.repository "central" | ||
//> using publish.developer "lbialy|Łukasz Biały|https://github.com/lbialy" | ||
//> using publish.developer "prolativ|Michał Pałka|https://github.com/prolativ" | ||
//> using publish.developer "KacperFKorban|Kacper Korban|https://github.com/KacperFKorban" | ||
//> using publish.developer "pawelprazak|Paweł Prażak|https://github.com/pawelprazak" | ||
//> using repository sonatype:snapshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it intentional to have this version fixed here? What about publishing this module to maven? Are we going to always release besom-kubernetes for the latest k8s version and for 4.17.1? Otherwise this module will be unusable when downloaded from maven central, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
version is indeed fixed here and in project.scala for cfg-k8s, does it matter though? macro-stuff is going away, codegen is going to generate classes for the user without depending explicitly on besom-kubernetes.