calva

Yi Xiong Wong 2025-12-07T15:05:31.719229Z

Hello, I've been facing an issue trying to get Calva working for my setup. I figured out it was due to spaces in my paths, and I've written a PR here: https://github.com/BetterThanTomorrow/calva/pull/2970 Not sure what the integration test failure is about though @pez @brandon.ringe

❤️ 1
pez 2025-12-07T15:07:20.931749Z

Thanks! The test failures are some flakyness that has nothing to do with your change. I am fixing the flaky tests in another branch.

✅ 1
2025-12-07T15:47:20.406469Z

npm run unit-test says, "SyntaxError: TypeScript import equals declaration is not supported in strip-only mode" regarding src/extension-test/unit/paredit/commands-test.ts:5... import _ = require('lodash'); ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ on the "dev" branch.

🙏 1
pez 2025-12-07T16:01:46.871709Z

I don’t get that. And we don’t get it in CI either: https://app.circleci.com/pipelines/github/BetterThanTomorrow/calva/9192/workflows/cf70c1b4-db26-4312-8b85-d36dd76e19f3/jobs/53634 Do you have some global/user lint or TS settings?

2025-12-07T19:30:12.067229Z

I do not know about global/user lint or TS settings. In VS Code, the "Run Build Task" terminal watches something that says 1000 passed, 5 pending. Those are the same tests, right?

pez 2025-12-07T19:31:38.415949Z

Yes.