guile-devel
[Top][All Lists]
Advanced

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

"INTERNAL ERROR IN FORMAT-ERROR!"


From: Jean Abou Samra
Subject: "INTERNAL ERROR IN FORMAT-ERROR!"
Date: Tue, 19 Apr 2022 18:52:29 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

Hi,

The simple file

(format #f "~f" 'invalid)

gives me

FORMAT: error with call: (format #f "~f<===" ===>invalid )
        argument is not a number or a number string
FORMAT: INTERNAL ERROR IN FORMAT-ERROR!
        destination: #f
        format string: "~f"
        format args: (invalid)
        error args:  (#f "error in format" () #f)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
error in format


Is it expected to see 'INTERNAL ERROR IN FORMAT-ERROR!'?
To me, that has a meaning similar to an assertion failure.

Best,
Jean




reply via email to

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