Commit d39e846
Scaladoc generation fix (evolution-gaming#840)
* Fix Scaladoc generation failures in persistence-kafka
The doc task (run by +publish) failed on 5 broken Scaladoc references
introduced with the transactional snapshot docs:
- [[ScheduleCommit]] could not be linked (imported type, not a linkable
member) -> use a monospace reference.
- s"$groupId-$inputTopic" was parsed as Scaladoc variable expansions
($groupId, $inputTopic undefined) -> reword without interpolation.
- [[caching]] was ambiguous between the two caching overloads -> de-link
to a monospace reference.
- [[cachingTransactional]] from the trait scope could not be resolved
-> reference it via the companion object name.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011rniFrCMdoVACjj6CVd8xB
* CI: validate Scaladoc generation on PRs
Scaladoc was only generated by '+publish' at release time, so broken
doc links/references could merge to master and only surface as a failed
release. Add a 'Compile/doc' step to the CI test job (both Scala 2.13
and 3.3 matrix legs) so they fail the PR instead.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011rniFrCMdoVACjj6CVd8xB
* Apply scalafmt to reformatted doc comments
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011rniFrCMdoVACjj6CVd8xB
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 362dfb9 commit d39e846
3 files changed
Lines changed: 13 additions & 9 deletions
File tree
- .github/workflows
- persistence-kafka/src/main/scala/com/evolutiongaming/kafka/flow/kafkapersistence
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
44 | 48 | | |
45 | 49 | | |
46 | 50 | | |
| |||
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
160 | | - | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
166 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
0 commit comments