Skip to content

Commit 657766c

Browse files
authored
docs: add FAQ item about another stale cache problem (#1197)
Related to #1192.
1 parent a5990a5 commit 657766c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/faq.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ You can work around it in two ways:
4949
Here's a ticket on the JetBrains side:
5050
[\[KT-42101\] Scripts: @file:Import() in kotlin-main-kts uses a stale cache](https://youtrack.jetbrains.com/issue/KT-42101).
5151

52+
## I'm getting an unexpected change in the resulting YAML, in the path to the script in the consistency check job. Why?
53+
54+
You're most likely affected by another bug related to stale cache. See the previous FAQ item for workarounds.
55+
56+
Here's a ticket on the JetBrains side:
57+
[\[KT-64367\] Script: stale cache used if __FILE__ is different](https://youtrack.jetbrains.com/issue/KT-64367)
58+
5259
## I'm having problems editing the Kotlin-based workflows in IntelliJ. Why?
5360

5461
Depending on the complexity of your workflows, you may stumble upon some rough edges in how IntelliJ supports Kotlin

0 commit comments

Comments
 (0)