Skip to content

chore: bump korro to 0.2.0#321

Merged
devcrocod merged 1 commit intodevelopfrom
chore/update-korro
Apr 21, 2026
Merged

chore: bump korro to 0.2.0#321
devcrocod merged 1 commit intodevelopfrom
chore/update-korro

Conversation

@devcrocod
Copy link
Copy Markdown
Collaborator

  • bump version to 0.2.0
  • migrate to new dsl

Copilot AI review requested due to automatic review settings April 21, 2026 21:51
@devcrocod devcrocod merged commit 56f912d into develop Apr 21, 2026
5 checks passed
@devcrocod devcrocod deleted the chore/update-korro branch April 21, 2026 21:53
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Multik’s documentation generation setup by bumping the Korro Gradle plugin to 0.2.0 and adapting the Korro configuration DSL, with small resulting adjustments to docs/samples formatting.

Changes:

  • Bump Korro plugin version from 0.1.6 to 0.2.0.
  • Migrate korro { ... } configuration in multik-core to the new docs { from(...) } / samples { from(...) } DSL (and set baseDir for docs).
  • Minor adjustments in docs/samples to keep generated documentation content consistent.

Reviewed changes

Copilot reviewed 3 out of 24 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
multik-core/src/commonTest/kotlin/samples/docs/userGuide/performanceAndOptimization.kt Adjusts a docs sample to show consistent values inside the sample block and moves assertions outside SampleStart/SampleEnd.
multik-core/build.gradle.kts Migrates Korro configuration to the new DSL and sets baseDir for docs resolution.
gradle/libs.versions.toml Bumps Korro version to 0.2.0.
docs/topics/gettingStarted/installation.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/universal-operations.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/sum.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/statistics.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/solving-systems-of-equations.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/probability-distributions.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/ndarray-class.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/matrix-operations.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/matrix-norms.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/mathematical.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/linear-algebra.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/hypothesis-testing.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/eigenvalues-and-eigenvectors.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/descriptive-statistics.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/correlation-analysis.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/constants.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/array-operations.md Whitespace/formatting adjustment around </seealso>.
docs/topics/apiDocs/array-objects.md Whitespace/formatting adjustment (list indentation).
docs/topics/apiDocs/array-creation.md Whitespace/formatting adjustment (table row indentation).
docs/topics/apiDocs/IO-operations.md Whitespace/formatting adjustment around </seealso>.
docs/topics/FAQ.md Whitespace/formatting adjustment around </seealso>.

Comment on lines +20 to +23
println("v.consistent is ${v.consistent}") // false

val c = v.deepCopy()
assertTrue(c.consistent)
println("c.consistent is ${c.consistent}") // true
Copy link

Copilot AI Apr 21, 2026

Choose a reason for hiding this comment

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

The // false / // true output comments don’t match what these println statements actually print (they print v.consistent is false and c.consistent is true). Update the expected-output comments to match, or print only the boolean values (e.g., println(v.consistent)) so the sample output stays consistent with other docs samples.

Copilot uses AI. Check for mistakes.
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