cursorless
cursorless copied to clipboard
Fix test fixture upgrade scripts
Fixed the v1 to v2 script to preserve order and not drop any values.
I think we should split this PR into two:
- one to fix the fixture upgrade scripts, and
- one to upgrade typescript and refactor type hints in
makeGraph.ts
I believe these two pieces are completely orthogonal, and the former is more imperative, while the latter is causing the problems. Make sense?
Sure we could do that. I haven't had the time to come back to look at whether the fix for the docs is just some missing new config or it needs a refactor. Sorry I'm taking so long to get round to finishing this - don't mind if someone else who has more time than me picks this up and splits it into 2 PRs.
ok @SimeonC I factored out the typescript stuff into https://github.com/cursorless-dev/cursorless/pull/1166 and https://github.com/cursorless-dev/cursorless/pull/1167, and made some tweaks. lmk if you have any objections
Thanks for updating and completing it, looks good to me!