Vadim Mishenev

Results 48 issues of Vadim Mishenev

It caused flaky generation of type links for generic type params (#2596)

https://github.com/Kotlin/dokka/actions/runs/1840915510/attempts/1

bug

`/` does not work because of [CommonMark](https://spec.commonmark.org/dingus/?text=%20%20%20%20%3Ca%2F%3E%0A%20%20%20%20*hi*%0A%0A%20%20%20%20-%20one%0A), it is shown as is ``` /** * ``` * artifactRules = "+:result/** => result.zip" * ``` **/ ``` See [KT-28979 ](https://youtrack.jetbrains.com/issue/KT-28979/Need-a-way-to-escape-in-kdoc-comments)

bug
kdoc-spec

#1405 100 tasks, MaxMetaspaceSize=300m ![image](https://user-images.githubusercontent.com/9636937/193903994-d5295541-616c-4767-9da9-16a02690866f.png) ![image](https://user-images.githubusercontent.com/9636937/193904039-0da8a52b-f379-46fa-b84f-320b72ebd83a.png)

`/package.html` instead of `/package/index.html`

bug

This issue is for discussion of the proposal to add an infinite loop `for { ... }`. The full text of the proposal is [here](https://github.com/Kotlin/KEEP/pull/363).

```kt /** * [AllKDocTagsClass] */ class AllKDocTagsClass { class AllKDocTagsClass } ``` In K1 ` [AllKDocTagsClass]` leads to `AllKDocTagsClass.AllKDocTagsClass` class. In K2 it leads to the first `AllKDocTagsClass`. Related: #3179

bug
kdoc-spec
topic: K2