ChouUn
ChouUn
太阁立志传2 我没找到 DOS 版,只有 PC-98 版,你有资源吗?
令人遗憾,因为我百度和谷歌,中英日文都试了,未遂。大概是我姿势水平太低。
更高词频的显然是“我買了Whoo後”,禁用掉单字恐怕并不合适
I found a way which works sometimes.  but just sometimes .. It will led to incorrect marking. 
> ```lua > ---@class B > local b = m > > ---@deprecated > b.a = m.a -- don't write `b.a = b.a`, write it as `b.a = m.a` >...
> did you mean ? If that's the case, you can directly open an issue in y3lib. Although I am **exactly** creating a polyfill for y3lib to prevent other collaborators...
有点像 css 的 `!important` 了
> clone这个项目,有个叫“后端”的调试入口。调试设置里可以配置命令行参数。 其实在这之前我已经试过调试了,两个推荐扩展也装了🤗 但是打了断点,没法正常断在那,得手动单步进去😭 而且这个时候 `w3x2lni-lua.exe` 是能正常读到路径的,但是一打包成 `w2l.exe` 就读不到了 😓 这促使我晚上读了一下 `c++\w3x2lni\common.cpp`,怀疑跟 `CreateProcessW` 创建的安全上下文有关。 这个过程里清了 env,只留了 `PATH`,并重写值为当前的 bin 目录。 所以我得到了一个 > 'reg' 不是内部或外部命令,也不是可运行的程序
而且系统自带 Defender 会对 `w3x2lni.exe` 误报,类型为下列中随机一项: - `Trojan:Win32/Phonzy.B!ml` - `Trojan:Win32/Wacatac.H!ml` - `Program:Win32/Wacapew.C!ml` - `Trojan:Win32/Sabsik.FL.A!ml`. 这是一个持续了至少七个月的问题了。 有理由怀疑是 msvc 的 `/GL` 命令导致的,luamake 时配一个 `lto = "off"` 好像能缓解这个问题。