scm-discuss
[Top][All Lists]
Advanced

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

Hobbit and define-record-type


From: Mariano Montone
Subject: Hobbit and define-record-type
Date: Fri, 6 Oct 2023 10:01:26 -0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

Hi,

   I get error when running a binary compiled from a Scheme file that uses define-record-type, using Hobbit.


;ERROR: load-string: apply: Wrong number of args given
; in expression: (#@define file-set-position file-position)
; in top level environment.
; defined by load-string


FATAL ERROR DURING CRITICAL CODE SECTION: init
1683 out of 25000 cells in use, 10831.B allocated (of 100000)
85 env stack items, 1 out of 2000 env cells in use.

;; gra: 7 (of 8) ptobs; 11 (of 16) smobs; 0 (of 4) final; 340 (of 420) subrs;
;; stack: 0x7ffc86e0f200 - 0x7ffc86e0f0c0; 352 bytes


Does Hobbit support define-record-type?

Is there a way of determining what is supported and what is not? (binary compiles fine, but get fatal error when trying to run. If I remove the define-record-type, then it works).


Thanks,

    Mariano




reply via email to

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