-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multi-cursor in test harness #4583
Conversation
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 8316ded0-5791-11ea-b14f-b186f6b55800 |
087a530
to
7c3096f
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 42274610-57a2-11ea-acab-ef795e2c3319 |
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 2f4198f0-5844-11ea-b533-891a36a4ac0b |
a51334f
to
4a8f32a
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: c018f760-5849-11ea-b533-891a36a4ac0b |
4a8f32a
to
7e15ea1
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: ff833ef0-5854-11ea-b533-891a36a4ac0b |
7e15ea1
to
f8a14d3
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: a1c61410-585c-11ea-b533-891a36a4ac0b |
f8a14d3
to
eac0e18
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 4289ae20-5862-11ea-b533-891a36a4ac0b |
eac0e18
to
8fbc5be
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 5a241730-5864-11ea-b533-891a36a4ac0b |
8fbc5be
to
6b89704
Compare
Travis tests have failedHey @J-Fields, Node.js: 8if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: b4eef460-586d-11ea-b533-891a36a4ac0b |
6b89704
to
2b70db9
Compare
Travis tests have failedHey @J-Fields, Node.js: 12if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 63694f20-8818-11ea-88d0-3540a036c4cf |
2b70db9
to
59d2c16
Compare
Travis tests have failedHey @J-Fields, Node.js: 12if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: f4a51f40-881e-11ea-88d0-3540a036c4cf |
59d2c16
to
1200e5d
Compare
Travis tests have failedHey @J-Fields, Node.js: 12if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: ba793ca0-8820-11ea-88d0-3540a036c4cf |
1200e5d
to
6d68f75
Compare
Travis tests have failedHey @J-Fields, Node.js: 12if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 5e2ba420-8824-11ea-88d0-3540a036c4cf |
6d68f75
to
a5c2bb6
Compare
Travis tests have failedHey @J-Fields, Node.js: 12if [[ $(git diff-index HEAD -- *.js *.ts *.md) ]]; then git diff; echo "Prettier Failed. Run `gulp forceprettier` and commit changes to resolve."; exit 1; fi
npm test
TravisBuddy Request Identifier: 6ca29620-882a-11ea-88d0-3540a036c4cf |
Now you can just put multiple cursors into the 'start' or 'end' of a test, a few examples are in multicursor.test.ts. I've also done some general refactor of testSimplifier.ts to make it more straightforward. ALSO, a slight refactor in VimState (making isMultiCursor a function of cursors.length) Fixes #4582
a5c2bb6
to
d80c8c8
Compare
Closing as this is very out of date. I still want to do this, but I'll probably start from scratch. |
Now you can just put multiple cursors into the 'start' or 'end' of a test, a few examples are in multicursor.test.ts.
Fixes #4582