poke-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

inappropriate EOF exception


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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]