Skip to content
This repository was archived by the owner on May 27, 2020. It is now read-only.

Commit b13865e

Browse files
authored
Input Context (#115)
* Push synchronization into vim layer * Add indentation and comment context * Formatting * Start moving message to managed effect * Move message listener -> managed effect * Update tests to use message 'effect' * Update lockfiles * Switch goto to effect * Hook up intro/version effects * Jump back to effect * First round of clean-up * Revert effects, just implement context for now * Finish removing effects from src * Streamline; just implement context w/o effects * Merge master * Fix partial application in MultiCursorTest * Formatting
1 parent 2493884 commit b13865e

38 files changed

+1409
-271
lines changed

.ci/esy-check-hygiene.yml

+2
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ steps:
3030
displayName: esy format
3131
- script: git diff --exit-code
3232
displayName: 'check that formatting is correct. If this fails, run `esy format` and re-submit PR.'
33+
- script: esy b dune build @check
34+
displayName: 'esy b dune build @check'

doc.esy.lock/index.json

+27-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

esy.lock/index.json

+244-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)