Update skript and skript-reflect versions in test workflow file.#4
Conversation
sovdeeth
left a comment
There was a problem hiding this comment.
should be 2.14.0 and 2.6.2
does show how long this tool has gone without an update though lol
For some reason skript reflect 2.6.2 does not work, keep saying "2.14.0 is a nightly version and skript-reflect supports 2.14.0 and above", you can checkout skript-reflect repository for the workflow run, haven't really looked into it. And you are right regarding, this tool being heavily outdated, that's why I'm kinda creating a runtime test framework with parity with this one. check it out in devdinc/skripts |
|
That run was from before 2.14.0 was released |
Well, when I did it on my own got the same error. |
|
I'll take a look at it later, but it's likely an issue with reflect. Test-action should be testing with the latest versions. |
Alright, I have created a seperate branch with those versions, https://github.com/devdinc/skript-test-action/actions/runs/21077819238/job/60624042926 , if it does not error I'll update the PR. Yep https://github.com/devdinc/skript-test-action/actions/runs/21077819238/job/60624042926#step:11:554 still errors. |
|
@sovdeeth the sk-reflection problem seems to stem from quickTest producing postfix nightly, and since post fix is compared lexigeraphly or however its spelled, pre1 comes bigger than a stable version ("p" > "n"). And sk-reflect uses Version("2.14.0-pre1") to check if the version matches. To solve this issue, either:
What are your thoughts? |
|
yeah we'll just update skript reflect's build.gradle |
No description provided.