Chris Lee
07/21/2023, 3:34 PMVampire
07/21/2023, 3:42 PMgw preprocessWorkflows
? 🙂Chris Lee
07/21/2023, 3:43 PMVampire
07/21/2023, 3:48 PM// work-around for <https://youtrack.jetbrains.com/issue/KT-42101>
systemProperty("kotlin.main.kts.compiled.scripts.cache.dir", "")
must have been a different project and I didn't port that change over yet. I need to check whether I did more. But that specific change you only need if you use @file:Import
Vampire
07/21/2023, 3:53 PMPiotr Krzemiński
07/21/2023, 7:12 PMMerging that PR as-is will (perhaps) break the consistency check (as the yaml files where generated with 0.47.0)actually, no 🙂 in this very case, there were no breaking changes (see release notes), I also mark there if you need to regenerate the YAMLs. Later this summer, I’m planning to publish v1.0 after which I’ll avoid breaking changes and hold with them for at least ~half a year (then will bump major version)
Piotr Krzemiński
07/21/2023, 7:14 PMChris Lee
07/21/2023, 7:15 PMVampire
07/21/2023, 7:20 PMChris Lee
07/21/2023, 7:21 PMcheck
, ktLint
, ) and now check/regenerates the workflow files.Vampire
07/21/2023, 7:23 PM