Ticket Change Details
Not logged in
Overview

Artifact ID: 4f37df2bbe64e35f375d34e4f42830cb4cbff7d5
Ticket: 8f40c9bd872d616da449e2736b1f8ea2c0ad32a7
SRFI 37 args-fold fails to load
User & Date: anonymous 2018-08-29 15:12:03
Changes

  1. Change foundin to "27d3a94"
  2. Change icomment to:
    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.
    
  3. Change login to "anonymous"
  4. Change mimetype to "text/plain"
  5. Change private_contact to "31ed52d5b18c7a073f5a5e8125b96b78e9e0ca34"
  6. Change severity to "Critical"
  7. Change status to "Open"
  8. Change title to "SRFI 37 args-fold fails to load"
  9. Change type to "Code_Defect"