Node:3.11.2 New Features, Next:3.11.2 Bugs Fixed, Up:3.11.2 Changes
X / Y
and X mod Y
no longer block until Y is
ground.
fd_flag/3
is new. Its main use if to
determine the behavior on integer overflow conditions. Furthermore,
representation errors raised by such conditions now mention the culprit constraint.
spld
, --embed-sav-file
is now the
default when using --static
. Together with other default
options this means that an
all-in-one executable main.exe
can be built from a saved state
main.sav
with the command line
% spld --output=main.exe --static main.savSee All-in-one Executables.