886 B
886 B
R8.1 任务报告
结果
- Issue #1889 由原生子代理完成,PR #1891 已合并,master merge commit 为
18937da9。 - Windows
ps/cmd现在要求显式win/<drive>/<path>route cwd,并同时设置 PowerShell provider cwd 与[Environment]::CurrentDirectory;这保证 .NET API 和子进程也使用同一相对路径基准。 - 非法或缺失 Windows route cwd 返回 typed 错误,不再静默从
C:\Windows执行。
验证
- 定向测试 34/34 通过。
- D518 原入口中
(Get-Location).Path与[Environment]::CurrentDirectory均为D:\work\研究资料归档-李昂。 - 相对路径
[IO.File]::ReadAllBytes('README.md')成功读取 8511 字节,SHA-256 为da93d75d98a35e872c0dac164080c75bb513f64a336159d023038e4ef9d395a7。