Not a bug but not ideal – Redirection
nemo (145) 2546 posts |
I wanted to see exactly what control codes something was outputting to the VDU, so I thought I’d be terribly clever and write:
The SystemDevice vdu: is quite useful here because it GST-encodes any control codes, displaying Except of course it doesn’t. It ought to, but it doesn’t. This is because the redirection also applies to vdu: so goes recursive, and the Kernel’s redirection does not guard against recursion. I’ve modded my OS to avoid recursion around the redirection BPut, but I can’t definitively state that the absence of said protection is a bug. Whether text output by a filing system should be subject to redirection back to the same filing system is debatable in general, but in the case of [raw]vdu: would seem to be counterproductive. |