Adapt deps to SCORE 0.7 release#105
Merged
pawelrutkaq merged 2 commits intoJun 30, 2026
Merged
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //:license-checkStatus: Click to expand output |
7f7b824 to
d08705d
Compare
d08705d to
2066f42
Compare
|
The created documentation from the pull request is available at: docu-html |
2066f42 to
a43c623
Compare
a43c623 to
a0e3d26
Compare
a0e3d26 to
566c7f1
Compare
566c7f1 to
840a3cc
Compare
840a3cc to
f389d02
Compare
lavrovvalera
approved these changes
Jun 30, 2026
f389d02 to
dbdc006
Compare
d124e7a to
d2ba379
Compare
arkjedrz
reviewed
Jun 30, 2026
| // 2026-01-01 00:00:00 UTC in nanoseconds since Unix epoch | ||
| constexpr std::int64_t kYear2026Ns = 1'767'225'600LL * 1'000'000'000LL; | ||
| const std::chrono::system_clock::time_point tp{std::chrono::nanoseconds{kYear2026Ns}}; | ||
| const std::chrono::system_clock::time_point tp{ |
There was a problem hiding this comment.
Why std::chrono::duration_cast<std::chrono::system_clock::duration>?
Contributor
Author
There was a problem hiding this comment.
due to fact time point is platform dependent
|
|
||
| bazel_dep(name = "score_docs_as_code", version = "4.3.0", dev_dependency = True) | ||
| bazel_dep(name = "score_process", version = "1.5.4", dev_dependency = True) | ||
| bazel_dep(name = "score_docs_as_code", version = "4.5.0") |
Contributor
Author
There was a problem hiding this comment.
no, not for now until we get new version
|
|
||
| bazel_dep(name = "buildifier_prebuilt", version = "8.5.1", dev_dependency = True) | ||
|
|
||
| bazel_dep(name = "score_baselibs", version = "0.2.7") |
Contributor
Author
There was a problem hiding this comment.
no, has to be aligned to 0.7 score release
arkjedrz
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.