Skip to content
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

besom-cfg initial checkin to monorepo #494

Merged
merged 8 commits into from
May 25, 2024
Merged

Conversation

lbialy
Copy link
Collaborator

@lbialy lbialy commented May 15, 2024

No description provided.

@lbialy lbialy requested a review from prolativ as a code owner May 15, 2024 15:13
@lbialy lbialy requested review from pawelprazak and removed request for prolativ May 15, 2024 15:14
@lbialy lbialy force-pushed the lbialy/besom-cfg-initial-checkin branch from c4acf15 to c470137 Compare May 15, 2024 15:17
@lbialy lbialy force-pushed the lbialy/besom-cfg-initial-checkin branch from 985a4d0 to 7ea7860 Compare May 22, 2024 15:36
@@ -1,6 +1,7 @@
# Big idea behind using a Justfile is so that we can have modules like in sbt.

besom-version := `cat version.txt`
besom-cfg-version := `cat besom-cfg/version.txt`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I assume there is a reason behind versioning cfg separately, but wouldn't it make sense to align the versions, just for the sake of simplicity?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no, it wouldn't, this stuff has and has to have a completely separate lifecycle

//> using scala 3.3.3

//> using dep com.lihaoyi::os-lib::0.9.3
//> using dep org.virtuslab::besom-cfg:0.2.0-SNAPSHOT
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be replaced by current besom version next time you run the version bump script, that's why I was suggesting the version alignment ;)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so there has to be a way to provide exceptions in the version bump script

import scala.quoted.*
import besom.cfg.k8s.syntax.*

// this is besom-cfg-kubernetes entrypoint
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since this is the entrypoint, I'd strongly advice adding even the most barebones scaladoc :)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll strongly consider that once besom-cfg is beyond a prototype

@lbialy lbialy force-pushed the lbialy/besom-cfg-initial-checkin branch from 7ea7860 to ba01946 Compare May 23, 2024 17:36
@lbialy lbialy force-pushed the lbialy/besom-cfg-initial-checkin branch from 89c569f to 67e46f6 Compare May 24, 2024 15:46
@lbialy lbialy merged commit 7435a8f into main May 25, 2024
2 checks passed
@lbialy lbialy deleted the lbialy/besom-cfg-initial-checkin branch May 25, 2024 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants