Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Feature/hooks#417

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 5 commits intomasterfromfeature/hooks
Aug 2, 2020
Merged

Feature/hooks#417

ShMcK merged 5 commits intomasterfromfeature/hooks
Aug 2, 2020

Conversation

ShMcK
Copy link
Member

closes#371.

Two breaking changes:

  1. config.testRunner.setup is nowconfig.setup
  2. config.setup runs in the project directory, not theconfig.testRunner.directory

The other change is to simplify actions/hooks. Code that calls actions is now all in one place to simplify the addition of new hooks (eg. vscode commands, api calls, etc). See this in theservices/hooks file.

The CLI should be updated with the release of v0.13.

exportconstonInit=async(actions:TT.StepActions):Promise<void>=>{awaitloadCommits(actions.commits)awaitrunCommands(actions.commands)}exportconstonLevelEnter=async(actions:TT.StepActions):Promise<void>=>{awaitloadCommits(actions.commits)awaitrunCommands(actions.commands)}exportconstonSetupEnter=async(actions:TT.StepActions):Promise<void>=>{awaitloadCommits(actions.commits)awaitopenFiles(actions.files)awaitloadWatchers(actions.watchers)awaitrunCommands(actions.commands)}exportconstonSolutionEnter=async(actions:TT.StepActions):Promise<void>=>{awaitgit.clear()awaitloadCommits(actions.commits)awaitopenFiles(actions.files)awaitrunCommands(actions.commands)awaitonRunTest()}exportconstonError=async(error:Error):Promise<void>=>{telemetryOnError(error)}

Signed-off-by: shmck <shawn.j.mckay@gmail.com>
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
@ShMcKShMcK mentioned this pull requestAug 2, 2020
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
@ShMcKShMcK merged commitb41824e intomasterAug 2, 2020
@ShMcKShMcK deleted the feature/hooks branchAugust 2, 2020 21:59
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@moT01moT01Awaiting requested review from moT01

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

Inconsistent directories
1 participant
@ShMcK

[8]ページ先頭

©2009-2025 Movatter.jp