Dear Joyriders: https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.64 • https://github.com/BetterThanTomorrow/joyride/pull/237 I’ll write more about this later, for now, check out https://github.com/BetterThanTomorrow/joyride/blob/master/examples/.joyride/src/flares_examples.cljs
I suddenly can’t run my joyride scripts today 😅 anyone else seen this before and know how to debug/fix?
Have you tried re-installing it?
Oh, no. Let me check.
Yea just uninstalled/restarted extensions and reinstalled. I get the same error for running other commands as well
I get the same, but only with the release build. You should be able to downgrade and get the commands back. I’ll see how quickly I can fix this.
Oh perfect I didn’t know I could install a specific version, that fixed up the issue (after restarting code). Very much appreciated thank you 🙏 I use user scripts every day so I really appreciate y’all’s work and quick help 🙏
It’s great to hear that Joyride is being put to use! I’d love to hear what your use cases are.
It’s so strange with this error. Our integration tests should guard against it, but they run fine…
My primary use case is just starting up our full stack app for development! I previously used emacs and I had tried to switch to Code a few times but I couldn’t reliably get jack-in working for our custom start up and with the proper environment variables. I use a custom script to read env vars and start up the repl and run custom code on startup as well
Sweet. Calva can’t cover all bases, but Joyride can. 😃
I guess that means I should not reload my VS Code window because I'll get a borked Joyride? 🙂
I’ve found the fix now, I am pretty sure, so you should be able to reload soon.
I just want to create a way to catch this particular error in my integration testing. So holding off the release a few more minutes.
Joyride v0.0.65 fixes the problem, @seancorfield @brianbadahdah
Dear Joyriders: https://github.com/BetterThanTomorrow/joyride/releases/tag/v0.0.65 • Fix: https://github.com/BetterThanTomorrow/joyride/pull/242 Joyride v0.0.64 added a dependency on posthtml-parser from npm, but didn’t let shadow-cljs bundle it properly. And then the integration tests ran in an environment where the dependency was resolved by node_modules in the parent path tree, also in CI, so I missed this problem and shipped a broken extension. Now both problems are addressed. We shouldn’t see this particular error break Joyride again. I’m sorry about the screwup!