docs: update documentation for 2.0 release - #951
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #951 +/- ##
=======================================
Coverage 82.74% 82.74%
=======================================
Files 183 183
Lines 7331 7331
Branches 529 529
=======================================
Hits 6066 6066
Misses 1265 1265 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
MateuszKubuszok
commented
Sep 5, 2026
| // Extension methods in dsl.* summon TypeClass.AutoDerived while extension methods in syntax.* summon TypeClass. | ||
| // This help us preserve legacy behavior in dsl code while keeping stricter separation in auto/syntax imports. | ||
| // Keep the legacy dsl.* signatures using the AutoDerived compatibility aliases; syntax.* uses the type classes | ||
| // directly. |
Member
Author
There was a problem hiding this comment.
AutoDerived is not used anywhere
MateuszKubuszok
force-pushed
the
docs/2.0-doc-audit
branch
from
September 5, 2026 10:43
e3e358e to
e572355
Compare
Member
Author
|
Addressed the AutoDerived review comment across all four Scala 2/3 DSL and syntax sources. The inaccurate implementation comment was removed; remaining AutoDerived references are the actual compatibility aliases or explicitly historical migration examples. |
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.
Summary
chimney-macro-commonsguidance with Hearth guidance.llm.txt/llms.txtwith version-relative links and anllms.txt-compatible structure.The historical “newest stable versions” matrix is intentionally unchanged. The quickstart remains a minimal user example and is not added to snippet compilation.
Verification
sbt --client 'scalafmtCheckAll; chimney/doc; chimney2_13/doc'git diff --checkThe documentation was checked against the local
2.0.0-RC1code baseline; the changes target the forthcoming 2.0.0 release.