Ticket UUID: | 8f40c9bd872d616da449e2736b1f8ea2c0ad32a7 | |||
Title: | SRFI 37 args-fold fails to load | |||
Status: | Closed | Type: | Code_Defect | |
Severity: | Critical | Priority: | Immediate | |
Subsystem: | Resolution: | Fixed | ||
Last Modified: | 2024-09-27 20:43:34 | |||
Version Found In: | 27d3a94 | |||
User Comments: | ||||
anonymous added on 2018-08-29 15:12:03:
SRFI 37 args-fold fails to be loaded due to bad search directory: Exception in include/resolve: cannot find file in search paths with irritants ("srfi/%3a37/srfi-37-reference.scm" ("." "libs/thunderchez")) Source of the error: srfi/s37/args-fold.sls line 42: (include/resolve ("srfi" "%3a37") "srfi-37-reference.scm") It seems like there's been a sloppy conversion from Surfage side and "%3a37" should have been "s37", making this change solves the problem. Other SRFIs might have the same issue. root added on 2024-09-27 20:43:22: done |