RimuruChan

Results 15 issues of RimuruChan

![image](https://user-images.githubusercontent.com/42002296/189490822-785bf4d7-7333-4761-80fa-eb9d9969b810.png)

- [x] PERM -> ll::perm - [ ] DB -> ll::db

type: enhancement
module: LLSE
module: Core
module: Database
priority: low

### 您的建议是否与现存的某个问题相关?请描述问题? 当前对于插件相关规范困难,插件活动生命周期管理困难。 ### 您认为还缺少什么?如何解决您的问题? 通过创建标准化插件实例,可以促进规范应用且提供更OOP的接口。 添加OOP后可以聚焦信息且更好的管理插件等等 此功能还需要进一步设计 另外现有API比较散乱,需要有新的相关设计 实现时需要注意采用PImpl等相关设计规避ABI变动问题。

type: enhancement
status: help wanted
status: to do
module: LLSE
module: Core
status: more info needed
priority: normal

### Xmake 版本 xmake v2.8.3+HEAD.2b61611fb ### 操作系统版本和架构 Windows 11 22h2 ### 描述问题 有一个RC文件 ```cpp // Microsoft Visual C++ generated resource script. // #include "Resource.h" #define APSTUDIO_READONLY_SYMBOLS #include "ll/core/Version.h" #include "winres.h"...

bug

### Xmake 版本 v2.7.9+20230624 ### 操作系统版本和架构 Arch Linux x86_64 ### 描述问题 在vscode上安装插件后插件完全不工作。且底部状态栏没有加载出xmake的toolbar ### 期待的结果 正常工作 ### 工程配置 add_rules("mode.debug", "mode.release") target("luogu") set_kind("binary") add_files("src/*.cpp") ### 附加信息和错误日志 无日志

bug

git ls-remote --tags --ref --sort='version:refname' ![image](https://user-images.githubusercontent.com/42002296/228413675-24a94529-14b6-48f7-a171-326f8198df1d.png) This may save a lot of time.

Clangd does not print stacktrace while crashing on Windows I have set log level to verbose **System information** Clangd version (from the log, or `clangd --version`): clangd version 16.0.2 (https://github.com/llvm/llvm-project...

bug

Apologies for any inconvenience. I'm curious about why we prefer to perform a check and use the SHA1 of a CPIO file instead of simply calculating the SHA1 of the...

enhancement