Commit Graph

10 Commits

Author SHA1 Message Date
Bo Zhang
d75b6a061c
Use Gradle JavaVersion API (#325) 2021-04-07 23:38:50 +08:00
Him188
4769a0995d Extract ResolveContext and RestrictedScope to separate modules 2021-01-29 07:44:22 +08:00
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
Him188
f37f059634 Introduce compiler-common module 2020-09-17 21:39:34 +08:00
Him188
287b4b2995 Group mirai-console-intellij and mirai-console-gradle into 'tools' 2020-09-17 21:24:13 +08:00
Him188
bf5a43b6b4 Add modules: mirai-console-intellij and mirai-console-gradle 2020-09-13 15:27:42 +08:00
Him188
e53363482d Fix build 2020-08-01 21:53:24 +08:00
Him188
3743d9230e Rename :coregen to :mirai-console.codegen 2020-06-21 13:32:40 +08:00
Him188
9fb167ee60 Fix build 2020-06-21 00:44:02 +08:00
Him188
f5d9f4a67e Rearrange build scripts 2020-06-20 22:55:07 +08:00