|
| From: | John Darrington |
| Subject: | inappropriate EOF exception |
| Date: | Sat, 7 Dec 2019 09:08:51 +0100 |
The following session should not IMO give an exception:
(poke) deftype maybe_byte = union {byte b: b == '0'; struct {} nothing;};
(poke) .file /dev/null
(poke) maybe_byte @ NULL
unhandled EOF exception
(poke)
| [Prev in Thread] | Current Thread | [Next in Thread] |