mirai/buildSrc/src/main/kotlin
Karlatemp 8fe2506e75
Terminal (#179)
* Rename ConsolePure to ConsoleTerminal

* Fix the way to close console with Ctrl+C

* Fix windows pipeline error. Fix EndOfFileException

* Add ConsoleExperimentalApi

* Collect imports

* Review

- Change old CLI main deprecation level to ERROR
- Update documents
- Update tasks from pure to terminal

* Fix error in closing console.

* Fix terminal closing and Ctrl+C closing.

* Add console shut-downing status

* Don't invokeOnCompletion when console shut-downing

* Fix Input interrupt

* Ensure active unless console is shut downing

* Change MiraiConsole.isShutDowning to `!job.isActive`

* Code Review

- Update Message on MiraiConsolePureLoader.kt
- Change MiraiConsole.isShutDowning to MiraiConsole.isActive
- Change MiraiConsole.shutdown to ConsoleInternalApi

* run catching

* Fix console input

* Update shutdown

* Fix module

* Revert 5199395

* Typo
2020-09-18 12:43:57 +08:00
..
upload Update github uploader 2020-09-02 08:13:25 +08:00
dependencyExtensions.kt Update license 2020-08-23 17:46:51 +08:00
MiraiConsoleBuildPlugin.kt Update MiraiConsoleBuildPlugin.kt (#182) 2020-09-16 17:18:39 +08:00
PublishingHelpers.kt Update license 2020-08-23 17:46:51 +08:00
SetCompileTargetPlugin.kt Update license 2020-08-23 17:46:51 +08:00
Versions.kt Terminal (#179) 2020-09-18 12:43:57 +08:00