Support for Javascript in Arrow Core is green :eye...
# arrow-contributors
s
Support for Javascript in Arrow Core is green 👀 https://github.com/arrow-kt/arrow/pull/2409
arrow 10
K 9
p
I think I managed to break it on a separate branch 😱 😂 Very lost regarding the reason. I’ll try to have a look later in the week. I think it’s random as it’s failed so far with JDK 15 and JDK 8, but works locally 🤔
Copy code
:arrow-core:jsLegacyBrowserTest: java.lang.IllegalStateException: command '/Users/runner/.gradle/nodejs/node-v14.15.4-darwin-x64/bin/node' exited with errors (exit code: 1)
s
Hey @pablisco, You saw that error on your branch too? Guess that means it's also still on master 😒 I asked in #kotest and #javascript about this. No reply yet, you have any idea/experience with this? https://kotlinlang.slack.com/archives/CT0G9SD7Z/p1625571349252600 https://kotlinlang.slack.com/archives/C0B8L3U69/p1625594397136800 It's related to the Javascript testing framework timing out for some reason, even though the tests run faster than the time-out. More details in the linked threads.
p
I’m not entirely sure. And google came empty on this 🤔 I’ll see if I get some room to investigate. 🤞
👍 1
s
@pablisco this issue should be fixed now. I couldn't update your branch with master since it's still a draft.
🙌 1
p
I think it’s this branch, I’ve updated it. Let’s see what happens 🤞 The newest one is to upgrade Gradle to 7. It’s WIP for now 🙂
OMG it worked 🙌
🙌 1
Aaand, it failed 🙃