-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* pause * Async and tests * api / lint * Update test/interpreter.ts Co-authored-by: Take-John <105504345+takejohn@users.noreply.github.com> * test fix * Apply suggestions from code review Co-authored-by: salano_ym <53254905+salano-ym@users.noreply.github.com> Co-authored-by: uzmoi <rizzzse@gmail.com> --------- Co-authored-by: Take-John <105504345+takejohn@users.noreply.github.com> Co-authored-by: salano_ym <53254905+salano-ym@users.noreply.github.com> Co-authored-by: uzmoi <rizzzse@gmail.com>
- Loading branch information
1 parent
2a8abf6
commit 95f5f1f
Showing
7 changed files
with
184 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- For Hosts: `interpreter.pause()`で実行の一時停止ができるように | ||
- `interpreter.unpause()`で再開 | ||
- 再開後に`Async:`系の待ち時間がリセットされる不具合がありますが、修正の目処は立っていません |