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
Thanks! The test failures are some flakyness that has nothing to do with your change. I am fixing the flaky tests in another branch.
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.
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?
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?
Yes.