YX Cao
YX Cao
> I'm running Arch Linux with an amd64 laptop but meet the same problem. @VitalyAnkh I meet the same problem in Archlinux. According to **Virtual-Machine** 's solution. Because Archlinux update...
> @Taowyoo Thanks! This makes us run the tutorial smoothly, but I wonder how could we port xv6 to the latest qemu? I think it’s worthing doing. @VitalyAnkh Yes, that's...
@Virtual-Machine Yes, same to me. I have updated this problem on QEMU's Gitlab repo: https://gitlab.com/qemu-project/qemu/-/issues/192 I am not sure that's the correct place. Maybe I should create a new issue.
This problem should be fixed by #62 I have checked it works correctly with Qemu 6.0.0 on my Arch. @Virtual-Machine @VitalyAnkh
同样发现这个问题。 根据tutorial01里的定义: > 若一个值之后,在空白之后还有其他字符,传回 LEPT_PARSE_ROOT_NOT_SINGULAR。 这个情况还是应该归于 解析到了一个非法值,应该返回 INVALID_VALUE
It's the function in this file: https://github.com/ajshort/vscode-ros/blob/1a7ca4fa5391fc73af0a0433c9945af1332d2a46/src/master.ts ````typescript export function showMasterStatus() { return vscode.commands.executeCommand( "vscode.previewHtml", vscode.Uri.parse("ros-master:"), undefined, "ROS Master" ); } ```` The vscode.previewHtml has been completely been depricated here...